Home
last modified time | relevance | path

Searched defs:tmp (Results 1851 - 1875 of 2274) sorted by relevance

1...<<71727374757677787980>>...91

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1258 localsub(const time_t *const timep, const int_fast32_t offset, struct tm *const tmp) localsub() argument
1345 localtime_r(const time_t *const timep, struct tm *tmp) localtime_r() argument
1355 gmtsub(const time_t *const timep, const int_fast32_t offset, struct tm *const tmp) gmtsub() argument
1391 gmtime_r(const time_t *const timep, struct tm *tmp) gmtime_r() argument
1419 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) timesub() argument
1669 time2sub(struct tm *const tmp, struct tm *(*const funcp)(const time_t *, int_fast32_t, struct tm *), const int_fast32_t offset, int *const okayp, const int do_norm_secs) time2sub() argument
1845 time2(struct tm * const tmp, struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *), const int_fast32_t offset, int *const okayp) time2() argument
1862 time1(struct tm *const tmp, struct tm *(*const funcp) (const time_t *, int_fast32_t, struct tm *), const int_fast32_t offset) time1() argument
1934 mktime(struct tm *const tmp) mktime() argument
1943 timelocal(struct tm *const tmp) timelocal() argument
1951 timegm(struct tm *const tmp) timegm() argument
1959 timeoff(struct tm *const tmp, const long offset) timeoff() argument
1976 gtime(struct tm *const tmp) gtime() argument
[all...]
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp2072 char *tmp; in loadLists() local
/third_party/libdrm/radeon/
H A Dradeon_surface.c794 struct radeon_surface_level tmp[RADEON_SURF_MAX_LEVEL]; in eg_surface_init_1d_miptrees() local
816 struct radeon_surface_level tmp[RADEON_SURF_MAX_LEVEL]; in eg_surface_init_2d_miptrees() local
/third_party/libdrm/
H A Dxf86drmMode.c812 drmModeFormatModifierIterator tmp; in drmModeFormatModifierBlobIterNext() local
/third_party/libinput/src/
H A Devdev-tablet.c711 const char tmp[sizeof(tablet->changed_axes)] = {0}; in tablet_check_notify_axes() local
H A Dquirks.c1434 void *tmp; in quirk_apply_section() local
/third_party/lwip/src/apps/http/
H A Dhttpd.c845 char *tmp; local
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c1835 const char *tmp = *dst; in add_path_entry() local
H A Dsimplify.c2595 struct basic_block *tmp = br->bb_true; in simplify_cond_branch() local
2633 struct basic_block *tmp = insn->bb_true; in simplify_branch() local
/third_party/lz4/tests/
H A Dfuzzer.c1090 { char const tmp = (char)0xFF; in FUZ_unitTests() local
1096 { char tmp[17]; in FUZ_unitTests() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2469 VRegister tmp = scope.AcquireQ(); in AssembleArchInstruction() local
2554 VRegister tmp = scope.AcquireQ(); AssembleArchInstruction() local
2610 VRegister tmp = scope.AcquireQ(); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1398 Register tmp = i.TempRegister(1); in AssembleArchInstruction() local
2335 XMMRegister tmp in AssembleArchInstruction() local
2363 XMMRegister tmp = i.TempSimd128Register(0); AssembleArchInstruction() local
2674 XMMRegister tmp = i.TempSimd128Register(0); AssembleArchInstruction() local
2782 Register tmp = i.TempRegister(0); AssembleArchInstruction() local
2898 Register tmp = i.TempRegister(0); AssembleArchInstruction() local
2977 Register tmp = i.TempRegister(0); AssembleArchInstruction() local
3038 Register tmp = i.TempRegister(0); AssembleArchInstruction() local
3448 Register tmp = i.TempRegister(0); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2893 int tmp; in pow() local
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc1321 uint32_t tmp = TempVariable(0); in SwitchStatement() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h543 VRegister tmp = temps.AcquireSameSizeAs(fn); in Fcmp() local
680 Register tmp = temps.AcquireX(); in Fmov() local
707 Register tmp = temps.AcquireW(); in Fmov() local
1338 Register tmp in DropArguments() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc352 v8::Local<v8::Value> tmp; in descriptionForEntry() local
871 v8::Local<v8::Value> tmp; in getEntries() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h1595 Register tmp = assm->GetUnusedRegister(kGpReg, LiftoffRegList{lhs, rhs}).gp(); in EmitI64IndependentHalfOperation() local
1622 Register tmp = assm->GetUnusedRegister(kGpReg, LiftoffRegList{lhs}).gp(); in EmitI64IndependentHalfOperationImm() local
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c152 unsigned char *tmp = p->store; in do_realloc() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c868 struct pipe_vertex_element tmp[PIPE_MAX_ATTRIBS]; in u_vbuf_create_vertex_elements() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1200 void *tmp; in si_upload_const_buffer() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1143 uint64_t tmp = (uint64_t) a*b; in clamped_umul32() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c888 struct zink_descriptor_set *tmp = he->data; in zink_descriptor_set_get() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c1670 brw_inst *tmp; in brw_ENDIF() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp719 Value *tmp = new_LValue(func, FILE_GPR); in loadTexMsInfo() local
2052 Value *tmp = bld.getSSA(); in handleSUSTP() local
2081 Value *tmp = bld.getSSA(); in handleSUSTP() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c817 LLVMValueRef tmp = lp_build_floor(flt_bld, src[0]); in do_alu_action() local
1060 LLVMValueRef tmp = merge_16bit(bld_base, src[0], src[1]); in do_alu_action() local
1071 LLVMValueRef tmp = merge_64bit(bld_base, src[0], src[1]); in do_alu_action() local
1080 LLVMValueRef tmp = merge_16bit(bld_base, tmp1, tmp2); in do_alu_action() local

Completed in 77 milliseconds

1...<<71727374757677787980>>...91