HomeSort by relevance Sort by last modified time
    Searched full:abbrev_end (Results 1 - 4 of 4) sorted by null

  /external/strace/
uid.c 141 unsigned long len, size, start, cur, end, abbrev_end; local
163 abbrev_end = start + max_strlen * sizeof(gid);
164 if (abbrev_end < start)
165 abbrev_end = end;
167 abbrev_end = end;
173 if (cur >= abbrev_end) {
199 unsigned long size, start, cur, end, abbrev_end; local
221 abbrev_end = start + max_strlen * sizeof(gid);
222 if (abbrev_end < start)
223 abbrev_end = end
    [all...]
stream.c 234 unsigned long size, start, cur, end, abbrev_end; local
248 abbrev_end = start + max_strlen * sizeof(fds);
249 if (abbrev_end < start)
250 abbrev_end = end;
252 abbrev_end = end;
258 if (cur >= abbrev_end) {
302 abbrev_end = start + max_strlen * sizeof(fds);
303 if (abbrev_end < start)
304 abbrev_end = end;
306 abbrev_end = end
    [all...]
mem.c 332 unsigned long n, cur, abbrev_end; local
336 abbrev_end = ptr + max_strlen * sizeof(long);
337 if (abbrev_end < ptr)
338 abbrev_end = end;
340 abbrev_end = end;
346 if (cur >= abbrev_end) {
488 unsigned long cur, end, abbrev_end, entries; local
504 abbrev_end = cur + (sizeof(int) * max_strlen);
505 if (abbrev_end > end)
506 abbrev_end = end
    [all...]
io.c 85 unsigned long size, cur, end, abbrev_end; local
99 abbrev_end = addr + max_strlen * sizeof_iov;
100 if (abbrev_end < addr)
101 abbrev_end = end;
103 abbrev_end = end;
109 if (cur >= abbrev_end) {

Completed in 220 milliseconds