/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackWriter.cpp | 72 if (u <= UINT16_MAX) { in write() 109 } else if (Size <= UINT16_MAX) { in write() 129 } else if (Size <= UINT16_MAX) { in write() 147 if (Size <= UINT16_MAX) { in writeArraySize() 163 if (Size <= UINT16_MAX) { in writeMapSize() 196 } else if (Size <= UINT16_MAX) { in writeExt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 #define UINT16_MAX 65535 macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_floodfill.c | 408 …t pixel x coordinate", OFFSET(x), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 409 …t pixel y coordinate", OFFSET(y), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 410 …t source #0 component value", OFFSET(s[0]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 411 …t source #1 component value", OFFSET(s[1]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 412 …t source #2 component value", OFFSET(s[2]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 413 …t source #3 component value", OFFSET(s[3]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 414 …t destination #0 component value", OFFSET(d[0]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 415 …t destination #1 component value", OFFSET(d[1]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 416 …t destination #2 component value", OFFSET(d[2]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 417 …t destination #3 component value", OFFSET(d[3]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS },
|
D | vf_amplify.c | 287 …{ "factor", "set factor", OFFSET(factor), AV_OPT_TYPE_FLOAT, {.dbl=2}, 0, UINT16_MAX, .flags = VFT… 288 …{ "threshold", "set threshold", OFFSET(threshold), AV_OPT_TYPE_FLOAT, {.dbl=10}, 0, UINT16_MAX, .f… 289 …{ "tolerance", "set tolerance", OFFSET(tolerance), AV_OPT_TYPE_FLOAT, {.dbl=0}, 0, UINT16_MAX, .fl… 290 …mit for amplification", OFFSET(llimit), AV_OPT_TYPE_INT, {.i64=UINT16_MAX}, 0, UINT16_MAX, .flags … 291 …mit for amplification", OFFSET(hlimit), AV_OPT_TYPE_INT, {.i64=UINT16_MAX}, 0, UINT16_MAX, .flags …
|
D | vf_colorlevels.c | 255 int imin = lrint(r->in_min * UINT16_MAX); in filter_frame() 256 int imax = lrint(r->in_max * UINT16_MAX); in filter_frame() 257 int omin = lrint(r->out_min * UINT16_MAX); in filter_frame() 258 int omax = lrint(r->out_max * UINT16_MAX); in filter_frame() 262 imin = UINT16_MAX; in filter_frame()
|
D | vf_maskfun.c | 53 …{ "low", "set low threshold", OFFSET(low), AV_OPT_TYPE_INT, {.i64=10}, 0, UINT16_MAX, VFT … 54 …{ "high", "set high threshold", OFFSET(high), AV_OPT_TYPE_INT, {.i64=10}, 0, UINT16_MAX, VFT … 56 …{ "fill", "set fill value", OFFSET(fill), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, VFT … 57 …{ "sum", "set sum value", OFFSET(sum), AV_OPT_TYPE_INT, {.i64=10}, 0, UINT16_MAX, VFT …
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-util.c | 396 uint16_t lit_value = UINT16_MAX; in parser_emit_cbc_push_number() 423 if (lit_value == UINT16_MAX) in parser_emit_cbc_push_number() 436 if (lit_value == UINT16_MAX) in parser_emit_cbc_push_number() 577 #if PARSER_MAXIMUM_CODE_SIZE <= UINT16_MAX in parser_emit_cbc_forward_branch() 680 #if PARSER_MAXIMUM_CODE_SIZE > UINT16_MAX in parser_emit_cbc_backward_branch() 681 if (offset > UINT16_MAX) in parser_emit_cbc_backward_branch() 696 #if PARSER_MAXIMUM_CODE_SIZE > UINT16_MAX in parser_emit_cbc_backward_branch() 697 if (offset > UINT16_MAX) in parser_emit_cbc_backward_branch() 739 #if PARSER_MAXIMUM_CODE_SIZE <= UINT16_MAX in parser_set_branch_to_current_position()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/third_party/pixman/test/ |
D | solid-test.c | 255 color.alpha = prng_rand_n (UINT16_MAX + 1); in create_solid_image() 256 color.red = prng_rand_n (UINT16_MAX + 1); in create_solid_image() 257 color.green = prng_rand_n (UINT16_MAX + 1); in create_solid_image() 258 color.blue = prng_rand_n (UINT16_MAX + 1); in create_solid_image()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-packet-buffer.c | 88 pb->seq = (!seq) ? UINT16_MAX : seq - 1; in pa_raop_packet_buffer_reset() 105 pa_assert(pb->seq == UINT16_MAX); in pa_raop_packet_buffer_prepare() 147 delta = pb->seq + (UINT16_MAX - seq); in pa_raop_packet_buffer_retrieve()
|
/third_party/flutter/skia/src/gpu/ |
D | GrProgramDesc.cpp | 26 int value = UINT16_MAX; in texture_type_key() 124 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)UINT16_MAX); in gen_meta_key() 145 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)UINT16_MAX); in gen_meta_key() 165 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)UINT16_MAX); in gen_meta_key()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 90 uint16_t PriorityValue = Priority->getLimitedValue(UINT16_MAX); in runOnModule() 140 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runOnModule() 156 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runOnModule()
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 178 #ifndef UINT16_MAX 180 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/ffmpeg/libavcodec/ |
D | qsvenc_h264.c | 113 …he DPB", OFFSET(qsv.max_dec_frame_buffering), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, UINT16_MAX, VE }, 129 …FSET(qsv.int_ref_type), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE, "int_ref_ty… 132 …T(qsv.int_ref_cycle_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE },
|
/third_party/icu/icu4c/source/common/unicode/ |
D | umachine.h | 215 #ifndef UINT16_MAX 217 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 215 #ifndef UINT16_MAX 217 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/iptables/extensions/ |
D | libxt_TCPMSS.c | 42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr), 50 .min = 0, .max = UINT16_MAX - SIZEOF_STRUCT_IP6_HDR,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | umachine.h | 215 #ifndef UINT16_MAX 217 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 127 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) && in isEndMarker() 128 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX)); in isEndMarker()
|