Home
last modified time | relevance | path

Searched refs:base0 (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/libkern/
H A Dbsearch.c54 kbsearch(const void *key, const void *base0, size_t nmemb, size_t size, in kbsearch() argument
57 const char *base = base0; in kbsearch()
/dflybsd-src/lib/libc/stdlib/
H A Dbsearch.c54 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() argument
57 const char *base = base0; in bsearch()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const.c8453 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; in fold_comparison() local
8463 base0 = arg0; in fold_comparison()
8466 base0 in fold_comparison()
8470 if (TREE_CODE (base0) == INDIRECT_REF) in fold_comparison()
8471 base0 = TREE_OPERAND (base0, 0); in fold_comparison()
8477 base0 = TREE_OPERAND (arg0, 0); in fold_comparison()
8478 STRIP_SIGN_NOPS (base0); in fold_comparison()
8479 if (TREE_CODE (base0) == ADDR_EXPR) in fold_comparison()
8481 base0 in fold_comparison()
8482 = get_inner_reference (TREE_OPERAND (base0, 0), in fold_comparison()
[all …]
H A Dmatch.pd3633 tree base0 = get_addr_base_and_unit_offset (TREE_OPERAND (@0, 0), &off0);
3635 if (base0 && TREE_CODE (base0) == MEM_REF)
3637 off0 += mem_ref_offset (base0).force_shwi ();
3638 base0 = TREE_OPERAND (base0, 0);
3646 (if (base0 && base1)
3654 && ((VAR_P (base0) && DECL_HAS_VALUE_EXPR_P (base0))
3657 else if (decl_in_symtab_p (base0)
3659 equal = symtab_node::get_create (base0)
3661 else if ((DECL_P (base0)
3662 || TREE_CODE (base0) == SSA_NAME
[all …]
H A Dtree-ssa-scopedtables.c534 tree base0 = get_ref_base_and_extent (t0, &off0, &sz0, &max0, &rev0); in equal_mem_array_ref_p() local
552 return known_eq (off0, off1) && operand_equal_p (base0, base1, 0); in equal_mem_array_ref_p()
H A Dsimplify-rtx.c513 rtx base0, base1, offset0, offset1; in simplify_replace_fn_rtx() local
514 split_const (XEXP (op0, 0), &base0, &offset0); in simplify_replace_fn_rtx()
516 if (rtx_equal_p (base0, base1)) in simplify_replace_fn_rtx()
2199 rtx base0, step0; in simplify_binary_operation_series() local
2200 if (vec_duplicate_p (op0, &base0)) in simplify_binary_operation_series()
2202 else if (!vec_series_p (op0, &base0, &step0)) in simplify_binary_operation_series()
2215 rtx new_base = simplify_binary_operation (code, inner_mode, base0, base1); in simplify_binary_operation_series()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfold-const.c8902 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; in fold_comparison() local
8912 base0 = arg0; in fold_comparison()
8915 base0 = get_inner_reference (TREE_OPERAND (arg0, 0), in fold_comparison()
8918 if (TREE_CODE (base0) == INDIRECT_REF) in fold_comparison()
8919 base0 = TREE_OPERAND (base0, 0); in fold_comparison()
8925 base0 = TREE_OPERAND (arg0, 0); in fold_comparison()
8926 STRIP_SIGN_NOPS (base0); in fold_comparison()
8927 if (TREE_CODE (base0) == ADDR_EXPR) in fold_comparison()
8929 base0 = TREE_OPERAND (base0, 0); in fold_comparison()
8984 && TREE_CODE (base0) == VAR_DECL in fold_comparison()
[all …]
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2568 processInt (const char *base0, const char *num0, const char *exp0) in processInt() argument
2576 if (base0 == NULL) in processInt()
2580 base = strtol (base0, (char **) NULL, 10); in processInt()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c2568 processInt (const char *base0, const char *num0, const char *exp0) in processInt() argument
2576 if (base0 == NULL) in processInt()
2580 base = strtol (base0, (char **) NULL, 10); in processInt()