/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 131 # define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 150 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 147 min $02, $02, $regdata label
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 189 radv_clamp_f(float f, float min, float max) in radv_clamp_f() argument
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 473 static void parse_mul(float *mul, const char *env_name, float min, float max) in parse_mul() argument 713 int tst_parse_int(const char *str, int *val, int min, int max) in tst_parse_int() argument 729 int tst_parse_long(const char *str, long *val, long min, long max) in tst_parse_long() argument 753 int tst_parse_float(const char *str, float *val, float min, float max) in tst_parse_float() argument 777 int tst_parse_filesize(const char *str, long long *val, long long min, long long max) in tst_parse_filesize() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 1462 uint32_t min = MAX2(dec->frame_number, NUM_MPEG2_REFS) - NUM_MPEG2_REFS; in get_ref_pic_idx() local
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 124 int min; member 170 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, int minimal) in tre_ast_new_iter() argument 471 static int add_icase_literals(struct literals *ls, int min, int max) in add_icase_literals() argument 535 int min, max; in parse_bracket_terms() local 615 int i, max, min, negmax, negmin; parse_bracket() local 727 int min, max; parse_dup() local 996 int min, max; tre_parse() local 1721 int min = lit->code_min; tre_copy_ast() local [all...] |
/third_party/nghttp2/src/ |
H A D | h2load.h | 191 double min, max, mean, sd; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 124 int min; member 170 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, int minimal) in tre_ast_new_iter() argument 471 static int add_icase_literals(struct literals *ls, int min, int max) in add_icase_literals() argument 535 int min, max; in parse_bracket_terms() local 615 int i, max, min, negmax, negmin; parse_bracket() local 727 int min, max; parse_dup() local 997 int min, max; tre_parse() local 1722 int min = lit->code_min; tre_copy_ast() local [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 124 int min; member 170 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, int minimal) in tre_ast_new_iter() argument 471 static int add_icase_literals(struct literals *ls, int min, int max) in add_icase_literals() argument 535 int min, max; in parse_bracket_terms() local 615 int i, max, min, negmax, negmin; parse_bracket() local 727 int min, max; parse_dup() local 996 int min, max; tre_parse() local 1721 int min = lit->code_min; tre_copy_ast() local [all...] |
/third_party/musl/src/regex/ |
H A D | regcomp.c | 124 int min; member 170 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, int minimal) in tre_ast_new_iter() argument 471 static int add_icase_literals(struct literals *ls, int min, int max) in add_icase_literals() argument 535 int min, max; in parse_bracket_terms() local 615 int i, max, min, negmax, negmin; parse_bracket() local 727 int min, max; parse_dup() local 996 int min, max; tre_parse() local 1721 int min = lit->code_min; tre_copy_ast() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvmbcs.cpp | 739 int32_t min, max, entry, nextState; in getStateProp() local [all...] |
H A D | uloc_tag.cpp | 410 _isAlphaNumericStringLimitedLength(const char* s, int32_t len, int32_t min, int32_t max) { in _isAlphaNumericStringLimitedLength() argument
|
H A D | umutablecptrie.cpp | 645 int32_t min = length - (blockLength - 1); in getAllSameOverlap() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 1344 int32_t sign, hour, min, sec; in createCustomTimeZone() local 1360 int32_t sign, hour, min, sec; in getCustomID() local 1370 parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour, int32_t& min, int32_t& sec) parseCustomID() argument 1492 formatCustomID(int32_t hour, int32_t min, int32_t sec, UBool negative, UnicodeString& id) formatCustomID() argument [all...] |
H A D | decimfmt.cpp | 1391 int32_t min = fields->properties.minimumIntegerDigits; in setMaximumIntegerDigits() local 1419 int32_t min = fields->properties.minimumFractionDigits; in setMaximumFractionDigits() local 1471 int32_t min = fields->properties.minimumSignificantDigits; setMaximumSignificantDigits() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 613 int min = 0; in insertTextureBarriers() local [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_draw.c | 134 uint32_t min; member 841 nir_ssa_def *min = get_min_max_ctx_field(builder, min); in get_instance_size() local 920 min = nir_load_var(b, min_var); get_instance_size() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 247 findTransition(const TimeZone& tz, UDate min, UDate max) findTransition() argument 277 testUsingBinarySearch(const TimeZone& tz, UDate min, UDate max, UDate expectedBoundary) testUsingBinarySearch() argument [all...] |
H A D | tzrulets.cpp | 2302 getUTCMillis(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t msec) getUTCMillis() argument
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 688 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument
|
H A D | tz2icu.cpp | 18 #undef min // windows.h/STL conflict macro
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 1836 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/third_party/libinput/src/ |
H A D | evdev.h | 201 struct device_coords min, max; member 1008 int min, max; in evdev_device_check_abs_axis_range() local 1030 code, value, min, max, evdev_device_check_abs_axis_range() local [all...] |
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 104 double min; member
|