/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 145 /* Align output to a power of two. Note ".align 0" is redundant, 147 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 150 if ((POWER) > 0) \ 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
aout.h | 319 /* Align output to a power of two. Horrible /bin/as. */ 321 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 324 register int amount = 1 << (POWER); \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 145 /* Align output to a power of two. Note ".align 0" is redundant, 147 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 150 if ((POWER) > 0) \ 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
aout.h | 319 /* Align output to a power of two. Horrible /bin/as. */ 321 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 324 register int amount = 1 << (POWER); \
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 145 /* Align output to a power of two. Note ".align 0" is redundant, 147 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 150 if ((POWER) > 0) \ 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
aout.h | 319 /* Align output to a power of two. Horrible /bin/as. */ 321 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 324 register int amount = 1 << (POWER); \
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 145 /* Align output to a power of two. Note ".align 0" is redundant, 147 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 150 if ((POWER) > 0) \ 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
aout.h | 319 /* Align output to a power of two. Horrible /bin/as. */ 321 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 324 register int amount = 1 << (POWER); \
|
/external/clang/test/Preprocessor/ |
pragma_unknown.c | 25 #pragma STDC CX_LIMITED_RANGE ON FULL POWER // expected-warning {{expected end of directive in pragma}}
|
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
FmTxAppConstants.java | 70 /* Power range */ 102 public static final String POWER = "POWER";
|
FmTxConfig.java | 436 /** Checks the Power value for validity */ 518 editor.putInt(POWER, DEFAULT_POWER); 521 editor.putInt(POWER, powerValue); 530 .setMessage("Enter valid Power value in range 0-31!!") 541 .setMessage("--> Enter valid power value in range 0-31!!") 655 /** Checks the Power value for validity */
|
FmTx.java | 593 // Set Power Level 594 int powerLevel = fmConfigPreferences.getInt(POWER,DEFAULT_POWER); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 65 { POWER, "arith", " **" },
|
awkgram.y | 90 %right POWER 358 | term POWER term { $$ = op2(POWER, $1, $3); }
|
lex.c | 285 RET(POWER); 300 RET(POWER);
|
run.c | 1035 case POWER: [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/qemu/android/ |
hw-events.h | 170 KEY_CODE(POWER ,116) \
|
/external/qemu/ |
ppc-dis.c | 84 /* Opcode is defined for the POWER (RS/6000) architecture. */ 98 but it also supports many additional POWER instructions. */ 101 /* Opcode is supported in both the Power and PowerPC architectures 105 /* Opcode is supported for any Power or PowerPC platform (this is 263 only supported on the PowerPC, not the POWER. */ 296 hack is needed because the Power rotate instructions can take 322 /* The POWER and PowerPC assemblers use a few macros. We keep them 588 /* The FL1 field in a POWER SC form instruction. */ 594 /* The FL2 field in a POWER SC form instruction. */ 635 /* The LEV field in a POWER SVC form instruction. * [all...] |
/external/jpeg/ |
config.guess | 324 if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then
|
/external/qemu/distrib/jpeg-6b/ |
config.guess | 324 if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |