HomeSort by relevance Sort by last modified time
    Searched refs:check_bounds (Results 1 - 25 of 30) sorted by null

1 2

  /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/chromium_org/v8/src/
regexp-macro-assembler-irregexp.cc 216 bool check_bounds,
221 if (check_bounds) {
241 if (check_bounds) EmitOrLink(on_failure);
regexp-macro-assembler-tracer.cc 167 bool check_bounds,
169 const char* check_msg = check_bounds ? "" : " (unchecked)";
177 check_bounds,
regexp-macro-assembler-irregexp.h 57 bool check_bounds = true,
regexp-macro-assembler-tracer.h 60 bool check_bounds = true,
regexp-macro-assembler.h 127 bool check_bounds = true,
  /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/v8/src/arm/
regexp-macro-assembler-arm.h 70 bool check_bounds = true,
regexp-macro-assembler-arm.cc 896 bool check_bounds,
900 if (check_bounds) {
    [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.h 68 bool check_bounds = true,
regexp-macro-assembler-ia32.cc 948 bool check_bounds,
952 if (check_bounds) {
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.h 71 bool check_bounds = true,
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.h 68 bool check_bounds = true,
  /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/ui/views/controls/menu/
menu_item_view.cc 790 gfx::Rect check_bounds(icon_x,
794 AdjustBoundsForRTLUI(&check_bounds);
795 canvas->DrawImageInt(check, check_bounds.x(), check_bounds.y());
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.h 75 bool check_bounds = true,
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.h 71 bool check_bounds = true,
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 71 bool check_bounds = true,
  /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/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
    [all...]
  /external/pixman/pixman/
pixman-bits-image.c 57 int x, int y, pixman_bool_t check_bounds)
59 if (check_bounds &&
69 int x, int y, pixman_bool_t check_bounds);
615 fetch_pixel_general (bits_image_t *image, int x, int y, pixman_bool_t check_bounds)
619 if (check_bounds &&
    [all...]
  /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/cython/src/Cython/Utility/
StringTools.c 679 static CYTHON_INLINE char __Pyx_PyBytes_GetItemInt(PyObject* bytes, Py_ssize_t index, int check_bounds) {
680 if (check_bounds) {
  /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...]
  /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 726 milliseconds

1 2