Home
last modified time | relevance | path

Searched refs:ndepth (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/find/
H A Dfunction.c539 char *ndepth; in c_depth() local
541 ndepth = nextarg(option, argvp); in c_depth()
542 new->d_data = find_parsenum(new, option->name, ndepth, NULL); in c_depth()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp617 kmp_topology_t *kmp_topology_t::allocate(int nproc, int ndepth, in allocate() argument
631 retval->depth = ndepth; in allocate()
643 for (int i = 0; i < ndepth; ++i) { in allocate()
967 int ndepth = 3; in canonicalize() local
968 depth = ndepth; in canonicalize()
H A Dkmp_affinity.h953 static kmp_topology_t *allocate(int nproc, int ndepth, const kmp_hw_t *types);