/third_party/musl/libc-test/src/functionalext/supplement/prng/ |
D | rand.c | 21 const int32_t RANGE = 10; variable 33 int num = rand() % RANGE; in rand_0100() 34 EXPECT_LT("rand_0100", num, RANGE); in rand_0100()
|
/third_party/grpc/src/core/lib/security/authorization/ |
D | matchers.cc | 180 } else if (type == Type::RANGE) { in Create() 202 type_(Type::RANGE), in HeaderMatcher() 219 case Type::RANGE: in HeaderMatcher() 236 case Type::RANGE: in operator =() 254 case Type::RANGE: in HeaderMatcher() 271 case Type::RANGE: in operator =() 289 case Type::RANGE: in operator ==() 307 } else if (type_ == Type::RANGE) { in Match() 319 case Type::RANGE: in ToString()
|
D | matchers.h | 85 RANGE, // uses range_start and range_end fields enumerator
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc.c | 855 #define RANGE(v, min, max) \ in parse_number() macro 866 RANGE (num, 0, 1); in parse_number() 870 RANGE (num, 0, G_MAXUINT8); in parse_number() 874 RANGE (num, G_MININT16, G_MAXINT16); in parse_number() 878 RANGE (num, 0, G_MAXUINT16); in parse_number() 882 RANGE (num, G_MININT32, G_MAXINT32); in parse_number() 886 RANGE (num, 0, G_MAXUINT32); in parse_number() 890 RANGE (num, G_MININT64, G_MAXINT64); in parse_number() 894 RANGE (unum, 0, G_MAXUINT64); in parse_number()
|
/third_party/ffmpeg/libavcodec/tests/ |
D | fft.c | 68 #define RANGE 1.0 macro 72 #define RANGE 8388608 macro 76 #define RANGE 16384 macro 200 return (int16_t) av_lfg_get(prng) / 32768.0 * RANGE; in frandom() 209 double e = fabs(tab1[i] - (tab2[i] / scale)) / RANGE; in check_diff()
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plural.y | 149 %token AND OR RANGE ELLIPSIS OTHER AT_INTEGER AT_DECIMAL 246 range: INTEGER RANGE INTEGER 324 return RANGE;
|
/third_party/nghttp2/cmake/ |
D | Version.cmake | 5 foreach(i RANGE 5 0 -1)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberRangeFormatter.java | 113 RANGE enumConstant
|
/third_party/python/Lib/ |
D | sre_compile.py | 258 elif op is RANGE or op is RANGE_UNI_IGNORE: 296 elif op is RANGE: 328 if op is RANGE: 354 out.append((RANGE, (p, q - 1))) 528 elif op is RANGE: 671 elif op in (RANGE, RANGE_UNI_IGNORE):
|
/third_party/curl/docs/cmdline-opts/ |
D | local-port.d | 3 Help: Force use of RANGE for local port numbers
|
D | range.d | 3 Help: Retrieve only the bytes within RANGE
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberRangeFormatter.java | 122 RANGE enumConstant
|
/third_party/curl/tests/data/ |
D | test1463 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
D | test1464 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 137 RANGE | 138 range { return(RANGE); }
|
/third_party/boost/tools/cmake/include/ |
D | BoostMessage.cmake | 39 foreach(i RANGE 1 ${last})
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.py | 902 load("uniform", [1], [BASE, RANGE, DEST_TYPE], [CAN_ELIMINATE, CAN_REORDER]) 904 load("ubo", [-1, 1], [ACCESS, ALIGN_MUL, ALIGN_OFFSET, RANGE_BASE, RANGE], flags=[CAN_ELIMINATE, CA… 929 load("push_constant", [1], [BASE, RANGE], [CAN_ELIMINATE, CAN_REORDER]) 931 load("constant", [1], [BASE, RANGE, ALIGN_MUL, ALIGN_OFFSET], 945 load("kernel_input", [1], [BASE, RANGE, ALIGN_MUL, ALIGN_OFFSET], [CAN_ELIMINATE, CAN_REORDER])
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 568 NumberRangeFormatter.with().identityFallback(RangeIdentityFallback.RANGE), in testIdentity() 670 .identityFallback(RangeIdentityFallback.RANGE) in test21397_UnsetNull() 710 .identityFallback(RangeIdentityFallback.RANGE) in testPlurals()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 134 #if RANGE in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 134 #if RANGE in main()
|
/third_party/icu/icu4c/source/tools/gencolusb/ |
D | extract_unsafe_backwards.cpp | 134 #if RANGE in main()
|
/third_party/libpng/contrib/tools/ |
D | pngcp.c | 161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi } macro 204 RANGE(8, MAX_WBITS/*from zlib*/), 215 RANGE(1, 9), /* this deliberately excludes '0' */ 227 RANGE(6, MAX_MEM_LEVEL/*zlib*/), /* exclude 5 and below: zlib bugs */ 258 RANGE(1, 0x7FFFFFFF) 265 vl_log_depth[] = { { "on", 1 }, { "off", 0 }, RANGE(0, SL) }, 274 RANGE(8, MAX_WBITS), /* modified by set_windowBits_hi */
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi } macro 204 RANGE(8, MAX_WBITS/*from zlib*/), 215 RANGE(1, 9), /* this deliberately excludes '0' */ 227 RANGE(6, MAX_MEM_LEVEL/*zlib*/), /* exclude 5 and below: zlib bugs */ 258 RANGE(1, 0x7FFFFFFF) 265 vl_log_depth[] = { { "on", 1 }, { "off", 0 }, RANGE(0, SL) }, 274 RANGE(8, MAX_WBITS), /* modified by set_windowBits_hi */
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi } macro 204 RANGE(8, MAX_WBITS/*from zlib*/), 215 RANGE(1, 9), /* this deliberately excludes '0' */ 227 RANGE(6, MAX_MEM_LEVEL/*zlib*/), /* exclude 5 and below: zlib bugs */ 258 RANGE(1, 0x7FFFFFFF) 265 vl_log_depth[] = { { "on", 1 }, { "off", 0 }, RANGE(0, SL) }, 274 RANGE(8, MAX_WBITS), /* modified by set_windowBits_hi */
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 112 foreach(INDEX RANGE 0 ${NB_END} 3) 136 foreach(INDEX RANGE 0 ${NB_END} 3) 197 foreach(TP_KV_INDEX RANGE ${TP_KV_INDEX_START} ${TP_KV_INDEX_END} 2)
|