/linux-4.4.14/lib/zlib_deflate/ |
D | defutil.h | 74 Byte *pending_buf; /* output still pending */ 76 Byte *pending_out; /* next pending byte to output to the stream */ 79 Byte data_type; /* UNKNOWN, BINARY or ASCII */ 80 Byte method; /* STORED (for zip only) or DEFLATED */ 89 Byte *window; 244 Byte *window_memory; 251 (2 * (1 << (windowBits)) * sizeof(Byte)) 305 put_byte(s, (Byte)s->bi_buf); in bi_flush() 319 put_byte(s, (Byte)s->bi_buf); in bi_windup()
|
D | deflate.c | 76 static int read_buf (z_streamp strm, Byte *buf, unsigned size); 210 mem->window_memory = (Byte *) next; in zlib_deflateInit2() 232 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2() 247 s->method = (Byte)method; in zlib_deflateInit2() 293 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 294 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 495 Byte *buf, in read_buf() 560 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match() 561 register Byte *match; /* matched string */ in longest_match() 577 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() [all …]
|
D | deftree.c | 1082 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 21 Byte 1: Bit7 => Y overflow 29 Byte 2: X Movement(9-bit 2's complement integers) 30 Byte 3: Y Movement(9-bit 2's complement integers) 31 Byte 4: Bit3~Bit0 => the scrolling wheel's movement since the last data report. 50 Byte 1: Bit7 => Y overflow 58 Byte 2: X Movement(9-bit 2's complement integers) 59 Byte 3: Y Movement(9-bit 2's complement integers) 60 Byte 4: Bit0 => the Vertical scrolling movement downward. 90 Byte 1: Bit7~Bit6 => 00, Normal data packet 99 Byte 2: X coordinate (xpos[9:2]) [all …]
|
D | iforce-protocol.txt | 72 Bits 4-7: Val 2 = effect along one axis. Byte 05 indicates direction 73 Val 4 = X axis only. Byte 05 must contain 5a 74 Val 8 = Y axis only. Byte 05 must contain b4
|
D | elantech.txt | 405 if( (((SA1 & 0x3C) != 0x3C) && ((SA1 & 0xC0) != 0x80)) || // check Byte 1 406 … (((SA1 & 0x0C) != 0x0C) && ((SA1 & 0xC0) == 0x80)) || // check Byte 1 (one finger pressed) 407 (((SA1 & 0xC0) != 0x80) && (( A1 & 0xF0) != 0x00)) || // check Byte 2 408 (((SB1 & 0x3E) != 0x38) && ((SA1 & 0xC0) != 0x80)) || // check Byte 4 409 … (((SB1 & 0x0E) != 0x08) && ((SA1 & 0xC0) == 0x80)) || // check Byte 4 (one finger pressed) 410 (((SA1 & 0xC0) != 0x80) && (( C1 & 0xF0) != 0x00)) ) // check Byte 5
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-taos-evm | 37 * Receive Byte 38 * Send Byte 39 * Read Byte 40 * Write Byte
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 408 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap 488 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 492 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 496 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap 500 vpshufb SHUF_MASK(%rip), \XMM4, \XMM4 # perform a 16Byte swap 504 vpshufb SHUF_MASK(%rip), \XMM5, \XMM5 # perform a 16Byte swap 508 vpshufb SHUF_MASK(%rip), \XMM6, \XMM6 # perform a 16Byte swap 512 vpshufb SHUF_MASK(%rip), \XMM7, \XMM7 # perform a 16Byte swap 516 vpshufb SHUF_MASK(%rip), \XMM8, \XMM8 # perform a 16Byte swap 613 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap [all …]
|
D | aesni-intel_asm.S | 1627 # Handle the last <16 Byte block separately
|
/linux-4.4.14/Documentation/networking/ |
D | x25-iface.txt | 23 First Byte = 0x00 (X25_IFACE_DATA) 29 First Byte = 0x01 (X25_IFACE_CONNECT) 34 First Byte = 0x02 (X25_IFACE_DISCONNECT) 39 First Byte = 0x03 (X25_IFACE_PARAMS) 47 First Byte = 0x00 (X25_IFACE_DATA) 52 First Byte = 0x01 (X25_IFACE_CONNECT) 57 First Byte = 0x02 (X25_IFACE_DISCONNECT) 62 First Byte = 0x03 (X25_IFACE_PARAMS)
|
/linux-4.4.14/Documentation/ |
D | smsc_ece1099.txt | 45 The Write Byte, Read Byte, Send Byte, and Receive Byte protocols are the
|
D | lzo.txt | 76 Byte sequences
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, 79 const Byte *buf, in zlib_adler32()
|
D | zlib.h | 85 const Byte *next_in; /* next input byte */ 89 Byte *next_out; /* next output byte should be put there */
|
D | zconf.h | 52 typedef unsigned char Byte; /* 8 bits */ typedef
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 170 Byte 0: 174 Byte 1: 178 Byte 2: 194 Byte 0: 218 Byte 0: 236 Byte 1: 240 Byte 2: 254 Byte 0: 258 Byte 1: 262 Byte 2: [all …]
|
D | lm90 | 174 * SMBus PEC support for Write Byte and Receive Byte transactions. 250 Byte), the ADM1032 computes the CRC value over only the second half of 256 the bus supports the SMBus Send Byte and Receive Byte transaction types. 258 SMBus Read Byte, and PEC will work properly. 260 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC. 262 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction 264 on SMBus Send Byte transactions in the lm90 driver.
|
/linux-4.4.14/Documentation/i2c/ |
D | smbus-protocol | 61 SMBus Receive Byte: i2c_smbus_read_byte() 74 SMBus Send Byte: i2c_smbus_write_byte() 77 This operation is the reverse of Receive Byte: it sends a single byte 78 to a device. See Receive Byte for more information. 85 SMBus Read Byte: i2c_smbus_read_byte_data() 99 This operation is very like Read Byte; again, data is read from a 112 SMBus Write Byte: i2c_smbus_write_byte_data() 117 the Read Byte operation.
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_entry.c | 97 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip, 548 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix() argument 607 *Byte = byte; in valid_prefix() 611 *Byte = byte; in valid_prefix() 617 *Byte = byte; /* Needed for error message. */ in valid_prefix()
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 28 address is written to $4a, then the whole Byte is written to 62 $f00 read only, Byte-access: Bit 7 shows the 67 $f40 read only, Byte-access: Bit 7 shows the 72 $f80 read only, Byte-access: Bit 7 shows the 95 chip cannot be read. Rom is Byte-wide and 122 accesses are Byte-wide and have to be made slower according
|
/linux-4.4.14/lib/raid6/ |
D | tilegx.uc | 35 /* Vector One Byte Shift Left Immediate. */ 45 /* Vector One Byte Shift Right Signed Immediate. */
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | emev2-clock.txt | 22 - reg: Byte offset from SMU base and Bit position in the register 33 - reg: Byte offset from SMU base and Bit position in the register
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | ICs | 16 Philips 8582E2Y: 256 Byte EEPROM with configuration information
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-mmc | 10 Unit Byte. Format decimal.
|
/linux-4.4.14/arch/powerpc/boot/ |
D | gunzip_util.c | 115 len = state->s.next_out - (Byte *)dst; in gunzip_partial()
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysv-fs.txt | 47 * Byte ordering of "short" (16 bit entities) on disk: 54 * Byte ordering of "long" (32 bit entities) on disk:
|
D | logfs.txt | 19 superblock and the last aligned 4096 Byte-block contains the second
|
D | proc.txt | 1041 capacity Capacity of the medium (in 512Byte blocks)
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 165 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */ 173 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 14 2. Byte stream messaging intended for short messages
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | Kconfig | 125 int "Byte-offset of partition table sector" 129 Byte-offset of the partition table in the first flash chip.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 857 * CMC Sequencer Byte Count 866 * Overlay Sequencer Byte Count 875 * Data Channel Sequencer Byte Count 1053 * SG Sequencer Byte Count 1275 * SCB offset to the Two Byte tag identifier used for target mode. 1389 * Command Aborted Byte Pointer 2607 * Data Transfer Negotiation Data - Period Byte 2628 * Data Transfer Negotiation Data - Offset Byte 2795 * Shadow Byte Count 3028 * Flex DMA Byte Count [all …]
|
D | aic7xxx.reg | 1016 * Byte offset into the SCB Array and an optional bit to allow auto
|
D | aic7xxx.seq | 584 and SXFRCTL0, ~SPIOEN; /* Last Byte */
|
D | aic79xx.seq | 1054 mov NONE, SCSIDAT; /* ACK Byte */
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | trivial-devices.txt | 41 dallas,ds1338 I2C RTC with 56-Byte NV RAM
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | Kconfig | 421 int "Byte-offset of partition table sector" 425 Byte-offset of the partition table in the first flash chip.
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inflate.c | 760 Byte *saved_no = z->next_out; in zlib_inflateIncomp()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | hdspm.txt | 70 64 Byte accurate. SO it is not really usable for the
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 125 Reading from the device provides a 12 Byte monitor control element (MCE),
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | util.S | 640 | 0 - Byte
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 26 ** Byte 4--127 : Max 124 bytes of data
|
D | aic7xxx.txt | 43 4. 64 Byte SCB Support - Allows disconnected, untagged request table
|
D | ChangeLog.ncr53c8xx | 251 Check INQUIRY data received length is at least 7. Byte 7 of
|
D | ChangeLog.sym53c8xx | 566 Check INQUIRY data received length is at least 7. Byte 7 of
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 463 Byte per line
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 386 int "Byte channel handle for early console (udbg)"
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1125 DPRINT("Byte: %02x\n", (int)yylval.byte);
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha512-core.S_shipped | 42 @ Byte order [in]dependence. =========================================
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 175 reopening file after session crash). Byte range unlock request to
|