OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nOutput
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c
331
int
nOutput
;
347
nOutput
= nInput * 2 + 2;
348
zOutput = sqlite3_malloc(
nOutput
);
354
u_strToUpper(zOutput,
nOutput
/2, zInput, nInput/2, zLocale, &status);
356
u_strToLower(zOutput,
nOutput
/2, zInput, nInput/2, zLocale, &status);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
Completed in 725 milliseconds