Searched refs:DI (Results 1 - 25 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dgcclib.h13 typedef int DItype __attribute__ ((mode(DI)));
15 typedef unsigned int UDItype __attribute__ ((mode(DI)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.aix43 DI=$(DESTDIR)$(INCPATH)
78 -@if [ ! -d $(DI) ]; then $(MKDIR_P) $(DI); fi
79 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
81 -@$(RM_F) $(DI)/$(LIBNAME)/png.h
82 -@$(RM_F) $(DI)/$(LIBNAME)/pngconf.h
83 -@$(RM_F) $(DI)/png.h
84 -@$(RM_F) $(DI)/pngconf.h
85 cp png.h pngconf.h $(DI)/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.aix38 DI=$(DESTDIR)$(INCPATH)
73 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
74 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
76 -@rm -f $(DI)/$(LIBNAME)/png.h
77 -@rm -f $(DI)/$(LIBNAME)/pngconf.h
78 -@rm -f $(DI)/png.h
79 -@rm -f $(DI)/pngconf.h
80 cp png.h pngconf.h $(DI)/
[all...]
H A Dmakefile.beos54 DI=$(DESTDIR)$(INCPATH)
107 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
108 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
109 cp png.h pngconf.h $(DI)/$(LIBNAME)
110 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
111 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
H A Dmakefile.darwin46 DI=$(DESTDIR)$(INCPATH)
107 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
108 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
109 cp png.h pngconf.h $(DI)/$(LIBNAME)
110 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
111 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
H A Dmakefile.dec24 DI=$(DESTDIR)$(INCPATH)
90 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
91 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
92 cp png.h pngconf.h $(DI)/$(LIBNAME)
93 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
94 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
H A Dmakefile.hpux49 DI=$(DESTDIR)$(INCPATH)
104 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
105 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
106 cp png.h pngconf.h $(DI)/$(LIBNAME)
107 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
108 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
H A Dmakefile.macosx46 DI=$(DESTDIR)$(INCPATH)
89 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
90 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
91 cp png.h pngconf.h $(DI)/$(LIBNAME)
92 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
93 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
H A Dmakefile.sco47 DI=$(DESTDIR)$(INCPATH)
102 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
103 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
104 -@/bin/rm -f $(DI)/png.h
105 -@/bin/rm -f $(DI)/pngconf.h
106 cp png.h pngconf.h $(DI)/$(LIBNAME)
107 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/
[all...]
H A Dmakefile.sggcc58 DI=$(DESTDIR)$(INCPATH)
111 -@if [ ! -d $(DI) ]; then mkdir $(DI); fi
112 -@if [ ! -d $(DI)/$(LIBNAME) ]; then mkdir $(DI)/$(LIBNAME); fi
113 cp png.h pngconf.h $(DI)/$(LIBNAME)
114 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.h
115 -@/bin/rm -f $(DI)/png.h $(DI)/pngcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1.c483 #define DI ++ii; DVAL_NEXT(dv,ii); UPDATE_D(dict,0,dv,ii,in); macro
497 SI DI DI XI
499 SI DI XI
557 SI DI DI DI DI DI DI D
[all...]
H A Dlzo1a.c473 #define DI ++ii; DVAL_NEXT(dv,ii); UPDATE_D(dict,0,dv,ii,in); macro
487 SI DI DI XI
489 SI DI XI
555 SI DI DI DI DI DI DI D
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/math-emu/
H A Dsoft-fp.h194 typedef int DItype __attribute__((mode(DI)));
196 typedef unsigned int UDItype __attribute__((mode(DI)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx0.asm92 ; This macro return ES:DI to tail of Rx queue
96 mov ax, _rxInOfs ;; DI = current in-offset
104 mov di, _rxInOfs ;; ES:DI -> buffer at queue input
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
151 ENQUEUE ; ES:DI -> _pktRxBuf[n]
155 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
158 retf ; far return to driver with ES:DI
164 @skip: xor di, di ; return ES:DI = NIL pointer
H A Dpkt_rx1.s111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
119 retf ; far return to driver with ES:DI
124 @skip: xor di, di ; return ES:DI = NIL pointer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dashrdi3.c25 typedef int DItype __attribute__((mode(DI)));
H A Dlshrdi3.c25 typedef int DItype __attribute__((mode(DI)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dashldi3.c25 typedef int DItype __attribute__ ((mode (DI)));
H A Dashrdi3.c25 typedef int DItype __attribute__ ((mode (DI)));
H A Dlshrdi3.c25 typedef int DItype __attribute__ ((mode (DI)));
H A Dmuldi3.c38 typedef int DItype __attribute__ ((mode (DI)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dashldi3.c25 typedef int DItype __attribute__ ((mode (DI)));
H A Dashrdi3.c25 typedef int DItype __attribute__ ((mode (DI)));
H A Dlshrdi3.c25 typedef int DItype __attribute__ ((mode (DI)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/lib/
H A Dashrdi3.c25 typedef int DItype __attribute__ ((mode (DI)));

Completed in 175 milliseconds

123