Home
last modified time | relevance | path

Searched defs:tmp (Results 651 - 675 of 2706) sorted by relevance

1...<<21222324252627282930>>...109

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dfloatscan.c184 uint32_t tmp = x[k] % p10; in decfloat() local
201 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat() local
240 uint32_t tmp = x[k] & ((1<<sh)-1); in decfloat() local
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dfloatscan.c184 uint32_t tmp = x[k] % p10; in decfloat() local
201 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat() local
240 uint32_t tmp = x[k] & ((1<<sh)-1); in decfloat() local
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c254 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfscanf() local
267 char *tmp = realloc(s, k); in vfscanf() local
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c40 char tmp[64]; in sem_open() local
/third_party/musl/src/internal/
H A Datomic.h199 volatile int tmp = 0; in a_barrier() local
H A Dfloatscan.c184 uint32_t tmp = x[k] % p10; in decfloat() local
201 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat() local
240 uint32_t tmp = x[k] & (1<<sh)-1; in decfloat() local
/third_party/ninja/src/
H A Dgetopt.c117 char *tmp; in reverse_argv_elements() local
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c64 char tmp[1500]; in assert_roundtrip() local
/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c69 int tmp = 0; in ares_inet_net_pton_ipv4() local
245 unsigned char tmp[NS_IN6ADDRSZ]; ares_inet_pton6() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Daccum.c41 GLfloat tmp[4]; in _mesa_ClearAccum() local
H A Dtexcompress_etc_tmp.h66 int tmp = (int) base + modifier; in etc1_clamp() local
H A Dtexgen.c156 GLfloat tmp[4]; in texgenfv() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c111 union pipe_color_union tmp = sampler->border_color; in st_convert_sampler() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp44 src_reg tmp; member
H A Dgfx6_gs_visitor.cpp163 dst_reg tmp = dst_reg(src_reg(this, glsl_type::uvec4_type)); in gs_emit_vertex() local
H A Dbrw_vec4_surface_builder.cpp70 const dst_reg tmp = bld.vgrf(src.type); in emit_insert() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c59 fi_type tmp[8]; in copy_vao() local
/third_party/node/deps/icu-small/source/i18n/
H A Dgender.cpp159 CharString tmp; in loadInstance() local
/third_party/mesa3d/src/util/
H A Dregister_allocate_internal.h124 } tmp; member
169 } tmp; member
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat03.c85 char path[PATH_MAX], tmp[PATH_MAX]; in test01() local
127 char tmp[size]; in read_file() local
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpclient.c184 unsigned long int tmp; in main() local
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem_child.c52 char tmp; in discard_thread_fn() local
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen14.c74 char path[PATH_MAX], tmp[PATH_MAX]; in test01() local
116 char tmp[size]; in read_file() local
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c187 double tmp; in compute_modf() local
230 int tmp; in compute_frexp_lgamma() local
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dnetsync.c16 char tmp[M_SIZE]; in serverReceiveClient() local
162 char tmp[M_SIZE]; in readFromServer() local

Completed in 14 milliseconds

1...<<21222324252627282930>>...109