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:used_
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
bit_writer_utils.h
91
int
used_
; // number of bits used in accumulator
member
104
return (bw->cur_ - bw->buf_) + ((bw->
used_
+ 7) >> 3);
in VP8LBitWriterNumBytes()
137
if (bw->
used_
>= 32) {
in VP8LPutBits()
140
bw->bits_ |= (vp8l_atype_t)bits << bw->
used_
;
in VP8LPutBits()
141
bw->
used_
+= n_bits;
in VP8LPutBits()
H
A
D
bit_writer_utils.c
249
dst->
used_
= src->
used_
;
in VP8LBitWriterClone()
265
bw->
used_
= bw_init->
used_
;
in VP8LBitWriterReset()
291
bw->
used_
-= VP8L_WRITER_BITS;
in VP8LPutBitsFlushBits()
300
int used = bw->
used_
;
in VP8LPutBitsInternal()
330
bw->
used_
= used + n_bits;
in VP8LPutBitsInternal()
336
if (VP8LBitWriterResize(bw, (bw->
used_
+ 7) >> 3)) {
in VP8LBitWriterFinish()
337
while (bw->
used_
> 0) {
in VP8LBitWriterFinish()
340
bw->
used_
in VP8LBitWriterFinish()
[all...]
/third_party/ninja/src/
H
A
D
dyndep.h
29
Dyndeps() :
used_
(false), restat_(false) {}
in Dyndeps()
30
bool
used_
;
member
H
A
D
dyndep.cc
60
ddi->second.
used_
= true;
in LoadDyndeps()
70
if (!oe->second.
used_
) {
in LoadDyndeps()
/third_party/node/deps/v8/src/torque/
H
A
D
declarable.h
389
void SetUsed() {
used_
= true; }
in SetUsed()
390
bool IsUsed() const { return
used_
; }
in IsUsed()
398
used_
(false) {
in Macro()
405
bool
used_
;
member in v8::internal::torque::Macro
H
A
D
implementation-visitor.h
266
used_
(false),
in Binding()
277
if (!
used_
&& !SkipLintCheck()) {
in ~Binding()
300
bool Used() const { return
used_
; }
in Used()
301
void SetUsed() {
used_
= true; }
in SetUsed()
315
bool
used_
;
member in v8::internal::torque::Binding
/third_party/node/src/
H
A
D
spawn_sync.h
60
unsigned int
used_
= 0;
member in node::SyncProcessOutputBuffer
H
A
D
spawn_sync.cc
65
used_
+= static_cast<unsigned int>(nread);
in OnRead()
81
return
used_
;
in used()
/third_party/node/deps/v8/src/compiler/
H
A
D
raw-machine-assembler.cc
790
label->
used_
= true;
in Use()
873
if (bound_ ==
used_
) return;
in ~RawMachineLabel()
H
A
D
raw-machine-assembler.h
1140
bool
used_
= false;
member in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-selector.h
737
BoolVector
used_
;
member in v8::internal::compiler::final
H
A
D
instruction-selector.cc
64
used_
(node_count, false, zone),
in InstructionSelector()
413
DCHECK_LT(id,
used_
.size());
in IsUsed()
414
return
used_
[id];
in IsUsed()
420
DCHECK_LT(id,
used_
.size());
in MarkAsUsed()
421
used_
[id] = true;
in MarkAsUsed()
Completed in 20 milliseconds