OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bset
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
hd44780reg.h
49
#define
bset
(cond, bit) ((cond) ? (bit) : 0x00)
macro
75
((uint8_t)(0x04 |
bset
(id, 0x2) |
bset
(s, 0x1)))
83
((uint8_t)(0x08 |
bset
(d, 0x04) |
bset
(c, 0x02) |
bset
(b, 0x01)))
90
((uint8_t)(0x13 |
bset
(sc, 0x08) |
bset
(rl, 0x04)))
98
((uint8_t)(0x23 |
bset
(dl, 0x10) |
bset
(n, 0x08) | bset(f, 0x04))
[
all
...]
/src/sys/ufs/ffs/
ffs_vfsops.c
1177
int error, i, bsize, ronly,
bset
= 0;
local
1449
bset
= BC_INVAL;
1456
bset
= BC_INVAL;
1631
brelse(bp,
bset
);
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
5602
decContext aset,
bset
; /* working contexts */
local
5723
bset
=aset;
5724
bset
.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5725
bset
.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5733
bset
.digits=pp+rhs->digits; /* wider context */
5745
decExpOp(b, a, &
bset
, &ignore); /* b=exp(-a) */
5748
decMultiplyOp(b, b, rhs, &
bset
, &ignore); /* b=b*rhs */
5749
decAddOp(b, b, &numone, &
bset
, DECNEG, &ignore); /* b=b-1 */
5779
bset
.digits=pp+rhs->digits; /* wider context */
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026