Home
last modified time | relevance | path

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

1234

/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/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.cpp109 void fixed_fft(int n, int32_t *v) in fixed_fft()
146 void fixed_fft_real(int n, int32_t *v) in fixed_fft_real()
/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()
Dadb_client.c231 int n; in adb_connect() local
298 unsigned n; in adb_query() local
Dusb_linux_client.c188 int n; in usb_adb_write() local
203 int n; in usb_adb_read() local
365 int n; in usb_ffs_write() local
401 int n; in usb_ffs_read() local
/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; in dmesg_main() local
Did.c36 int n, max; in id_main() local
Dgetprop.c38 int n = 0; in getprop_main() local
Ddf.c9 static void printsize(long long n) in printsize()
/system/security/keystore/
Dkeystore_get.h61 int n = recv(sock, &value[offset], length - offset, 0); in keystore_get() 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/init/
Dutil.c51 unsigned int n; in android_name_to_id() local
251 int n; in mtd_name_to_number() local
396 int fd, n; in get_hardware_name() local
446 int n = read(fd, cmdline, 1023); in import_kernel_cmdline() local
/system/core/include/mincrypt/
Drsa.h43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */ member

1234