OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A_TAB_SZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
tables.h
51
#define
A_TAB_SZ
317 /* ftree dir access time reset table */
tables.c
918
if ((atab = (ATDIR **)calloc(
A_TAB_SZ
, sizeof(ATDIR *))) == NULL) {
946
for (i = 0; i <
A_TAB_SZ
; ++i) {
981
indx = ((unsigned)ino) %
A_TAB_SZ
;
1039
indx = ((unsigned)ino) %
A_TAB_SZ
;
Completed in 46 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025