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

  /system/tpm/tpm_manager/server/
tpm_nvram_impl.cc 363 BYTE not_used; local
364 TSS_RESULT tpm_result = Tspi_NV_WriteValue(nv_handle, 0, 0, &not_used);
  /system/update_engine/
image_properties_android.cc 180 string prefix, not_used, system_id; local
182 result.product_id, ":", &prefix, &not_used, false) &&
184 result.system_id, ":", &not_used, &system_id, false)) {
  /art/compiler/optimizing/
induction_var_range.cc 493 int64_t not_used = 0; local
494 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) &&
495 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used));
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
emmc.h 110 unsigned int not_used: 1; member in struct:emmc_csd
  /external/webrtc/webrtc/video/
vie_channel.cc 1079 uint32_t not_used = 0; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 552 string not_used; local
553 if (DeviceNameUtils::SplitDeviceName(device_name, &not_used, &device) &&
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 1039 OPJ_INT32 not_used; member in struct:opj_jp2_metadata
1049 OPJ_INT32 not_used; member in struct:opj_jp2_index
    [all...]

Completed in 599 milliseconds