HomeSort by: relevance | last modified time | path
    Searched defs:offset_remaining (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 3245 ev_uint64_t offset_rounded=0, offset_remaining=0; local
3251 offset_remaining = total_offset % si.dwAllocationGranularity;
3252 offset_rounded = total_offset - offset_remaining;
3259 length + offset_remaining);
3265 chain->buffer_len = length+offset_remaining;
3266 chain->misalign = offset_remaining;
buffer.c 3245 ev_uint64_t offset_rounded=0, offset_remaining=0; local
3251 offset_remaining = total_offset % si.dwAllocationGranularity;
3252 offset_rounded = total_offset - offset_remaining;
3259 length + offset_remaining);
3265 chain->buffer_len = length+offset_remaining;
3266 chain->misalign = offset_remaining;
  /src/external/bsd/libevent/dist/
buffer.c 3252 ev_uint64_t offset_rounded=0, offset_remaining=0; local
3258 offset_remaining = total_offset % si.dwAllocationGranularity;
3259 offset_rounded = total_offset - offset_remaining;
3266 length + offset_remaining);
3272 chain->buffer_len = length+offset_remaining;
3273 chain->misalign = offset_remaining;
buffer.c 3252 ev_uint64_t offset_rounded=0, offset_remaining=0; local
3258 offset_remaining = total_offset % si.dwAllocationGranularity;
3259 offset_rounded = total_offset - offset_remaining;
3266 length + offset_remaining);
3272 chain->buffer_len = length+offset_remaining;
3273 chain->misalign = offset_remaining;

Completed in 143 milliseconds