Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 - 25 of 37) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/crypt/
H A Dencrypt.c24 #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 Dindex.js7 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 Dmd5hl.c55 #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 Dstrcat.c21 #define LENGTH 50 macro
30 char src[LENGTH] = "Source"; in strcat_0100()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters_mips_dsp_r2.c36 #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 Dstrtod_l.c31 #define LENGTH(x) (sizeof(x) / sizeof *(x)) macro
99 for (i = 0; i < LENGTH(g_t); i++) { in strtod_l_0100()
H A Dwcstod_l.c30 #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 Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
77 CHECK -> LENGTH -> DONE
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
77 CHECK -> LENGTH -> DONE
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
77 CHECK -> LENGTH -> DONE
H A Dinflate.c1182 state->mode = LENGTH;
1183 case LENGTH:
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
77 CHECK -> LENGTH -> DONE
/third_party/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
77 CHECK -> LENGTH -> DONE
/third_party/python/Include/cpython/
H A Dunicodeobject.h752 #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 Dmem.h39 #define LENGTH (3UL<<30) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.h42 LENGTH, member in sh::SSBOMethod
H A DShaderStorageBlockFunctionHLSL.cpp266 case SSBOMethod::LENGTH: in registerShaderStorageBlockFunction()
393 case SSBOMethod::LENGTH: in shaderStorageBlockFunctionHeader()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-large-constant-arrays.py88 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 Dyacc.c138 # 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 Dtransrt.cpp947 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 DRoundTripTest.java78 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 DRoundTripTest.java75 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 Dtest_gzip.py613 LENGTH = len(q) * q.itemsize
616 self.assertEqual(f.write(q), LENGTH)
617 self.assertEqual(f.tell(), LENGTH)
H A Dtest_bz2.py627 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 Dmem.c69 ret = alloc_mem(LENGTH, (long)args); in child_alloc_thread()

Completed in 24 milliseconds

12