OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WAVE
(Results
1 - 2
of
2
) 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 */
/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 45 milliseconds