OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BD
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/systat/
icmp.c
51
#define
BD
(row, str) LHD(row, str); RHD(row, str)
108
BD
(2, "total messages");
109
BD
(9, "echo response");
110
BD
(10, "echo request");
111
BD
(11, "destination unreachable");
112
BD
(12, "redirect");
113
BD
(13, "time-to-live exceeded");
114
BD
(14, "parameter problem");
/src/sys/dev/i2c/
sensirion_voc_algorithm.c
76
//
BD
16 * 16 -> 32 bit products
88
uint32_t
BD
= B * D;
94
uint32_t product_lo =
BD
+ ad_cb_temp;
95
if (product_lo <
BD
)
/src/libexec/getty/
gettytab.h
105
#define
BD
gettynums[7].value
/src/sys/arch/powerpc/powerpc/
db_disasm.c
700
int
BD
;
701
BD
= extract_field(instr, 31 - 29, 14);
702
BD
=
BD
<< 18;
703
BD
=
BD
>> 16;
704
BD
+= loc;
705
if ((vaddr_t)
BD
< loc)
897
int
BD
;
898
BD
= extract_field(instr, 31 - 29, 14)
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025