OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_rp
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/lzo/src/
lzo_swd.ch
129
lzo_uint
first_rp
;
212
s->
first_rp
= node;
304
s->
first_rp
= s->ip;
335
s->rp = s->
first_rp
;
424
if (s->
first_rp
!= LZO_UINT_MAX)
426
if (node != s->
first_rp
)
429
(long)s->
first_rp
, (long)(s->ip - node),
431
assert(node == s->
first_rp
);
432
s->
first_rp
= LZO_UINT_MAX;
/external/syslinux/gpxe/src/util/
nrv2b.c
263
unsigned int
first_rp
;
member in struct:ucl_swd
351
s->
first_rp
= node;
407
s->
first_rp
= s->ip;
426
s->rp = s->
first_rp
;
487
if (s->
first_rp
!= UINT_MAX)
489
if (node != s->
first_rp
)
492
node, s->rp, s->ip, s->bp, s->
first_rp
,
494
assert(node == s->
first_rp
);
495
s->
first_rp
= UINT_MAX;
Completed in 47 milliseconds