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

  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 51 u_int32_t last_end; /* Last seq + len */ member in struct:ip_ct_tcp
  /external/blktrace/btt/
seek.c 42 long long last_start, last_end; member in struct:seeki
190 dist = start - sip->last_end;
193 if (((sip->last_start <= start) && (start <= sip->last_end)) ||
194 ((sip->last_start <= end) && (end <= sip->last_end)))
196 else if (start > sip->last_end)
197 dist = start - sip->last_end;
204 sip->last_end = end;
217 sip->last_start = sip->last_end = 0;
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1184 size_t last_end = 0; /* where did the last successful match end in LINE */
1240 if ((matched > 0 || count == 0 || offset > last_end)
1266 /* Start after the match. last_end is the real end of the matched
1270 last_end = regs.end[0];
1177 size_t last_end = 0; \/* where did the last successful match end in LINE *\/ local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 887 FT_UInt last_start = 0, last_end = 0; local
    [all...]

Completed in 175 milliseconds