OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAVE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h
24
/*
WAVE
files are little-endian */
27
/* Define values for Microsoft
WAVE
format */
30
#define
WAVE
0x45564157 /* "
WAVE
" */
42
/* Normally, these three chunks come consecutively in a
WAVE
file */
56
/* The general chunk found in the
WAVE
file */
SDL_wave.c
24
/* Microsoft
WAVE
file loading routines */
424
if ( wavelen ==
WAVE
) { /* The RIFFchunk has already been read */
431
if ( (RIFFchunk != RIFF) || (WAVEmagic !=
WAVE
) ) {
432
SDL_SetError("Unrecognized file type (not
WAVE
)");
436
headerDiff += sizeof(Uint32); /* for
WAVE
*/
456
SDL_SetError("Complex
WAVE
files not supported");
487
SDL_SetError("Unknown
WAVE
data format: 0x%.4x",
/external/icu4c/test/intltest/
wbnf.cpp
784
enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT,
WAVE
, PERCENT};
842
case '~' : tokenType =
WAVE
; break;
[
all
...]
Completed in 39 milliseconds