Searched refs:opt (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.3.1/build/tools/makelcf/ |
| D | defval.c | 140 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()
|
| D | defval.h | 45 void AddDefVal(char *opt);
|
| /TwlSDK-5.3.1/build/tools/makelcf.TWL/ |
| D | defval.c | 103 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()
|
| D | defval.h | 23 void AddDefVal(char *opt);
|
| /TwlSDK-5.3.1/tools/bin/ |
| D | make_utest_main__ | 32 opt=$i 35 case "$opt" in \
|
| /TwlSDK-5.3.1/build/libraries/os/ARM9/src/ |
| D | os_argument.c | 160 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/ |
| D | dsp_util.c | 194 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/ |
| D | audio.h | 46 DSPByte32 opt; member
|
| /TwlSDK-5.3.1/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 340 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
|
| /TwlSDK-5.3.1/build/buildtools/nitro/ |
| D | commondefs.cctype.CW | 344 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
|