Searched refs:total (Results 1 – 10 of 10) 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/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | tinyvprintf.c | 63 int total = 0; in tiny_vsprintf() local 69 total++; in tiny_vsprintf() 111 total++; in tiny_vsprintf() 152 total += 2; in tiny_vsprintf() 177 total += width; in tiny_vsprintf() 181 total += len; in tiny_vsprintf() 187 return total; in tiny_vsprintf()
|
/device/google/fuchsia/bioniccompat/src/ |
D | sendfile.cc | 36 size_t total = 0; in sendfile() local 60 total += written; in sendfile() 64 return total; in sendfile()
|
/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 | 222 struct hdmi_port_info *list[], int *total) in hdmicec_get_port_info() argument 239 *total = 1; in hdmicec_get_port_info()
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 555 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 17 vsm_actions.cpp:VSM: RX_MAILBOX_PKTEXG: vsm_action_send_dtmf_gen_msg_to_afe:total rx delay: %d!! 32 …total buffer length (%lu) is not 16 byte alignedAFEHalI2sV1_stub.c:hal_i2s_get_func_table_v1 fu… 36 …%d) reported delay(%d), is enabled(%d)Vptx_Modules.cpp:VCP: get_delay(): total vptx algo delay (%…
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 555 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 572 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 572 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
|