/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A 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/ffmpeg/libavfilter/ |
H A D | vf_amplify.c | 248 { "factor", "set factor", OFFSET(factor), AV_OPT_TYPE_FLOAT, {.dbl=2}, 0, UINT16_MAX, .flags = VFT }, 249 { "threshold", "set threshold", OFFSET(threshold), AV_OPT_TYPE_FLOAT, {.dbl=10}, 0, UINT16_MAX, .flags = VFT }, 250 { "tolerance", "set tolerance", OFFSET(tolerance), AV_OPT_TYPE_FLOAT, {.dbl=0}, 0, UINT16_MAX, .flags = VFT }, 251 { "low", "set low limit for amplification", OFFSET(llimit), AV_OPT_TYPE_FLOAT, {.dbl=UINT16_MAX}, 0, UINT16_MAX, .flags = VFT }, 252 { "high", "set high limit for amplification", OFFSET(hlimit), AV_OPT_TYPE_FLOAT, {.dbl=UINT16_MAX}, 0, UINT16_MAX, .flags = VFT },
|
H A D | vf_floodfill.c | 396 { "x", "set pixel x coordinate", OFFSET(x), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 397 { "y", "set pixel y coordinate", OFFSET(y), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 398 { "s0", "set source #0 component value", OFFSET(s[0]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 399 { "s1", "set source #1 component value", OFFSET(s[1]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 400 { "s2", "set source #2 component value", OFFSET(s[2]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 401 { "s3", "set source #3 component value", OFFSET(s[3]), AV_OPT_TYPE_INT, {.i64=0},-1, UINT16_MAX, FLAGS }, 402 { "d0", "set destination #0 component value", OFFSET(d[0]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 403 { "d1", "set destination #1 component value", OFFSET(d[1]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 404 { "d2", "set destination #2 component value", OFFSET(d[2]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAGS }, 405 { "d3", "set destination #3 component value", OFFSET(d[3]), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT16_MAX, FLAG [all...] |
H A D | asrc_anullsrc.c | 57 { "nb_samples", "set the number of samples per requested frame", OFFSET(nb_samples), AV_OPT_TYPE_INT, {.i64 = 1024}, 1, UINT16_MAX, FLAGS }, 58 { "n", "set the number of samples per requested frame", OFFSET(nb_samples), AV_OPT_TYPE_INT, {.i64 = 1024}, 1, UINT16_MAX, FLAGS },
|
H A D | asrc_hilbert.c | 47 { "taps", "set number of taps", OFFSET(nb_taps), AV_OPT_TYPE_INT, {.i64=22051}, 11, UINT16_MAX, FLAGS }, 48 { "t", "set number of taps", OFFSET(nb_taps), AV_OPT_TYPE_INT, {.i64=22051}, 11, UINT16_MAX, FLAGS },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
H A D | DataTypes.h | 88 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 #define UINT16_MAX 65535 macro
|
/third_party/ffmpeg/libavformat/ |
H A D | apngenc.c | 94 if (apng->last_delay.num > UINT16_MAX || apng->last_delay.den > UINT16_MAX) { in apng_write_header() 96 apng->last_delay.num, apng->last_delay.den, UINT16_MAX); in apng_write_header() 202 if (!av_reduce(&delay.num, &delay.den, delay_num_raw, delay_den_raw, UINT16_MAX) && in flush_packet() 296 AV_OPT_TYPE_INT, { .i64 = 1 }, 0, UINT16_MAX, ENC }, 298 AV_OPT_TYPE_RATIONAL, { .dbl = 0 }, 0, UINT16_MAX, ENC },
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A 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() 579 #else /* PARSER_MAXIMUM_CODE_SIZE > UINT16_MAX */ in parser_emit_cbc_forward_branch() 581 #endif /* 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() 686 #endif /* PARSER_MAXIMUM_CODE_SIZE > UINT16_MAX */ in parser_emit_cbc_backward_branch() 696 #if PARSER_MAXIMUM_CODE_SIZE > UINT16_MAX in parser_emit_cbc_backward_branch() [all...] |
/third_party/node/deps/uv/include/uv/ |
H A 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/pulseaudio/src/modules/raop/ |
H A D | raop-packet-buffer.c | 88 pb->seq = (!seq) ? UINT16_MAX : seq - 1; in pa_raop_packet_buffer_reset() 104 /* 0 means seq reached UINT16_MAX and has been wrapped... */ in pa_raop_packet_buffer_prepare() 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/pcre2/pcre2/src/ |
H A D | pcre2_match_data.c | 62 if (oveccount > UINT16_MAX) oveccount = UINT16_MAX; in pcre2_match_data_create()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc_hevc.c | 261 { "tile_cols", "Number of columns for tiled encoding", OFFSET(qsv.tile_cols), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, UINT16_MAX, VE }, 262 { "tile_rows", "Number of rows for tiled encoding", OFFSET(qsv.tile_rows), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, UINT16_MAX, VE }, 267 { "int_ref_type", "Intra refresh type. B frames should be set to 0", OFFSET(qsv.int_ref_type), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE, "int_ref_type" }, 271 { "int_ref_cycle_size", "Number of frames in the intra refresh cycle", OFFSET(qsv.int_ref_cycle_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE },
|
H A D | qsvenc_h264.c | 126 { "max_dec_frame_buffering", "Maximum number of frames buffered in the DPB", OFFSET(qsv.max_dec_frame_buffering), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, UINT16_MAX, VE }, 138 { "int_ref_type", "Intra refresh type. B frames should be set to 0.", OFFSET(qsv.int_ref_type), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE, "int_ref_type" }, 142 { "int_ref_cycle_size", "Number of frames in the intra refresh cycle", OFFSET(qsv.int_ref_cycle_size), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, UINT16_MAX, VE },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A 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/icu/icu4c/source/common/unicode/ |
H A D | umachine.h | 215 #ifndef UINT16_MAX 217 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | umachine.h | 193 #ifndef UINT16_MAX 195 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/musl/include/ |
H A D | stdint.h | 49 #define UINT16_MAX (0xffff) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 127 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) && in isEndMarker() 128 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX)); in isEndMarker()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | umachine.h | 215 #ifndef UINT16_MAX 217 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/third_party/skia/src/core/ |
H A D | SkDraw_text.cpp | 32 return !(gt(position.fX, INT_MAX - (INT16_MAX + SkTo<int>(UINT16_MAX))) || in check_glyph_position() 34 gt(position.fY, INT_MAX - (INT16_MAX + SkTo<int>(UINT16_MAX))) || in check_glyph_position()
|
/third_party/skia/tests/ |
H A D | VerticesTest.cpp | 111 SkVertices::Builder builder(SkVertices::kTriangleFan_VertexMode, UINT16_MAX + 1, 0, in DEF_TEST() 117 SkVertices::Builder builder(SkVertices::kTriangleFan_VertexMode, UINT16_MAX + 2, 0, in DEF_TEST()
|