Home
last modified time | relevance | path

Searched defs:xfer (Results 1 – 11 of 11) sorted by relevance

/system/uapp/iotime/
A Diotime.c68 size_t xfer = (n > bufsz) ? bufsz : n; in iotime_posix() local
147 size_t xfer = (n > bufsz) ? bufsz : n; in iotime_fifo() local
/system/utest/core/
A Dmain.c24 size_t xfer = (len > LOGBUF_MAX) ? LOGBUF_MAX : len; in log_write() local
/system/uapp/biotime/
A Dbiotime.cpp124 size_t xfer; member
141 size_t xfer = a->xfer; in bio_random_thread() local
/system/ulib/fdio/
A Dget-vmo.c58 size_t xfer = size < sizeof(buffer) ? size : sizeof(buffer); in read_file_into_vmo() local
/system/dev/misc/console/
A Dconsole.c105 size_t xfer = (count > MAX_WRITE_SIZE) ? MAX_WRITE_SIZE : count; in console_write() local
/system/utest/fs-host/
A Dtest-rw-workers.cpp86 uint32_t xfer = FBUFSIZE - off; in worker_rw() local
/system/utest/zxcrypt/
A Dtest-device.cpp384 zx_handle_t xfer; in Connect() local
/system/utest/fs/
A Dtest-rw-workers.c92 uint32_t xfer = FBUFSIZE - off; in worker_rw() local
/system/host/bootserver/
A Dbootserver.c162 static int xfer(struct sockaddr_in6* addr, const char* local_name, const char* remote_name) { in xfer() function
/system/dev/input/hid/
A Dhid.c174 size_t xfer; in hid_read_instance() local
/system/ulib/minfs/
A Dvnode.cpp1234 size_t xfer; in ReadInternal() local
1335 size_t xfer; in WriteInternal() local

Completed in 36 milliseconds