Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.3.1/build/tools/makelcf/
Ddefval.c140 void AddDefVal(char *opt) in AddDefVal() argument
147 if ('=' == opt[i] || '\0' == opt[i]) in AddDefVal()
152 if (!isspace(opt[i])) in AddDefVal()
161 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
164 if (opt[i] == '=') in AddDefVal()
169 t->value = strdup(opt + i); in AddDefVal()
Ddefval.h45 void AddDefVal(char *opt);
/TwlSDK-5.3.1/build/tools/makelcf.TWL/
Ddefval.c103 void AddDefVal(char *opt) in AddDefVal() argument
110 if ('=' == opt[i] || '\0' == opt[i]) in AddDefVal()
115 if (!isspace(opt[i])) in AddDefVal()
124 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
127 if (opt[i] == '=') in AddDefVal()
132 t->value = strdup(opt + i); in AddDefVal()
Ddefval.h23 void AddDefVal(char *opt);
/TwlSDK-5.3.1/tools/bin/
Dmake_utest_main__32 opt=$i
35 case "$opt" in \
/TwlSDK-5.3.1/build/libraries/os/ARM9/src/
Dos_argument.c160 const char *opt; in OS_GetOpt() local
223 opt = match_opt(optchar, optstring); in OS_GetOpt()
225 if (opt == NULL) in OS_GetOpt()
231 if (opt[1] == ':') // OptArg search specification? in OS_GetOpt()
237 if (opt[2] != ':') // '::' Or not? in OS_GetOpt()
/TwlSDK-5.3.1/build/libraries/dsp/common/src/
Ddsp_util.c194 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_PlaySoundEx()
411 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()
480 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StartSamplingCore()
513 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSamplingCore()
/TwlSDK-5.3.1/include/twl/dsp/common/
Daudio.h46 DSPByte32 opt; member
/TwlSDK-5.3.1/build/buildtools/twl/
Dcommondefs.cctype.CW340 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
/TwlSDK-5.3.1/build/buildtools/nitro/
Dcommondefs.cctype.CW344 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)