/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/ |
H A D | UdfIn.cpp | 176 char temp[16]; in AddUdfVersionTo() local 1420 static void AddComment_UInt32(UString &s, const char *name, UInt32 val) in AddComment_UInt32() 1427 static void AddComment_UInt32_2(UString &s, const char *name, UInt32 val) in AddComment_UInt32_2() 1434 static void AddComment_UInt64(UString &s, const char *name, UInt64 val) in AddComment_UInt64()
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 1251 status_t Parcel::writeByteVector(const std::vector<int8_t>& val) { return writeData(val); } in writeByteVector() 1252 status_t Parcel::writeByteVector(const std::optional<std::vector<int8_t>>& val) { return writeData(… in writeByteVector() 1253 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val) { return writeDat… in writeByteVector() 1254 status_t Parcel::writeByteVector(const std::vector<uint8_t>& val) { return writeData(val); } in writeByteVector() 1255 status_t Parcel::writeByteVector(const std::optional<std::vector<uint8_t>>& val) { return writeData… in writeByteVector() 1256 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val){ return writeDat… in writeByteVector() 1257 status_t Parcel::writeInt32Vector(const std::vector<int32_t>& val) { return writeData(val); } in writeInt32Vector() 1258 status_t Parcel::writeInt32Vector(const std::optional<std::vector<int32_t>>& val) { return writeDat… in writeInt32Vector() 1259 status_t Parcel::writeInt32Vector(const std::unique_ptr<std::vector<int32_t>>& val) { return writeD… in writeInt32Vector() 1260 status_t Parcel::writeInt64Vector(const std::vector<int64_t>& val) { return writeData(val); } in writeInt64Vector() [all …]
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-one.c | 2794 unsigned char temp = out_buf[off + i]; in fuzz_one_original() local 2916 s64 val = out_buf[off] - '0'; in fuzz_one_original() local 3034 u64 val = rand_next(afl); in fuzz_one_original() local
|
/aosp_15_r20/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 218 int val = (0x1f & base) + kLookup[0x7 & diff]; in isOverflowed() local 708 etc_compressed temp; in etc_encode_block_helper() local 719 etc_compressed temp; in etc_encode_block_helper() local
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | x509asn1.c | 310 unsigned int val = 0; in int2str() local 683 struct dynbuf temp; in encodeDN() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | longobject.c | 417 long val = PyInt_AsLong(vv); in PyLong_AsUnsignedLong() local 2440 { PyLongObject *temp = a; a = b; b = temp; } in x_add() local 2476 { PyLongObject *temp = a; a = b; b = temp; } in x_sub() local 2490 { PyLongObject *temp = a; a = b; b = temp; } in x_sub() local 3023 PyLongObject *temp; in l_divmod() local 3403 PyLongObject *temp = NULL; in long_pow() local
|
D | floatobject.c | 263 double val; in PyFloat_AsDouble() local 559 PyObject *temp; in float_richcompare() local 1096 int decpt, sign, val, halfway_case; in _Py_double_round() local
|
/aosp_15_r20/external/libxml2/ |
H A D | relaxng.c | 2467 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck() 3509 void *val = NULL; in xmlRelaxNGParseValue() local 3947 xmlRelaxNGDefinePtr *temp; in xmlRelaxNGGetElements() local 5183 xmlChar *val; in xmlRelaxNGParseNameClass() local 6165 xmlRelaxNGContentType ret, tmp, val = XML_RELAXNG_CONTENT_EMPTY; in xmlRelaxNGCheckRules() local 6862 xmlChar *val; in xmlRelaxNGCleanupAttributes() local 8691 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8749 xmlChar *cur, *temp; in xmlRelaxNGValidateValue() local 8778 xmlChar *temp; in xmlRelaxNGValidateValue() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/ |
H A D | helpers.cpp | 510 char * temp = (char *)malloc(size * get_explicit_type_size( type ) * sizeof(cl_char)); in CreateGLTexture2D() local 1261 double val = color_delta + (color_delta * s); in CreateGLTexture2DMultisample() local 1463 double val = color_delta + color_delta * (l * samples + s); in CreateGLTexture2DArrayMultisample() local 1526 double val = color_delta + color_delta * (l * samples + s); in CreateGLTexture2DArrayMultisample() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 541 SimVRegister temp; in cmp() local 681 SimVRegister temp; in mla() local 693 SimVRegister temp; in mls() local 718 SimVRegister temp; in mul() local 791 SimVRegister temp; in mla() local 802 SimVRegister temp; in mls() local 812 SimVRegister temp; in sqdmull() local 823 SimVRegister temp; in sqdmlal() local 834 SimVRegister temp; in sqdmlsl() local 845 SimVRegister temp; in sqdmulh() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 417 VkDeviceSize val; in init_program_db() local 732 unsigned temp = 0; in zink_descriptor_shader_init() local 741 VkDeviceSize val; in zink_descriptor_shader_init() local 1634 VkDeviceSize val; in zink_descriptors_init() local 1711 VkDeviceSize val; in zink_descriptor_util_init_fbfetch() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | tree.c | 1207 xmlChar *val = NULL; in xmlStringLenGetNodeList() local 1340 xmlNodePtr temp; in xmlStringLenGetNodeList() local 1439 xmlChar *val = NULL; in xmlStringGetNodeList() local 1561 xmlNodePtr temp; in xmlStringGetNodeList() local 4764 xmlChar *buffer = NULL, *temp; in xmlGetNodePath() local 5140 xmlNodeSetSpacePreserve(xmlNodePtr cur, int val) { in xmlNodeSetSpacePreserve()
|
/aosp_15_r20/system/core/libsync/tests/ |
H A D | sync_test.cpp | 94 int inc(int val = 1) { in inc() 179 SyncFence temp(*begin(sources)); in SyncFence() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | ccaltst.c | 540 UChar temp[30]; in TestGetSetDateAPI() local 1155 int32_t min, max, gr_min, le_max, ac_min, ac_max, val; in TestGetLimits() local 1329 double temp; in testZones() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/chips/libchips/android_common/javac/ |
D | libchips.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 689 set_src_val(struct ir3_register *src, const struct reg_or_immed *val) in set_src_val() 720 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() 1229 struct ir3_register *temp = temp_interval->interval.reg; in handle_pcopy() local 1644 struct reg_or_immed *val = read_live_in(ctx, reg, block, 0); in spill_single_pred_live_in() local 1801 struct reg_or_immed *val = ralloc(ctx, struct reg_or_immed); in record_live_out() local
|
/aosp_15_r20/external/lua/src/ |
H A D | lvm.c | 287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() 331 TValue *val, const TValue *slot) { in luaV_finishset() 384 int temp = strcoll(l, r); in l_strcmp() local 1775 TValue *val = s2v(ra + n); in luaV_execute() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/fst/ |
H A D | fst_ctrl_iface.c | 791 const char *temp; in fst_ctrl_iface_receive() local 891 int val; in fst_parse_attach_command() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | cpp_regex_traits.hpp | 396 string_type temp(p1, p2); in lookup_classname() local 904 std::intmax_t val; in toi() local
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 744 UString temp; in GetCurrentDir() local 851 UInt32 val = d; in CreateTempFile2() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/ |
H A D | vec512_float.h | 33 Vectorized(float val) { in Vectorized() 608 __m512 temp[16]; in transpose_mxn_16x16() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_parser.cpp | 99 static bool atot_scalar(const char *s, T *val, bool_constant<false>) { in atot_scalar() 104 static bool atot_scalar(const char *s, T *val, bool_constant<true>) { in atot_scalar() 112 static CheckedError atot(const char *s, Parser &parser, T *val) { in atot() 123 Offset<void> *val) { in atot() 281 static inline void SingleValueRepack(Value &e, T val) { in SingleValueRepack() 289 static void SingleValueRepack(Value &e, float val) { in SingleValueRepack() 292 static void SingleValueRepack(Value &e, double val) { in SingleValueRepack() 474 CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) { in ParseHexNum() 581 uint64_t val; in Next() local 588 uint64_t val; in Next() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.cc | 918 int32_t temp = MultiplyByQuantizedMultiplier(scratch[i], multiplier, shift); in NeonMatrixBatchVectorAccumulateImpl() local 992 int32_t temp = MultiplyByQuantizedMultiplier(scratch[i], multiplier, shift); in NeonMatrixBatchVectorAccumulateImpl() local 1257 int16x8_t temp = vmovl_s8(vget_low_s8(input_value)); in NeonMatrixScalarMultiplyAccumulate() local 1520 const int32 temp = 1048576 / n_input; in NeonApplyLayerNorm() local 1543 int32 val = static_cast<int32_t>(input[index]); in NeonApplyLayerNorm() local 1630 int32 val = static_cast<int32_t>(input[index]); in NeonApplyLayerNorm() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 540 UChar temp[30]; in TestGetSetDateAPI() local 1155 int32_t min, max, gr_min, le_max, ac_min, ac_max, val; in TestGetLimits() local 1329 double temp; in testZones() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | bvh_build_treelet_refit.h | 21 uint8 val = (uint8)( in storeAABBToL1() local 30 uint8 val = (uint8)( in storeAABBToL3() local 351 struct AABB temp = childAABB[indicesEncodedShifted & 7]; in refitReduceNodePrev() local
|