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:TABLE_SIZE
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlz.c
25
mlz->dict = av_mallocz(
TABLE_SIZE
* sizeof(*mlz->dict));
in ff_mlz_init_dict()
43
for ( i = 0; i <
TABLE_SIZE
; i++ ) {
in ff_mlz_flush_dict()
174
if (mlz->next_code >=
TABLE_SIZE
- 1) {
in ff_mlz_decompression()
189
if (mlz->next_code >=
TABLE_SIZE
- 1) {
in ff_mlz_decompression()
H
A
D
mlz.h
34
#define
TABLE_SIZE
35023 //
TABLE_SIZE
must be a prime number
macro
/third_party/node/deps/openssl/openssl/crypto/bn/
H
A
D
bn_exp2.c
14
#define
TABLE_SIZE
32
macro
26
BIGNUM *val1[
TABLE_SIZE
], *val2[
TABLE_SIZE
];
in BN_mod_exp2_mont()
H
A
D
bn_exp.c
37
#define
TABLE_SIZE
32
macro
176
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_recp()
320
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_mont()
1318
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_simple()
/third_party/openssl/crypto/bn/
H
A
D
bn_exp2.c
14
#define
TABLE_SIZE
32
macro
26
BIGNUM *val1[
TABLE_SIZE
], *val2[
TABLE_SIZE
];
in BN_mod_exp2_mont()
H
A
D
bn_exp.c
37
#define
TABLE_SIZE
32
macro
176
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_recp()
312
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_mont()
1310
BIGNUM *val[
TABLE_SIZE
];
in BN_mod_exp_simple()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H
A
D
BidiFmwk.java
164
private static final int
TABLE_SIZE
= 256;
field in BidiFmwk
203
pseudoToUChar = new char[
TABLE_SIZE
];
in buildPseudoTables()
204
UCharToPseudo = new char[
TABLE_SIZE
];
in buildPseudoTables()
205
UCharToPseud2 = new char[
TABLE_SIZE
];
in buildPseudoTables()
206
for (i = 0; i <
TABLE_SIZE
; i++) {
in buildPseudoTables()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H
A
D
BidiFmwk.java
167
private static final int
TABLE_SIZE
= 256;
field in BidiFmwk
204
pseudoToUChar = new char[
TABLE_SIZE
];
in buildPseudoTables()
205
UCharToPseudo = new char[
TABLE_SIZE
];
in buildPseudoTables()
206
UCharToPseud2 = new char[
TABLE_SIZE
];
in buildPseudoTables()
207
for (i = 0; i <
TABLE_SIZE
; i++) {
in buildPseudoTables()
/third_party/python/Objects/stringlib/
H
A
D
fastsearch.h
301
#define
TABLE_SIZE
(1U << TABLE_SIZE_BITS)
macro
302
#define TABLE_MASK (
TABLE_SIZE
- 1U)
311
SHIFT_TYPE table[
TABLE_SIZE
];
in STRINGLIB()
335
// occurrence of an equivalent character (modulo
TABLE_SIZE
)
in _preprocess()
348
for (Py_ssize_t i = 0; i < (Py_ssize_t)
TABLE_SIZE
; i++) {
in _preprocess()
531
#undef
TABLE_SIZE
macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jccolor.c
85
#define
TABLE_SIZE
(8 * (MAXJSAMPLE + 1))
macro
207
(
TABLE_SIZE
* sizeof(JLONG)));
in rgb_ycc_start()
H
A
D
jdcolor.c
90
#define
TABLE_SIZE
(3 * (MAXJSAMPLE + 1))
macro
311
(
TABLE_SIZE
* sizeof(JLONG)));
in build_rgb_y_table()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cbiditst.c
244
#define
TABLE_SIZE
256
macro
246
static UChar pseudoToUChar[
TABLE_SIZE
];
247
static uint8_t UCharToPseudo[
TABLE_SIZE
]; /* used for Unicode chars < 0x0100 */
248
static uint8_t UCharToPseud2[
TABLE_SIZE
]; /* used for Unicode chars >=0x0100 */
282
for (i=0; i <
TABLE_SIZE
; i++) {
in buildPseudoTables()
Completed in 32 milliseconds