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

  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 174 int TouchMemory(void* buffer, size_t size_bytes, RequiredAccess intent) {
178 char* end = start + size_bytes - 1;
456 size_t size_bytes = (start_pos - ix + 1) * sizeof(wchar_t); local
458 // Based on the code above, size_bytes should always be small enough
460 DCHECK_NT(kuint16max > size_bytes);
461 char* str_buffer = new(NT_ALLOC) char[size_bytes + sizeof(UNICODE_STRING)];
467 out_string->Length = static_cast<USHORT>(size_bytes - sizeof(wchar_t));
468 out_string->MaximumLength = static_cast<USHORT>(size_bytes);
  /external/tinyalsa/
pcm.c 314 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
322 size_bytes);
326 size_bytes);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 1200 int64 size_bytes = UpdateHashPrefixStore( local
1217 int64 size_bytes = UpdateHashPrefixStore( local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4142 uint32 size_bytes; \/* Size of the pattern. Bitmask must be the same size. *\/ member in struct:wl_pkt_filter_pattern
    [all...]

Completed in 110 milliseconds