Searched refs:d_size (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c284 unsigned long lbase, d_size = 1; local in function:mtrr_add_wc_region
288 for (lbase = n_base, d_size = 1; !(lbase & 1);
289 lbase = lbase >> 1, d_size <<= 1);
290 while (d_size > n_size)
291 d_size = d_size >> 1;
292 DebugF("WC_BASE: 0x%lx WC_END: 0x%lx\n",base,base+d_size-1);
293 n_base += d_size;
294 n_size -= d_size;
300 curwcr->sentry.size = d_size;
[all...]
/src/sys/arch/hppa/gsc/
H A Dharmonyvar.h67 size_t d_size; member in struct:harmony_dma
H A Dharmony.c930 d->d_size = size;
955 bus_dmamem_unmap(sc->sc_dmat, d->d_kva, d->d_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.c143 binary->code_size = section_data->d_size;
148 binary->config_size = section_data->d_size;
160 section_data->d_size);
163 binary->rodata_size = section_data->d_size;
/src/usr.sbin/tprof/
H A Dksyms.c110 assert(sh->sh_size == d->d_size);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rtld.c205 size_t num_symbols = symbols_data->d_size / sizeof(Elf64_Sym);
506 *nbytes = target_data->d_size;
640 size_t num_symbols = symbols_data->d_size / sizeof(Elf64_Sym);
650 size_t num_relocs = reloc_data->d_size / sizeof(*rel);
778 report_elf_if(!data || data->d_size != shdr->sh_size);
801 report_elf_if(!relocs || relocs->d_size != shdr->sh_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c291 binary->code_size = section_data->d_size;
296 binary->config_size = section_data->d_size;
303 section_data->d_size);
306 binary->rodata_size = section_data->d_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c310 binary->code_size = section_data->d_size;
315 binary->config_size = section_data->d_size;
322 section_data->d_size);
325 binary->rodata_size = section_data->d_size;

Completed in 18 milliseconds