Searched refs:integer (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.5/build/tools/makelcf/ |
| D | spec.y | 92 u32 integer; member 97 %token <integer> tNUMBER
|
| D | spec.l | 234 spec_yylval.integer = strtol((char*)spec_yytext, (char**)NULL, 0);
|
| /TwlSDK-5.5/build/tools/makelcf.TWL/ |
| D | spec.y | 52 u32 integer; member 57 %token <integer> tNUMBER
|
| D | spec.l | 155 spec_yylval.integer = strtol((char*)spec_yytext, (char**)NULL, 0);
|
| /TwlSDK-5.5/include/twl/hw/ARM9/ |
| D | ioreg_G3.h | 572 #define REG_G3_TEXCOORD_FIELD( st, integer, decimal_t, ss, integer_s, decimal_s ) \ argument 575 ((u32)(integer) << REG_G3_TEXCOORD_INTEGER_SHIFT) | \
|
| /TwlSDK-5.5/include/nitro/hw/ARM9/ |
| D | ioreg_G3.h | 572 #define REG_G3_TEXCOORD_FIELD( st, integer, decimal_t, ss, integer_s, decimal_s ) \ argument 575 ((u32)(integer) << REG_G3_TEXCOORD_INTEGER_SHIFT) | \
|