Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp72 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/
DDataTypes.h88 #define UINT16_MAX 65535 macro
130 #ifndef UINT16_MAX
131 #define UINT16_MAX 65535 macro
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c408 …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 },
Dvf_amplify.c287 …{ "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 …
Dvf_colorlevels.c255 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()
Dvf_maskfun.c53 …{ "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/
Djs-parser-util.c396 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/
Dstdint-msvc2008.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/third_party/pixman/test/
Dsolid-test.c255 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/
Draop-packet-buffer.c88 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/
DGrProgramDesc.cpp26 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/
DWebAssemblyLowerGlobalDtors.cpp90 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/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/musl/include/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h49 #define UINT16_MAX (0xffff) macro
73 #define UINT_LEAST16_MAX UINT16_MAX
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h178 #ifndef UINT16_MAX
180 # define UINT16_MAX ((uint16_t)(65535U)) macro
/third_party/ffmpeg/libavcodec/
Dqsvenc_h264.c113 …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/
Dumachine.h215 #ifndef UINT16_MAX
217 # define UINT16_MAX ((uint16_t)(65535U)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h215 #ifndef UINT16_MAX
217 # define UINT16_MAX ((uint16_t)(65535U)) macro
/third_party/iptables/extensions/
Dlibxt_TCPMSS.c42 .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/
Dumachine.h215 #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/
DMCInstrItineraries.h127 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) && in isEndMarker()
128 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX)); in isEndMarker()

12345678