OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htab
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/xlint/lint2/
hash.c
52
static hte_t **
htab
;
variable in typeref:typename:hte_t **
85
table =
htab
;
144
htab
= htab_new();
155
hte_t **table =
htab
;
170
hte_t **table =
htab
;
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
285
iphtable_t
htab
, *iph, *oiph;
local in function:ipf_htable_create
289
if (op->iplo_size != sizeof(
htab
)) {
293
err = COPYIN(op->iplo_struct, &
htab
, sizeof(
htab
));
300
if (
htab
.iph_unit != unit) {
304
if (
htab
.iph_size < 1) {
329
*iph =
htab
;
/src/lib/libc/db/hash/
hash.h
94
typedef struct
htab
{ /* Memory resident data structure */
struct
120
}
HTAB
;
/src/usr.bin/compress/
zopen.c
150
#define
htab
zs->zs_htab
macro
180
* from the beginning of
htab
. The output stack uses the rest of
htab
, and
185
#define htabof(i)
htab
[i]
189
#define tab_suffixof(i) ((char_type *)(
htab
))[i]
282
memset(
htab
, 0xff, hsize_reg * sizeof(count_int));
644
memset(
htab
, 0xff, hsize * sizeof(count_int));
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025