/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | boot.c | 52 if ((size_t)read(dosfs, block, sizeof block) != sizeof block) { in readboot() 253 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 518 extern void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset); 519 extern int munmap(void *addr, size_t length);
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbdev.h | 371 const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen); 451 void *usbdev_dma_alloc(size_t size);
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_util.c | 165 void *request, size_t reqlen, in nfs_request() 166 void *response, size_t resplen) in nfs_request()
|
/third_party/NuttX/include/nuttx/video/ |
H A D | fb.h | 312 size_t fblen; /* Length of frame buffer memory in bytes */ 343 size_t fblen; /* Length of frame buffer memory in bytes */
|
/third_party/icu/icu4c/source/common/ |
H A D | umapfile.cpp | 67 typedef size_t MemoryMap; 261 size_t dataLen = (char *)pData->map - (char *)pData->mapAddr; in uprv_unmapFile()
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
H A D | wifi-esp32.c | 216 void *buf, size_t len) in lws_netdev_wifi_event_plat() 220 size_t al; in lws_netdev_wifi_event_plat()
|
/third_party/libsnd/src/ |
H A D | chunk.c | 63 size_t marker_len ; in psf_get_chunk_iterator() 202 size_t marker_len ; in psf_store_read_chunk_str()
|
/third_party/libuv/test/ |
H A D | echo-server.c | 154 size_t suggested_size, in echo_alloc() 161 size_t suggested_size, in slab_alloc()
|
H A D | benchmark-pump.c | 44 static void buf_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf); 353 static void buf_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in buf_alloc()
|
H A D | benchmark-pound.c | 78 static void alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf); 85 size_t suggested_size, in alloc_cb()
|
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | raw-skt.c | 56 void *user, void *in, size_t len) in callback_abs_client_raw_skt() 198 lws_atcrs_tx(lws_abs_transport_inst_t *ati, uint8_t *buf, size_t len) in lws_atcrs_tx()
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | msm_kgsl.h | 463 size_t size; 489 size_t len; /* Size of the event specific blob */
|
/third_party/libdrm/exynos/ |
H A D | exynos_drm.c | 91 size_t size, uint32_t flags) in exynos_bo_create() 145 size_t *size, uint32_t *flags) in exynos_bo_get_info()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.h | 215 int drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total);
|
/third_party/mbedtls/library/ |
H A D | rsa_alt_helpers.c | 73 const size_t num_primes = sizeof(primes) / sizeof(*primes); in mbedtls_rsa_deduce_primes() 262 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_rsa_validate_params()
|
/third_party/lame/frontend/ |
H A D | main.c | 146 const size_t MSIZE = PATH_MAX + 1 - 4; /* we wanna add ".mp3" later */ in dosToLongFileName() 150 size_t a; in dosToLongFileName()
|
/third_party/json/tests/src/ |
H A D | unit-unicode4.cpp | 29 extern size_t calls; 30 size_t calls = 0;
|
H A D | unit-unicode5.cpp | 29 extern size_t calls; 30 size_t calls = 0;
|
H A D | unit-unicode3.cpp | 29 extern size_t calls; 30 size_t calls = 0;
|
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 324 drm_shim_bo_init(struct shim_bo *bo, size_t size) in drm_shim_bo_init() 416 drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags, in drm_shim_mmap()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_cmd_stream.c | 53 void etna_cmd_stream_realloc(struct etna_cmd_stream *stream, size_t n) in etna_cmd_stream_realloc() 55 size_t size; in etna_cmd_stream_realloc()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu-ui.c | 102 static size_t 106 static size_t n; in readline()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-session.c | 176 size_t nl = strlen(tag); in lws_tls_session_add_entry() 393 d.blob_len = (size_t)bl; in lws_tls_session_dump_save()
|
/third_party/ltp/lib/ |
H A D | tst_timer_test.c | 70 size_t l = 1; in header_len() 423 size_t i; in parse_timer_opts()
|