/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | util.h | 222 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument 223 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument 224 #define __strtod_impl(s, pe) _strtod_l(s, pe, ClassicLocale::Get()) argument 225 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) argument 227 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument 228 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument 229 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get()) argument 230 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) argument 233 #define __strtod_impl(s, pe) strtod(s, pe) argument 234 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) argument [all …]
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | util.h | 221 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument 222 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument 223 #define __strtod_impl(s, pe) _strtod_l(s, pe, ClassicLocale::Get()) argument 224 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) argument 226 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument 227 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument 228 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get()) argument 229 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) argument 232 #define __strtod_impl(s, pe) strtod(s, pe) argument 233 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) argument [all …]
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | util.h | 221 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument 222 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument 223 #define __strtod_impl(s, pe) _strtod_l(s, pe, ClassicLocale::Get()) argument 224 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) argument 226 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument 227 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument 228 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get()) argument 229 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) argument 232 #define __strtod_impl(s, pe) strtod(s, pe) argument 233 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) argument [all …]
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | fdisk.c | 98 uint32_t val = SWAP_LE32(value); in set_levalue() local 198 uint32_t val; in swap_le32toh() local 207 struct part_entry *pe; in check_order() local 303 struct part_entry *pe = &partitions[i]; in reset_boot() local 551 int val; in read_hex() local 576 struct part_entry *pe = &partitions[i]; in delete_partition() local 635 int val; in ask_partition() local 662 struct part_entry *pe; in write_table() local 728 uint32_t val; in ask_value() local 883 struct part_entry *pe = &partitions[i]; in ask_end_sector() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | repattrn.cpp | 147 int32_t val = hashEl->value.integer; in operator =() local 317 UParseError &pe, in compile() 368 UParseError &pe, in compile() 417 UParseError &pe, in compile() 429 UParseError &pe, in compile() 444 UParseError pe; in compile() local 457 UParseError pe; in compile() local 522 UParseError &pe, in matches() 546 UParseError &pe, in matches() 702 int32_t val = URX_VAL(op); in dumpOp() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | repattrn.cpp | 147 int32_t val = hashEl->value.integer; in operator =() local 319 UParseError &pe, in compile() 370 UParseError &pe, in compile() 419 UParseError &pe, in compile() 431 UParseError &pe, in compile() 446 UParseError pe; in compile() local 459 UParseError pe; in compile() local 524 UParseError &pe, in matches() 548 UParseError &pe, in matches() 704 int32_t val = URX_VAL(op); in dumpOp() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 32 static long perf_event_open(struct perf_event_attr *pe, pid_t pid, in perf_event_open() 109 struct perf_event_attr pe = {0}; in TEST_F() local 116 __u32 *val; in TEST_F() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 370 UParseError pe; in doRegexLMTest() local 433 UParseError pe; in doRegexLMTestUTF8() local 523 UParseError pe; in regex_err() local 760 UParseError pe; in API_Match() local 906 UParseError pe; in API_Match() local 965 UParseError pe; in API_Match() local 1019 UParseError pe; in API_Match() local 1327 UParseError pe; in API_Replace() local 1519 UParseError pe; in API_Pattern() local 1824 UParseError pe; in API_Match_UTF8() local [all …]
|
H A D | rbbitst.cpp | 926 UParseError pe; in TestExtended() local 937 UParseError pe; in TestExtended() local 3555 int32_t val = defaultVal; in getIntParam() local 4746 UParseError pe; in TestBug12677() local 4972 UParseError pe; in TestDebug() local 5479 UParseError pe; in TestUnpairedSurrogate() local 5924 UParseError pe {}; in TestBug22585() local 5939 UParseError pe {}; in TestBug22602() local 5945 UParseError pe {}; in TestBug22636() local 5965 UParseError pe {}; in TestBug22584() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | regextst.cpp | 370 UParseError pe; in doRegexLMTest() local 433 UParseError pe; in doRegexLMTestUTF8() local 523 UParseError pe; in regex_err() local 760 UParseError pe; in API_Match() local 906 UParseError pe; in API_Match() local 965 UParseError pe; in API_Match() local 1019 UParseError pe; in API_Match() local 1327 UParseError pe; in API_Replace() local 1519 UParseError pe; in API_Pattern() local 1824 UParseError pe; in API_Match_UTF8() local [all …]
|
H A D | rbbitst.cpp | 920 UParseError pe; in TestExtended() local 931 UParseError pe; in TestExtended() local 3547 int32_t val = defaultVal; in getIntParam() local 4688 UParseError pe; in TestBug12677() local 4914 UParseError pe; in TestDebug() local 5421 UParseError pe; in TestUnpairedSurrogate() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | PropertyExpander.java | 81 int pe = p+2; in expand() local 108 String val = System.getProperty(prop); in expand() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/trdc/ |
D | imx_trdc.c | 19 uint8_t did, uint8_t pe, uint8_t pidm, uint8_t pid) in trdc_mda_set_cpu() 21 uint32_t val = mmio_read_32(trdc_base + MDAC_W_X(mda_inst, mda_reg)); in trdc_mda_set_cpu() local 39 uint32_t val = mmio_read_32(trdc_base + MDAC_W_X(mda_inst, 0)); in trdc_mda_set_noncpu() local 136 uint32_t index, offset, val; in trdc_mbc_blk_config() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
H A D | SyntheticAccessorFSM.java | 225 int pe = instructions.size(); in test() local 532 float val = Float.intBitsToFloat((int)constantValue); in getIncrementType() local 543 double val = Double.longBitsToDouble(constantValue); in getIncrementType() local
|
/aosp_15_r20/trusty/kernel/platform/generic-x86_64/ |
H A D | debug.c | 36 uint8_t pe : 1; member 54 uint8_t val) { in serial_io_set_reg()
|
/aosp_15_r20/external/libconfig/tinytest/ |
H A D | tinytest.c | 171 char *p, *q, *pe, *qe; in __tt_compare_files() local 317 void tt_output_val(FILE *stream, const tt_val_t *val) in tt_output_val() 583 int val, tt_bool_t fatal) in tt_expect_bool()
|
/aosp_15_r20/external/coreboot/src/commonlib/ |
H A D | fsp_relocate.c | 161 static int pe_relocate(uintptr_t new_addr, void *pe, void *fsp, size_t fih_off) in pe_relocate() 248 uint64_t val; in pe_relocate() local 358 uint32_t val; in te_relocate() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlwriter.c | 147 const char *msg, int val) in xmlWriterErrMsgInt() 3615 int pe, const xmlChar * name) in xmlTextWriterStartDTDEntity() 3776 int pe, in xmlTextWriterWriteFormatDTDInternalEntity() 3806 int pe, in xmlTextWriterWriteVFormatDTDInternalEntity() 3843 int pe, in xmlTextWriterWriteDTDEntity() 3876 int pe, in xmlTextWriterWriteDTDInternalEntity() 3920 int pe, in xmlTextWriterWriteDTDExternalEntity()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xmlwriter.c | 147 const char *msg, int val) in xmlWriterErrMsgInt() 3620 int pe, const xmlChar * name) in xmlTextWriterStartDTDEntity() 3781 int pe, in xmlTextWriterWriteFormatDTDInternalEntity() 3811 int pe, in xmlTextWriterWriteVFormatDTDInternalEntity() 3848 int pe, in xmlTextWriterWriteDTDEntity() 3881 int pe, in xmlTextWriterWriteDTDInternalEntity() 3925 int pe, in xmlTextWriterWriteDTDExternalEntity()
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/ |
H A D | dp.c | 37 u32 reg, u32 val) in tegra_dpaux_writel() 944 u32 val; in tegra_dp_lt_config() local 1111 u32 pe[4], vs[4], pc[4]; in tegra_dc_dp_full_link_training() local 1369 u32 val; in tegra_dp_hpd_config() local 1381 u32 val; in tegra_dp_hpd_plug() local
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/ |
H A D | dp.c | 45 u32 reg, u32 val) in tegra_dpaux_writel() 967 u32 val; in tegra_dp_lt_config() local 1135 u32 pe[4], vs[4], pc[4]; in tegra_dc_dp_full_link_training() local 1410 u32 val; in tegra_dp_hpd_config() local 1422 u32 val; in tegra_dp_hpd_plug() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | dpp.c | 191 unsigned char val = *info++; in dpp_uri_valid_info() local 353 int val; in dpp_parse_uri_supported_curves() local 717 u8 val = bi->supported_curves; in dpp_gen_uri() local 788 struct wpabuf *clear = NULL, *msg = NULL, *pe = NULL; in dpp_build_conf_req_attr() local 1057 static int bin_str_eq(const char *val, size_t len, const char *cmp) in bin_str_eq() 1294 long int val; in dpp_configuration_parse_helper() local 2402 struct crypto_ec_key *pe; in dpp_conf_req_rx() local 3727 static int valid_channel_list(const char *val) in valid_channel_list()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | StylesheetHandler.java | 903 TransformerException pe; in error() local 1088 String val = attributes.getValue(i); in checkForFragmentID() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | traceview.jar | ... {
final synthetic com.android.traceview.TimeBase val$timeBase
final synthetic com.android.traceview. ... |
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/ |
H A D | NsisIn.cpp | 1413 void CInArchive::AddRegRoot(UInt32 val) in AddRegRoot() 3859 const UInt32 val = params[0] - 1; in ReadEntries() local 4321 UInt32 val; in ReadEntries() local 5512 UInt32 val = Get32(p + 10 + (UInt32)licenseLangIndex * 4); in Parse() local 5593 UInt32 val = Get32(p + 10 + j * 4); in Parse() local 5927 static inline bool CheckPeOffset(UInt32 pe) in CheckPeOffset() 5941 UInt32 pe = Get32(p + 0x3C); in IsArc_Pe() local
|