Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/prng/
Drand.c21 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/
Dmatchers.cc180 } 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()
Dmatchers.h85 RANGE, // uses range_start and range_end fields enumerator
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c855 #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/
Dfft.c68 #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/
Dcldr-plural.y149 %token AND OR RANGE ELLIPSIS OTHER AT_INTEGER AT_DECIMAL
246 range: INTEGER RANGE INTEGER
324 return RANGE;
/third_party/nghttp2/cmake/
DVersion.cmake5 foreach(i RANGE 5 0 -1)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberRangeFormatter.java113 RANGE enumConstant
/third_party/python/Lib/
Dsre_compile.py258 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/
Dlocal-port.d3 Help: Force use of RANGE for local port numbers
Drange.d3 Help: Retrieve only the bytes within RANGE
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberRangeFormatter.java122 RANGE enumConstant
/third_party/curl/tests/data/
Dtest146342 -r, --range <range> Retrieve only the bytes within RANGE
Dtest146442 -r, --range <range> Retrieve only the bytes within RANGE
/third_party/selinux/checkpolicy/
Dpolicy_scan.l137 RANGE |
138 range { return(RANGE); }
/third_party/boost/tools/cmake/include/
DBoostMessage.cmake39 foreach(i RANGE 1 ${last})
/third_party/mesa3d/src/compiler/nir/
Dnir_intrinsics.py902 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/
DNumberRangeFormatterTest.java568 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/
Dextract_unsafe_backwards.cpp134 #if RANGE in main()
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp134 #if RANGE in main()
/third_party/icu/icu4c/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp134 #if RANGE in main()
/third_party/libpng/contrib/tools/
Dpngcp.c161 #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/
Dpngcp.c161 #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/
Dpngcp.c161 #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/
DCMakeAutoGenScript.cmake112 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)

1234