/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 | 47 const int n = mNumLaps; in ~StopWatch() local 67 const int n = mNumLaps; in lap() local
|
/system/extras/perfprofd/quipper/base/ |
D | compiler_specific.h | 25 #define MSVC_SUPPRESS_WARNING(n) __pragma(warning(suppress:n)) argument 29 #define MSVC_PUSH_DISABLE_WARNING(n) __pragma(warning(push)) \ argument 35 #define MSVC_PUSH_WARNING_LEVEL(n) __pragma(warning(push, n)) argument 60 #define MSVC_SUPPRESS_WARNING(n) argument 61 #define MSVC_PUSH_DISABLE_WARNING(n) argument 62 #define MSVC_PUSH_WARNING_LEVEL(n) argument
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_time.h | 69 #define OI_SECONDS(n) ((OI_INTERVAL) ((n) * OI_INTERVALS_PER_SECOND)) argument 75 #define OI_MSECONDS(n) ((OI_INTERVAL) ((n + MSECS_PER_OI_INTERVAL - 1) / MSECS_PER_OI_INTERVAL)) argument 81 #define OI_MINUTES(n) ((OI_INTERVAL) ((n) * OI_SECONDS(60))) argument
|
D | oi_string.h | 61 #define OI_MemCmp(s1, s2, n) memcmp((s1), (s2), (n)) argument 66 #define OI_Strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
|
D | oi_osinterface.h | 167 #define OI_Print_Int(n) \ argument
|
/system/core/include/utils/ |
D | RefBase.h | 198 inline static void renameRefs(size_t n, const ReferenceRenamer& renamer) { } in renameRefs() 484 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 504 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 531 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 536 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 541 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 546 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
D | BitSet.h | 97 uint32_t n = firstMarkedBit(value); in clearFirstMarkedBit() local 107 uint32_t n = firstUnmarkedBit(value); in markFirstUnmarkedBit() local 117 uint32_t n = lastMarkedBit(value); in clearLastMarkedBit() local 239 uint64_t n = firstMarkedBit(value); in clearFirstMarkedBit() local 249 uint64_t n = firstUnmarkedBit(value); in markFirstUnmarkedBit() local 259 uint64_t n = lastMarkedBit(value); in clearLastMarkedBit() local
|
/system/core/base/ |
D | file.cpp | 38 ssize_t n; in ReadFdToString() local 62 ssize_t n = TEMP_FAILURE_RETRY(write(fd, p, left)); in WriteStringToFd() local 127 ssize_t n = TEMP_FAILURE_RETRY(read(fd, p, remaining)); in ReadFully() local 139 ssize_t n = TEMP_FAILURE_RETRY(write(fd, p, remaining)); in WriteFully() local
|
/system/bt/osi/src/ |
D | compat.c | 71 size_t n = siz; in strlcpy() local 106 size_t n = siz; in strlcat() local
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 136 long n = N.mod(B).longValue(); in printRSA() local 192 long n = X.mod(B).longValue(); in printEC() local 206 long n = Y.mod(B).longValue(); in printEC() local
|
/system/core/libmincrypt/test/ |
D | ecdsa_test.c | 240 #define CHECK_GOOD_DSA_SIG(n) do {\ in main() argument 251 #define CHECK_BAD_DSA_SIG(n) \ in main() argument 265 #define TEST_MESSAGE(n) do {\ in main() argument
|
/system/core/gpttool/ |
D | gpttool.c | 121 unsigned n; in add_ptn() local 162 unsigned n, m; in show() local 183 unsigned n; in find_next_lba() local 197 u64 n = strtoull(sz, 0, 10); in parse_size() local 255 u32 n; in main() local
|
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 41 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen() 81 uint32_t n; in main() local
|
/system/core/logd/ |
D | LogStatistics.cpp | 168 const char *n = entry.getName(); in uidToName() local 318 char *n = uidToName(u); in format() local 371 const char *n = entry->getName(); in format() local 425 const char *n = entry->getName(); in format() local 485 const char *n = entry->getName(); in format() 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/core/libcutils/ |
D | sockets.c | 33 int n = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &cr, &len); in socket_peer_is_trusted() local
|
D | strlcpy.c | 37 size_t n = siz; in strlcpy() local
|
D | debugger.c | 91 ssize_t n; in dump_backtrace_to_file_timeout() local 115 ssize_t n = TEMP_FAILURE_RETRY(read(sock_fd, buffer, sizeof(buffer) - 1)); in dump_tombstone_timeout() local
|
D | socket_loopback_server.c | 38 int s, n; in socket_loopback_server() local
|
D | socket_inaddr_any_server.c | 38 int s, n; in socket_inaddr_any_server() local
|
/system/extras/tests/uevents/ |
D | uevents.c | 26 int n; in main() local
|
/system/core/fastboot/ |
D | usb_linux.c | 253 int fd, n; in read_sysfs_string() local 313 int n, in, out, ifc; in find_usb_device() local 371 int n; in usb_write() local 406 int n, retry; in usb_read() local
|
/system/vold/ |
D | hash.h | 62 cshift (u_int32_t x, unsigned int n) in cshift()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | position.c | 131 int n; in pos_out() local
|