Home
last modified time | relevance | path

Searched defs:comb (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
Ddecimal32.c83 uInt comb, exp; /* work */ in decimal32FromNumber() local
215 uInt comb = top >> 2; /* combination field */ in decimal32ToNumber() local
Ddecimal128.c83 uInt comb, exp; /* work */ in decimal128FromNumber() local
218 uInt comb = top >> 2; /* combination field */ in decimal128ToNumber() local
Ddecimal64.c83 uInt comb, exp; /* work */ in decimal64FromNumber() local
214 uInt comb = top >> 2; /* combination field */ in decimal64ToNumber() local
/freebsd-12-stable/crypto/heimdal/lib/wind/
Dnormalize.c270 uint32_t comb; in combine() local
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-loop-ivopts.c2628 aff_combination_const (struct affine_tree_combination *comb, tree type, in aff_combination_const()
2644 aff_combination_elt (struct affine_tree_combination *comb, tree type, tree elt) in aff_combination_elt()
2661 aff_combination_scale (struct affine_tree_combination *comb, in aff_combination_scale()
2703 aff_combination_add_elt (struct affine_tree_combination *comb, tree elt, in aff_combination_add_elt()
2771 aff_combination_convert (tree type, struct affine_tree_combination *comb) in aff_combination_convert()
2803 struct affine_tree_combination *comb) in tree_to_aff_combination()
2920 unshare_aff_combination (struct affine_tree_combination *comb) in unshare_aff_combination()
2933 aff_combination_to_tree (struct affine_tree_combination *comb) in aff_combination_to_tree()
2979 struct affine_tree_combination comb; in fold_affine_expr() local
Dtree-ssa-address.c348 aff_combination_remove_elt (struct affine_tree_combination *comb, unsigned m) in aff_combination_remove_elt()
Dexpmed.c1905 rtx base, a1, a2, v1, v2, comb, shift, result, start; in extract_force_align_mem_bit_field() local
/freebsd-12-stable/sys/netipsec/
Dkey_debug.c274 struct sadb_comb *comb; in kdebug_sadb_prop() local
Dkey.c6279 key_getcomb_setlifetime(struct sadb_comb *comb) in key_getcomb_setlifetime()
6299 struct sadb_comb *comb; in key_getcomb_ealg() local
6403 struct sadb_comb *comb; in key_getcomb_ah() local
6461 struct sadb_comb *comb; in key_getcomb_ipcomp() local
/freebsd-12-stable/sys/contrib/zlib/
Dcrc32.c919 z_word_t crc0, word0, comb; local