Searched defs:comb (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c83 uInt comb, exp; /* work */ local
218 uInt comb = top >> 2; /* combination field */ local
[all...]
H A Ddecimal32.c83 uInt comb, exp; /* work */ local
215 uInt comb = top >> 2; /* combination field */ local
[all...]
H A Ddecimal64.c83 uInt comb, exp; /* work */ local
214 uInt comb = top >> 2; /* combination field */ local
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dkey_debug.c180 struct sadb_comb *comb; local
[all...]
H A Dkey.c6008 struct sadb_comb *comb; local
6114 struct sadb_comb *comb; local
6172 struct sadb_comb *comb; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-address.c348 aff_combination_remove_elt (struct affine_tree_combination *comb, unsigned m) argument
[all...]
H A Dexpmed.c1905 rtx base, a1, a2, v1, v2, comb, shift, result, start; local
[all...]
H A Dtree-ssa-loop-ivopts.c2628 aff_combination_const (struct affine_tree_combination *comb, tree type, argument
2644 aff_combination_elt (struct affine_tree_combination *comb, tree type, tree elt) argument
2661 aff_combination_scale(struct affine_tree_combination *comb, unsigned HOST_WIDE_INT scale) argument
2703 aff_combination_add_elt(struct affine_tree_combination *comb, tree elt, unsigned HOST_WIDE_INT scale) argument
2771 aff_combination_convert(tree type, struct affine_tree_combination *comb) argument
2802 tree_to_aff_combination(tree expr, tree type, struct affine_tree_combination *comb) argument
2920 unshare_aff_combination(struct affine_tree_combination *comb) argument
2933 aff_combination_to_tree(struct affine_tree_combination *comb) argument
2979 struct affine_tree_combination comb; local
[all...]

Completed in 200 milliseconds