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:cur_id
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/brotli/c/enc/
H
A
D
block_splitter_inc.h
137
uint8_t
cur_id
= block_id[byte_ix];
in FindBlocks()
local
139
const uint8_t mask = (uint8_t)(1u << (
cur_id
& 7));
in FindBlocks()
140
BROTLI_DCHECK(((size_t)
cur_id
>> 3) < bitmaplen);
in FindBlocks()
143
if (switch_signal[ix + (
cur_id
>> 3)] & mask) {
in FindBlocks()
144
if (
cur_id
!= block_id[byte_ix]) {
in FindBlocks()
145
cur_id
= block_id[byte_ix];
in FindBlocks()
149
block_id[byte_ix] =
cur_id
;
in FindBlocks()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
block_splitter_inc.h
137
uint8_t
cur_id
= block_id[byte_ix];
in FindBlocks()
local
139
const uint8_t mask = (uint8_t)(1u << (
cur_id
& 7));
in FindBlocks()
140
BROTLI_DCHECK(((size_t)
cur_id
>> 3) < bitmaplen);
in FindBlocks()
143
if (switch_signal[ix + (
cur_id
>> 3)] & mask) {
in FindBlocks()
144
if (
cur_id
!= block_id[byte_ix]) {
in FindBlocks()
145
cur_id
= block_id[byte_ix];
in FindBlocks()
149
block_id[byte_ix] =
cur_id
;
in FindBlocks()
/third_party/backends/backend/
H
A
D
canon_pp-dev.c
353
const struct scanner_id *
cur_id
;
in sanei_canon_pp_initialise()
local
398
cur_id
= scanner_id_table;
in sanei_canon_pp_initialise()
399
while (
cur_id
->id)
in sanei_canon_pp_initialise()
401
if (!strncmp(sp->id_string+8,
cur_id
->id, strlen(
cur_id
->id)))
in sanei_canon_pp_initialise()
403
cur_id
++;
in sanei_canon_pp_initialise()
406
if (
cur_id
->id)
in sanei_canon_pp_initialise()
408
hw =
cur_id
->hw;
in sanei_canon_pp_initialise()
/third_party/benchmark/src/
H
A
D
sysinfo.cc
527
const int
cur_id
= benchmark::stoi(value);
in GetNumCPUs()
528
max_id = std::max(
cur_id
, max_id);
in GetNumCPUs()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_paletteuse.c
712
int component,
cur_id
;
in colormap_insert()
local
722
cur_id
= (*nb_used)++;
in colormap_insert()
724
node = &map[
cur_id
];
in colormap_insert()
747
return
cur_id
;
in colormap_insert()
Completed in 7 milliseconds