/external/vixl/examples/ |
check-bounds.cc | 33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high) 84 Label check_bounds; local 85 masm.Bind(&check_bounds); 90 Instruction * function = masm.GetLabelAddress<Instruction*>(&check_bounds);
|
examples.h | 88 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
|
/external/v8/src/regexp/ |
regexp-macro-assembler-irregexp.cc | 216 bool check_bounds, 221 if (check_bounds) { 241 if (check_bounds) EmitOrLink(on_failure);
|
regexp-macro-assembler-tracer.h | 66 bool check_bounds = true,
|
regexp-macro-assembler-tracer.cc | 170 bool check_bounds, 172 const char* check_msg = check_bounds ? "" : " (unchecked)"; 180 check_bounds,
|
regexp-macro-assembler-irregexp.h | 59 bool check_bounds = true,
|
regexp-macro-assembler.h | 129 bool check_bounds = true,
|
/external/vixl/test/examples/ |
test-examples.cc | 501 TEST_FUNCTION(check_bounds); \ 505 TEST(check_bounds) { 508 Label check_bounds; local 509 masm.Bind(&check_bounds);
|
/external/v8/src/regexp/arm/ |
regexp-macro-assembler-arm.h | 73 bool check_bounds = true,
|
regexp-macro-assembler-arm.cc | 928 bool check_bounds, [all...] |
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.h | 71 bool check_bounds = true,
|
regexp-macro-assembler-ia32.cc | 971 bool check_bounds, 974 if (check_bounds) { [all...] |
/external/v8/src/regexp/mips/ |
regexp-macro-assembler-mips.h | 72 bool check_bounds = true,
|
regexp-macro-assembler-mips.cc | [all...] |
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.h | 65 bool check_bounds = true,
|
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.h | 71 bool check_bounds = true,
|
regexp-macro-assembler-x87.cc | 971 bool check_bounds, 974 if (check_bounds) { [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 796 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, function 848 if (check_bounds(x, br, bc, 1)) { [all...] |
/external/v8/src/regexp/arm64/ |
regexp-macro-assembler-arm64.h | 78 bool check_bounds = true,
|
regexp-macro-assembler-arm64.cc | [all...] |
/external/v8/src/regexp/mips64/ |
regexp-macro-assembler-mips64.h | 72 bool check_bounds = true,
|
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.h | 73 bool check_bounds = true,
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 813 #define CHECK_BOUNDS(range) \ 924 CHECK_BOUNDS(2) 961 CHECK_BOUNDS(2) 1003 CHECK_BOUNDS(1) 1042 #undef CHECK_BOUNDS [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 809 #define CHECK_BOUNDS(range) \ 918 CHECK_BOUNDS(2) 955 CHECK_BOUNDS(2) 997 CHECK_BOUNDS(1) 1036 #undef CHECK_BOUNDS [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...] |