Searched refs:space (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.3/include/demo/ |
| D | DEMOPuts.h | 61 extern void DEMOSetROMFontSize ( s16 size, s16 space ); 62 extern void DEMOGetROMFontSize ( s16* size, s16* space );
|
| /RvlSDK-3.3/build/demos/pmicdemo/src/ |
| D | pmic_graphic.c | 620 s32 space; in procMic() local 635 space = AUDIO_SAMPLES_TOTAL - (s32) currPos; in procMic() 636 reqSamples = AUDIO_SAMPLES_PER_FRAME < space ? AUDIO_SAMPLES_PER_FRAME : space; in procMic() 646 reqSamples = AUDIO_SAMPLES_PER_FRAME - space; in procMic()
|
| /RvlSDK-3.3/build/buildtools/ |
| D | commondefs | 43 space := $(empty) $(empty) 49 ROOT := $(subst $(space),\$(space),$(subst \,/,$(REVOLUTION_SDK_ROOT))) 108 MWDIR = $(subst $(space),\$(space),$(subst \,/,$(CWFOLDER_RVL))) 110 MWDIR = $(subst $(space),\$(space),$(subst \,/,$(CWFOLDER))) 113 NDEVDIR = $(subst $(space),\$(space),$(subst \,/,$(NDEV_TOOLS)))
|
| D | modulerules | 170 PUBLISH_TARGET := $(subst $(comma),$(space),$(PUBLISHARGS)) 344 CONTENT_INDEX = $(subst $(comma),$(space),$(CNT_IDX)) 346 WAD_CNT = $(subst $(space),$(comma), \ 350 CNT_FILES += $(subst $(comma),$(space),$(CNT_ARG))
|
| /RvlSDK-3.3/build/libraries/demo/src/ |
| D | DEMOPuts.c | 508 void DEMOSetROMFontSize(s16 size, s16 space) in DEMOSetROMFontSize() argument 511 FontSpace = (s16) (space * 16); in DEMOSetROMFontSize() 524 void DEMOGetROMFontSize(s16* size, s16* space) in DEMOGetROMFontSize() argument 530 if (space) in DEMOGetROMFontSize() 532 *space = (s16) (FontSpace / 16); in DEMOGetROMFontSize()
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 207 ** When * is -1, there might not be enough empty space on the memory. ** 208 ** Please allocate enough space on the memory to start a browser. ** 346 error message if sufficient MEM1 space (7MB) could not be
|