Home
last modified time | relevance | path

Searched defs:tmp (Results 2901 - 2925 of 3142) sorted by relevance

1...<<111112113114115116117118119120>>...126

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c566 sljit_uw tmp; in load_immediate() local
1039 sljit_uw imm, tmp; in emit_op_mem() local
1141 sljit_s32 size, i, tmp, word_arg_count; sljit_emit_enter() local
1388 sljit_s32 local_size, fscratches, fsaveds, i, tmp; emit_stack_frame_release() local
2718 sljit_uw cc, tmp; sljit_emit_cmov() local
2765 sljit_uw imm, tmp; sljit_emit_mem() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c229 float *tmp = alloc(min_buffer_length, sizeof(float)); in alloc_input_buffers() local
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2303 static int prepare_number_string(const char *s, enum numtype type, char **tmp, const char **ret) { in prepare_number_string() argument
2439 char *tmp; pa_atol() local
2473 char *tmp; pa_atoi64() local
3025 char *tmp = pa_xmalloc(kl+vl+2); pa_set_env() local
3045 char *tmp = pa_xmalloc(kl+2); pa_unset_env() local
[all...]
/third_party/openssl/apps/
H A Dca.c288 char tmp[10 + 1] = "\0"; in ca_main() local
2451 char *tmp = NULL; in make_revoked() local
2547 char *tmp; in unpack_revinfo() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp533 auto tmp = std::begin(*P(p)); variable
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp611 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 Dt1_lib.c240 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 Ddec_neon.c1208 int32x4x4_t tmp; TransformWHT_NEON() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp940 char tmp[200]; in makeInstance() local
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1190 SkPath tmp; in internalDrawRect() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp202 T tmp = a; a = b; b = tmp; in D3D12MA_SWAP() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c362 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.c58 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.c2708 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 Ditertoolsmodule.c675 PyObject *tmp; in teedataobject_clear() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3302 char tmp[] = { '{', regType, regIdx, '}', 0 }; in getRegForInlineAsmConstraint() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp217 char tmp[200]; in countEquivalent() local
/third_party/toybox/toys/pending/
H A Dip.c541 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 Dxzcat.c1832 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 Dlocaltime.c1601 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 Dmacro-assembler-aarch64.cc1619 VRegister tmp = temps.AcquireSameSizeAs(fn); in Emit() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc7802 FileDescriptorProto tmp; in ParseProtoAndAddToDb() local
7808 FileDescriptorProto tmp; in ParseProtoAndAddToDb() local
H A Dtext_format.cc554 std::string tmp; in ConsumeField() local
/third_party/python/Objects/
H A Dmemoryobject.c1264 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 Dbytesobject.c2901 bytes_subtype_new(PyTypeObject *type, PyObject *tmp) in bytes_subtype_new() argument

Completed in 92 milliseconds

1...<<111112113114115116117118119120>>...126