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

  /bootable/recovery/minelf/
Retouch.h 25 uint32_t blob_size; /* in bytes, located right before this struct */ member in struct:__anon723
Retouch.c 135 b_offs = r_offs-r_info->blob_size;
138 b_offs, r_offs, r_info->blob_size);
  /external/chromium/crypto/
rsa_private_key_win.cc 57 int blob_size = sizeof(PUBLICKEYSTRUC) + local
66 scoped_array<BYTE> blob(new BYTE[blob_size]);
103 READ_ASSERT(dest == blob.get() + blob_size);
105 reinterpret_cast<uint8*>(public_key_struc), blob_size, 0,
  /external/qemu/android/
multitouch-port.c 429 int blob_size, off; local
441 blob_size = sizeof(MTFrameHeader) +
450 "$BLOB:%09d", blob_size);
461 if (android_device_send_async(mtsp->device, query, off + blob_size, 0, cb, cb_opaque)) {

Completed in 124 milliseconds