HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 376 - 400 of 478) sorted by null

<<11121314151617181920

  /external/v8/src/compiler/
instruction.cc 1052 size_t total_size = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 736 WORD32 total_size; local
738 total_size = 0;
752 total_size += ps_mem_rec->u4_mem_size;
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 738 WORD32 total_size; local
740 total_size = 0;
752 total_size += ps_mem_rec->u4_mem_size;
    [all...]
  /system/core/libziparchive/
zip_archive_test.cc 456 uint64_t total_size = 0; local
458 total_size += data->size();
463 ASSERT_EQ(total_size, read_data->size());
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBroadcasting.h 59 static const bool value = (Sizes<Indices...>::total_size == 1);
  /external/v8/src/wasm/
wasm-objects.cc 958 int total_size = 1 + num_entries * kOTESize * kIntSize; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 2691 size_t total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_gpu_3.cu.cc 964 size_t total_size = combined_dims[0] * combined_dims[1] * combined_dims[2]; local
    [all...]
  /external/webp/src/enc/
backward_references_enc.c 138 const size_t total_size = local
140 b = (PixOrCopyBlock*)WebPSafeMalloc(1ULL, total_size);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 635 rpc_uint32 total_size;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 703 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
831 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 635 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 703 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
831 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 635 rpc_uint32 total_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 703 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
831 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 417 PDWORD total_size, // size of reg_data
424 *reg_data = loader_instance_heap_alloc(inst, *total_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
432 } else if (strlen(*reg_data) + json_size + 1 > *total_size) {
434 loader_instance_heap_realloc(inst, *reg_data, *total_size, *total_size * 2, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
437 "loaderAddJsonEntry: Failed to reallocate space for registry value of size %d for key %s", *total_size * 2,
443 *total_size *= 2;
467 bool loaderGetDeviceRegistryEntry(const struct loader_instance *inst, char **reg_data, PDWORD total_size, DEVINST dev_id, LPCTSTR value_name, VkResult *result)
474 if (NULL == total_size || NULL == reg_data) {
539 found = loaderAddJsonEntry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result)
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 898 static inline void write_block_map_entry(char *sub_path, unsigned long long start_block, unsigned long long total_size,
903 * interval [start_block, start_block + total_size), (closed on the left end
912 unsigned long long round_end = round_up_block(start_block + total_size) - 1;
913 if (round_start && total_size && round_start <= round_end) {
988 unsigned long long total_size = 0; local
1006 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1012 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file);
1020 unsigned long long total_size = 0; local
1046 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1052 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file)
    [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 1011 size_t total_size = 0; local
    [all...]

Completed in 1655 milliseconds

<<11121314151617181920