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:firstcode
(Results
1 - 3
of
3
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
image-gif.c
546
firstcode
, /* First code read */
in gif_read_lzw()
local
609
firstcode
= oldcode = gif_get_code(fp, code_size, 0);
in gif_read_lzw()
611
while (
firstcode
== clear_code);
in gif_read_lzw()
613
return (
firstcode
& 255);
in gif_read_lzw()
639
firstcode
= oldcode = gif_get_code(fp, code_size, 0);
in gif_read_lzw()
641
return (
firstcode
& 255);
in gif_read_lzw()
658
*sp++ =
firstcode
;
in gif_read_lzw()
673
*sp++ =
firstcode
= table[1][code];
in gif_read_lzw()
680
table[1][code] =
firstcode
;
in gif_read_lzw()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdgif.c
111
int
firstcode
; /* first byte of oldcode's expansion */
member
286
/* make
firstcode
, oldcode valid! */
in LZWReadByte()
287
sinfo->
firstcode
= sinfo->oldcode = code;
in LZWReadByte()
312
/* this symbol will be defined as oldcode/
firstcode
*/
in LZWReadByte()
313
*(sinfo->sp++) = (UINT8)sinfo->
firstcode
;
in LZWReadByte()
323
sinfo->
firstcode
= code; /* save for possible future use */
in LZWReadByte()
329
sinfo->symbol_tail[code] = (UINT8)sinfo->
firstcode
;
in LZWReadByte()
340
return sinfo->
firstcode
; /* return first byte of symbol's expansion */
in LZWReadByte()
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
1944
int delta[17]; // old 'firstsymbol' - old '
firstcode
'
4098
stbi__uint16
firstcode
[16];
member
4139
z->
firstcode
[i] = (stbi__uint16) code;
in stbi__zbuild_huffman()
4152
int c = next_code[s] - z->
firstcode
[s] + z->firstsymbol[s];
in stbi__zbuild_huffman()
4232
b = (k >> (16-s)) - z->
firstcode
[s] + z->firstsymbol[s];
in stbi__zhuffman_decode_slowpath()
Completed in 14 milliseconds