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:bindex
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdbmp.c
189
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
200
outptr[
bindex
] = colormap[2][t];
in METHODDEF()
211
outptr[
bindex
] = colormap[2][t];
in METHODDEF()
258
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
264
outptr[
bindex
] = *inptr++;
in METHODDEF()
272
outptr[
bindex
] = *inptr++;
in METHODDEF()
323
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
329
outptr[
bindex
] = *inptr++;
in METHODDEF()
337
outptr[
bindex
] = *inptr++;
in METHODDEF()
H
A
D
rdppm.c
155
ptr[rindex] = ptr[gindex] = ptr[
bindex
] = read_op; \
174
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
230
ptr[
bindex
] = read_op; \
248
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
338
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
406
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
520
register int
bindex
= rgb_blue[cinfo->in_color_space];
in METHODDEF()
local
544
ptr[
bindex
] = rescale[temp];
in METHODDEF()
H
A
D
wrppm.c
141
register int
bindex
= rgb_blue[cinfo->out_color_space];
in put_rgb()
local
149
PUTPPMSAMPLE(bufferptr, ptr[
bindex
]);
in put_rgb()
H
A
D
wrbmp.c
151
register int
bindex
= rgb_blue[cinfo->out_color_space];
in put_pixel_rows()
local
155
outptr[0] = inptr[
bindex
];
in put_pixel_rows()
H
A
D
tjbench.c
287
unsigned long
bindex
= index2 + tjBlueOffset[pf];
in decomp()
local
290
(double)srcBuf[
bindex
] * 0.114 + 0.5);
in decomp()
296
dstBuf[
bindex
] = abs(dstBuf[
bindex
] - y);
in decomp()
/third_party/libsnd/src/G72x/
H
A
D
g72x.c
608
int k, in_bits = 0,
bindex
= 0 ;
in unpack_bytes()
local
610
for (k = 0 ;
bindex
<= blocksize && k < G72x_BLOCK_SIZE ; k++)
in unpack_bytes()
612
{ in_byte = block [
bindex
++] ;
in unpack_bytes()
629
int k,
bindex
= 0, out_bits = 0 ;
in pack_bytes()
local
639
block [
bindex
++] = out_byte ;
in pack_bytes()
643
return
bindex
;
in pack_bytes()
/third_party/mesa3d/src/mesa/main/
H
A
D
arrayobj.c
569
const GLuint
bindex
= vao->VertexAttrib[i].BufferBindingIndex;
in _mesa_update_vao_derived_arrays()
local
570
struct gl_vertex_buffer_binding *binding = &vao->BufferBinding[
bindex
];
in _mesa_update_vao_derived_arrays()
599
attrib2->_EffBufferBindingIndex =
bindex
;
in _mesa_update_vao_derived_arrays()
673
attrib2->_EffBufferBindingIndex =
bindex
;
in _mesa_update_vao_derived_arrays()
764
attrib2->_EffBufferBindingIndex =
bindex
;
in _mesa_update_vao_derived_arrays()
832
const GLubyte
bindex
= vao->VertexAttrib[attr].BufferBindingIndex;
in _mesa_vao_map_arrays()
local
833
struct gl_vertex_buffer_binding *binding = &vao->BufferBinding[
bindex
];
in _mesa_vao_map_arrays()
874
const GLubyte
bindex
= vao->VertexAttrib[attr].BufferBindingIndex;
in _mesa_vao_unmap_arrays()
local
875
struct gl_vertex_buffer_binding *binding = &vao->BufferBinding[
bindex
];
in _mesa_vao_unmap_arrays()
Completed in 9 milliseconds