Home
last modified time | relevance | path

Searched refs:Byte (Results 26 – 50 of 184) sorted by relevance

12345678

/openbmc/linux/include/linux/
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
H A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c305 s->method = (Byte)method;
552 put_byte(s, (Byte)(b >> 8));
553 put_byte(s, (Byte)(b & 0xff));
773 put_byte(s, (Byte)(strm->adler & 0xff));
869 put_byte(s, (Byte)(strm->adler & 0xff));
870 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
871 put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
872 put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
873 put_byte(s, (Byte)(strm->total_in & 0xff));
1088 register Byte scan_end1 = scan[best_len-1];
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.cpp22 Byte gpioData = 1; in getPresencePinValue()
43 Byte outputValue = 0; in initGpioInfos()
44 Byte presenceValue = 0; in initGpioInfos()
/openbmc/linux/Documentation/hwmon/
H A Dabituguru-datasheet.rst171 Byte 0:
175 Byte 1:
179 Byte 2:
196 Byte 0:
219 Byte 0:
255 Byte 1:
259 Byte 2:
272 Byte 0:
276 Byte 1:
280 Byte 2:
[all …]
H A Dlm90.rst510 * SMBus PEC support for Write Byte and Receive Byte transactions.
515 * SMBus PEC support for Write Byte and Receive Byte transactions.
616 Byte), the ADM1032 computes the CRC value over only the second half of
622 the bus supports the SMBus Send Byte and Receive Byte transaction types.
624 SMBus Read Byte, and PEC will work properly.
626 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
628 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
630 on SMBus Send Byte transactions in the lm90 driver.
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.robot80 ${valueinBytes}= Byte Conversion ${command}
234 Byte Conversion
241 ... <netfn Byte> <cmd Byte> <Data Bytes..>
280 Set NetFn Byte
287 Set Cmd Byte
294 Set Array Byte
651 # Byte 1 - SEL Version,
652 # Byte 2 & 3 - Entry bytes - LSB MSB,
653 # Byte 4 & 5 - Free Space in bytes, LS Byte first.
655 # Byte 10-13 - Most recent erase timestamp,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2017-17969.patch39 _stack[i++] = (Byte)cur;
40 lastChar2 = (Byte)cur;
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-msm8953.yaml27 - description: Byte clock from DSI PHY0
29 - description: Byte clock from DSI PHY1
H A Dqcom,gcc-msm8976.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
H A Dqcom,sdm845-dispcc.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
H A Dqcom,dispcc-sm8x50.yaml32 - description: Byte clock from DSI PHY0
34 - description: Byte clock from DSI PHY1
H A Dqcom,sm8450-dispcc.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
H A Dqcom,sm8550-dispcc.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
H A Drenesas,emev2-smu.yaml54 Byte offset from SMU base and Bit position in the register.
86 Byte offset from SMU base and Bit position in the register.
/openbmc/u-boot/include/lzma/
H A DLzmaTypes.h15 #define Byte LZByte macro
/openbmc/linux/Documentation/i2c/
H A Dsmbus-protocol.rst67 SMBus Receive Byte
82 SMBus Send Byte
87 This operation is the reverse of Receive Byte: it sends a single byte
88 to a device. See Receive Byte for more information.
97 SMBus Read Byte
115 This operation is very like Read Byte; again, data is read from a
128 SMBus Write Byte
135 the Read Byte operation.
/openbmc/openpower-vpd-parser/
H A Dtypes.hpp19 using Byte = uint8_t; typedef
20 using Binary = std::vector<Byte>;
/openbmc/linux/tools/testing/kunit/
H A D.gitignore2 # Byte-compiled / optimized / DLL files
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c99 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
546 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix() argument
605 *Byte = byte; in valid_prefix()
609 *Byte = byte; in valid_prefix()
615 *Byte = byte; /* Needed for error message. */ in valid_prefix()
/openbmc/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst31 address is written to $4a, then the whole Byte is written to
66 $f00 read only, Byte-access: Bit 7 shows the
71 $f40 read only, Byte-access: Bit 7 shows the
76 $f80 read only, Byte-access: Bit 7 shows the
99 chip cannot be read. Rom is Byte-wide and
127 accesses are Byte-wide and have to be made slower according
/openbmc/qemu/target/hexagon/imported/
H A Dldst.idef34 STD_LD_AMODES(loadrub,"Rd32=memub","Load Unsigned Byte",ATTRIBS(A_MEMSIZE_1B,A_LOAD,A_REGWRSIZE_1B)…
35 STD_LD_AMODES(loadrb, "Rd32=memb", "Load signed Byte",ATTRIBS(A_MEMSIZE_1B,A_LOAD),"0",fLOAD(1,1,s,…
116 STD_ST_AMODES(storerb, "Rt32", "memb","Store Byte",ATTRIBS(A_MEMSIZE_1B,A_STORE),"0",fSTORE(1,1,EA,…
241 STD_PLD_AMODES(loadrub,"Rd32=memub","Load Unsigned Byte",ATTRIBS(A_ARCHV2,A_MEMSIZE_1B,A_LOAD,A_REG…
242 STD_PLD_AMODES(loadrb, "Rd32=memb", "Load signed Byte",ATTRIBS(A_ARCHV2,A_MEMSIZE_1B,A_LOAD),"0",0,…
272 STD_PST_AMODES(storerb,"Rt32","memb","Store Byte",ATTRIBS(A_ARCHV2,A_MEMSIZE_1B,A_STORE),"0",0,fSTO…
323 V4_PSTI_AMODES(storeirb,"#S6","memb","Store Immediate Byte",ATTRIBS(A_ARCHV2,A_ROPS_2,A_MEMSIZE_1B,…
333 V4_STI_AMODES(storeirb,"#S8","memb","Store Immediate Byte",ATTRIBS(A_ARCHV2,A_ROPS_2,A_MEMSIZE_1B,A…
353 STD_GPLD_AMODES(loadrub,"Rd32=memub","Load Unsigned Byte",ATTRIBS(A_MEMSIZE_1B,A_LOAD,A_ARCHV2,A_RE…
354 STD_GPLD_AMODES(loadrb, "Rd32=memb", "Load signed Byte",ATTRIBS(A_MEMSIZE_1B,A_LOAD,A_ARCHV2),"0",f…
[all …]
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
362 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
433 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
434 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode);
511 Byte header[LZMA_PROPS_SIZE + 8];
519 header[headerSize++] = (Byte)(fileSize >> (8 * i));
540 HRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-ru12le.rst20 **Byte Order.**

12345678