OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wds
(Results
1 - 21
of
21
) sorted by relevancy
/src/lib/libc/gdtoa/
sum.c
49
if (a->
wds
< b->
wds
) {
55
c->
wds
= a->
wds
;
60
xe = xc + b->
wds
;
70
xe += a->
wds
- b->
wds
;
85
xe += a->
wds
- b->
wds
;
93
if (c->
wds
== c->maxwds)
[
all
...]
gmisc.c
48
if (n < b->
wds
) {
49
xe = x + b->
wds
;
68
if ((b->
wds
= (int)td) == 0)
84
xe = x + b->
wds
;
smisc.c
55
b->
wds
= 1;
61
b->
wds
= (b->x[1] = y9 >> 16) ? 2 : 1;
96
k = ka - kb + ULbits*(a->
wds
- b->
wds
);
159
xe = x + b->
wds
;
163
nw = b->
wds
;
185
nwds = b->
wds
;
misc.c
87
rv->sign = rv->
wds
= 0;
171
int i,
wds
;
local in function:multadd
183
wds
= b->
wds
;
207
while(++i <
wds
);
209
if (
wds
>= b->maxwds) {
220
b->x[
wds
++] = carry;
221
b->
wds
=
wds
;
274
b->
wds
= 1
[
all
...]
strtoIQ.c
52
B[0]->
wds
= 4;
strtoId.c
51
B[0]->
wds
= 2;
strtoIf.c
51
B[0]->
wds
= 1;
strtoIx.c
52
B[0]->
wds
= 2;
strtoIxL.c
52
B[0]->
wds
= 2;
gethex.c
154
b->
wds
= 1;
177
b->
wds
= n;
216
b->
wds
= n = (int)(x - b->x);
269
x[0] = b->
wds
= 1;
315
k = b->
wds
;
323
else if (b->
wds
> k
strtodg.c
62
xe = x + b->
wds
;
82
if (b->
wds
>= b->maxwds) {
90
b->x[b->
wds
++] = 1;
108
xe = x + b->
wds
;
166
b->
wds
= k;
243
if (hi0bits(b->x[b->
wds
- 1]) != j) {
260
b->
wds
= inex = 0;
288
b->
wds
= inex = 0;
694
rvb->
wds
= 0;
700
rvb->x[0] = rvb->
wds
= rvbits = 1
[
all
...]
dmisc.c
126
n = S->
wds
;
128
/*debug*/ if (b->
wds
> n)
131
if (b->
wds
< n)
179
b->
wds
= n;
223
b->
wds
= n;
strtoIdd.c
55
B[0]->
wds
= 4;
gdtoa.c
73
b->
wds
= 0;
77
b->
wds
= i + 1;
205
if (!b->
wds
) {
602
i = ((s5 ? hi0bits(S->x[S->
wds
-1]) : ULbits - 1) - s2 - 4) & kmask;
680
if (b->
wds
> 1 || b->x[0])
696
if (rdir && (b->
wds
> 1 || b->x[0])) {
733
if (b->
wds
> 1 || b->x[0])
784
if (rdir == 2 || (b->
wds
<= 1 && !b->x[0]))
810
if (b->
wds
> 1 || b->x[0])
g_ddfmt.c
157
fpi.nbits = z->
wds
* 32 - hi0bits(z->x[j = z->
wds
-1]);
strtoIg.c
65
nw = b->
wds
;
82
if (b1->
wds
> nw
dtoa.c
588
if (( i = ((s5 ? 32 - hi0bits(S->x[S->
wds
-1]) : 1) + s2) & 0x1f )!=0)
591
if (( i = ((s5 ? 32 - hi0bits(S->x[S->
wds
-1]) : 1) + s2) & 0xf )!=0)
686
else if (!b->x[0] && b->
wds
<= 1)
698
if (!b->x[0] && b->
wds
<= 1) {
768
if (!b->x[0] && b->
wds
<= 1) {
gdtoaimp.h
521
int k, maxwds, sign,
wds
;
member in struct:Bigint
532
#define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->
wds
*sizeof(ULong) + 2*sizeof(int))
534
#define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->
wds
*sizeof(ULong) + 2*sizeof(int))
strtod.c
690
if (!delta->x[0] && delta->
wds
<= 1) {
796
if (!delta->x[0] && delta->
wds
<= 1)
801
if (!delta->x[0] && delta->
wds
<= 1) {
/src/share/man/man4/
Makefile
125
wds
.4 we.4 wss.4 wt.4
/src/sys/dev/isa/
wds.c
1
/* $NetBSD:
wds
.c,v 1.80 2022/09/25 17:09:36 thorpej Exp $ */
82
__KERNEL_RCSID(0, "$NetBSD:
wds
.c,v 1.80 2022/09/25 17:09:36 thorpej Exp $");
117
#define Debugger() panic("should call debugger here (
wds
.c)")
201
CFATTACH_DECL_NEW(
wds
, sizeof(struct wds_softc),
Completed in 21 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025