OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NBINS
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sort/
sort.h
77
#define
NBINS
256
165
extern u_char ascii[
NBINS
], Rascii[
NBINS
], Ftable[
NBINS
], RFtable[
NBINS
];
167
extern u_char d_mask[
NBINS
];
/src/sys/dev/ic/
arn9003.c
2774
#define
NBINS
23
2776
int x[
NBINS
+ 1], y[
NBINS
+ 1], t[
NBINS
+ 1];
2777
int b1[
NBINS
+ 1], b2[
NBINS
+ 1], xtilde[
NBINS
+ 1];
2790
for (i = 0; i <
NBINS
; i++) {
2798
rxsum = (lo[i +
NBINS
] & 0xffff) << 5 |
2800
rosum = (hi[i +
NBINS
] & 0x7ff) << 16 | hi[i + NBINS] >> 16
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025