| /netbsd-src/lib/libc/stdlib/ |
| H A D | bsearch.c | 62 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() argument 65 const char *base = base0; in bsearch() 71 _DIAGASSERT(base0 != NULL || nmemb == 0); in bsearch()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pointer-query.cc | 603 base0 (true), parmarray () 644 base0 = false; in merge_ref() 722 if (!aref.base0) in merge_ref() 723 base0 = false; in merge_ref() 820 if (!phi_ref.base0 in get_ref() 875 if (base0) in size_remaining() 927 if (base0) in offset_in_range() 948 else if (!base0) in add_offset() 994 if (!base0) in add_offset() 1177 = (!arg_ref[0].ref || !arg_ref[0].base0 in inform_access() [all …]
|
| H A D | pointer-query.h | 97 return DECL_P (ref) && base0 && deref < 1; in ref_declared() 149 bool base0; member
|
| H A D | fold-const.cc | 10047 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; in fold_comparison() local 10057 base0 = arg0; in fold_comparison() 10060 base0 in fold_comparison() 10064 if (TREE_CODE (base0) == INDIRECT_REF) in fold_comparison() 10065 base0 = TREE_OPERAND (base0, 0); in fold_comparison() 10071 base0 = TREE_OPERAND (arg0, 0); in fold_comparison() 10072 STRIP_SIGN_NOPS (base0); in fold_comparison() 10073 if (TREE_CODE (base0) == ADDR_EXPR) in fold_comparison() 10075 base0 in fold_comparison() 10076 = get_inner_reference (TREE_OPERAND (base0, 0), in fold_comparison() [all …]
|
| H A D | tree-ssa-scopedtables.cc | 532 tree base0 = get_ref_base_and_extent (t0, &off0, &sz0, &max0, &rev0); in equal_mem_array_ref_p() local 547 return operand_equal_p (base0, base1, in equal_mem_array_ref_p() 548 (TREE_CODE (base0) == MEM_REF in equal_mem_array_ref_p() 549 || TREE_CODE (base0) == TARGET_MEM_REF) in equal_mem_array_ref_p()
|
| H A D | gimple-ssa-warn-restrict.cc | 782 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0) in builtin_access() 791 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0) in builtin_access()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (const void *key, const void *base0, in bsearch() argument 76 const char *base = (const char *) base0; in bsearch()
|
| H A D | bsearch_r.c | 73 bsearch_r (const void *key, const void *base0, in bsearch_r() argument 78 const char *base = (const char *) base0; in bsearch_r()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (const void *key, const void *base0, in bsearch() argument 76 const char *base = (const char *) base0; in bsearch()
|
| H A D | bsearch_r.c | 73 bsearch_r (const void *key, const void *base0, in bsearch_r() argument 78 const char *base = (const char *) base0; in bsearch_r()
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (const void *key, const void *base0, in bsearch() argument 76 const char *base = (const char *) base0; in bsearch()
|
| H A D | bsearch_r.c | 73 bsearch_r (const void *key, const void *base0, in bsearch_r() argument 78 const char *base = (const char *) base0; in bsearch_r()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (const void *key, const void *base0, in bsearch() argument 76 const char *base = (const char *) base0; in bsearch()
|
| H A D | bsearch_r.c | 73 bsearch_r (const void *key, const void *base0, in bsearch_r() argument 78 const char *base = (const char *) base0; in bsearch_r()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (const void *key, const void *base0, in bsearch() argument 76 const char *base = (const char *) base0; in bsearch()
|
| H A D | bsearch_r.c | 73 bsearch_r (const void *key, const void *base0, in bsearch_r() argument 78 const char *base = (const char *) base0; in bsearch_r()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | bsearch.c | 72 bsearch (register const void *key, const void *base0, in bsearch() argument 76 register const char *base = (const char *) base0; in bsearch()
|
| /netbsd-src/external/bsd/nvi/dist/clib/ |
| H A D | bsearch.c | 70 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register i… in bsearch() argument 72 register const char *base = base0; in bsearch()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_ex_pci.c | 329 uint32_t base0; in ex_d3tod0() local 342 base0 = pci_conf_read(pc, tag, PCI_BAR0); in ex_d3tod0() 349 pci_conf_write(pc, tag, PCI_BAR0, base0); in ex_d3tod0()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-scopedtables.c | 532 tree base0 = get_ref_base_and_extent (t0, &off0, &sz0, &max0, &rev0); in equal_mem_array_ref_p() local 547 return operand_equal_p (base0, base1, in equal_mem_array_ref_p() 548 (TREE_CODE (base0) == MEM_REF in equal_mem_array_ref_p() 549 || TREE_CODE (base0) == TARGET_MEM_REF) in equal_mem_array_ref_p()
|
| H A D | fold-const.c | 9418 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; in fold_comparison() local 9428 base0 = arg0; in fold_comparison() 9431 base0 in fold_comparison() 9435 if (TREE_CODE (base0) == INDIRECT_REF) in fold_comparison() 9436 base0 = TREE_OPERAND (base0, 0); in fold_comparison() 9442 base0 = TREE_OPERAND (arg0, 0); in fold_comparison() 9443 STRIP_SIGN_NOPS (base0); in fold_comparison() 9444 if (TREE_CODE (base0) == ADDR_EXPR) in fold_comparison() 9446 base0 in fold_comparison() 9447 = get_inner_reference (TREE_OPERAND (base0, 0), in fold_comparison() [all …]
|
| H A D | match.pd | 4410 tree base0 = get_addr_base_and_unit_offset (TREE_OPERAND (@0, 0), &off0); 4412 if (base0 && TREE_CODE (base0) == MEM_REF) 4414 off0 += mem_ref_offset (base0).force_shwi (); 4415 base0 = TREE_OPERAND (base0, 0); 4423 (if (base0 && base1) 4431 && ((VAR_P (base0) && DECL_HAS_VALUE_EXPR_P (base0)) 4434 else if (decl_in_symtab_p (base0) 4436 equal = symtab_node::get_create (base0) 4438 else if ((DECL_P (base0) 4439 || TREE_CODE (base0) == SSA_NAME [all …]
|
| H A D | simplify-rtx.c | 502 rtx base0, base1, offset0, offset1; in simplify_replace_fn_rtx() local 503 split_const (XEXP (op0, 0), &base0, &offset0); in simplify_replace_fn_rtx() 505 if (rtx_equal_p (base0, base1)) in simplify_replace_fn_rtx() 2415 rtx base0, step0; in simplify_binary_operation_series() local 2416 if (vec_duplicate_p (op0, &base0)) in simplify_binary_operation_series() 2418 else if (!vec_series_p (op0, &base0, &step0)) in simplify_binary_operation_series() 2431 rtx new_base = simplify_binary_operation (code, inner_mode, base0, base1); in simplify_binary_operation_series()
|
| /netbsd-src/sys/arch/x86/pci/ |
| H A D | pci_ranges.c | 262 int bus, int dev, int fun, int ofs, pcireg_t base0, pcireg_t limit0) in io_range_extend_by_cbwin() argument 281 r[0].r_val = base0; in io_range_extend_by_cbwin() 285 base = base0 & __BITS(31, 2); in io_range_extend_by_cbwin()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | TestSuiteGuide.md | 275 % test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json
|