Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/examples/var_service/dnsmasq/
Ddnsmasq.conf55 neg-ttl=67
/busybox-1.35.0/miscutils/
Dbc.c271 bool neg; member
1331 n->neg = false; in bc_num_setToZero()
1356 n->neg = false; in bc_num_init()
1383 d->neg = s->neg; in bc_num_copy()
1420 if (n->neg) RETURN_STATUS(bc_error("negative number")); in zbc_num_ulong()
1483 #define BC_NUM_NEG(n, neg) ((((ssize_t)(n)) ^ -((ssize_t)(neg))) + (neg)) argument
1501 bool a_max, neg; in bc_num_cmp() local
1505 if (a->len == 0) return BC_NUM_NEG(!!b->len, !b->neg); in bc_num_cmp()
1506 if (b->len == 0) return BC_NUM_NEG(1, a->neg); in bc_num_cmp()
1508 if (a->neg != b->neg) // signs of a and b differ in bc_num_cmp()
[all …]
/busybox-1.35.0/networking/
Dtls_pstm.c1322 int n, t, i, norm, neg; //bbox: was int16 in pstm_div() local
1364 neg = (a->sign == b->sign) ? PSTM_ZPOS : PSTM_NEG; in pstm_div()
1493 c->sign = neg; in pstm_div()
2173 int neg, sanity; //bbox: was uint16
2285 neg = a->sign;
2294 c->sign = neg;