OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xc0
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gdtoa/
misc.c
288
ULong *x, *xa, *xae, *xb, *xbe, *xc, *
xc0
;
local
319
xc0
= c->x;
321
for(; xb < xbe;
xc0
++) {
324
xc =
xc0
;
339
for(; xb < xbe; xb++,
xc0
++) {
342
xc =
xc0
;
356
xc =
xc0
;
371
for(; xb < xbe;
xc0
++) {
374
xc =
xc0
;
387
for(
xc0
= c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc)
[
all
...]
misc.c
288
ULong *x, *xa, *xae, *xb, *xbe, *xc, *
xc0
;
local
319
xc0
= c->x;
321
for(; xb < xbe;
xc0
++) {
324
xc =
xc0
;
339
for(; xb < xbe; xb++,
xc0
++) {
342
xc =
xc0
;
356
xc =
xc0
;
371
for(; xb < xbe;
xc0
++) {
374
xc =
xc0
;
387
for(
xc0
= c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc)
[
all
...]
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026