Searched refs:di (Results 26 - 50 of 76) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dagp.c20 Radeon_Set_AGP(device_info *di, bool enable_agp) argument
37 if (nth_agp_info.device_id == di->pcii.device_id
38 && nth_agp_info.vendor_id == di->pcii.vendor_id
39 && nth_agp_info.bus == di->pcii.bus
40 && nth_agp_info.device == di->pcii.device
41 && nth_agp_info.function == di->pcii.function) {
46 di->agpi = nth_agp_info;
65 if (di->settings.force_pci | !enable_agp) {
H A Ddetect.c558 static bool probeDevice(device_info *di) argument
566 if (SupportedVendors[vendor].vendor_id != di->pcii.vendor_id)
572 if (device->device_id != di->pcii.device_id)
575 di->num_crtc = asic_properties[device->asic].has_crtc2 ? 2 : 1;
576 di->tv_chip = asic_properties[device->asic].tv_chip;
577 di->asic = device->asic;
578 di->is_mobility = (device->features & ISMOBILITY) ? true : false;
579 di->has_vip = asic_properties[device->asic].has_vip;
580 di->new_pll = asic_properties[device->asic].new_pll;
581 di
702 device_info *di = devices->di; local
[all...]
H A DPCI_GART.c269 status_t Radeon_InitPCIGART( device_info *di )
273 result = createGARTBuffer( &di->pci_gart, PCI_GART_SIZE );
277 result = initGATT( &di->pci_gart );
284 destroyGARTBuffer( &di->pci_gart );
292 void Radeon_CleanupPCIGART( device_info *di )
294 vuint8 *regs = di->regs;
314 destroyGATT( &di->pci_gart );
315 destroyGARTBuffer( &di->pci_gart );
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddisasm.c88 dump_insns (struct ui_out *uiout, struct disassemble_info * di, argument
137 pc += TARGET_PRINT_INSN (pc, di);
152 struct disassemble_info *di, int nlines,
278 num_displayed += dump_insns (uiout, di, mle[i].start_pc, mle[i].end_pc,
299 do_assembly_only (struct ui_out *uiout, struct disassemble_info * di, argument
308 num_displayed = dump_insns (uiout, di, low, high, how_many, stb);
330 struct disassemble_info di; local
331 init_disassemble_info (&di, file, fprintf_disasm);
332 di.flavour = bfd_target_unknown_flavour;
333 di
151 do_mixed_source_and_assembly(struct ui_out *uiout, struct disassemble_info *di, int nlines, struct linetable_entry *le, CORE_ADDR low, CORE_ADDR high, struct symtab *symtab, int how_many, struct ui_stream *stb) argument
359 struct disassemble_info di = gdb_disassemble_info (current_gdbarch, stb->stream); local
393 struct disassemble_info di = gdb_disassemble_info (current_gdbarch, stream); local
[all...]
H A Ddwarfread.c1934 struct dieinfo di; local
1938 basicdieinfo (&di, thisdie, objfile);
1939 if (di.die_length < SIZEOF_DIE_LENGTH)
1943 else if (di.die_tag == TAG_padding)
1945 nextdie = thisdie + di.die_length;
1949 completedieinfo (&di, objfile);
1950 if (di.at_sibling != 0)
1952 nextdie = dbbase + di.at_sibling - dbroff;
1956 nextdie = thisdie + di.die_length;
1959 di
2638 struct dieinfo di; local
2759 struct dieinfo di; local
[all...]
H A Dlibunwind-frame.h56 int libunwind_search_unwind_table (void *as, long ip, void *di,
H A Dlibunwind-frame.c174 libunwind_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) argument
176 return unw_find_dyn_list_p (as, di, arg);
321 libunwind_search_unwind_table (void *as, long ip, void *di, argument
325 di, pi, need_unwind_info, args);
H A Dia64-tdep.c2329 get_kernel_table (unw_word_t ip, unw_dyn_info_t *di)
2357 di->format = UNW_INFO_FORMAT_TABLE;
2358 di->gp = 0;
2359 di->start_ip = ktab[0].start_offset;
2360 di->end_ip = etab[-1].end_offset;
2361 di->u.ti.name_ptr = (unw_word_t) "<kernel>";
2362 di->u.ti.segbase = 0;
2363 di->u.ti.table_len = ((char *) etab - (char *) ktab) / sizeof (unw_word_t);
2364 di->u.ti.table_data = (unw_word_t *) ktab;
2369 (char *) di
2328 get_kernel_table(unw_word_t ip, unw_dyn_info_t *di) argument
2440 unw_dyn_info_t di; local
2507 unw_dyn_info_t di; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_jnf.c45 float a, b, temp, di; local
146 for(i=n-1,di=(float)(i+i);i>0;i--){
148 b *= di;
151 di -= two;
154 for(i=n-1,di=(float)(i+i);i>0;i--){
156 b *= di;
159 di -= two;
H A De_jn.c69 double a, b, temp, di; local
196 for(i=n-1,di=(double)(i+i);i>0;i--){
198 b *= di;
201 di -= two;
204 for(i=n-1,di=(double)(i+i);i>0;i--){
206 b *= di;
209 di -= two;
H A De_jnl.c87 long double a, b, temp, di; local
257 for (i = n - 1, di = (long double) (i + i); i > 0; i--)
260 b *= di;
263 di -= two;
268 for (i = n - 1, di = (long double) (i + i); i > 0; i--)
271 b *= di;
274 di -= two;
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h18 uint32 di; member in struct:iframe
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Daccelerant.cpp334 radeon_get_accelerant_device_info(accelerant_device_info* di) argument
338 di->version = B_ACCELERANT_VERSION;
339 strcpy(di->name, info.deviceName);
343 strcpy(di->chipset, chipset);
347 strcat(di->chipset, " IGP");
349 strcat(di->chipset, " Mobile");
351 strcat(di->chipset, " APU");
353 strcpy(di->serial_no, "None" );
355 di->memory = gInfo->shared_info->graphics_memory_size;
H A Daccelerant_protos.h28 status_t radeon_get_accelerant_device_info(accelerant_device_info* di);
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c304 status_t GET_ACCELERANT_DEVICE_INFO( accelerant_device_info *di )
311 di->version = B_ACCELERANT_VERSION;
312 strcpy( di->name, "Radeon" );
313 strcpy( di->chipset, "Radeon" );
314 strcpy( di->serial_no, "None" );
316 di->memory = ai->si->memory[mt_local].size;
319 di->dac_speed = ai->si->pll.max_pll_freq;
H A Ddpms.c341 static uint32 Radeon_GetDPMS_CRTC1( accelerator_info *di )
345 tmp = INREG( di->regs, RADEON_CRTC_EXT_CNTL );
361 static uint32 Radeon_GetDPMS_CRTC2( accelerator_info *di )
365 tmp = INREG( di->regs, RADEON_CRTC2_GEN_CNTL );
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s49 mov di, 158 ;; upper right corner - 1
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
114 mov [di], cx ; remember firstCount.
115 mov [di+4], bx ; remember handle.
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
124 @skip: xor di, di ; return ES:DI = NIL pointer
H A Dndis_0.asm88 mov di,sp
102 pop di ;; Pop off the old stack
107 mov sp,di
114 add di,32 ;; Get a pointer to ax on the stack
115 mov word ptr ss:[di],ax
H A Dpkt_rx0.asm79 mov di, 158 ;; upper right corner - 1
104 mov di, _rxInOfs ;; ES:DI -> buffer at queue input
153 mov [di].firstCount, cx ; remember the first count.
154 mov [di].handle, bx ; remember the handle.
155 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
164 @skip: xor di, di ; return ES:DI = NIL pointer
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dshell.S75 movw sNumSectors - 0x10000, %di
105 /** Loads %di sectors from floppy disk, starting at head %dh, sector %cx.
108 * %ax, %cx, %dx, %bp, %di and %si will be clobbered.
116 push %di
123 pop %di
132 mov %di, %ax // limit the sector count to track boundaries
175 sub %ax, %di // update sectors left to be read
201 or %di, %di
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Diframe.h21 uint64 di; member in struct:iframe
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h218 #define udiv_qrnnd_preinv(q, r, nh, nl, d, di) \
222 umul_ppmm (_q, _ql, (nh), (di)); \
246 #define udiv_qrnnd_preinv2gen(q, r, nh, nl, d, di, dnorm, lgup) \
254 umul_ppmm (_xh, _xl, di, n2 - n1); \
265 #define udiv_qrnnd_preinv2norm(q, r, nh, nl, d, di) \
273 umul_ppmm (_xh, _xl, di, n2 - n1); \
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsafe-ctype.c128 #define di _sch_isdigit macro
144 #define D (const unsigned short) (di |xd|pr) /* decimal digit */
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/de/
H A Dif_devar.h851 #define _TULIP_MAP_SYNC(ri, di, op) \
852 bus_dmamap_sync((ri)->ri_data_tag, *(di)->di_map, (op))
864 #define TULIP_RXMAP_PRESYNC(ri, di) \
865 _TULIP_MAP_SYNC(ri, di, BUS_DMASYNC_PREREAD)
866 #define TULIP_RXMAP_POSTSYNC(ri, di) \
867 _TULIP_MAP_SYNC(ri, di, BUS_DMASYNC_POSTREAD)
872 #define TULIP_TXMAP_PRESYNC(ri, di) \
873 _TULIP_MAP_SYNC(ri, di, BUS_DMASYNC_PREWRITE)
874 #define TULIP_TXMAP_POSTSYNC(ri, di) \
875 _TULIP_MAP_SYNC(ri, di, BUS_DMASYNC_POSTWRIT
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.c751 int si, di;
764 for (si = 0, di = 0 ; si < src->nelem && di < dest->nelem ;)
769 while (di < right)
771 mid = (di + right) / 2;
773 di = mid + 1;
777 if (di >= dest->nelem)
780 if (dest->elems[di] == src_elem)
783 ++di;
788 /* Skip the src elements which are less than dest->elems[di]
749 int si, di; local
[all...]

Completed in 289 milliseconds

1234