HomeSort by: relevance | last modified time | path
    Searched defs:size_bytes (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/edns-subnet/
addrtree.h 74 size_t size_bytes; member in struct:addrtree
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_ucode_xfer_cz.h 120 uint32_t size_bytes; member in struct:SMU_Task
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.h 159 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.cc 1301 unsigned HOST_WIDE_INT size_bytes = UINTVAL (size); local
1315 if (size_bytes > (unsigned HOST_WIDE_INT) bpf_inline_memops_threshold)
1326 unsigned iters = size_bytes >> ceil_log2 (align);
1327 unsigned remainder = size_bytes & (align - 1);
1345 emit_move_loop (src, dst, mode, size_bytes, -inc, iters, remainder);
1385 unsigned HOST_WIDE_INT size_bytes = UINTVAL (size); local
1399 if (size_bytes > (unsigned HOST_WIDE_INT) bpf_inline_memops_threshold)
1410 unsigned iters = size_bytes >> ceil_log2 (align);
1411 unsigned remainder = size_bytes & (align - 1);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 31 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member in struct:common_firmware_header
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 8339 tree size_bytes; local
8568 size_bytes = gfc_create_var (gfc_array_index_type, NULL);
8575 gfc_add_modify (&se->pre, size_bytes, tmp);
8579 size_bytes, dest_word_len));
8595 gfc_add_modify (&se->pre, size_bytes,
8631 size_bytes,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 8375 tree size_bytes; local
8635 size_bytes = gfc_create_var (gfc_array_index_type, NULL);
8642 gfc_add_modify (&se->pre, size_bytes, tmp);
8646 size_bytes, dest_word_len));
8662 gfc_add_modify (&se->pre, size_bytes,
8698 size_bytes,

Completed in 43 milliseconds