Home
last modified time | relevance | path

Searched refs:nmaps (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm235 my $nmaps = @{$maps[$i]};
237 push @lines, "level $i: $nmaps maps (size $mapsz) ";
238 push @lines, "[", $nmaps * $mapsz * $elsize, "]" if $elsize;
/minix/external/bsd/top/dist/machine/
H A Dm_irixsgi.c927 int nmaps; in size() local
933 if ((nmaps = ioctl(fd, PIOCMAP_SGI, &maparg)) == -1) { in size()
937 for (i = 0, sz = 0; i < nmaps; ++i) { in size()
/minix/lib/libc/db/hash/
H A Dhash.h115 int nmaps; /* Initial number of bitmaps */ member
H A Dhash.c182 hashp->nmaps = bpages; in __hash_open()
425 for (i = 0; i < hashp->nmaps; i++) in hdestroy()
H A Dhash_page.c643 hashp->nmaps++; in __ibitmap()
896 if (ndx >= hashp->nmaps) in fetch_bitmap()
/minix/lib/libc/gen/
H A Dgetpwent.c1276 struct nis_state *state, const char * const *map_arr, size_t nmaps) in _nis_pwscan() argument
1298 (unsigned)state->maptype < nmaps); in _nis_pwscan()