/third_party/musl/libc-test/src/functionalext/crypt/ |
H A D | encrypt.c | 24 #define LENGTH 8 macro 37 for (int i = 0; i < LENGTH; i++) { in test_encrypt_and_decrypt() 44 for (int i = 0; i < LENGTH; i++) { in test_encrypt_and_decrypt() 54 for (int i = 0; i < LENGTH; i++) { in test_encrypt_and_decrypt() 59 block_cipher[LENGTH] = '\0'; in test_encrypt_and_decrypt() 65 for (int i = 0; i < LENGTH; i++) { in test_encrypt_and_decrypt() 70 block_decrypt[LENGTH] = '\0'; in test_encrypt_and_decrypt()
|
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 7 const LENGTH = Symbol('length') 89 this[LENGTH] = 0 92 this[LENGTH] += hit.length 99 get length () { return this[LENGTH] } 137 this[LENGTH] = 0 // length of items in the list 181 this[LENGTH] += len - item.length 198 this[LENGTH] += hit.length 288 if (self[LENGTH] > self[MAX]) { 290 self[LENGTH] > self[MAX] && walker !== null;) { 307 self[LENGTH] [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 55 #define LENGTH 16 macro 62 unsigned char digest[LENGTH]; in MD5End() 66 buf = malloc(2 * LENGTH + 1); in MD5End() 70 for (i = 0; i < LENGTH; i++) { in MD5End()
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strcat.c | 21 #define LENGTH 50 macro 30 char src[LENGTH] = "Source"; in strcat_0100()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | filters_mips_dsp_r2.c | 36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ 39 const int ilength = (int)(LENGTH); \ 109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ 113 const int ilength = (int)(LENGTH); \
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | strtod_l.c | 31 #define LENGTH(x) (sizeof(x) / sizeof *(x)) macro 99 for (i = 0; i < LENGTH(g_t); i++) { in strtod_l_0100()
|
H A D | wcstod_l.c | 30 #define LENGTH(x) (sizeof(x) / sizeof *(x)) macro 98 for (i = 0; i < LENGTH(g_t); i++) { in wcstod_l_0100()
|
/third_party/node/deps/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator 77 CHECK -> LENGTH -> DONE
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator 77 CHECK -> LENGTH -> DONE
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */
enumerator 77 CHECK -> LENGTH -> DONE
|
H A D | inflate.c | 1182 state->mode = LENGTH;
1183 case LENGTH:
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator 77 CHECK -> LENGTH -> DONE
|
/third_party/zlib/ |
H A D | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator 77 CHECK -> LENGTH -> DONE
|
/third_party/python/Include/cpython/ |
H A D | unicodeobject.h | 752 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ 754 && (LENGTH) <= (WRITER)->size - (WRITER)->pos) \ 756 : (((LENGTH) == 0) \ 758 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
|
/third_party/ltp/testcases/kernel/mem/include/ |
H A D | mem.h | 39 #define LENGTH (3UL<<30) macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderStorageBlockFunctionHLSL.h | 42 LENGTH, member in sh::SSBOMethod
|
H A D | ShaderStorageBlockFunctionHLSL.cpp | 266 case SSBOMethod::LENGTH: in registerShaderStorageBlockFunction() 393 case SSBOMethod::LENGTH: in shaderStorageBlockFunctionHeader()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-large-constant-arrays.py | 88 array = ('const {TYPE} array[{LENGTH}] = {TYPE}[](\n' 89 .format(TYPE=elements[0].typeString(), LENGTH=len(elements)))
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 138 # b4_rhs_value(RULE-LENGTH, POS, [SYMBOL-NUM], [TYPE]) 156 # b4_rhs_location(RULE-LENGTH, POS) 158 # Expansion of @POS, where the current rule has RULE-LENGTH symbols
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 947 static const char LENGTH[] = "[\\u30FC]"; variable 959 strcat(temp, LENGTH); in TestKana() 961 test.test(KATAKANA, UnicodeString("[") + HIRAGANA + LENGTH + UnicodeString("]"), in TestKana()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 78 static String LENGTH = "[\u30FC]"; field in RoundTripTest 135 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); in TestKana()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 75 static String LENGTH = "[\u30FC]"; field in RoundTripTest 120 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); in TestKana()
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 613 LENGTH = len(q) * q.itemsize 616 self.assertEqual(f.write(q), LENGTH) 617 self.assertEqual(f.tell(), LENGTH)
|
H A D | test_bz2.py | 627 LENGTH = len(q) * q.itemsize 630 self.assertEqual(f.write(q), LENGTH) 631 self.assertEqual(f.tell(), LENGTH)
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 69 ret = alloc_mem(LENGTH, (long)args); in child_alloc_thread()
|