/third_party/icu/icu4c/source/test/cintltst/ |
H A D | callcoll.c | 143 void uprv_appendByteToHexString(char *dst, uint8_t val) { in uprv_appendByteToHexString() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 1012 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { in sortedAdd() argument
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 1027 ckgeom(const char *fname, u_int val, const char *msg) in ckgeom() argument
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | cdcacm.c | 1380 int val = -EOPNOTSUPP; in cdcacm_setup() local 1769 userial_mask_set(unsigned int val) userial_mask_set() argument [all...] |
/third_party/alsa-lib/include/ |
H A D | local.h | 255 static inline int safe_strtoll(const char *str, long long *val) { return safe_strtoll_base(str, val, 0); } in safe_strtoll() argument 258 static inline int safe_strtol(const char *str, long *val) { return safe_strtol_base(str, val, 0); } in safe_strtol() argument
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIInfo.java | 110 public void setPackage(String val) { setType(PAK, val); } in setPackage() argument 111 public void setClassName(String val) { setType(CLS, val); } in setClassName() argument 112 public void setName(String val) { setType(NAM, val); } in setName() argument 113 public void setSignature(String val) { setType(SIG, val); } in setSignature() argument 114 public void setExceptions(String val) { setType(EXC, val); } in setExceptions() argument 186 setType(int typ, int val) setType() argument 200 setType(int typ, String val) setType() argument 591 getTypeValName(int typ, int val) getTypeValName() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 614 public String escapeSyntaxChars(String val){ in escapeSyntaxChars() argument 688 String val; field in XLIFF2ICUConverter.ResourceString 704 String val; field in XLIFF2ICUConverter.ResourceAlias 720 String val; field in XLIFF2ICUConverter.ResourceInt [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarAstronomer.java | 622 SolarLongitude(double val) { value = val; } in SolarLongitude() argument 1129 MoonAge(double val) { value = val; } in MoonAge() argument
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gparser.c | 155 set_reg(struct ia64_reg_info *reg, enum ia64_where where, int when, unsigned long val) set_reg() argument 797 unw_word_t val; parse_dynamic() local [all...] |
H A D | unwind_i.h | 161 ia64_getfp (struct cursor *c, unw_word_t loc, unw_fpreg_t *val) in ia64_getfp() argument 173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val) in ia64_putfp() argument 192 ia64_get (struct cursor *c, unw_word_t loc, unw_word_t *val) in ia64_get() argument 204 ia64_put (struct cursor *c, unw_word_t loc, unw_word_t val) in ia64_put() argument 270 ia64_getfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val) in ia64_getfp() argument 299 ia64_putfp(struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) ia64_putfp() argument 333 ia64_get(struct cursor *c, ia64_loc_t loc, unw_word_t *val) ia64_get() argument 369 ia64_put(struct cursor *c, ia64_loc_t loc, unw_word_t val) ia64_put() argument 431 unw_word_t val; /* save location: register number or offset */ global() member [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 464 bool val = false;
in LoadFormats() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 272 as_vgpr(Builder& bld, Temp val) in as_vgpr() argument 281 as_vgpr(isel_context* ctx, Temp val) in as_vgpr() argument 604 bool_to_vector_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s2)) in bool_to_vector_condition() argument 618 bool_to_scalar_condition(isel_context* ctx, Temp val, Temp dst = Temp(0, s1)) bool_to_scalar_condition() argument [all...] |
/third_party/libdrm/include/drm/ |
H A D | via_drm.h | 157 __u32 val; member
|
/third_party/libbpf/src/ |
H A D | relo_core.c | 678 bpf_core_calc_field_relo(const char *prog_name, const struct bpf_core_relo *relo, const struct bpf_core_spec *spec, __u64 *val, __u32 *field_sz, __u32 *type_id, bool *validate) bpf_core_calc_field_relo() argument 803 bpf_core_calc_type_relo(const struct bpf_core_relo *relo, const struct bpf_core_spec *spec, __u64 *val, bool *validate) bpf_core_calc_type_relo() argument 847 bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo, const struct bpf_core_spec *spec, __u64 *val) bpf_core_calc_enumval_relo() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_resource.c | 386 coap_add_attr(coap_resource_t *resource, coap_str_const_t *name, coap_str_const_t *val, int flags) global() argument
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 75 UInt32 val;
in Utf16_To_Utf8_Calc() local 110 UInt32 val; Utf16_To_Utf8() local [all...] |
/third_party/mbedtls/library/ |
H A D | bignum.c | 406 int mbedtls_mpi_set_bit(mbedtls_mpi *X, size_t pos, unsigned char val) in mbedtls_mpi_set_bit() argument
|
H A D | x509.c | 412 mbedtls_x509_buf *val; in x509_get_attr_type_value() local [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api.cpp | 324 set_property(const jerry_value_t obj_val, const char *str_p, const jerry_value_t val) set_property() argument
|
/third_party/lame/misc/ |
H A D | abx.c | 323 unsigned long val; in random_number() local 366 long double val; eval() local [all...] |
H A D | ath.c | 646 long double val; in experiment() local
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
H A D | LzmaSpec.cpp | 580 void ConvertUInt64ToString(UInt64 val, char *s)
in ConvertUInt64ToString() argument
|
/third_party/mbedtls/include/mbedtls/ |
H A D | x509.h | 277 mbedtls_x509_buf val; /**< The named value. */ member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_if.c | 967 nir_ssa_scalar val = nir_ssa_scalar_resolved(src->src.ssa, 0); in opt_if_phi_is_condition() local
|
H A D | nir_validate.c | 960 validate_const_value(nir_const_value *val, unsigned bit_size, in validate_const_value() argument
|