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

  /system/tools/hidl/c2hal/
Type.h 38 SIGNED,
75 case Qualifier::SIGNED: return "signed";
Expression.cpp 58 #define SIGNED(i) (i & 2) // i & 0b10
66 if (SIGNED(lhs) == SIGNED(rhs)) {
70 // lhs != rhs && SIGNED(lhs) != SIGNED(rhs)
77 #undef SIGNED
  /external/mesa3d/src/mesa/main/
format_parser.py 31 SIGNED = 's'
52 self.sign = type in (SIGNED, FLOAT)
75 if self.type == SIGNED:
87 if self.type == SIGNED:
95 if self.type == SIGNED:
376 if channel.type not in (VOID, UNSIGNED, SIGNED):
504 elif type == SIGNED:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 33 signed not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
176 #undef signed macro
195 #define SIGNED signed
224 #undef signed macro
228 #define signed macro
234 #define SIGNED
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 59 public static final int SIGNED = 0x03;
125 view.setKeyListener(DigitsKeyListener.getInstance((numeric & SIGNED) != 0,
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 32 BYTE ( Byte.class, byte.class, 'B', (Byte)(byte)0, new byte[0], Format.signed( 8)),
33 SHORT ( Short.class, short.class, 'S', (Short)(short)0, new short[0], Format.signed( 16)),
35 INT ( Integer.class, int.class, 'I', (Integer)/*(int)*/0, new int[0], Format.signed( 32)),
36 LONG ( Long.class, long.class, 'J', (Long)(long)0, new long[0], Format.signed( 64)),
75 SIGNED = (-1) << KIND_SHIFT,
84 assert((kind == SIGNED) ? (size > 0) :
94 INT = SIGNED | (32 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
95 SHORT = SIGNED | (16 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
101 static int signed(int size) { return format(SIGNED, size, (size > 32 ? 2 : 1)); method in class:Wrapper.Format
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 391 /* Signed shift. We also know that the highest bit is set. */
768 #define SIGNED 0x02
    [all...]
sljitNativeARM_T2_32.c 789 #define SIGNED 0x02
808 s = signed
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 686 if (type->IsA(AsmType::Signed())) {
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 318 private static final int SIGNED = 2;
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1543 milliseconds