Home
last modified time | relevance | path

Searched refs:check_pattern (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/flash/
H A Dflash.h145 check_pattern(const void *buf, uint8_t patt, size_t offset, size_t size) in check_pattern() function
/netbsd-src/sys/ufs/chfs/
H A Debh.c300 if (check_pattern((void *) &ebhdr->ec_hdr, in nor_check_eb_hdr()
325 if (check_pattern((void *) &ebhdr->u.nor_hdr, 0xFF, 0, in nor_check_eb_hdr()
378 if (check_pattern((void *) &ebhdr->ec_hdr, in nand_check_eb_hdr()
403 if (check_pattern((void *) &ebhdr->u.nand_hdr, 0xFF, 0, in nand_check_eb_hdr()
H A Dchfs_scan.c462 if (check_pattern(buf, 0xff, 0, CHFS_NODE_HDR_SIZE)) { in chfs_scan_eraseblock()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c1763 rtx check_pattern; in create_speculation_check() local
1784 check_pattern = targetm.sched.gen_spec_check (EXPR_INSN_RTX (c_expr), label, in create_speculation_check()
1787 gcc_assert (check_pattern != NULL); in create_speculation_check()
1790 insn_rtx = create_insn_rtx_from_pattern (check_pattern, label); in create_speculation_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc1763 rtx check_pattern; in create_speculation_check() local
1784 check_pattern = targetm.sched.gen_spec_check (EXPR_INSN_RTX (c_expr), label, in create_speculation_check()
1787 gcc_assert (check_pattern != NULL); in create_speculation_check()
1790 insn_rtx = create_insn_rtx_from_pattern (check_pattern, label); in create_speculation_check()