OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partwords
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
res012.c
120
int
partwords
=(partvals+partitions_per_word-1)/partitions_per_word;
local
131
partword[j]=(char *)alloca(
partwords
*partitions_per_word*
192
int
partwords
=(partvals+partitions_per_word-1)/partitions_per_word;
local
195
(char *)alloca(
partwords
*partitions_per_word*sizeof(*partword));
/external/libvorbis/lib/
res0.c
674
int
partwords
=(partvals+partitions_per_word-1)/partitions_per_word;
local
678
partword[j]=_vorbis_block_alloc(vb,
partwords
*sizeof(*partword[j]));
819
int
partwords
=(partvals+partitions_per_word-1)/partitions_per_word;
local
820
int **partword=_vorbis_block_alloc(vb,
partwords
*sizeof(*partword));
Completed in 306 milliseconds