Searched defs:check_bounds (Results 1 - 18 of 18) sorted by relevance

/external/vixl/examples/
H A Dcheck-bounds.cc33 // 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/x64/
H A Dregexp-macro-assembler-x64.cc1023 bool check_bounds,
1027 if (check_bounds) {
1021 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc896 bool check_bounds,
900 if (check_bounds) {
894 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/vixl/test/examples/
H A Dtest-examples.cc372 TEST_FUNCTION(check_bounds); \
376 TEST(check_bounds) {
379 Label check_bounds; local
380 masm.Bind(&check_bounds);
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_unittest.cc60 Rect check_bounds; local
63 check_bounds.Union(child_node->rect());
67 EXPECT_EQ(check_bounds, node->rect());
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DStringTools.c679 static CYTHON_INLINE char __Pyx_PyBytes_GetItemInt(PyObject* bytes, Py_ssize_t index, int check_bounds) { argument
680 if (check_bounds) {
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc948 bool check_bounds,
952 if (check_bounds) {
946 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc909 bool check_bounds,
913 if (check_bounds) {
907 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc955 bool check_bounds,
959 if (check_bounds) {
953 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc216 bool check_bounds,
221 if (check_bounds) {
241 if (check_bounds) EmitOrLink(on_failure);
214 LoadCurrentCharacter(int cp_offset, Label* on_failure, bool check_bounds, int characters) argument
H A Dregexp-macro-assembler-tracer.cc167 bool check_bounds,
169 const char* check_msg = check_bounds ? "" : " (unchecked)";
177 check_bounds,
165 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/chromium_org/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc947 bool check_bounds,
951 if (check_bounds) {
945 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/pixman/pixman/
H A Dpixman-bits-image.c57 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) argument
619 if (check_bounds &&
56 fetch_pixel_no_alpha(bits_image_t *image, int x, int y, pixman_bool_t check_bounds) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c458 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)) {
856 if (check_bounds(x, br, bc, 1 << s)) {
896 if (check_bounds(
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
944 SkASSERT(check_bounds<LineVertex>(drawState, devBounds, arg.vertices(),
994 SkASSERT(check_bounds<BezierVertex>(drawState, devBounds, arg.vertices(),
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1083 bool check_bounds,
1090 if (check_bounds) {
1081 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c465 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)) {
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) function
944 SkASSERT(check_bounds<LineVertex>(drawState, devBounds, arg.vertices(),
996 SkASSERT(check_bounds<BezierVertex>(drawState, devBounds, arg.vertices(),

Completed in 3688 milliseconds