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

  /external/vixl/examples/
check-bounds.cc 33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
83 Label check_bounds; local
84 masm.Bind(&check_bounds);
89 run_function(&simulator, &check_bounds, 546, 50, 1000);
90 run_function(&simulator, &check_bounds, 62, 100, 200);
91 run_function(&simulator, &check_bounds, 200, 100, 200);
  /external/vixl/test/examples/
test-examples.cc 372 TEST_FUNCTION(check_bounds); \
376 TEST(check_bounds) {
379 Label check_bounds; local
380 masm.Bind(&check_bounds);
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 60 Rect check_bounds; local
63 check_bounds.Union(child_node->rect());
67 EXPECT_EQ(check_bounds, node->rect());
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 458 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function
536 if (check_bounds(x, br, bc, 1 << t)) {
579 if (check_bounds(x, br, bc, 1 << s)) {
617 if (check_bounds(x, br, bc, 1 << s)) {
657 if (check_bounds(x, br, bc, 1)) {
741 if (check_bounds(x, br, bc, 1 << t)) {
784 if (check_bounds(x, br, bc, 1 << s)) {
822 if (check_bounds(x, br, bc, 1 << s)) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 465 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function
545 if (check_bounds(x, br, bc, 1 << t)) {
588 if (check_bounds(x, br, bc, 1 << s)) {
626 if (check_bounds(x, br, bc, 1 << s)) {
664 if (check_bounds(x, br, bc, 1)) {
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 465 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function
545 if (check_bounds(x, br, bc, 1 << t)) {
588 if (check_bounds(x, br, bc, 1 << s)) {
626 if (check_bounds(x, br, bc, 1 << s)) {
664 if (check_bounds(x, br, bc, 1)) {
    [all...]

Completed in 1266 milliseconds