/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
LegacyBiosMpTable.h | 163 UINT8 byte;
member in union:__anon6320::__anon6322
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
LegacyBiosMpTable.h | 167 UINT8 byte;
member in union:__anon9147
|
/external/ImageMagick/coders/ |
mat.c | 662 byte; 667 byte=ReadBlobByte(image); 668 if (byte == EOF) 1001 image->depth = 8; /* Byte type cell */ 660 byte; local [all...] |
ps.c | 1521 byte, local [all...] |
/external/android-clat/ |
clatd_test.cpp | 376 // Hex dump, 20 bytes per line, one space between bytes (1 byte = 3 chars), indented by 4. 600 uint8_t *byte = ((uint8_t*) data) + pos; local 602 onebits += (*byte >> shift) & 1; [all...] |
/external/curl/lib/ |
config-win32.h | 450 #undef byte macro
|
/external/elfutils/libcpu/ |
i386_disasm.c | 402 /* We match a prefix byte. This is exactly one byte and 520 uint_fast8_t byte; local 523 byte = *begin; 524 /* This is a prefix byte. Print it. */ 525 switch (byte) 563 if (byte != 0x40) 566 if (byte & 0x8) 568 if (byte & 0x4) 570 if (byte & 0x3 [all...] |
/external/libavc/encoder/ |
ih264e_cabac_encode.c | 300 /* generate stream when a byte is ready */ 338 WORD8 byte; local 342 byte = pu1_intra_4x4_modes[i >> 1]; 343 if (byte & 0x1) 353 ih264e_encode_decision_bins(byte & 0xF, 362 byte >>= 4; 363 if (byte & 0x1) 372 ih264e_encode_decision_bins(byte & 0xF, [all...] |
ih264e_process.c | 658 WORD32 i4, byte; local 672 byte = 0; 677 byte |= 1; 685 byte |= (ps_proc->au1_intra_luma_mb_4x4_modes[i4] << 1); 689 byte |= (ps_proc->au1_intra_luma_mb_4x4_modes[i4] - 1) << 1; 698 byte |= 16; 706 byte |= (ps_proc->au1_intra_luma_mb_4x4_modes[i4] << 5); 710 byte |= (ps_proc->au1_intra_luma_mb_4x4_modes[i4] - 1) << 5; 714 ps_mb_hdr->au1_sub_blk_modes[i4 >> 1] = byte; [all...] |
/external/libmtp/src/ |
libopenusb1-glue.c | 768 * 3. REPEAT send 0x10000 byte chunks UNTIL remaining bytes < 0x10000 873 // want to discard extra byte 875 LIBMTP_USB_DEBUG("<==USB IN\nDiscarding extra byte\n"); 1441 unsigned char byte = 0; local [all...] |
libusb-glue.c | 802 * 3. REPEAT send 0x10000 byte chunks UNTIL remaining bytes < 0x10000 899 // want to discard extra byte 902 LIBMTP_USB_DEBUG("<==USB IN\nDiscarding extra byte\n"); 1429 char byte = 0; local [all...] |
libusb1-glue.c | 818 * 3. REPEAT send 0x10000 byte chunks UNTIL remaining bytes < 0x10000 914 // want to discard extra byte 917 LIBMTP_USB_DEBUG("<==USB IN\nDiscarding extra byte\n"); 1454 unsigned char byte = 0; local [all...] |
/external/libpcap/ |
pcap-sita.c | 760 char byte; local 764 recv(fd, &byte, 1, 0); /* read another byte in */ 766 *errbuf++ = byte; /* stick it in */ 769 if (byte == '\0') { [all...] |
/external/pdfium/core/fpdfapi/parser/ |
cpdf_parser.cpp | 522 // Each entry shall be exactly 20 byte. 706 uint8_t byte = buffer[i]; local 709 if (PDFCharIsWhitespace(byte)) { 711 } else if (std::isdigit(byte)) { 714 } else if (byte == '%') { 717 } else if (byte == '(') { 720 } else if (byte == '<') { 723 } else if (byte == '\\') { 725 } else if (byte == 't') { 732 if (std::isdigit(byte)) { [all...] |
/external/pdfium/core/fpdfapi/render/ |
cpdf_dibsource.cpp | 41 unsigned int byte = pData[bitpos / 8]; local 43 return byte; 46 return byte * 256 + pData[bitpos / 8 + 1]; 48 return (byte >> (8 - nbits - (bitpos % 8))) & ((1 << nbits) - 1); [all...] |
/external/python/cpython2/Objects/ |
exceptions.c | 1742 char byte[4]; local [all...] |
obmalloc.c | 1681 const uchar byte = *(q-i); local 1709 const uchar byte = tail[i]; local [all...] |
/external/skia/src/core/ |
SkStream.cpp | 56 uint8_t byte; local 57 if (!this->read(&byte, 1)) { 60 if (SK_BYTE_SENTINEL_FOR_U16 == byte) { 62 } else if (SK_BYTE_SENTINEL_FOR_U32 == byte) { 65 return byte;
|
/external/skqp/src/core/ |
SkStream.cpp | 52 uint8_t byte; local 53 if (!this->read(&byte, 1)) { 56 if (SK_BYTE_SENTINEL_FOR_U16 == byte) { 58 } else if (SK_BYTE_SENTINEL_FOR_U32 == byte) { 61 return byte;
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
PVRShell.cpp | 681 const char * const byte = (char*) &word; local 682 bool bLittleEndian = byte[0] ? true : false; [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
atl1e.c | 1301 u8 byte[8]; member in union:__anon37850 [all...] |
eepro100.h | 8 #define TX_FIFO 8 /* Tx FIFO threshold in 4 byte units, 0-15 */ 29 /* Control / Status Register byte offsets - SDM Table 11 */ 142 u8 byte[22]; /* 22 configuration bytes */ member in struct:ifec_cfg
|
/external/syslinux/gpxe/src/net/tcp/ |
iscsi.c | 351 /* We always send 512-byte Data-Out PDUs; this removes the 725 uint8_t byte; local 740 byte = strtoul ( buf, &endp, 16 ); 743 "byte \"%s\"\n", iscsi, buf ); 746 chap_update ( &iscsi->chap, &byte, sizeof ( byte ) ); 806 uint8_t byte; local 845 byte = strtoul ( buf, &endp, 16 ); 848 "byte \"%s\"\n", iscsi, buf ); 851 if ( byte != iscsi->chap.response[i] ) [all...] |
/external/tcpdump/ |
addrtoname.c | 182 register u_int byte; local 192 byte = addr & 0xff; 193 *--cp = byte % 10 + '0'; 194 byte /= 10; 195 if (byte > 0) { 196 *--cp = byte % 10 + '0'; 197 byte /= 10; 198 if (byte > 0) 199 *--cp = byte + '0'; 213 * is assumed to be in network byte order [all...] |
/external/v4l2_codec2/vda/ |
h264_parser.cc | 287 // Found three-byte start code, set pointer at its beginning. 291 // If there is a zero byte before this start code, 292 // then it's actually a four-byte start code, so backtrack one byte. 305 // End of data: offset is pointing to the first byte that was not considered 374 // by the start code and the 1 byte needed to read the NAL unit type. 1432 int byte; local [all...] |