| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingPipelineFlagsTests.cpp | 533 auto tmp = std::begin(*P(p)); variable
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
| H A D | es3cCopyTexImageConversionsTests.cpp | 611 float tmp = ((float)src_rgba_intermediate[n]) / ((1 << src_input_rgba_bits[n]) - 1); in convertNormalizedUnsignedFixedPoint() local 673 float tmp = ((float)dst_rgba[n]) / ((1 << dst_attachment_rgba_bits[n]) - 1); in convertNormalizedUnsignedFixedPoint() local [all...] |
| /third_party/openssl/ssl/ |
| H A D | t1_lib.c | 240 TLS_GROUP_INFO *tmp = NULL; in add_provider_groups() local 715 uint16_t *tmp = in gid_cb() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dec_neon.c | 1208 int32x4x4_t tmp; TransformWHT_NEON() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | calendar.cpp | 940 char tmp[200]; in makeInstance() local
|
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.cpp | 1190 SkPath tmp; in internalDrawRect() local
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | D3D12MemAlloc.cpp | 202 T tmp = a; a = b; b = tmp;
in D3D12MA_SWAP() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttinterp.c | 362 FT_ULong tmp; in FT_LOCAL_DEF() local 1311 long long tmp = ret >> 63; in TT_MulFix14_long_long() local 3123 FT_ULong tmp in Ins_WS() local [all...] |
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 58 PyObject *tmp = JOIN_OBJ(*p); in _set_joined_ptr() local 543 PyObject *tmp = list_join(res); in element_get_text() local 565 PyObject *tmp = list_join(res); in element_get_tail() local 2581 PyObject *tmp = PyNumber_Add(previous, joined); treebuilder_extend_element_text_or_tail() local [all...] |
| H A D | _asynciomodule.c | 2708 PyObject *tmp; in task_step_impl() local 2787 PyObject *tmp; in task_step_impl() local 2854 PyObject *tmp; in task_step_impl() local [all...] |
| H A D | itertoolsmodule.c | 675 PyObject *tmp; in teedataobject_clear() local
|
| H A D | arraymodule.c | 1435 char tmp[256]; /* 8 is probably enough -- but why skimp */ in array_array_reverse_impl() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3302 char tmp[] = { '{', regType, regIdx, '}', 0 }; in getRegForInlineAsmConstraint() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucurr.cpp | 217 char tmp[200]; in countEquivalent() local
|
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 541 char *out = NULL, *tmp = NULL; in get_flag_string() local 1277 char *tmp = NULL, *name = NULL; in ipaddr_listflush() local 1354 struct linkdata *tmp = (struct linkdata*) dlist; in ipaddr_listflush() local 1649 char tmp[256]; display_route_info() local 2212 uint8_t len = 0, *tmp; ruleupdate() local [all...] |
| H A D | xzcat.c | 1832 uint32_t tmp; in lzma_rep_match() local 1991 uint32_t tmp; in lzma2_lzma() local 2075 uint32_t tmp; xz_dec_lzma2_run() local [all...] |
| /third_party/tzdata/ |
| H A D | localtime.c | 1601 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset() argument 1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, struct tm *const tmp) localsub() argument 1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, struct tm *restrict tmp) localtime_rz() argument 1625 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) localtime_r() argument 1635 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, int_fast32_t offset, struct tm *tmp) gmtsub() argument 1658 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) gmtime_r() argument 1711 timesub(const time_t *timep, int_fast32_t offset, const struct state *sp, struct tm *tmp) timesub() argument 1956 time2sub(struct tm *const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp, bool do_norm_secs) time2sub() argument 2161 time2(struct tm * const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp) time2() argument 2180 time1(struct tm *const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset) time1() argument 2252 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) mktime_tzname() argument 2265 mktime_z(struct state *restrict sp, struct tm *restrict tmp) mktime_z() argument 2273 mktime(struct tm *tmp) mktime() argument 2291 timelocal(struct tm *tmp) timelocal() argument 2309 timeoff(struct tm *tmp, long offset) timeoff() argument 2318 timegm(struct tm *tmp) timegm() argument [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.cc | 1619 VRegister tmp = temps.AcquireSameSizeAs(fn); in Emit() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor_unittest.cc | 7802 FileDescriptorProto tmp; in ParseProtoAndAddToDb() local 7808 FileDescriptorProto tmp; in ParseProtoAndAddToDb() local
|
| H A D | text_format.cc | 554 std::string tmp; in ConsumeField() local
|
| /third_party/python/Objects/ |
| H A D | memoryobject.c | 1264 PyObject *tmp = PySequence_Fast_GET_ITEM(seq, i); in copy_shape() local 1585 PyObject *tmp; in pylong_as_ld() local 1600 PyObject *tmp; in pylong_as_lu() local 1615 PyObject *tmp; pylong_as_lld() local 1630 PyObject *tmp; pylong_as_llu() local 1645 PyObject *tmp; pylong_as_zd() local 1660 PyObject *tmp; pylong_as_zu() local 2037 PyObject *tmp = PyTuple_GET_ITEM(v, 0); struct_unpack_single() local [all...] |
| H A D | bytesobject.c | 2901 bytes_subtype_new(PyTypeObject *type, PyObject *tmp) in bytes_subtype_new() argument
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphImpl.cpp | 78 auto tmp = p; in convertUtf8ToUnicode() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | policydb.c | 1750 uint32_t len, tmp; in symtab_insert() local 1797 type_set_t tmp; in type_set_or_eq() local
|
| /third_party/selinux/checkpolicy/ |
| H A D | policy_define.c | 1890 struct av_ioctl_range_list *r, *tmp; in avrule_merge_ioctls() local
|