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
defs:PACK
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/
H
A
D
gcm128.c
30
#define
PACK
(s) ((size_t)(s)<<(sizeof(size_t)*8-16))
macro
[all...]
/third_party/openssl/crypto/modes/
H
A
D
gcm128.c
30
#define
PACK
(s) ((size_t)(s)<<(sizeof(size_t)*8-16))
macro
[all...]
/third_party/curl/lib/
H
A
D
smb.c
55
# define
PACK
macro
59
# define
PACK
__attribute__((packed))
macro
61
# define
PACK
macro
112
}
PACK
;
variable
131
}
PACK
;
variable
137
}
PACK
;
variable
151
}
PACK
;
variable
160
}
PACK
;
variable
179
}
PACK
;
variable
196
}
PACK
;
variable
209
}
PACK
;
global()
variable
226
}
PACK
;
global()
variable
233
}
PACK
;
global()
variable
238
}
PACK
;
global()
variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiImageClearingTests.cpp
2021
PACK
,
member in vkt::api::__anon27795::ClearColor64BitCase
2583
makeClearColorValue64(static_cast<uint32_t>(i), ClearColor64BitCase::
PACK
, clearColors+i, expectedColors+i);
in createImageClearingTestsCommon()
member in vkt::api::__anon27795::ClearColor64BitCase
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttinterp.c
598
#undef
PACK
macro
599
#define
PACK
( x, y ) ( ( x << 4 ) | y )
macro
1228
#undef
PACK
global()
macro
[all...]
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLSPIRVCodeGenerator.cpp
127
#define
PACK
(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \
in setupIntrinsics()
macro
135
#undef
PACK
in setupIntrinsics()
macro
Completed in 17 milliseconds