HomeSort by relevance Sort by last modified time
    Searched full:right1 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Modules/Inputs/
category_right.h 3 @interface Foo(Right1)
4 -(void)right1;
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
  /external/opencv/cxcore/include/
cxmisc.h 469 T* right1; \
505 right = right1 = right0; \
525 if( right < right1 ) \
526 CV_SWAP( *right1, *right, t ); \
528 right1--; \
551 n = MIN( (int)(right0 - right1), (int)(right1 - right) ); \
555 m = (int)(right1 - right); \
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 434 FX_RECT(int left1, int top1, int right1, int bottom1) {
437 right = right1;
451 void Intersect(int left1, int top1, int right1, int bottom1) {
452 Intersect(FX_RECT(left1, top1, right1, bottom1));
493 FX_FLOAT right1,
497 right = right1;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_box_set.h 625 GUINT right1 = m_boxset1->getRightNodeIndex(node1); local
629 stack_collisions.push_pair(left0,right1);
633 stack_collisions.push_pair(right0,right1);
btGImpactBvh.cpp 448 //collide left0 right1
463 //collide right0 right1
btGImpactQuantizedBvh.cpp 477 //collide left0 right1
492 //collide right0 right1
  /external/clang/test/Modules/
objc-categories.m 23 [foo right1];
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 49 // RIGHT1 - shifts to right for left half of long
56 private static final int[] RIGHT1 = { 0, 40, 48, 56 };
371 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 59 // RIGHT1 - shifts to right for left half of long
66 private static final int[] RIGHT1 = { 0, 40, 48, 56 };
376 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);
  /external/freetype/src/autofit/
afcjk.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 614 VGfloat right1 = dst->x + dst->width; local
621 return !(left2 > right1 || right2 < left1 ||
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 203 const int right1 = MIN2(write_end1, reg_end); local
205 if (left0 < right0 || left1 < right1)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2246 CvSeqReader left0, left1, right0, right1; local
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 1982 CvSeqReader left0, left1, right0, right1; local
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 3123 milliseconds