HomeSort by relevance Sort by last modified time
    Searched refs:xA (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
p1.cpp 24 X0<N::A, int&> xA;
25 xA.test_f0(N::A());
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
patchlevel.h 15 #define PY_RELEASE_LEVEL_ALPHA 0xA
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
patchlevel.h 15 #define PY_RELEASE_LEVEL_ALPHA 0xA
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.c 271 phase16 bbs_phase16( int32 xA, int32 yA )
273 uint32 xL = ( xA > 0 ) ? xA : -xA;
304 if( xA >= 0 )
Phase.h 128 phase16 bbs_phase16( int32 xA, int32 yA );
  /external/chromium_org/third_party/sqlite/src/test/
collate1.test 117 INSERT INTO collate1t1 VALUES('5', '0xA');
119 INSERT INTO collate1t1 VALUES('7', '0xA');
128 } {{} {} 5 0xA 5 0x11 7 0xA 11 0x11 11 0x101}
133 } {{} {} 11 0x11 11 0x101 5 0xA 5 0x11 7 0xA}
138 } {7 0xA 5 0xA 5 0x11 11 0x11 11 0x101 {} {}}
144 } {7 0xA 5 0x11 5 0xA 11 0x101 11 0x11 {} {}
    [all...]
  /external/chromium_org/rlz/lib/
string_utils.cc 27 *value = (letter - 'a') + 0xA;
29 *value = (letter - 'A') + 0xA;
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec2D.h 81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA );
87 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA );
Flt16Vec3D.h 95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
Flt16Vec3D.c 169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA )
172 vecL.xE = xA;
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA )
184 if( ( xA | yA | zA ) == 0 )
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13;
198 vecL.xE = ( ( xA >> sh1L ) + 1 ) >> 1;
204 vecL.xE = xA << -shiftL;
Flt16Alt3D.c 165 int16 xA, int16 yA, int16 zA,
174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA );
184 int32 xA, int32 yA, int32 zA,
193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA );
Flt16Alt2D.h 130 int16 xA,
140 int32 xA,
Flt16Alt3D.h 103 int16 xA, int16 yA, int16 zA,
111 int32 xA, int32 yA, int32 zA,
Flt16Vec2D.c 148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA )
151 vecL.xE = xA;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA )
173 if( ( xA | yA ) == 0 )
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13;
186 vecL.xE = ( ( xA >> sh1L ) + 1 ) >> 1;
191 vecL.xE = xA << -shiftL;
  /bionic/libc/kernel/uapi/linux/
connector.h 44 #define CN_VSS_IDX 0xA
  /development/ndk/platforms/android-L/include/linux/
connector.h 44 #define CN_VSS_IDX 0xA
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLCharacterRecognizer.java 40 return (ch == 0x20) || (ch == 0x09) || (ch == 0xD) || (ch == 0xA);
  /external/kernel-headers/original/uapi/linux/
connector.h 47 #define CN_VSS_IDX 0xA /* HyperV VSS */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
connector.h 44 #define CN_VSS_IDX 0xA
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
connector.h 44 #define CN_VSS_IDX 0xA
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
connector.h 44 #define CN_VSS_IDX 0xA
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 71 public static final int SYNC_FETCH = SYNC_PAGE + 0xA;
111 public static final int CONTACTS_BODY_SIZE = CONTACTS_PAGE + 0xA;
172 public static final int EMAIL_ATT_METHOD = EMAIL_PAGE + 0xA;
236 public static final int CALENDAR_ATTENDEE_NAME = CALENDAR_PAGE + 0xA;
294 public static final int MOVE_RESPONSE = MOVE_PAGE + 0xA;
305 public static final int GIE_COLLECTION_ID = GIE_PAGE + 0xA;
318 public static final int FOLDER_TYPE = FOLDER_PAGE + 0xA;
342 public static final int MREQ_RESULT = MREQ_PAGE + 0xA;
356 public static final int TASK_COMPLETE = TASK_PAGE + 0xA;
394 public static final int RECIPIENTS_DISPLAY_NAME = RECIPIENTS_PAGE + 0xA;
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.h 266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA );
273 int32 xA, int32 yA, uint32 scaleA );
289 int32 xA,
  /external/chromium_org/base/
big_endian_unittest.cc 13 char data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0xA, 0xB, 0xC };
64 char expected[] = { 0, 0, 2, 3, 4, 5, 6, 7, 8, 9, 0xA };
  /external/chromium_org/third_party/icu/source/test/intltest/
textfile.cpp 88 if (c < 0 || c == 0xD || c == 0xA) {
89 // consume 0xA following 0xD
92 if (c != 0xA && c >= 0) {

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 910