OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LL
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gdtoa/test/
dtest.c
68
long
LL
[2];
87
LL
[0] = u.L[_0];
88
LL
[1] = u.L[_1];
89
sscanf(s+1, "%lx %lx", &
LL
[0], &
LL
[1]);
90
u.L[_0] =
LL
[0];
91
u.L[_1] =
LL
[1];
ddtest.c
83
long
LL
[4];
103
LL
[0] = u.L[_0];
104
LL
[1] = u.L[_1];
105
LL
[2] = u.L[2+_0];
106
LL
[3] = u.L[2+_1];
107
sscanf(s+1, "%lx %lx %lx %lx", &
LL
[0], &
LL
[1],
108
&
LL
[2], &
LL
[3]);
109
u.L[_0] =
LL
[0]
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc
41
static const unsigned
LL
= sizeof(long long);
115
testScanf("%llu", 1,
LL
);
116
testScanf("%qd", 1,
LL
);
Completed in 104 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025