HomeSort by relevance Sort by last modified time
    Searched refs:check_bounds (Results 1 - 25 of 26) 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)
84 Label check_bounds; local
85 masm.Bind(&check_bounds);
90 Instruction * function = masm.GetLabelAddress<Instruction*>(&check_bounds);
  /external/v8/src/regexp/
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-tracer.h 66 bool check_bounds = true,
regexp-macro-assembler-irregexp.cc 216 bool check_bounds,
221 if (check_bounds) {
241 if (check_bounds) EmitOrLink(on_failure);
regexp-macro-assembler.h 129 bool check_bounds = true,
  /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,
regexp-macro-assembler-ppc.cc     [all...]
  /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/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/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,
regexp-macro-assembler-mips64.cc     [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.h 73 bool check_bounds = true,
regexp-macro-assembler-x64.cc     [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...]
  /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 166 milliseconds

1 2