/bootable/recovery/minelf/ |
Retouch.h | 25 uint32_t blob_size; /* in bytes, located right before this struct */ member in struct:__anon792
|
Retouch.c | 135 b_offs = r_offs-r_info->blob_size; 138 b_offs, r_offs, r_info->blob_size);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_service_record_win.h | 20 uint64 blob_size,
|
bluetooth_service_record_win.cc | 125 uint64 blob_size, 133 blob_size, 143 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,
|