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:FLAG_REF
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-features.cc
17
#define
FLAG_REF
(feat, ...) \
in FromFlags()
macro
19
FOREACH_WASM_FEATURE_FLAG(
FLAG_REF
)
in FromFlags()
20
#undef
FLAG_REF
in FromFlags()
macro
/third_party/python/Tools/scripts/
H
A
D
umarshal.py
41
FLAG_REF
= 0x80 # with a type, add obj to index
variable
170
assert flag &
FLAG_REF
183
flag = code &
FLAG_REF
184
type = code & ~
FLAG_REF
/third_party/python/Python/
H
A
D
marshal.c
69
#define
FLAG_REF
'\x80' /* with a type, add obj to index */
macro
334
*flag |=
FLAG_REF
;
in w_ref()
932
if (flag) { /* currently only
FLAG_REF
is defined */
in r_ref_reserve()
956
if (o != NULL && flag) { /* currently only
FLAG_REF
is defined */
in r_ref_insert()
972
assert(flag &
FLAG_REF
);
in r_ref()
1008
flag = code &
FLAG_REF
;
in r_object()
1009
type = code & ~
FLAG_REF
;
in r_object()
Completed in 4 milliseconds