Home
last modified time | relevance | path

Searched refs:newfn (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/netpfil/ipfw/test/
HDtest_dn_heap.c64 void *newfn(uintptr_t key, int flags, void *arg) in newfn() function
96 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn); in test_hash()
105 void **y = newfn((uintptr_t)*p, 0, NULL); in test_hash()
/NextBSD/contrib/gcc/
HDbuiltins.c6909 tree newfn = NULL_TREE; in fold_fixed_mathfn() local
6913 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LCEIL); in fold_fixed_mathfn()
6917 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LFLOOR); in fold_fixed_mathfn()
6921 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LROUND); in fold_fixed_mathfn()
6925 newfn = mathfn_built_in (TREE_TYPE (arg), BUILT_IN_LRINT); in fold_fixed_mathfn()
6932 if (newfn) in fold_fixed_mathfn()
6934 tree newcall = build_function_call_expr (newfn, arglist); in fold_fixed_mathfn()