HomeSort by relevance Sort by last modified time
    Searched full:crosses (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum843419.s 65 # double word access that crosses a 64 bit boundary
69 # word access that crosses a 64 boundary
76 # double word access that crosses a 128 boundary
80 # word access that crosses a 128 bit boundary
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 6 # may be required to reach func0 if the section is laid out so that it crosses
  /external/mesa3d/src/mesa/main/
bitset.h 72 (assert (!"BITSET_TEST_RANGE: bit range crosses word boundary"), 0))
76 (assert (!"BITSET_SET_RANGE: bit range crosses word boundary"), 0))
80 (assert (!"BITSET_CLEAR_RANGE: bit range crosses word boundary"), 0))
135 (assert (!"BITSET64_TEST_RANGE: bit range crosses word boundary"), 0))
144 (assert (!"BITSET64_SET_RANGE: bit range crosses word boundary"), 0))
153 (assert (!"BITSET64_CLEAR_RANGE: bit range crosses word boundary"), 0))
  /external/opencv3/modules/features2d/misc/java/test/
SURFFeatureDetectorTest.java 78 List<Mat> crosses = new ArrayList<Mat>(3); local
79 crosses.add(cross);
80 crosses.add(cross);
81 crosses.add(cross);
83 detector.detect(crosses, keypoints);
  /external/kernel-headers/original/uapi/linux/
falloc.h 24 * Attempting to collapse a range that crosses the end of the file is
26 * to collapse a range that crosses EOF.
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 29 # otherwise the group crosses a boundary.
  /external/v8/test/mjsunit/regress/
regress-94425.js 42 // object crosses region boundary.
  /external/skia/src/core/
SkSemaphore.cpp 63 // We only want to call the OS semaphore when our logical count crosses
  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.h 65 // Tunable property for filtering timestamp wiggle when VFE ISR crosses
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraDisplay.h 66 // Tunable property for filtering timestamp wiggle when VFE ISR crosses
  /external/llvm/include/llvm/Analysis/
InlineCost.h 68 assert(Cost > AlwaysInlineCost && "Cost crosses sentinel value");
69 assert(Cost < NeverInlineCost && "Cost crosses sentinel value");
  /external/skia/src/pathops/
SkOpAngle.cpp 187 float crosses[3]; local
195 crosses[index - 1] = AlmostEqualUlps(xy1, xy2) ? 0 : xy1 - xy2;
197 if (crosses[0] * crosses[1] < 0) {
201 if (crosses[0] * crosses[2] < 0 || crosses[1] * crosses[2] < 0) {
205 if (crosses[0]) {
206 return crosses[0] < 0
    [all...]
  /external/e2fsprogs/lib/quota/
quotaio.h 44 * in an allocation failure). The timer is started when the user crosses
  /external/dbus/dbus/
dbus-resources.c 257 * @param size_guard_value the value we're notified if the size counter crosses
258 * @param unix_fd_guard_value the value we're notified if the unix fd counter crosses
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 126 /// Return true if VirtReg crosses a regmask operand that clobbers PhysReg.
127 /// If PhysReg is null, check if VirtReg crosses any regmask operands.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
MsgKey.java 26 * in the Java sense, only because its use crosses
  /external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py 146 # An interesting data is when the frame latency crosses a refresh period
  /external/skia/tests/
PathCoverageTest.cpp 106 // Curve crosses back over itself around 0,10
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 94 // audio frame that crosses the end of the excerpt, we add an extra block
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 77 /* edge crosses plane; add intersection point to q */
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
GmailDragHelper.java 100 * @param xThreshold optional parameter to specify that the drag can only happen if it crosses
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 254 // Add the height but if the view crosses the page
377 // Add the height but if the view crosses the page
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 138 # crosses 2 lines at 45 degrees.
143 # crosses 1 line at > 45 degrees, 1 line at < 45 degrees.
  /external/libunwind/src/
elfxx.h 216 // that crosses over multiple unwinds. In this case, we've detected
  /external/llvm/lib/Fuzzer/
FuzzerInterface.h 161 /// Crosses 'Data1' and 'Data2', writes up to 'MaxOutSize' bytes into Out,

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8