OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmt_size
(Results
1 - 3
of
3
) 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/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
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
4494
int
fmt_size
;
local
[
all
...]
Completed in 253 milliseconds