Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlz.c25 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 Dmlz.h34 #define TABLE_SIZE 35023 // TABLE_SIZE must be a prime number macro
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp2.c14 #define TABLE_SIZE 32 macro
26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
H A Dbn_exp.c37 #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 Dbn_exp2.c14 #define TABLE_SIZE 32 macro
26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
H A Dbn_exp.c37 #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 DBidiFmwk.java164 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 DBidiFmwk.java167 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 Dfastsearch.h301 #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 Djccolor.c85 #define TABLE_SIZE (8 * (MAXJSAMPLE + 1)) macro
207 (TABLE_SIZE * sizeof(JLONG))); in rgb_ycc_start()
H A Djdcolor.c90 #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 Dcbiditst.c244 #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 18 milliseconds