Lines Matching defs:format
257 // https://source.android.com/devices/tech/dalvik/dex-format#dex-file-magic
331 int format = le ? peek_le(s+20,2) : peek_be(s+20,2);
343 if (format == 0x01) xprintf("PCM");
344 else if (format == 0x03) xprintf("IEEE float");
345 else if (format == 0x06) xprintf("A-law");
346 else if (format == 0x07) xprintf("ยต-law");
347 else if (format == 0x11) xprintf("ADPCM");
348 else if (format == 0x22) xprintf("Truespeech");
349 else if (format == 0x31) xprintf("GSM");
350 else if (format == 0x55) xprintf("MP3");
351 else if (format == 0x70) xprintf("CELP");
352 else if (format == 0xfffe) xprintf("extensible");
353 else xprintf("unknown format %d", format);
390 // https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/perf.data-file-format.txt