Searched refs:xA (Results 1 - 25 of 140) sorted by relevance

123456

/external/chromium_org/v8/test/mjsunit/
H A Dnewline-in-string.js39 var code = "'asdf\\" + String.fromCharCode(0xD) + String.fromCharCode(0xA) + "asdf'";
43 code = "'asdf\\" + String.fromCharCode(0xA) + String.fromCharCode(0xD) + "asdf'";
/external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
H A Dp1.cpp24 X0<N::A, int&> xA; local
25 xA.test_f0(N::A());
/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.c271 phase16 bbs_phase16( int32 xA, int32 yA ) argument
273 uint32 xL = ( xA > 0 ) ? xA : -xA;
304 if( xA >= 0 )
H A DPhase.h128 phase16 bbs_phase16( int32 xA, int32 yA );
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate1.test117 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 1
[all...]
/external/chromium_org/rlz/lib/
H A Dstring_utils.cc27 *value = (letter - 'a') + 0xA;
29 *value = (letter - 'A') + 0xA;
/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec2D.h81 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 );
H A DFlt16Vec3D.h95 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 );
H A DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) argument
172 vecL.xE = xA;
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) argument
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;
H A DFlt16Alt3D.c165 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 );
161 bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, int16 yxA, int16 yyA, int16 yzA, int16 zxA, int16 zyA, int16 zzA, int16 matBbpA, int16 xA, int16 yA, int16 zA, int16 vecBbpA ) argument
180 bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA, int32 yxA, int32 yyA, int32 yzA, int32 zxA, int32 zyA, int32 zzA, int16 matBbpA, int32 xA, int32 yA, int32 zA, int16 vecBbpA ) argument
H A DFlt16Alt2D.h130 int16 xA,
140 int32 xA,
H A DFlt16Alt3D.h103 int16 xA, int16 yA, int16 zA,
111 int32 xA, int32 yA, int32 zA,
H A DFlt16Vec2D.c148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) argument
151 vecL.xE = xA;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) argument
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;
H A DFlt16Alt2D.c231 int16 xA,
237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA );
248 int32 xA,
254 altL.vecE = bts_Flt16Vec2D_create32( xA, yA, vecBbpA );
226 bts_Flt16Alt2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 matBbpA, int16 xA, int16 yA, int16 vecBbpA ) argument
243 bts_Flt16Alt2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 matBbpA, int32 xA, int32 yA, int32 vecBbpA ) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLCharacterRecognizer.java40 return (ch == 0x20) || (ch == 0x09) || (ch == 0xD) || (ch == 0xA);
/external/kernel-headers/original/uapi/linux/
H A Dconnector.h47 #define CN_VSS_IDX 0xA /* HyperV VSS */
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.h266 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/third_party/icu/source/test/intltest/
H A Dtextfile.cpp88 if (c < 0 || c == 0xD || c == 0xA) {
89 // consume 0xA following 0xD
92 if (c != 0xA && c >= 0) {
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp88 if (c < 0 || c == 0xD || c == 0xA) {
89 // consume 0xA following 0xD
92 if (c != 0xA && c >= 0) {
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketFrame.h46 OpCodePong = 0xA,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h44 PrivateMem = 0xA, // Scratch/Private/Stack memory.
/external/chromium_org/third_party/skia/gm/
H A Dcomplexclip2.cpp30 SkScalar xA = 0.65f; local
44 fWidth = xF - xA;
52 fRects[1].set(xA, yA, xD, yD);
62 fRects[3].set(xA, yC, xD, yF);
/external/chromium_org/v8/test/webkit/
H A DparseFloat.js34 var lf = String.fromCharCode(0xA);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h44 PrivateMem = 0xA, // Scratch/Private/Stack memory.
/external/skia/gm/
H A Dcomplexclip2.cpp30 SkScalar xA = 0.65f; local
44 fWidth = xF - xA;
52 fRects[1].set(xA, yA, xD, yD);
62 fRects[3].set(xA, yC, xD, yF);

Completed in 3066 milliseconds

123456