/system/core/libutils/ |
D | primes.py | 27 def is_odd_prime(n): argument 38 n = 5 variable 42 n = n * 2 + 1 variable
|
D | StopWatch.cpp | 45 const int n = mNumLaps; in ~StopWatch() local 65 const int n = mNumLaps; in lap() local
|
/system/core/sh/ |
D | nodes.c | 101 copyfunc(n) in copyfunc() argument 117 calcsize(n) in calcsize() argument 210 copynode(n) in copynode() argument 342 freefunc(n) in freefunc() argument
|
D | eval.c | 198 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 …]
|
D | parser.c | 533 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
|
D | show.c | 65 showtree(union node *n) in showtree() 73 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree()
|
/system/core/include/utils/ |
D | RefBase.h | 198 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()
|
D | BitSet.h | 75 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/ |
D | debugger.c | 43 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
|
D | sockets.c | 30 int n = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cr, &len); in socket_peer_is_trusted() local
|
D | socket_loopback_server.c | 40 int s, n; in socket_loopback_server() local
|
D | socket_inaddr_any_server.c | 40 int s, n; in socket_inaddr_any_server() local
|
D | memory.c | 71 size_t n = siz; in strlcpy() local
|
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 36 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/ |
D | test_vfprintf_leak.c | 40 int n; in main() local
|
/system/media/audio_utils/ |
D | fixedfft.cpp | 111 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/ |
D | uevents.c | 26 int n; in main() local
|
/system/core/adb/ |
D | transport_usb.c | 41 unsigned host_to_le32(unsigned n) in host_to_le32() 47 unsigned host_to_le32(unsigned n) in host_to_le32()
|
/system/core/gpttool/ |
D | gpttool.c | 122 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/ |
D | dmesg.c | 16 int n, op, klog_buf_len; in dmesg_main() local
|
D | id.c | 33 int n, max; in id_main() local
|
D | getprop.c | 38 int n = 0; in getprop_main() local
|
/system/vold/ |
D | hash.h | 62 cshift (u_int32_t x, unsigned int n) in cshift()
|
/system/extras/ext4_utils/ |
D | setup_fs.c | 16 int status, n; in setup_fs() local
|
/system/core/include/mincrypt/ |
D | rsa.h | 43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */ member
|