OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lg
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/noieee_src/
n_gamma.c
293
struct Double
lg
, lsine;
local in function:neg_gam
316
lg
= large_gam(y);
318
lg
.a -= lsine.a; /* exact (opposite signs) */
319
lg
.b -= lsine.b;
320
y = -(
lg
.a +
lg
.b);
321
z = (y +
lg
.a) +
lg
.b;
/src/lib/libm/src/
b_tgamma.c
279
struct Double
lg
, lsine;
local in function:neg_gam
300
lg
= large_gam(y);
302
lg
.a -= lsine.a; /* exact (opposite signs) */
303
lg
.b -= lsine.b;
304
y = -(
lg
.a +
lg
.b);
305
z = (y +
lg
.a) +
lg
.b;
/src/sys/dev/i2c/
lg3303.c
87
struct lg3303 *
lg
;
local in function:lg3303_open
89
lg
= kmem_alloc(sizeof(*
lg
), KM_SLEEP);
90
lg
->parent = parent;
91
lg
->i2c = i2c;
92
lg
->i2c_addr = addr;
93
lg
->current_modulation = -1;
94
lg
->flags = flags;
96
if (lg3303_init(
lg
) != 0) {
97
kmem_free(
lg
, sizeof(*lg))
[
all
...]
/src/sys/compat/ultrix/
ultrix_misc.c
351
struct linger
lg
;
local in function:ultrix_sys_setsockopt
353
lg
.l_onoff = 0;
355
&
lg
, sizeof(
lg
));
/src/sys/compat/sunos/
sunos_misc.c
550
struct linger
lg
;
local in function:sunos_sys_setsockopt
552
lg
.l_onoff = 0;
554
&
lg
, sizeof(
lg
));
/src/sys/compat/sunos32/
sunos32_misc.c
768
struct linger
lg
;
local in function:sunos32_sys_setsockopt
770
lg
.l_onoff = 0;
772
&
lg
, sizeof(
lg
));
Completed in 20 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025