OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:laststart
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/libiberty/
regex.c
2335
UCHAR_T *
laststart
= 0;
local
[
all
...]
/external/ltp/testcases/kernel/fs/doio/
iogen.c
581
int minlength, maxlength,
laststart
, lastend;
local
654
laststart
= fptr->f_lastoffset;
661
if (o_opt && lastend >
laststart
)
662
offset = random_range(
laststart
, lastend, 1, NULL);
686
maxlength =
laststart
;
692
laststart
= fptr->f_length;
705
offset =
laststart
- length;
707
if (o_opt && lastend >
laststart
)
708
offset += random_range(1, lastend -
laststart
, 1, NULL);
718
if (o_opt && lastend >
laststart
) {
[
all
...]
Completed in 240 milliseconds