/linux-4.4.14/arch/c6x/include/uapi/asm/ |
D | ptrace.h | 17 #define PT_LO(odd, even) odd argument 18 #define PT_HI(odd, even) even argument 20 #define PT_LO(odd, even) even argument 21 #define PT_HI(odd, even) odd argument 108 #define REG_PAIR(odd, even) unsigned long odd; unsigned long even argument 110 #define REG_PAIR(odd, even) unsigned long even; unsigned long odd argument
|
/linux-4.4.14/arch/tile/lib/ |
D | checksum.c | 21 int odd, count; in do_csum() local 26 odd = 1 & (unsigned long) buff; in do_csum() 27 if (odd) { in do_csum() 85 if (odd) in do_csum()
|
/linux-4.4.14/arch/x86/lib/ |
D | csum-partial_64.c | 36 unsigned odd, count; in do_csum() local 41 odd = 1 & (unsigned long) buff; in do_csum() 42 if (unlikely(odd)) { in do_csum() 114 if (unlikely(odd)) { in do_csum()
|
D | checksum_32.S | 62 # buf is odd 168 # buf is odd
|
/linux-4.4.14/arch/ia64/lib/ |
D | csum_partial_copy.c | 36 int odd, count; in do_csum_c() local 41 odd = 1 & (unsigned long) buff; in do_csum_c() 42 if (odd) { in do_csum_c() 92 if (odd) in do_csum_c()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 901 u8 buf[TPG_MAX_PLANES][8], int color, bool odd) in gen_twopix() argument 903 unsigned offset = odd * tpg->twopixelsize[0] / 2; in gen_twopix() 940 if (odd) { in gen_twopix() 953 if (odd) { in gen_twopix() 969 if (odd) { in gen_twopix() 982 if (odd) { in gen_twopix() 1005 if (odd) { in gen_twopix() 1015 if (odd) { in gen_twopix() 1025 if (odd) { in gen_twopix() 1035 if (odd) { in gen_twopix() [all …]
|
/linux-4.4.14/arch/parisc/lib/ |
D | checksum.c | 43 int odd, count; in do_csum() local 48 odd = 1 & (unsigned long) buff; in do_csum() 49 if (odd) { in do_csum() 93 if (odd) in do_csum()
|
/linux-4.4.14/arch/metag/lib/ |
D | checksum.c | 51 int odd; in do_csum() local 56 odd = 1 & (unsigned long) buff; in do_csum() 57 if (odd) { in do_csum() 97 if (odd) in do_csum()
|
/linux-4.4.14/arch/frv/lib/ |
D | checksum.c | 48 int odd, count; in do_csum() local 53 odd = 1 & (unsigned long) buff; in do_csum() 54 if (odd) { in do_csum() 89 if (odd) in do_csum()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 5 - even-odd: each channel drives the even or odd lines of the screen 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 14 is possible to program either link to drive the left/even or right/odd pixels
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | cnv_float.h | 101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 106 odd = Dbit2p2(srcB) 108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument 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 = 0; \
|
/linux-4.4.14/arch/mips/math-emu/ |
D | dp_tint.c | 29 int odd; in ieee754dp_tint() local 75 odd = (xm & 0x1) != 0x0; in ieee754dp_tint() 78 if (round && (sticky || odd)) in ieee754dp_tint()
|
D | sp_tlong.c | 30 int odd; in ieee754sp_tlong() local 77 odd = (xm & 0x1) != 0x0; in ieee754sp_tlong() 80 if (round && (sticky || odd)) in ieee754sp_tlong()
|
D | sp_tint.c | 29 int odd; in ieee754sp_tint() local 80 odd = (xm & 0x1) != 0x0; in ieee754sp_tint() 83 if (round && (sticky || odd)) in ieee754sp_tint()
|
D | dp_tlong.c | 29 int odd; in ieee754dp_tlong() local 80 odd = (xm & 0x1) != 0x0; in ieee754dp_tlong() 83 if (round && (sticky || odd)) in ieee754dp_tlong()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 53 data.data[0] = cc->odd[0]; in ivtv_set_cc() 54 data.data[1] = cc->odd[1]; in ivtv_set_cc() 106 cc->odd[0] = d->data[0]; in ivtv_write_vbi_line() 107 cc->odd[1] = d->data[1]; in ivtv_write_vbi_line() 149 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi() 165 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user() 466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc() 478 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler() 502 cc.odd[0] = data.data[0]; in ivtv_vbi_work_handler() 503 cc.odd[1] = data.data[1]; in ivtv_vbi_work_handler() [all …]
|
D | ivtv-driver.h | 531 u8 odd[2]; /* two-byte payload of odd field */ member
|
/linux-4.4.14/lib/ |
D | checksum.c | 52 int odd; in do_csum() local 57 odd = 1 & (unsigned long) buff; in do_csum() 58 if (odd) { in do_csum() 98 if (odd) in do_csum()
|
/linux-4.4.14/arch/alpha/lib/ |
D | checksum.c | 83 int odd, count; in do_csum() local 88 odd = 1 & (unsigned long) buff; in do_csum() 89 if (odd) { in do_csum() 137 if (odd) in do_csum()
|
D | memchr.S | 130 and $4, 8, $4 # e1 : odd number of quads?
|
D | ev6-memchr.S | 147 and $4, 8, $4 # E : odd number of quads?
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-hi8435 | 24 can not be odd. 25 If falling threshold results hysteresis to odd value then rising 41 can not be odd. 42 If rising threshold results hysteresis to odd value then falling
|
D | sysfs-class-mtd | 43 <major>:<minor> format). In this case <minor> will be odd.
|
/linux-4.4.14/net/ipv4/ |
D | tcp_hybla.c | 93 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 144 odd = increment % 128; in hybla_cong_avoid() 146 ca->snd_cwnd_cents += odd; in hybla_cong_avoid() 155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
D | ip_output.c | 785 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() argument 796 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_generic_getfrag() 816 int odd, struct sk_buff *skb), in ip_ufo_append_data() argument 871 int len, int odd, struct sk_buff *skb), in __ip_append_data() argument 1168 int odd, struct sk_buff *skb), in ip_append_data() argument 1490 int len, int odd, struct sk_buff *skb), in ip_make_skb() argument 1526 int len, int odd, struct sk_buff *skb) in ip_reply_glue_bits() argument 1531 skb->csum = csum_block_add(skb->csum, csum, odd); in ip_reply_glue_bits()
|
D | raw.c | 455 static int raw_getfrag(void *from, char *to, int offset, int len, int odd, in raw_getfrag() argument 470 odd); in raw_getfrag() 472 odd = 0; in raw_getfrag() 483 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
|
D | icmp.c | 338 static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd, in icmp_glue_bits() argument 348 skb->csum = csum_block_add(skb->csum, csum, odd); in icmp_glue_bits()
|
D | ping.c | 607 int offset, int fraglen, int odd, struct sk_buff *skb) in ping_getfrag() argument
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | max2820.c | 78 bool odd; in max2820_rf_calc_rssi() local 80 odd = !!(agc & 1); in max2820_rf_calc_rssi() 83 if (odd) in max2820_rf_calc_rssi()
|
/linux-4.4.14/arch/h8300/lib/ |
D | memcpy.S | 28 ;; (aligned even) odd address 66 ;; odd <- even / even <- odd
|
D | memset.S | 24 ;; odd address
|
/linux-4.4.14/drivers/scsi/ |
D | eata_pio.c | 168 unsigned char stat, odd; in eata_pio_int_handler() local 192 odd = 0; in eata_pio_int_handler() 193 while ((cmd->SCp.Status) && ((z > 0) || (odd))) { in eata_pio_int_handler() 194 if (odd) { in eata_pio_int_handler() 197 odd = 0; in eata_pio_int_handler() 208 odd = 1; in eata_pio_int_handler() 217 odd = 0; in eata_pio_int_handler() 219 while ((cmd->SCp.Status) && ((z > 0) || (odd))) { in eata_pio_int_handler() 220 if (odd) { in eata_pio_int_handler() 225 odd = 0; in eata_pio_int_handler() [all …]
|
/linux-4.4.14/drivers/pcmcia/ |
D | m32r_cfc.c | 76 u_long odd; in pcc_port2addr() local 79 odd = (port&1) << 11; in pcc_port2addr() 81 addr = CFC_IO_MAPBASE_BYTE - CFC_IOPORT_BASE + odd + port; in pcc_port2addr() 89 u_long odd; in pcc_port2addr() local 93 odd = port & 1; in pcc_port2addr() 94 port -= odd; in pcc_port2addr() 95 odd <<= 11; in pcc_port2addr() 96 addr = (addr | CFC_IO_MAPBASE_BYTE) + odd + (port & 0xfff); in pcc_port2addr()
|
/linux-4.4.14/arch/arm/lib/ |
D | csumpartial.S | 41 tst buf, #1 @ odd address? 70 .Lless8_byte: tst len, #1 @ odd number of bytes 80 .Lnot_aligned: tst buf, #1 @ odd address
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 256 static void usbtv_chunk_to_vbuf(u32 *frame, __be32 *src, int chunk_no, int odd) in usbtv_chunk_to_vbuf() argument 263 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf() 277 int frame_id, odd, chunk_no; in usbtv_image_chunk() local 286 odd = USBTV_ODD(chunk); in usbtv_image_chunk() 312 usbtv_chunk_to_vbuf(frame, &chunk[1], chunk_no, odd); in usbtv_image_chunk() 316 if (odd && chunk_no == usbtv->n_chunks-1) { in usbtv_image_chunk()
|
/linux-4.4.14/arch/mips/kvm/ |
D | fpu.S | 26 bgez t0, 1f # no: skip odd doubles 70 bgez t0, 1f # no: skip odd doubles
|
/linux-4.4.14/include/uapi/linux/ |
D | aio_abi.h | 70 #error edit for your odd byteorder.
|
/linux-4.4.14/arch/c6x/lib/ |
D | csum_64plus.S | 230 ; int odd, count; 235 ; odd = 1 & (unsigned long) buff; 236 ; if (odd) { 281 ; if (odd)
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 67 - st,odd-pwm-speed-mode: 68 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
|
D | st,sta350.txt | 78 - st,odd-pwm-speed-mode: 79 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
|
/linux-4.4.14/drivers/usb/host/ |
D | r8a66597.h | 237 int odd = len & 0x0001; in r8a66597_write_fifo() local 241 if (unlikely(odd)) { in r8a66597_write_fifo()
|
/linux-4.4.14/include/net/ |
D | udplite.h | 20 int len, int odd, struct sk_buff *skb) in udplite_getfrag() argument
|
D | ping.h | 75 int ping_getfrag(void *from, char *to, int offset, int fraglen, int odd,
|
D | ip.h | 122 int odd, struct sk_buff *skb), 127 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, 139 int len, int odd, struct sk_buff *skb),
|
D | ipv6.h | 842 int odd, struct sk_buff *skb), 858 int len, int odd, struct sk_buff *skb),
|
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 1070 unsigned int even, odd; in build_fast_tlb_refill_handler() local 1192 odd = tmp; in build_fast_tlb_refill_handler() 1195 UASM_i_LWX(p, odd, scratch, tmp); in build_fast_tlb_refill_handler() 1199 odd = ptr; in build_fast_tlb_refill_handler() 1201 UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */ in build_fast_tlb_refill_handler() 1206 uasm_i_drotr(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler() 1210 uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL)); in build_fast_tlb_refill_handler() 1212 UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */ in build_fast_tlb_refill_handler()
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | tvp7002.txt | 25 Under normal operation, the field ID output is set to logic 1 for an odd field
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160.h | 86 int odd; /* current oddity */ member
|
D | stk1160-video.c | 138 if (!buf->odd) in stk1160_copy_video() 293 dev->isoc_ctl.buf->odd = *p & 0x40; in stk1160_process_isoc()
|
/linux-4.4.14/arch/mips/lib/ |
D | csum_partial.S | 320 #define odd t8 macro 465 move odd, zero 481 andi odd, dst, 0x1 /* odd buffer? */ 736 movn sum, v1, odd 739 beqz odd, 1f /* odd buffer alignment? */
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | checksum.S | 76 ;; see if we have one odd byte more
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | chosen.txt | 37 parity - 'n' (none), 'o', (odd) or 'e' (even)
|
D | xilinx.txt | 85 xlnx,odd-parity = <0>;
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | m66592-udc.h | 589 unsigned long odd = len & 0x0001; in m66592_write_fifo() local 593 if (odd) { in m66592_write_fifo()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | ssin.S | 40 | 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. Return sgn*cos(r) 46 | where sin(r) is approximated by an odd polynomial in r 64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e. 68 | sin(r) and cos(r) are computed as odd and even polynomials 73 | sin(r) and cos(r) are computed as odd and even polynomials
|
D | satan.S | 37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit. 39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'.
|
D | slogn.S | 27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in 42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in
|
D | stan.S | 29 | 3. If k is odd, go to 5. 37 | 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by a
|
D | srem_mod.S | 51 | 5.3 This is the tricky case of R = Y/2. If Q is odd, 414 |..Q is odd, Q := Q + 1, signX := -signX
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | debugport.c | 237 IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd) | in start_port() 240 IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd) | in start_port()
|
/linux-4.4.14/fs/ |
D | compat.c | 1167 unsigned long odd; in compat_get_fd_set() local 1172 odd = nr & 1UL; in compat_get_fd_set() 1182 if (odd && __get_user(*fdset, ufdset)) in compat_get_fd_set() 1198 unsigned long odd; in compat_set_fd_set() local 1204 odd = nr & 1UL; in compat_set_fd_set() 1215 if (odd && __put_user(*fdset, ufdset)) in compat_set_fd_set()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 1319 int odd; in copyin() local 1323 odd = (c & 1); c >>= 1; in copyin() 1329 if (odd) in copyin() 1337 int odd; in copyout() local 1341 odd = (c & 1); c >>= 1; in copyout() 1347 if (odd) in copyout()
|
/linux-4.4.14/arch/mips/kernel/ |
D | r4k_fpu.S | 62 bgez t0, 1f # skip storing odd if FR=0 130 bgez t0, 1f # skip loading odd if FR=0
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | checksum.S | 106 ;; see if we have one odd byte more
|
D | checksumcopy.S | 112 ;; see if we have one odd byte more
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | Kconfig | 61 while Plane2 has only odd blocks such as block1, block3, block5.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 35 An odd version indicates an in-progress update. 77 An odd version indicates an in-progress update. 225 sure they are both equal and even. An odd version indicates an
|
D | timekeeping.txt | 101 counts; if the clock is odd, the clock is high for (N+1)/2 counts and low 102 for (N-1)/2 counts. Only even values are latched by the counter, so odd
|
D | mmu.txt | 453 want to use an MMIO sptes created with an odd generation number, and we can do
|
/linux-4.4.14/net/ipv6/ |
D | raw.c | 703 static int raw6_getfrag(void *from, char *to, int offset, int len, int odd, in raw6_getfrag() argument 718 odd); in raw6_getfrag() 720 odd = 0; in raw6_getfrag() 731 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
|
D | icmp.c | 286 static int icmpv6_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in icmpv6_getfrag() argument 294 skb->csum = csum_block_add(skb->csum, csum, odd); in icmpv6_getfrag()
|
D | ip6_output.c | 1087 int odd, struct sk_buff *skb), in ip6_ufo_append_data() argument 1255 int len, int odd, struct sk_buff *skb), in __ip6_append_data() argument 1561 int odd, struct sk_buff *skb), in ip6_append_data() argument 1746 int len, int odd, struct sk_buff *skb), in ip6_make_skb() argument
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 8 odd corner cases, regression tests, and abject abuse and misuse.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | max6875 | 54 The even-address instance is called 'max6875', the odd one is 'dummy'.
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 97 # STACK_SPACE needs to be an odd multiple of 8
|
D | sha1_mb_mgr_flush_avx2.S | 90 # STACK_SPACE needs to be an odd multiple of 8
|
D | sha1_x8_avx2.S | 205 ## FRAMESZ plus pushes must be an odd multiple of 8
|
/linux-4.4.14/arch/xtensa/lib/ |
D | strnlen_user.S | 127 .L1mod2: # address is odd
|
D | strncpy_user.S | 77 .Lsrc1mod2: # src address is odd
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 249 some models have M as byte 3 odd parity bit 251 p1..p2 = byte 1 and 2 odd parity bit 313 p1..p3 = byte 1..3 odd parity bit 322 p1..p3 = byte 1..3 odd parity bit
|
/linux-4.4.14/drivers/block/ |
D | amiflop.c | 691 ulong *odd, *even; in decode() local 695 odd = raw; in decode() 696 even = odd + len; in decode() 702 *data++ = ((*odd++ & 0x55555555) << 1) | (*even++ & 0x55555555); in decode()
|
/linux-4.4.14/Documentation/networking/ |
D | radiotap-headers.txt | 66 dereference, eg, a u16 pointer that is pointing to an odd address. Instead
|
D | xfrm_sync.txt | 164 seen, then an odd behavior is seen as follows:
|
D | ip-sysctl.txt | 788 (one even and one odd values)
|
/linux-4.4.14/arch/sh/lib/ |
D | checksum.S | 59 ! buf is odd
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 436 bttv_apply_geo(struct bttv *btv, struct bttv_geometry *geo, int odd) in bttv_apply_geo() argument 438 int off = odd ? 0x80 : 0x00; in bttv_apply_geo()
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 119 in dyntick-idle mode and an odd-numbered value otherwise. The hex 176 1043. The fact that this last value is odd indicates that an expedited
|
D | trace.txt | 108 from RCU's viewpoint and odd otherwise. The number after the 244 o "s" is the sequence number, with an odd number indicating that
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 441 an odd number of sectors. This is especially important for linear raid as all 442 data after the first partition with an odd number of sectors will be offset by 451 not have this problem with odd numbers of sectors.
|
D | vfat.txt | 285 If the layout of the slots looks a little odd, it's only
|
D | coda.txt | 1568 DDeessccrriippttiioonn Flush the attribute for the file. If it is a dir (odd
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 177 the read on an 8-byte boundary (e.g., if you sought an odd number of bytes
|
D | cleancache.txt | 181 are avoided. While the interface seems odd for a "real device"
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 38 ... test for odd failures ...
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 190 under and one over both bits will be set - this may seem odd but makes
|
/linux-4.4.14/Documentation/scsi/ |
D | in2000.txt | 5 time, increasingly odd and difficult to explain - this
|
D | ChangeLog.sym53c8xx | 318 in DATA IN phase with WIDE transfer when the byte count gets odd). 321 a wide device and the controller are odd at the same time (SWIDE
|
D | ChangeLog.1992-1997 | 219 NULL pointer panic on odd UDCs fixed, two bugs in diagnostic output
|
/linux-4.4.14/arch/microblaze/boot/dts/ |
D | system.dts | 310 xlnx,odd-parity = <0x0>;
|
/linux-4.4.14/Documentation/ |
D | stable_api_nonsense.txt | 31 It's only the odd person who wants to write a kernel driver that needs
|
D | unaligned-memory-access.txt | 163 Think about what would happen if addr1 was an odd address such as 0x10003.
|
D | memory-barriers.txt | 560 even-numbered cache lines and the other bank processes odd-numbered cache 561 lines. The pointer P might be stored in an odd-numbered cache line, and the 564 odd-numbered bank is idle, one can see the new value of the pointer P (&B), 2686 (*) an odd-numbered cache line may be in cache A, cache C or it may still be
|
D | adding-syscalls.txt | 160 system call parameters that are explicitly 64-bit fall on odd-numbered
|
D | kernel-parameters.txt | 3928 sector if the number is odd);
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 69 * Fix transfers with odd bytelengths.
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 88 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
|
D | sha512-avx-asm.S | 91 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 294 decoding HDTV signals, although the PC is dropping the odd
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 67 rp1 is the parity of all odd bytes (1, 3, 5, 7, ..., 253, 255) 493 Effectively so all odd digit rp assignments in the loop were removed.
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 403 ISA mandates even/odd registers to allow encoding of two
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 89 hardware just having 12 bits or so. Works nicely until some odd display
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 321 This might look a little odd at first, but keep in mind that we will be runtime
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 222 PARODD - odd parity (when PARENB is in force)
|
/linux-4.4.14/ |
D | README | 149 odd problems will turn up if the configuration files are not set up
|
D | MAINTAINERS | 51 or does something very odd once a month document it. 84 much other than throw the odd patch in. See below..
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 298 which must have odd parity (or -1 is returned) and which must
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 63 synchronization error (for instance sound played at an odd sample rate)
|
/linux-4.4.14/drivers/tty/serial/ |
D | crisv10.c | 2892 info->tx_ctrl |= IO_STATE(R_SERIAL0_TR_CTRL, tr_par, odd); in change_speed() 2893 info->rx_ctrl |= IO_STATE(R_SERIAL0_REC_CTRL, rec_par, odd); in change_speed()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4931 # 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. # 4938 # where sin(r) is approximated by an odd polynomial in r # 4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. # 4962 # sin(r) and cos(r) are computed as odd and even # 4967 # sin(r) and cos(r) are computed as odd and even # 5630 # 3. If k is odd, go to 5. # 5638 # 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by # 7981 # Step 1. If |X-1| < 1/16, approximate log(X) by an odd # 7999 # Step 1: If |X| < 1/16, approximate log(1+X) by an odd # 9385 # 5.3 This is the tricky case of R = Y/2. If Q is odd, #
|
D | fpsp.S | 6175 # Step 6. Approximate arctan(X) by an odd polynomial in X. Exit. # 6177 # Step 7. Define X' = -1/X. Approximate arctan(X') by an odd # 10099 #..Q is odd, Q := Q + 1, signX := -signX 16047 btst &0x0,%d1 # is exp even or odd? 16069 btst &0x0,%d0 # is exp even or odd?
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 892 int len, int odd, struct sk_buff *skb),
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 2887 int len, int odd, struct sk_buff *skb), in skb_append_datato_frags() argument
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3694 * the current data phase is odd.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1046 the first byte of the address is even. Addresses with an odd first
|