Searched refs:total (Results 1 – 12 of 12) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 37 void assertMem(size_t used, size_t total) in assertMem() argument 39 if (used <= total) in assertMem() 41 …derr, "Buffer size %zu is not big enough to complete operation; we need %zu bytes\n", total, used); in assertMem() 72 uint32_t len = 0, grow = 16384, total = 0; in loadFile() local 83 block = fread(dst + total, 1, grow, f); in loadFile() 84 total += block; in loadFile() 87 *size = total; in loadFile()
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanoapp.h | 28 void assertMem(size_t used, size_t total);
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 234 struct hdmi_port_info *list[], int *total) in hdmicec_get_port_info() argument 251 *total = 1; in hdmicec_get_port_info()
|
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/ |
D | drm.h | 370 int total; /**< Buffer size */ member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/ |
D | drm.h | 212 int total; member
|
/device/google/coral-kernel/sm8150/kernel-headers/drm/ |
D | drm.h | 212 int total; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/ |
D | drm.h | 370 int total; /**< Buffer size */ member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/ |
D | drm.h | 370 int total; /**< Buffer size */ member
|
/device/google/redbull-kernel/sm7250/kernel-headers/drm/ |
D | drm.h | 200 int total; member
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 1908 // will be different from the total size of packets returned to the 1915 // Note that this represents the total size of buffered data in the buffer, 1928 // |padding_bytes_cleared| denotes the total size of padding currently 2087 // (num of events stored in the trace = total - failed - skipped). 7586 // EnergyConsumer. Sum total of attributed energy must be less than or equal 7587 // to total accumulated energy. 7599 // Remaining battery capacity percentage of total capacity 8886 // The consumer can re-establish a total order, if interested, using the packet
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 847 v9fs_write_return(uint16_t tag, uint8_t id, int32_t total, ssize_t err) "tag %d id %d total %d err … 947 acpi_erst_realizefn_out(unsigned size) "total nvram size %u bytes" 3068 spapr_vlan_h_send_logical_lan_total(int nbufs, unsigned total_len) "%d buffers, total length 0x%x" 4886 usb_msd_data_in(unsigned packet, unsigned remaining, unsigned total) "%d/%d (scsi %d)" 5666 postcopy_page_req_add(void *addr, int count) "new page req %p total %d" 5728 qemu_rdma_write_flush(int sent) "sent total: %d" 5784 postcopy_ram_incoming_cleanup_blocktime(uint64_t total) "total blocktime %" PRIu64 5788 postcopy_page_req_del(void *addr, int count) "resolved page req %p total %d"
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 847 v9fs_write_return(uint16_t tag, uint8_t id, int32_t total, ssize_t err) "tag %d id %d total %d err … 947 acpi_erst_realizefn_out(unsigned size) "total nvram size %u bytes" 3068 spapr_vlan_h_send_logical_lan_total(int nbufs, unsigned total_len) "%d buffers, total length 0x%x" 4886 usb_msd_data_in(unsigned packet, unsigned remaining, unsigned total) "%d/%d (scsi %d)" 5666 postcopy_page_req_add(void *addr, int count) "new page req %p total %d" 5728 qemu_rdma_write_flush(int sent) "sent total: %d" 5784 postcopy_ram_incoming_cleanup_blocktime(uint64_t total) "total blocktime %" PRIu64 5788 postcopy_page_req_del(void *addr, int count) "resolved page req %p total %d"
|