Searched refs:od (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Doutput.c37 struct output_device *od = to_output_device(dev); local
38 if (od->props)
39 ret_size = sprintf(buf,"%.8x\n",od->props->get_status(od));
47 struct output_device *od = to_output_device(dev); local
56 if (od->props) {
57 od->request_state = request_state;
58 od->props->set_state(od);
65 struct output_device *od local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dusage_compressed16 "$loc/usage" | bzip2 -1 | od -v -t x1 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drdft.c80 FFTComplex ev, od; local
101 od.im = -k2*(data[i1 ]-data[i2 ]);
103 od.re = k2*(data[i1+1]+data[i2+1]);
105 data[i1 ] = ev.re + od.re*tcos[i] - od.im*tsin[i];
106 data[i1+1] = ev.im + od.im*tcos[i] + od.re*tsin[i];
107 data[i2 ] = ev.re - od.re*tcos[i] + od.im*tsin[i];
108 data[i2+1] = -ev.im + od
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Domninet.c152 struct omninet_data *od; local
155 od = kmalloc( sizeof(struct omninet_data), GFP_KERNEL );
156 if( !od ) {
160 usb_set_serial_port_data(port, od);
249 struct omninet_data *od = usb_get_serial_port_data(port); local
276 header->oh_seq = od->od_outseq++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/jmr3927/
H A Dtxx927.h45 volatile unsigned long od; member in struct:txx927_pio_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/jmr3927/
H A Dtxx927.h45 volatile unsigned long od; member in struct:txx927_pio_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c674 HOFFDUP od; local
681 od.type = H_OFFDUP;
682 UMRW_SET(od.unused[0]);
683 UMRW_SET(od.unused[1]);
684 UMRW_SET(od.unused[2]);
685 od.pgno = pgno;
689 new_dbt.data = &od;
721 memcpy(P_ENTRY(dbp, pagep, ndx), &od, HOFFDUP_SIZE); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dbpck.c350 { int i,j,k,n,p,v,f, om, od; local
354 om = pi->mode; od = pi->delay;
397 pi->mode = om; pi->delay = od;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c527 char *od = NULL; local
563 od = *argv;
625 if (id || od) {
633 if (od) {
634 idx = xll_name_to_index(od);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c2301 struct nfsd4_open_downgrade *od)
2311 if (!access_valid(od->od_share_access)
2312 || !deny_valid(od->od_share_deny))
2317 od->od_seqid,
2318 &od->od_stateid,
2320 &od->od_stateowner, &stp, NULL)))
2324 if (!test_bit(od->od_share_access, &stp->st_access_bmap)) {
2326 stp->st_access_bmap, od->od_share_access);
2329 if (!test_bit(od->od_share_deny, &stp->st_deny_bmap)) {
2331 stp->st_deny_bmap, od
2299 nfsd4_open_downgrade(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *od) argument
[all...]
H A Dnfs4xdr.c2167 nfsd4_encode_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) argument
2173 WRITE32(od->od_stateid.si_generation);
2174 WRITEMEM(&od->od_stateid.si_opaque, sizeof(stateid_opaque_t));
2178 ENCODE_SEQID_OP_TAIL(od->od_stateowner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c997 char *od = NULL; local
1066 od = *argv;
1131 if (id || od) {
1142 if (od) {
1143 if ((idx = ll_name_to_index(od)) == 0) {
1144 fprintf(stderr, "Cannot find device \"%s\"\n", od);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/contrib/watcom/
H A DMakefile34 OPTFLAGS= -5r -od -d2
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h454 struct nfsd4_open_downgrade *od);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/tx4938/
H A Dtx4938.h268 volatile unsigned long od; member in struct:tx4938_pio_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/tx4938/
H A Dtx4938.h268 volatile unsigned long od; member in struct:tx4938_pio_reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S1316 # Memory indirect postindexed: ([bd, An], Xn, od) #
1317 # Memory indirect preindexed: ([bd, An, Xn], od) #
1433 # PC memory indirect postindexed: ([bd, PC], Xn, od) #
1434 # PC memory indirect preindexed: ([bd, PC, Xn], od) #
1492 # d4 = od (internal " " )
1540 bfextu %d5{&30:&2},%d0 # is od suppressed?
1563 ext.l %d0 # sign extend od
1580 add.l %d4,%d0 # <ea> += od
1591 add.l %d4,%d0 # ea += od
H A Dpfpsp.S4936 # Memory indirect postindexed: ([bd, An], Xn, od) #
4937 # Memory indirect preindexed: ([bd, An, Xn], od) #
5035 # PC memory indirect postindexed: ([bd, PC], Xn, od) #
5036 # PC memory indirect preindexed: ([bd, PC, Xn], od) #
5083 # d4 = od
5156 bfextu %d5{&30:&2},%d0 # is od suppressed?
5180 ext.l %d0 # sign extend od
5199 add.l %d4,%d0 # <ea> += od
5210 add.l %d4,%d0 # ea += od
H A Dfpsp.S18887 # Memory indirect postindexed: ([bd, An], Xn, od) #
18888 # Memory indirect preindexed: ([bd, An, Xn], od) #
18986 # PC memory indirect postindexed: ([bd, PC], Xn, od) #
18987 # PC memory indirect preindexed: ([bd, PC, Xn], od) #
19034 # d4 = od
19107 bfextu %d5{&30:&2},%d0 # is od suppressed?
19131 ext.l %d0 # sign extend od
19150 add.l %d4,%d0 # <ea> += od
19161 add.l %d4,%d0 # ea += od
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.c2488 struct display *od = &fb_display[con]; local
2491 if (od->fontdata == f->data)
2493 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h247 USE_OD(APPLET(od, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure1921 od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh73 case `echo A|od -x` in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dltmain.sh73 case `echo A|od -x` in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfigure4485 if od -A x < /dev/null >/dev/null 2>/dev/null; then
4486 # Use POSIX od.
4489 od -A n -t d1 -j 7 -N 1 "$1"
[all...]

Completed in 372 milliseconds

12