Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 107) sorted by relevance

12345

/system/core/libutils/
Dprimes.py27 def is_odd_prime(n): argument
38 n = 5 variable
42 n = n * 2 + 1 variable
DStopWatch.cpp45 const int n = mNumLaps; in ~StopWatch() local
65 const int n = mNumLaps; in lap() local
/system/core/sh/
Dnodes.c101 copyfunc(n) in copyfunc() argument
117 calcsize(n) in calcsize() argument
210 copynode(n) in copynode() argument
342 freefunc(n) in freefunc() argument
Deval.c198 union node *n; in evalstring() local
220 evaltree(union node *n, int flags) in evaltree()
313 evalloop(union node *n, int flags) in evalloop()
349 evalfor(union node *n, int flags) in evalfor()
390 evalcase(union node *n, int flags) in evalcase()
424 evalsubshell(union node *n, int flags) in evalsubshell()
452 expredir(union node *n) in expredir()
489 evalpipe(union node *n) in evalpipe()
552 evalbackcmd(union node *n, struct backcmd *result) in evalbackcmd()
1102 prehash(union node *n) in prehash()
[all …]
Dparser.c533 union node *n = NULL, *n2; in simplecmd() local
607 union node *n; in makename() local
617 void fixredir(union node *n, const char *text, int err) in fixredir()
640 union node *n = redirnode; in parsefname() local
683 union node *n; in parseheredoc() local
1368 union node *n; in readtoken1() local
Dshow.c65 showtree(union node *n) in showtree()
73 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree()
/system/core/include/utils/
DRefBase.h198 inline static void renameRefs(size_t n, const ReferenceRenamer& renamer) { } in renameRefs()
477 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references()
496 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references()
522 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type()
527 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type()
532 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type()
537 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
DBitSet.h75 uint32_t n = firstMarkedBit(); in clearFirstMarkedBit() local
83 uint32_t n = firstUnmarkedBit(); in markFirstUnmarkedBit() local
91 uint32_t n = lastMarkedBit(); in clearLastMarkedBit() local
/system/core/libcutils/
Ddebugger.c43 ssize_t n = TEMP_FAILURE_RETRY(read(s, pathbuf, pathlen - 1)); in dump_tombstone() local
76 ssize_t n; in dump_backtrace_to_file() local
Dsockets.c30 int n = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cr, &len); in socket_peer_is_trusted() local
Dsocket_loopback_server.c40 int s, n; in socket_loopback_server() local
Dsocket_inaddr_any_server.c40 int s, n; in socket_inaddr_any_server() local
Dmemory.c71 size_t n = siz; in strlcpy() local
/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp36 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen()
72 uint32_t n; in main() local
/system/extras/tests/bionic/libc/other/
Dtest_vfprintf_leak.c40 int n; in main() local
/system/media/audio_utils/
Dfixedfft.cpp111 void fixed_fft(int n, int32_t *v) in fixed_fft()
148 void fixed_fft_real(int n, int32_t *v) in fixed_fft_real()
/system/extras/tests/uevents/
Duevents.c26 int n; in main() local
/system/core/adb/
Dtransport_usb.c41 unsigned host_to_le32(unsigned n) in host_to_le32()
47 unsigned host_to_le32(unsigned n) in host_to_le32()
/system/core/gpttool/
Dgpttool.c122 unsigned n; in add_ptn() local
163 unsigned n, m; in show() local
184 unsigned n; in find_next_lba() local
198 u64 n = strtoull(sz, 0, 10); in parse_size() local
258 u32 n; in main() local
/system/core/toolbox/
Ddmesg.c16 int n, op, klog_buf_len; in dmesg_main() local
Did.c33 int n, max; in id_main() local
Dgetprop.c38 int n = 0; in getprop_main() local
/system/vold/
Dhash.h62 cshift (u_int32_t x, unsigned int n) in cshift()
/system/extras/ext4_utils/
Dsetup_fs.c16 int status, n; in setup_fs() local
/system/core/include/mincrypt/
Drsa.h43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */ member

12345