Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ulib/musl/src/passwd/
A Dgetgr_a.c99 char* tmp = realloc(*buf, len); in __getgr_a() local
118 char** tmp = realloc(*mem, (groupbuf[GRMEMCNT] + 1) * sizeof(char*)); in __getgr_a() local
A Dgetpw_a.c90 char* tmp = realloc(*buf, len); in __getpw_a() local
/third_party/ulib/musl/src/stdio/
A Dvfwscanf.c101 char tmp[3 * sizeof(int) + 10]; in vfwscanf() local
291 wchar_t* tmp = realloc(wcs, k * sizeof(wchar_t)); in vfwscanf() local
303 char* tmp = realloc(s, k); in vfwscanf() local
A Dpopen.c40 int tmp = fcntl(1 - op, F_DUPFD_CLOEXEC, 0); in popen() local
A Dgetdelim.c9 char* tmp; in getdelim() local
A Dvfscanf.c267 wchar_t* tmp = realloc(wcs, k * sizeof(wchar_t)); in vfscanf() local
283 char* tmp = realloc(s, k); in vfscanf() local
/third_party/ulib/musl/src/stdlib/
A Dfcvt.c7 char tmp[1500]; in fcvt() local
A Decvt.c7 char tmp[32]; in ecvt() local
/third_party/ulib/musl/src/network/
A Dres_querydomain.c6 char tmp[255]; in res_querydomain() local
A Dlookup_ipliteral.c26 char tmp[64]; in __lookup_ipliteral() local
A Dgetnameinfo.c102 char *p = 0, tmp[IF_NAMESIZE + 1]; in getnameinfo() local
/third_party/ulib/musl/src/locale/
A Dnewlocale.c12 struct __locale_struct tmp; in __newlocale() local
/third_party/ulib/musl/src/dirent/
A Dscandir.c11 struct dirent *de, **names = 0, **tmp; in scandir() local
/third_party/ulib/musl/third_party/tre/
A Dtre-mem.c66 tre_list_t *tmp, *l = mem->blocks; in tre_mem_destroy() local
/third_party/ulib/musl/src/thread/
A Dtss.c42 void* tmp = self->tsd[i]; in __thread_tsd_run_dtors() local
/third_party/ulib/musl/src/internal/
A Dfloatscan.c191 uint32_t tmp = x[k] % p10; in decfloat() local
209 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat() local
253 uint32_t tmp = x[k] & ((1 << sh) - 1); in decfloat() local
/third_party/ulib/cryptolib/
A Dcryptolib.c48 uint8_t tmp = (uint8_t) (cnt >> ((7 - i) * 8)); in _HASH_final() local
53 uint32_t tmp = ctx->state[i]; in _HASH_final() local
139 uint32_t tmp = *p++ << 24; in _SHA256_transform() local
247 uint32_t tmp = *p++ << 24; in _SHA1_transform() local
265 uint32_t tmp = _ROL(A,5) + E + W[t]; in _SHA1_transform() local
485 uint32_t tmp[clBIGNUMWORDS]; in modExp() local
/third_party/lib/cortex-strings/src/aarch64/
A Dmemchr.S45 #define tmp x4 macro
/third_party/ulib/musl/src/misc/
A Dwordexp.c35 char *w, **tmp; in wordexp() local
A Dgetopt_long.c11 char* tmp = av[src]; in permute() local
/third_party/ulib/uboringssl/crypto/
A Dcpu-intel.c87 int tmp[4]; in OPENSSL_MSVC_PRAGMA() local
/third_party/ulib/musl/third_party/math/
A Djnf.c101 float t, q0, q1, w, h, z, tmp, nf; in jnf() local
A Djn.c161 double t, q0, q1, w, h, z, tmp, nf; in jn() local
/third_party/ulib/musl/pthread/
A Dpthread_cond_timedwait.c35 int e, clock = c->_c_clock, oldstate, tmp; in pthread_cond_timedwait() local
/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c41 unsigned char tmp[256]; in cycle() local

Completed in 35 milliseconds

12