| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | localtime.c | 1258 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 D | pkgdata.cpp | 2072 char *tmp; in loadLists() local
|
| /third_party/libdrm/radeon/ |
| H A D | radeon_surface.c | 794 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 D | xf86drmMode.c | 812 drmModeFormatModifierIterator tmp; in drmModeFormatModifierBlobIterNext() local
|
| /third_party/libinput/src/ |
| H A D | evdev-tablet.c | 711 const char tmp[sizeof(tablet->changed_axes)] = {0}; in tablet_check_notify_axes() local
|
| H A D | quirks.c | 1434 void *tmp; in quirk_apply_section() local
|
| /third_party/lwip/src/apps/http/ |
| H A D | httpd.c | 845 char *tmp; local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | pre-process.c | 1835 const char *tmp = *dst; in add_path_entry() local
|
| H A D | simplify.c | 2595 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 D | fuzzer.c | 1090 { 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 D | code-generator-arm64.cc | 2469 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 D | code-generator-ia32.cc | 1398 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 D | ieee754.cc | 2893 int tmp; in pow() local
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 1321 uint32_t tmp = TempVariable(0); in SwitchStatement() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64-inl.h | 543 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 D | value-mirror.cc | 352 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 D | liftoff-assembler.h | 1595 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 D | rtasm_x86sse.c | 152 unsigned char *tmp = p->store; in do_realloc() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 868 struct pipe_vertex_element tmp[PIPE_MAX_ATTRIBS]; in u_vbuf_create_vertex_elements() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 1200 void *tmp; in si_upload_const_buffer() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 1143 uint64_t tmp = (uint64_t) a*b; in clamped_umul32() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_descriptors.c | 888 struct zink_descriptor_set *tmp = he->data; in zink_descriptor_set_get() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 1670 brw_inst *tmp; in brw_ENDIF() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 719 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 D | lp_bld_nir.c | 817 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
|