HomeSort by relevance Sort by last modified time
    Searched full:fmt_size (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/common_audio/
wav_header.cc 194 const uint32_t fmt_size = ReadLE32(header.fmt.header.Size); local
195 if (fmt_size != kFmtSubchunkSize) {
199 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size)
  /external/iproute2/include/
bpf_api.h 166 static void BPF_FUNC(trace_printk, const char *fmt, int fmt_size, ...);
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 915 size_t fmt_size = fmt_cur - fmt_start + 1; local
916 char *new_fmt = (char *)malloc(fmt_size + 1);
918 internal_memcpy(new_fmt, fmt_start, fmt_size);
919 new_fmt[fmt_size] = '\0';
    [all...]
  /external/iproute2/include/linux/
bpf.h 146 BPF_FUNC_trace_printk, /* int bpf_trace_printk(const char *fmt, int fmt_size, ...) */
  /external/kernel-headers/original/uapi/linux/
bpf.h 201 * int bpf_trace_printk(const char *fmt, int fmt_size, ...)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 4494 int fmt_size; local
    [all...]

Completed in 3849 milliseconds