HomeSort by relevance Sort by last modified time
    Searched defs:GET_MODE (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 66 public static final String GET_MODE = "fm.rx.intent.GET_MODE";
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 350 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
542 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) != (M)) \
549 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
556 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 350 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
542 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) != (M)) \
549 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
556 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 350 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
542 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) != (M)) \
549 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
556 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 350 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
542 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) != (M)) \
549 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
556 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
    [all...]

Completed in 286 milliseconds