OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_TAB_SZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
tables.h
47
#define
L_TAB_SZ
2503 /* hard link hash table size */
tables.c
121
if ((ltab = (HRDLNK **)calloc(
L_TAB_SZ
, sizeof(HRDLNK *))) == NULL) {
158
indx = ((unsigned)arcn->sb.st_ino) %
L_TAB_SZ
;
245
indx = ((unsigned)arcn->sb.st_ino) %
L_TAB_SZ
;
290
for (i = 0; i <
L_TAB_SZ
; ++i) {
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025