Searched refs:odd (Results 26 - 50 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dcnv_float.h101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
106 odd = Dbit2p2(srcB)
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
117 odd = dest << 31; \
137 if (guard && (sticky || odd)) { \
147 guard = odd; \
153 odd = dest << 31; \
162 odd = dest << 31; \
173 odd = dest << 31; \
186 odd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd_indexcgi.c221 int odd; local
286 odd = 0;
303 *dst++ = (odd ? 'o' : 'e');
325 odd = 1 - odd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcputime.h31 return rp.subreg.odd;
123 value->tv_sec = rp.subreg.odd;
150 value->tv_sec = rp.subreg.odd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S46 andil. 10,6,1 # odd or even number of limbs?
55 # We have an odd # of limbs. Add the first limbs separately.
H A Dmpih-sub1.S46 andil. 10,6,1 # odd or even number of limbs?
55 # We have an odd # of limbs. Add the first limbs separately.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/lib/
H A Dmemset.S23 ;; odd address
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S46 andil. 10,6,1 # odd or even number of limbs?
55 # We have an odd # of limbs. Add the first limbs separately.
H A Dmpih-sub1.S46 andil. 10,6,1 # odd or even number of limbs?
55 # We have an odd # of limbs. Add the first limbs separately.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-vbi.c53 data.data[0] = cc->odd[0];
54 data.data[1] = cc->odd[1];
98 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
110 cc.odd[0] = d->data[0];
111 cc.odd[1] = d->data[1];
423 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
435 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } };
459 cc.odd[0] = data.data[0];
460 cc.odd[1] = data.data[1];
495 if (vi->cc_payload_idx && cc.odd[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextheaderfooterdata.tex7 Headers and footers can be specified independently for odd, even or both page sides. Different text can be specified
31 the odd or even page for the text:
90 Returns the footer text on odd or even pages, and at a given position on the page (left, centre or right).
102 Returns the header text on odd or even pages, and at a given position on the page (left, centre or right).
114 Helper function for getting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
138 Sets the footer text on odd or even pages, and at a given position on the page (left, centre or right).
144 Sets the header text on odd or even pages, and at a given position on the page (left, centre or right).
162 Helper function for setting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_pio.c204 unsigned char stat, odd; local
228 odd = 0;
229 while ((cmd->SCp.Status) && ((z > 0) || (odd))) {
230 if (odd) {
233 odd = 0;
244 odd = 1;
253 odd = 0;
255 while ((cmd->SCp.Status) && ((z > 0) || (odd))) {
256 if (odd) {
261 odd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dm32r_cfc.c78 u_long odd; local
81 odd = (port&1) << 11;
83 addr = CFC_IO_MAPBASE_BYTE - CFC_IOPORT_BASE + odd + port;
91 u_long odd; local
95 odd = port & 1;
96 port -= odd;
97 odd <<= 11;
98 addr = (addr | CFC_IO_MAPBASE_BYTE) + odd + (port & 0xfff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dudplite.h20 int len, int odd, struct sk_buff *skb)
19 udplite_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) argument
H A Dip.h111 int odd, struct sk_buff *skb),
116 extern int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dcsumpartial.S43 tst buf, #1 @ odd address?
72 .Lless8_byte: tst len, #1 @ odd number of bytes
82 .Lnot_aligned: tst buf, #1 @ odd address
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Ddiffseq.h162 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd local
197 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
230 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Ddiffseq.h162 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd local
197 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
230 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597.h227 int odd = len & 0x0001; local
231 if (unlikely(odd)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drdt.c476 int n_rules = 0, odd = 0; local
485 * don't care much (that's what the "odd" variable is for).
497 if (!odd && end != p) {
508 odd ^= 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drdt.c476 int n_rules = 0, odd = 0; local
485 * don't care much (that's what the "odd" variable is for).
497 if (!odd && end != p) {
508 odd ^= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dchecksum.S106 ;; see if we have one odd byte more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dchecksum.S76 ;; see if we have one odd byte more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dcsum_partial.S106 andi t7, src, 0x1 /* odd buffer? */
272 /* odd buffer alignment? */
277 beqz t7, 1f /* odd buffer alignment? */
310 #define odd t8 define
408 move odd, zero
424 andi odd, dst, 0x1 /* odd buffer? */
562 /* no SHIFT_DISCARD_REVERT to handle odd buffer properly */
675 movn sum, v1, odd
677 beqz odd,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c1009 uasm_i_ld(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
1029 uasm_i_lw(p, ptep, pte_off_odd, ptep); /* get odd pte */
1034 UASM_i_LW(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
1071 unsigned int even, odd; local
1192 odd = tmp;
1195 UASM_i_LWX(p, odd, scratch, tmp);
1199 odd = ptr;
1201 UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */
1205 uasm_i_dsrl_safe(p, odd, od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_output.c752 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) argument
763 skb->csum = csum_block_add(skb->csum, csum, odd);
782 int odd, struct sk_buff *skb),
840 int odd, struct sk_buff *skb),
1405 int len, int odd, struct sk_buff *skb)
1410 skb->csum = csum_block_add(skb->csum, csum, odd);
780 ip_ufo_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int hh_len, int fragheaderlen, int transhdrlen, int mtu, unsigned int flags) argument
838 ip_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, struct ipcm_cookie *ipc, struct rtable **rtp, unsigned int flags) argument
1404 ip_reply_glue_bits(void *dptr, char *to, int offset, int len, int odd, struct sk_buff *skb) argument

Completed in 231 milliseconds

12345