OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmask
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/du/
du.c
288
static int
htmask
; /* allocated size - 1 */
local in function:linkchk
307
if (htused<<1 >=
htmask
) {
315
htmask
= (1 << htshift) - 1;
319
htable = calloc(
htmask
+1, sizeof(*htable));
326
for (i = 0; i <=
htmask
>>1; i++)
345
h = (h + h2) &
htmask
;
du.c
288
static int
htmask
; /* allocated size - 1 */
local in function:linkchk
307
if (htused<<1 >=
htmask
) {
315
htmask
= (1 << htshift) - 1;
319
htable = calloc(
htmask
+1, sizeof(*htable));
326
for (i = 0; i <=
htmask
>>1; i++)
345
h = (h + h2) &
htmask
;
/src/usr.sbin/makefs/
walk.c
769
static size_t
htmask
; /* allocated size - 1 */
local in function:link_check
783
if (htused<<1 >=
htmask
) {
791
htmask
= (1 << htshift) - 1;
795
htable = ecalloc(
htmask
+1, sizeof(*htable));
798
for (size_t i = 0; i <=
htmask
>>1; i++)
819
h = (h + h2) &
htmask
;
walk.c
769
static size_t
htmask
; /* allocated size - 1 */
local in function:link_check
783
if (htused<<1 >=
htmask
) {
791
htmask
= (1 << htshift) - 1;
795
htable = ecalloc(
htmask
+1, sizeof(*htable));
798
for (size_t i = 0; i <=
htmask
>>1; i++)
819
h = (h + h2) &
htmask
;
Completed in 22 milliseconds
Indexes created Thu Sep 25 14:09:45 GMT 2025