Searched refs:fmt_size (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | wav_header.cc | 194 const uint32_t fmt_size = ReadLE32(header.fmt.header.Size); in ReadWavHeader() local 195 if (fmt_size != kFmtSubchunkSize) { in ReadWavHeader() 199 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadWavHeader()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 915 size_t fmt_size = fmt_cur - fmt_start + 1; in build_format_string() local 916 char *new_fmt = (char *)malloc(fmt_size + 1); in build_format_string() 918 internal_memcpy(new_fmt, fmt_start, fmt_size); in build_format_string() 919 new_fmt[fmt_size] = '\0'; in build_format_string()
|
/external/iproute2/include/ |
D | bpf_api.h | 146 static void BPF_FUNC(trace_printk, const char *fmt, int fmt_size, ...);
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 30 static int (*bpf_trace_printk)(const char *fmt, int fmt_size, ...) =
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 557 WideString NumToString(size_t fmt_size, int32_t value) { in NumToString() argument 559 fmt_size == 1 ? L"%d" : fmt_size == 2 ? L"%02d" : L"%03d", value); in NumToString()
|
/external/bcc/docs/ |
D | reference_guide.md | 436 Syntax: ```int bpf_trace_printk(const char *fmt, int fmt_size, ...)```
|