/aosp_15_r20/external/libsrtp2/crypto/cipher/ |
H A D | aes.c | 1561 v128_t tmp; in srtp_aes_expand_decryption_key() local 1578 uint32_t tmp; in srtp_aes_expand_decryption_key() local 1729 uint8_t tmp; in aes_final_round() local 1765 uint8_t tmp; in aes_inv_final_round() local 2059 uint8_t tmp; in aes_final_round() local 2095 uint8_t tmp; in aes_inv_final_round() local
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/math/ |
H A D | LongMathRoundingBenchmark.java | 54 int tmp = 0; in log2() local 64 int tmp = 0; in log10() local 74 int tmp = 0; in sqrt() local 84 int tmp = 0; in divide() local
|
H A D | IntMathRoundingBenchmark.java | 54 int tmp = 0; in log2() local 64 int tmp = 0; in log10() local 74 int tmp = 0; in sqrt() local 84 int tmp = 0; in divide() local
|
H A D | DoubleMathRoundingBenchmark.java | 53 int tmp = 0; in roundToInt() local 63 long tmp = 0; in roundToLong() local 73 int tmp = 0; in roundToBigInteger() local 83 int tmp = 0; in log2Round() local
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/ |
H A D | LongMathRoundingBenchmark.java | 54 int tmp = 0; in log2() local 64 int tmp = 0; in log10() local 74 int tmp = 0; in sqrt() local 84 int tmp = 0; in divide() local
|
H A D | IntMathRoundingBenchmark.java | 54 int tmp = 0; in log2() local 64 int tmp = 0; in log10() local 74 int tmp = 0; in sqrt() local 84 int tmp = 0; in divide() local
|
H A D | DoubleMathRoundingBenchmark.java | 53 int tmp = 0; in roundToInt() local 63 long tmp = 0; in roundToLong() local 73 int tmp = 0; in roundToBigInteger() local 83 int tmp = 0; in log2Round() local
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | iterator.h | 70 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 84 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 93 DerivedT tmp = *static_cast<DerivedT *>(this); variable 107 DerivedT tmp = *static_cast<DerivedT *>(this); variable
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 123 const brw_reg tmp = bld.vgrf(BRW_TYPE_B); in setup_imm_b() local 616 brw_reg tmp = ntb.bld.vgrf(BRW_TYPE_D); in optimize_frontfacing_ternary() local 1229 brw_reg tmp = bld.vgrf(brw_type_with_size(op[0].type, 32)); in fs_nir_emit_alu() local 1573 brw_reg tmp = bld.FBH(retype(op[0], BRW_TYPE_D)); in fs_nir_emit_alu() local 2215 const brw_reg tmp = bld.vgrf(BRW_TYPE_F); in emit_pixel_interpolater_alu_at_sample() local 2701 brw_reg tmp = bld.vgrf(dst.type, read_components); in emit_gs_input_load() local 2718 brw_reg tmp = bld.vgrf(dst.type, read_components); in emit_gs_input_load() local 3082 brw_reg tmp = bld.vgrf(dst.type, read_components); in fs_nir_emit_tcs_intrinsic() local 3098 brw_reg tmp = bld.vgrf(dst.type, read_components); in fs_nir_emit_tcs_intrinsic() local 3146 brw_reg tmp = bld.vgrf(dst.type, read_components); in fs_nir_emit_tcs_intrinsic() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | NameConstraintsExtension.java | 125 DerOutputStream tmp = new DerOutputStream(); in encodeThis() local 128 true, TAG_PERMITTED), tmp); in encodeThis() local 131 DerOutputStream tmp = new DerOutputStream(); in encodeThis() local 134 true, TAG_EXCLUDED), tmp); in encodeThis() local 232 DerOutputStream tmp = new DerOutputStream(); in encode() local
|
H A D | GeneralName.java | 228 DerOutputStream tmp = new DerOutputStream(); in encode() local 237 true, (byte)nameType), tmp); in encode() local 242 true, (byte)nameType), tmp); in encode() local 246 false, (byte)nameType), tmp); in encode() local
|
H A D | GeneralSubtree.java | 198 DerOutputStream tmp = new DerOutputStream(); in encode() local 201 false, TAG_MIN), tmp); in encode() local 204 DerOutputStream tmp = new DerOutputStream(); in encode() local 207 false, TAG_MAX), tmp); in encode() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | strings.h | 41 std::stringstream tmp; in ToString() local 55 std::stringstream tmp; in ToHexString() local 69 std::stringstream tmp; variable 77 std::stringstream tmp; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | iterator.h | 71 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 85 DerivedT tmp = *static_cast<const DerivedT *>(this); variable 94 DerivedT tmp = *static_cast<DerivedT *>(this); variable 108 DerivedT tmp = *static_cast<DerivedT *>(this); variable
|
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/ |
H A D | parse.c | 297 uint64_t tmp; in __parse_protoinfo_dccp() local 338 uint64_t tmp; in __parse_counters() local 362 uint64_t tmp; in __parse_counters() local 481 uint64_t tmp; in __parse_timestamp() local 487 uint64_t tmp; in __parse_timestamp() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | host_atomics.cpp | 34 HOST_UINT tmp = host_atomic_exchange((volatile HOST_ATOMIC_UINT*)a, *(HOST_UINT*)&c, order); in host_atomic_exchange() local 40 HOST_ULONG tmp = host_atomic_exchange((volatile HOST_ATOMIC_ULONG*)a, *(HOST_ULONG*)&c, order); in host_atomic_exchange() local 47 …HOST_UINT tmp = host_atomic_load<HOST_ATOMIC_UINT, HOST_UINT>((volatile HOST_ATOMIC_UINT*)a, order… in host_atomic_load() local 53 …HOST_ULONG tmp = host_atomic_load<HOST_ATOMIC_ULONG, HOST_ULONG>((volatile HOST_ATOMIC_ULONG*)a, o… in host_atomic_load() local
|
/aosp_15_r20/external/libvpx/vp8/common/mips/mmi/ |
H A D | loopfilter_filters_mmi.c | 19 uint64_t tmp[1]; in vp8_loop_filter_horizontal_edge_mmi() local 207 uint64_t tmp[1]; in vp8_loop_filter_vertical_edge_mmi() local 498 uint64_t tmp[1]; in vp8_mbloop_filter_horizontal_edge_mmi() local 713 mips_reg tmp[1]; in vp8_mbloop_filter_vertical_edge_mmi() local 1023 uint64_t tmp[1], count = 2; in vp8_loop_filter_simple_horizontal_edge_mmi() local 1129 uint64_t tmp[1], count = 2; in vp8_loop_filter_simple_vertical_edge_mmi() local
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlregexp.c | 1187 xmlRegRangePtr *tmp; in xmlRegAtomAddRange() local 1219 xmlRegCounter *tmp; in xmlRegGetCounter() local 1243 xmlRegAtomPtr *tmp; in xmlRegAtomPush() local 1271 int *tmp; in xmlRegStateAddTransTo() local 1327 xmlRegTrans *tmp; in xmlRegStateAddTrans() local 1354 xmlRegStatePtr *tmp; in xmlRegStatePush() local 1649 xmlRegStatePtr tmp; in xmlFAGenerateTransitions() local 1806 xmlRegStatePtr state, tmp; in xmlFAEliminateSimpleEpsilonTransitions() local 2004 xmlRegRangePtr tmp; in xmlFACompareRanges() local 2184 xmlRegAtomType tmp = type1; in xmlFACompareAtomTypes() local [all …]
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/aosp/ |
H A D | ByteArrayTimSort.kt | 89 private var tmp: ByteArray? = null // Actual runtime type will be Object[], regardless of T variable in shark.internal.aosp.ByteArrayTimSort 270 val tmp = ensureCapacity(len1) in mergeLo() constant 430 val tmp = ensureCapacity(len2) in mergeHi() constant 986 val tmp = lastOfs in gallopLeft() constant 1048 val tmp = lastOfs in gallopRight() constant
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | avx_mathfun.h | 119 v8sf tmp = _mm256_and_ps(x, mask); in log256_ps() local 176 v8sf tmp = _mm256_setzero_ps(), fx; in exp256_ps() local 320 v8sf tmp = _mm256_mul_ps(z, *(v8sf*)_ps256_0p5); in sin256_ps() local 397 v8sf tmp = _mm256_mul_ps(z, *(v8sf*)_ps256_0p5); in cos256_ps() local 492 v8sf tmp = _mm256_mul_ps(z, *(v8sf*)_ps256_0p5); in sincos256_ps() local
|
/aosp_15_r20/external/rnnoise/src/ |
H A D | pitch.h | 64 opus_val16 tmp; in xcorr_kernel() local 92 opus_val16 tmp = *x++; in xcorr_kernel() local 101 opus_val16 tmp=*x++; in xcorr_kernel() local 110 opus_val16 tmp=*x++; in xcorr_kernel() local
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
H A D | ZipTestCase.java | 290 final File[] tmp = createTempDirAndFile(); in testDirectoryEntryFromFile() local 326 final File[] tmp = createTempDirAndFile(); in testExplicitDirectoryEntry() local 372 final File[] tmp = createTempDirAndFile(); in testCopyRawEntriesFromFile() local 404 final File[] tmp = createTempDirAndFile(); in testCopyRawZip64EntryFromFile() local 430 final File[] tmp = createTempDirAndFile(); in testUnixModeInAddRaw() local 516 final File[] tmp = createTempDirAndFile(); in testFileEntryFromFile() local 561 final File[] tmp = createTempDirAndFile(); in testExplicitFileEntry() local
|
/aosp_15_r20/art/test/569-checker-pattern-replacement/src/ |
H A D | Main.java | 530 double tmp = b.intField + b.doubleField; in constructBase() local 558 double tmp = b.intField + b.doubleField; in constructBaseWith0DoubleNull() local 582 double tmp = b.intField + b.doubleField; in constructBase() local 646 double tmp = b.intField + b.doubleField; in constructBase() local 819 double tmp = d.intField + d.doubleField; in constructDerived() local 843 double tmp = d.intField + d.doubleField; in constructDerived() local 905 double tmp = d.intField + d.doubleField + d.floatField; in constructDerived() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | eloop_win.c | 117 struct eloop_sock *tmp; in eloop_register_read_sock() local 187 struct eloop_event *tmp; in eloop_register_event() local 241 struct eloop_timeout *timeout, *tmp; in eloop_register_timeout() local 344 struct eloop_timeout *tmp; in eloop_is_timeout_registered() local 362 struct eloop_timeout *tmp; in eloop_deplete_timeout() local 394 struct eloop_timeout *tmp; in eloop_replenish_timeout() local 469 struct eloop_signal *tmp; in eloop_register_signal() local
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | load_file_test.cc | 32 FILE* tmp = nullptr; in TEST() local 55 FILE* tmp = nullptr; in TEST() local 72 FILE* tmp = nullptr; in TEST() local 98 FILE* tmp = nullptr; in TEST() local
|