| /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/ |
| D | bitops.h | 28 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) argument 29 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64)) argument 31 #define BITS_TO_U32(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u32)) argument 32 #define BITS_TO_BYTES(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE) argument 36 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) argument
|
| /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/ |
| D | bitops.h | 14 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) argument 15 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64)) argument 16 #define BITS_TO_U32(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u32)) argument 17 #define BITS_TO_BYTES(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE) argument 30 static inline void set_bit(int nr, unsigned long *addr) in set_bit() 35 static inline void clear_bit(int nr, unsigned long *addr) in clear_bit() 40 static __always_inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() 51 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) argument
|
| /system/extras/simpleperf/nonlinux_support/include/linux/ |
| D | ioctl.h | 17 #define __IO(type, nr) argument 18 #define __IOR(type, nr, size) argument 19 #define __IOW(type, nr, size) argument
|
| /system/core/toolbox/upstream-netbsd/bin/dd/ |
| D | position.c | 69 int bcnt, cnt, nr, warned; in pos_in() local
|
| /system/core/liblog/ |
| D | fake_writer.c | 76 struct iovec* vec, size_t nr) { in fakeWrite()
|
| D | logger_write.c | 244 static int __write_to_log_daemon(log_id_t log_id, struct iovec* vec, size_t nr) { in __write_to_log_daemon() 377 static int __write_to_log_init(log_id_t log_id, struct iovec* vec, size_t nr) { in __write_to_log_init() 594 static int __write_to_log_null(log_id_t log_id, struct iovec* vec, size_t nr) { in __write_to_log_null()
|
| D | stderr_write.c | 151 size_t nr) { in stderrWrite()
|
| D | logd_writer.c | 128 size_t nr) { in logdWrite()
|
| D | pmsg_writer.c | 100 size_t nr) { in pmsgWrite()
|
| D | pmsg_reader.c | 458 unsigned long long nr = 0; in __android_log_pmsg_file_read() local
|
| D | local_logger.c | 290 struct iovec* vec, size_t nr) { in writeToLocalWrite()
|
| /system/core/init/ |
| D | ueventd.cpp | 85 int nr = poll(&ufd, 1, -1); in ueventd_main() local
|
| D | property_service.cpp | 279 int nr = poll(ufds, 1, *timeout_ms); in PollIn() local
|
| D | init.cpp | 1160 int nr = TEMP_FAILURE_RETRY(epoll_wait(epoll_fd, &ev, 1, epoll_timeout_ms)); in main() local
|
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| D | file.c | 80 ssize_t nr; in grep_refill() local
|
| /system/extras/perfprofd/quipper/kernel-headers/tools/perf/ |
| D | perf.h | 140 u64 nr; member 157 u64 nr; member
|
| /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/ |
| D | perf.h | 178 u64 nr; member 195 u64 nr; member
|
| /system/extras/tests/icachetest/ |
| D | Profiler.h | 84 uint64_t nr; variable
|
| /system/extras/simpleperf/ |
| D | report_lib_interface.cpp | 70 uint32_t nr; member
|
| /system/extras/f2fs_utils/ |
| D | f2fs_sparseblock.c | 477 int f2fs_test_bit(unsigned int nr, const char *p) in f2fs_test_bit()
|
| /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
| D | event.h | 98 u64 nr; member
|
| /system/core/liblog/tests/ |
| D | liblog_benchmark.cpp | 158 static const unsigned nr = 1; in BM_pmsg_short() local
|
| /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
| D | event.h | 106 u64 nr; member
|
| /system/media/audio_utils/ |
| D | primitives.c | 28 int32_t nr = r >> 12; in ditherAndClamp() local
|