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

  /external/vixl/examples/aarch64/
check-bounds.cc 32 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
86 Label check_bounds; local
87 masm.Bind(&check_bounds);
92 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds);
  /external/skia/tests/
ShadowTest.cpp 90 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { function
108 check_bounds(reporter, path);
112 check_bounds(reporter, path);
116 check_bounds(reporter, path);
  /external/skqp/tests/
ShadowTest.cpp 90 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { function
108 check_bounds(reporter, path);
112 check_bounds(reporter, path);
116 check_bounds(reporter, path);
  /external/vixl/test/aarch64/examples/
test-examples.cc 517 TEST_FUNCTION(check_bounds); \
521 TEST(check_bounds) {
524 Label check_bounds; local
525 masm.Bind(&check_bounds);
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) function
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 728 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 784 static INLINE int check_bounds(const MvLimits *mv_limits, int row, int col, function
    [all...]

Completed in 1202 milliseconds