Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:offset_bits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdhuff_opt.c
875
unsigned int
offset_bits
= GET_EXTRA_BITS(r); // l = nb, the max code length in 2nd table
in LOCAL()
local
876
r = PEEK_BITS(l); //
offset_bits
as the index of 2nd table
in LOCAL()
877
s = actbl->lookup[base + (r & ((1 <<
offset_bits
) - 1))];
in LOCAL()
919
unsigned int
offset_bits
= GET_EXTRA_BITS(r); // l = nb, the max code length in 2nd table
in LOCAL()
local
920
r = PEEK_BITS(l); //
offset_bits
as the index of 2nd table
in LOCAL()
921
s = actbl->lookup[base + (r & ((1 <<
offset_bits
) - 1))];
in LOCAL()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_shader.h
178
uint32_t *
offset_bits
);
H
A
D
brw_shader.cpp
147
uint32_t
offset_bits
= 0;
in brw_texture_offset()
local
156
offset_bits
|= (offset << shift) & (0xF << shift);
in brw_texture_offset()
159
*offset_bits_out =
offset_bits
;
in brw_texture_offset()
H
A
D
brw_fs_nir.cpp
6340
uint32_t
offset_bits
= 0;
6341
if (brw_texture_offset(instr, i, &
offset_bits
)) {
6342
header_bits |=
offset_bits
;
Completed in 10 milliseconds