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

  /external/libchrome/sandbox/win/src/
interception_internal.h 64 size_t data_bytes; member in struct:sandbox::DllInterceptionData
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 62 int data_bytes; member in struct:tic6x_unwind_info
  /system/media/camera/src/
camera_metadata.c 316 size_t data_bytes = data_count * camera_metadata_type_size[type]; local
319 *data_size = data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
329 size_t data_bytes = data_count *
332 return data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
570 size_t data_bytes =
572 if (data_bytes + dst->data_count > dst->data_capacity) return ERROR;
582 if (data_bytes == 0) {
589 dst->data_count += data_bytes;
711 size_t data_bytes = calculate_camera_metadata_entry_data_size(entry->type, local
754 size_t data_bytes = local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 146 mDNSu32 data_bytes; // bytes of message data already read member in struct:request_state
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 17188 std::string data_bytes; local
38169 std::string data_bytes; local
38732 std::string data_bytes; local
39966 std::string data_bytes; local
    [all...]

Completed in 6090 milliseconds