/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_headerdecode.c | 119 WORD32 num_ch = 0, i, tmp; in ixheaacd_read_pce_channel_info() local 155 WORD32 i, tmp; in ixheaacd_read_prog_config_element() local 262 WORD32 ret_val = 0, tmp; in ixheaacd_get_adif_header() local 318 WORD32 tmp; in ixheaacd_adtsframe() local 419 UWORD32 tmp, bit_cnt = 0; in ixheaacd_get_ld_sbr_header() local 489 WORD32 tmp; in ixheaacd_ga_hdr_dec() local 630 SIZE_T tmp = 0xf; in ixheaacd_ga_hdr_dec() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_big.c | 100 uint64_t tmp; in exec1() local 107 uint32_t tmp; in exec1() local 121 struct drm_i915_gem_relocation_entry tmp; in xchg_reloc() local 179 uint64_t tmp; in execN() local 188 uint32_t tmp; in execN() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/ |
H A D | boot_init_dram.c | 685 uint32_t tmp; in ddr_setval_s() local 708 uint32_t tmp; in ddr_getval_s() local 794 uint32_t tmp; in ddrtbl_setval() local 824 uint32_t tmp; in ddrtbl_getval() local 1013 uint32_t tmp; in _f_scale() local 1044 int32_t tmp; in _f_scale_adj() local 1239 uint32_t tmp[3]; in ddrtbl_load() local 1604 uint32_t tmp; in ddr_config_sub() local 1739 uint32_t tmp; in get_ca_swizzle() local 1763 uint32_t tmp; in ddr_config_sub_h3v1x() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/ |
D | boot_init_dram.c | 685 uint32_t tmp; in ddr_setval_s() local 708 uint32_t tmp; in ddr_getval_s() local 794 uint32_t tmp; in ddrtbl_setval() local 824 uint32_t tmp; in ddrtbl_getval() local 1013 uint32_t tmp; in _f_scale() local 1044 int32_t tmp; in _f_scale_adj() local 1244 uint32_t tmp[3]; in ddrtbl_load() local 1609 uint32_t tmp; in ddr_config_sub() local 1744 uint32_t tmp; in get_ca_swizzle() local 1768 uint32_t tmp; in ddr_config_sub_h3v1x() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_sendfile.rs | 21 let mut tmp = tempfile().unwrap(); in test_sendfile_linux() localVariable 40 let mut tmp = tempfile().unwrap(); in test_sendfile64_linux() localVariable 66 let mut tmp = tempfile().unwrap(); in test_sendfile_freebsd() localVariable 117 let mut tmp = tempfile().unwrap(); in test_sendfile_dragonfly() localVariable 166 let mut tmp = tempfile().unwrap(); in test_sendfile_darwin() localVariable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/ |
H A D | BOBYQAOptimizer.java | 1290 final double tmp = zMatrix.getEntry(knew, j); in altmov() local 1304 double tmp = ZERO; in altmov() local 1332 … final double tmp = interpolationPoints.getEntry(k, i) - trustRegionCenterOffset.getEntry(i); in altmov() local 1345 … final double tmp = interpolationPoints.getEntry(k, i) - trustRegionCenterOffset.getEntry(i); in altmov() local 1402 final double tmp = subd * (ONE - subd); in altmov() local 1418 final double tmp = step * (ONE - step) * distsq; in altmov() local 1431 …final double tmp = trustRegionCenterOffset.getEntry(i) + stpsav * (interpolationPoints.getEntry(ks… in altmov() local 1522 double tmp = ZERO; in altmov() local 1535 … final double tmp = trustRegionCenterOffset.getEntry(i) + scale * work1.getEntry(i); in altmov() local 1727 final double tmp = (f - fbeg) / stepb; in prelim() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/ |
H A D | BOBYQAOptimizer.java | 1285 final double tmp = zMatrix.getEntry(knew, j); in altmov() local 1299 double tmp = ZERO; in altmov() local 1327 … final double tmp = interpolationPoints.getEntry(k, i) - trustRegionCenterOffset.getEntry(i); in altmov() local 1340 … final double tmp = interpolationPoints.getEntry(k, i) - trustRegionCenterOffset.getEntry(i); in altmov() local 1397 final double tmp = subd * (ONE - subd); in altmov() local 1413 final double tmp = step * (ONE - step) * distsq; in altmov() local 1426 …final double tmp = trustRegionCenterOffset.getEntry(i) + stpsav * (interpolationPoints.getEntry(ks… in altmov() local 1517 double tmp = ZERO; in altmov() local 1530 … final double tmp = trustRegionCenterOffset.getEntry(i) + scale * work1.getEntry(i); in altmov() local 1722 final double tmp = (f - fbeg) / stepb; in prelim() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | mul.c | 76 size_t num, BN_ULONG *tmp) { in bn_abs_sub_words() 155 BN_ULONG tmp = a[i]; in bn_sub_part_words() local 173 BN_ULONG *tmp) { in bn_abs_sub_part_words() 188 BIGNUM *tmp = BN_CTX_get(ctx); in bn_abs_sub_consttime() local 552 BN_ULONG *tmp) { in bn_sqr_normal() 680 BIGNUM *tmp = BN_CTX_get(ctx); in bn_sqr_consttime() local 745 BN_ULONG tmp[2 * BN_SMALL_MAX_WORDS]; in bn_sqr_small() local
|
D | div.c | 222 BIGNUM *tmp = BN_CTX_get(ctx); in BN_div() local 434 BN_ULONG *tmp, size_t num) { in bn_reduce_once_in_place() 443 const BN_ULONG *m, BN_ULONG *tmp, size_t num) { in bn_mod_sub_words() 452 const BN_ULONG *m, BN_ULONG *tmp, size_t num) { in bn_mod_add_words() 482 BIGNUM *tmp = BN_CTX_get(ctx); in bn_div_consttime() local 602 BIGNUM *tmp = bn_scratch_space_from_ctx(m->width, ctx); in bn_mod_add_consttime() local 627 BIGNUM *tmp = bn_scratch_space_from_ctx(m->width, ctx); in bn_mod_sub_consttime() local 804 BIGNUM *tmp = BN_dup(a); in BN_mod_word() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | mul.c | 76 size_t num, BN_ULONG *tmp) { in bn_abs_sub_words() 155 BN_ULONG tmp = a[i]; in bn_sub_part_words() local 173 BN_ULONG *tmp) { in bn_abs_sub_part_words() 188 BIGNUM *tmp = BN_CTX_get(ctx); in bn_abs_sub_consttime() local 552 BN_ULONG *tmp) { in bn_sqr_normal() 680 BIGNUM *tmp = BN_CTX_get(ctx); in bn_sqr_consttime() local 745 BN_ULONG tmp[2 * BN_SMALL_MAX_WORDS]; in bn_sqr_small() local
|
D | div.c | 222 BIGNUM *tmp = BN_CTX_get(ctx); in BN_div() local 434 BN_ULONG *tmp, size_t num) { in bn_reduce_once_in_place() 443 const BN_ULONG *m, BN_ULONG *tmp, size_t num) { in bn_mod_sub_words() 452 const BN_ULONG *m, BN_ULONG *tmp, size_t num) { in bn_mod_add_words() 482 BIGNUM *tmp = BN_CTX_get(ctx); in bn_div_consttime() local 602 BIGNUM *tmp = bn_scratch_space_from_ctx(m->width, ctx); in bn_mod_add_consttime() local 627 BIGNUM *tmp = bn_scratch_space_from_ctx(m->width, ctx); in bn_mod_sub_consttime() local 804 BIGNUM *tmp = BN_dup(a); in BN_mod_word() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastquant.cpp | 154 Int tmp, coeff, q_value; in BlockQuantDequantH263Inter() local 274 Int tmp, coeff, q_value; in BlockQuantDequantH263Intra() local 451 Int tmp; in BlockQuantDequantH263DCInter() local 498 Int tmp, coeff; in BlockQuantDequantH263DCIntra() local 549 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGInter() local 678 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGIntra() local 923 Int tmp, coeff, q_value; in BlockQuantDequantMPEGDCIntra() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/dec/src/ |
H A D | dec_alg_codebook.cpp | 147 int16 pos1, pos2, tmp; in dec_2p_2N1() local 194 int16 j, tmp; in dec_3p_3N1() local 231 int16 j, tmp; in dec_4p_4N1() local 267 int16 j, n_1, tmp; in dec_4p_4N() local 318 int16 j, n_1, tmp; in dec_5p_5N() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/ |
H A D | acpi.c | 240 const unsigned long tmp = current; in soc_fill_dmar() local 252 const unsigned long tmp = current; in soc_fill_dmar() local 266 const unsigned long tmp = current; in soc_fill_dmar() local 281 const unsigned long tmp = current; in soc_fill_dmar() local 297 const unsigned long tmp = current; in soc_fill_dmar() local
|
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/ |
H A D | acpi.c | 233 unsigned long tmp = current; in soc_fill_dmar() local 245 unsigned long tmp = current; in soc_fill_dmar() local 258 unsigned long tmp = current; in soc_fill_dmar() local 272 const unsigned long tmp = current; in soc_fill_dmar() local 287 const unsigned long tmp = current; in soc_fill_dmar() local
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | u_math.h | 204 union fi tmp; in util_is_inf_or_nan() local 213 union fi tmp; in util_is_nan() local 222 union fi tmp; in util_inf_sign() local 238 union di tmp; in util_is_double_inf_or_nan() local 247 union di tmp; in util_is_double_nan() local 256 union di tmp; in util_double_inf_sign() local 338 union fi tmp; in float_to_ubyte() local 369 union fi tmp; in float_to_ushort() local
|
/aosp_15_r20/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 285 long tmp; in ReadFileToLongs() local 486 VendorAtomValue tmp; in fillAtomValues() local 646 VendorAtomValue tmp; in fillProcStat() local 717 VendorAtomValue tmp; in genPixelMmMetricsPerHour() local 773 VendorAtomValue tmp; in genPixelMmMetricsPerDay() local 940 VendorAtomValue tmp; in fillProcessStime() local 1011 VendorAtomValue tmp; in fillCompactionDurationStatAtom() local 1078 VendorAtomValue tmp; in fillDirectReclaimStatAtom() local 1298 unsigned long tmp; in savePressureMetrics() local 1453 VendorAtomValue tmp; in fillPressureStallAtom() local [all …]
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | parallel.py | 17 def fork_start(tmp, l): argument 99 def fork_waitfor(tmp, pid): argument 107 def fork_waitfor_timed(tmp, pid, timeout): argument 135 def fork_nuke_subprocess(tmp, pid): argument
|
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/ |
H A D | multibuf.h | 59 iterator tmp = *this; variable 101 const_iterator tmp = *this; variable 561 const_iterator tmp = *this; variable 566 const_iterator tmp = *this; variable 626 iterator tmp = *this; variable 631 iterator tmp = *this; variable
|
/aosp_15_r20/external/armnn/include/armnnTestUtils/ |
H A D | DataLayoutUtils.hpp | 20 std::vector<T> tmp(tensorData.size()); in PermuteTensorNchwToNhwc() local 32 std::vector<T> tmp(tensorData.size()); in PermuteTensorNhwcToNchw() local 45 std::vector<T> tmp(tensorData.size()); in PermuteTensorNdhwcToNcdhw() local 57 std::vector<T> tmp(tensorData.size()); in PermuteTensorNcdhwToNdhwc() local
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/math/ |
H A D | DoubleMathBenchmark.java | 49 long tmp = 0; in log2() local 59 long tmp = 0; in factorial() local 69 int tmp = 0; in isMathematicalInteger() local 81 int tmp = 0; in isPowerOfTwo() local
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/ |
H A D | DoubleMathBenchmark.java | 49 long tmp = 0; in log2() local 59 long tmp = 0; in factorial() local 69 int tmp = 0; in isMathematicalInteger() local 81 int tmp = 0; in isPowerOfTwo() local
|
/aosp_15_r20/external/libdav1d/src/ppc/ |
H A D | cdef_tmpl.c | 46 static inline void copy4xN(uint16_t *tmp, in copy4xN() 116 static inline void copy8xN(uint16_t *tmp, in copy8xN() 366 const enum CdefEdgeFlags edges, uint16_t *tmp) in filter_4xN() 423 uint16_t *tmp) in filter_4xN_pri() 451 uint16_t *tmp) in filter_4xN_sec() 485 uint16_t *tmp) in filter_8xN() 544 uint16_t *tmp) in filter_8xN_pri() 572 uint16_t *tmp) in filter_8xN_sec()
|
/aosp_15_r20/external/dnsmasq/src/ |
H A D | network.c | 47 struct iname* tmp; in iface_check() local 109 struct iname* tmp; in iface_allowed() local 733 struct server* new, *tmp, *ret = NULL; in check_servers() local 945 struct server* tmp = serv->next; in set_servers() local 1009 struct server* tmp = old_servers->next; in set_servers() local 1039 struct server* tmp = serv->next; in reload_servers() local 1103 struct server* tmp = old_servers->next; in reload_servers() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_os_SELinux.cpp | 119 char* tmp = NULL; in fileSelabelLookup() local 146 char* tmp = NULL; in getFdConInner() local 244 char *tmp = const_cast<char *>(context.c_str()); in setFileCon() local 275 char* tmp = NULL; in getFileCon() local 301 char* tmp = NULL; in getCon() local 328 char* tmp = NULL; in getPidCon() local
|