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

/freebsd-current/usr.bin/find/
H A Dfunction.c539 char *ndepth; local
541 ndepth = nextarg(option, argvp);
542 new->d_data = find_parsenum(new, option->name, ndepth, NULL);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp614 kmp_topology_t *kmp_topology_t::allocate(int nproc, int ndepth,
628 retval->depth = ndepth;
640 for (int i = 0; i < ndepth; ++i) {
964 int ndepth = 3;
965 depth = ndepth;
H A Dkmp_affinity.h946 static kmp_topology_t *allocate(int nproc, int ndepth, const kmp_hw_t *types);

Completed in 168 milliseconds