Searched defs:len (Results 151 - 158 of 158) sorted by last modified time

1234567

/system/extras/tests/directiotest/
H A Ddirectiotest.c122 static void init_test_buf(void *buf, uint64_t start_blk, size_t len) argument
127 len /= sizeof(uint32_t);
128 for (i = 0; i < len; i++)
132 static void dump_hex(const void *buf, int len) argument
140 for (i = 0; i < len; i++) {
/system/extras/tests/framebuffer/
H A Dmdp_test.c31 static int open_file(char *name, int *fd, int *len, int *fmt) argument
62 *len = stat.st_size;
64 printf("Successfully opened file %s (fmt=%d len=%d fd=%d)\n", fn, *fmt,
65 *len, *fd);
/system/extras/tests/sdcard/
H A Dsysutil.cpp160 const size_t len = strlen(start); local
161 size_t size = len;
195 filename, size, len);
197 return len - size;
/system/netd/
H A DDnsProxyListener.cpp66 static bool sendLenAndData(SocketClient *c, const int len, const void* data) { argument
67 uint32_t len_be = htonl(len);
69 (len == 0 || c->sendData(data, len) == 0);
H A DIdletimerController.cpp127 size_t len = strnlen(cmd, 255); local
130 if (len == 255) {
H A DNatController.cpp50 size_t len = strnlen(cmd, 255); local
53 if (len == 255) {
H A DThrottleController.cpp45 size_t len = strnlen(cmd, 255); local
48 if (len == 255) {
H A Doem_iptables_hook.cpp34 size_t len = strnlen(cmd, 255); local
37 if (len == 255) {

Completed in 373 milliseconds

1234567