HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 451 - 475 of 1380) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 112 BYTE type; /* X_Reply */
202 BYTE type; /* X_Reply */
263 BYTE type; /* X_Reply */
287 BYTE type; /* X_Reply */
317 BYTE type; /* X_Reply */
341 BYTE type; /* X_Reply */
382 BYTE type; /* X_Reply */
445 BYTE type; /* X_Reply */
473 BYTE pad[2];
479 BYTE type; /* X_Reply *
    [all...]
XKBproto.h 52 BYTE type; /* X_Reply */
108 BYTE type;
109 BYTE deviceID;
159 BYTE type; /* X_Reply */
190 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
228 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
532 BYTE type;
533 BYTE deviceID;
590 BYTE type;
591 BYTE deviceID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabnot.h 23 BYTE ab[MAPI_DIM];
28 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
wtypes.h 40 byte data[1];
47 byte data[1];
51 byte data[1];
55 byte data[1];
59 byte data[1];
63 byte data[1];
66 typedef byte BYTE;
142 BYTE peRed;
143 BYTE peGreen
    [all...]
richedit.h 361 #define WBF_CLASS ((BYTE) 0x0F)
362 #define WBF_ISWHITE ((BYTE) 0x10)
363 #define WBF_BREAKLINE ((BYTE) 0x20)
364 #define WBF_BREAKAFTER ((BYTE) 0x40)
366 typedef LONG (*EDITWORDBREAKPROCEX)(char *pchText,LONG cchText,BYTE bCharSet,INT action);
375 BYTE bCharSet;
376 BYTE bPitchAndFamily;
387 BYTE bCharSet;
388 BYTE bPitchAndFamily;
408 BYTE bUnderlineType
    [all...]
wingdi.h 471 BYTE rgbtBlue;
472 BYTE rgbtGreen;
473 BYTE rgbtRed;
478 BYTE rgbBlue;
479 BYTE rgbGreen;
480 BYTE rgbRed;
481 BYTE rgbReserved;
519 #define GetKValue(cmyk) ((BYTE)(cmyk))
520 #define GetYValue(cmyk) ((BYTE)((cmyk)>> 8))
521 #define GetMValue(cmyk) ((BYTE)((cmyk)>>16)
    [all...]
dbt.h 72 BYTE vlb_perms;
73 BYTE vlb_lockType;
74 BYTE vlb_drive;
75 BYTE vlb_flags;
203 BYTE dbch_data[1];
214 BYTE dbch_data[1];
225 BYTE dbch_data[1];
windef.h 115 typedef unsigned char BYTE;
120 typedef BYTE *PBYTE;
121 typedef BYTE *LPBYTE;
160 #define MAKEWORD(a,b) ((WORD)(((BYTE)((DWORD_PTR)(a) & 0xff)) | ((WORD)((BYTE)((DWORD_PTR)(b) & 0xff))) << 8))
164 #define LOBYTE(w) ((BYTE)((DWORD_PTR)(w) & 0xff))
165 #define HIBYTE(w) ((BYTE)((DWORD_PTR)(w) >> 8))
timeprov.h 80 BYTE nLeapFlags;
81 BYTE nStratum;
87 BYTE *pbSampleBuf;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crc32-intel.d 10 [ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32 eax,BYTE PTR \[rsi\]
11 [ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32 rax,BYTE PTR \[rsi\]
25 [ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32 rax,BYTE PTR \[rsi\]
26 [ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32 eax,BYTE PTR \[rsi\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
mem-intel.d 15 [ ]*[a-f0-9]+: 0f 01 3e invlpg BYTE PTR \[esi\]
25 [ ]*[a-f0-9]+: 0f ae 3e clflush BYTE PTR \[esi\]
30 [ ]*[a-f0-9]+: 0f 01 3e invlpg BYTE PTR \[esi\]
40 [ ]*[a-f0-9]+: 0f ae 3e clflush BYTE PTR \[esi\]
x86-64-crc32-intel.d 10 [ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32 eax,BYTE PTR \[rsi\]
11 [ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32 rax,BYTE PTR \[rsi\]
25 [ ]*[a-f0-9]+: f2 48 0f 38 f0 06 crc32 rax,BYTE PTR \[rsi\]
26 [ ]*[a-f0-9]+: f2 0f 38 f0 06 crc32 eax,BYTE PTR \[rsi\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
fb-2.s 5 1H BYTE 1B
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec804.s 3 BYTE "aaaaaaaa"
bspec805.s 3 BYTE "aaaaaaaa"
bspec806.s 3 BYTE "aaaaaaaa"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
diff.d 11 00008006 <BYTE> 7e fe 00 fe.*
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 43 public final byte category;
46 private RegisterType(byte category, @Nullable TypeProto type) {
96 public static final byte UNKNOWN = 0;
99 public static final byte UNINIT = 1;
100 public static final byte NULL = 2;
101 public static final byte ONE = 3;
102 public static final byte BOOLEAN = 4;
103 public static final byte BYTE = 5;
104 public static final byte POS_BYTE = 6
    [all...]
  /external/tpm2/
Object_spt.c 34 BYTE params1[sizeof(TPMU_PUBLIC_PARMS)];
35 BYTE params2[sizeof(TPMU_PUBLIC_PARMS)];
36 BYTE *buffer;
163 BYTE *sensitiveData, // IN: sensitive area
198 BYTE *sensitiveData, // IN: sensitive data
228 BYTE *innerBuffer // IN/OUT: inner buffer with sensitive data in
233 BYTE *sensitiveData; // pointer to the sensitive data
236 BYTE *buffer; // Auxiliary buffer pointer
265 BYTE *innerBuffer // IN/OUT: inner buffer with sensitive data in
272 BYTE *buffer; // Auxiliary buffer pointe
    [all...]
tpm_types.h 13 typedef uint8_t BYTE;
525 typedef BYTE TPMI_YES_NO;
595 BYTE sha[SHA_DIGEST_SIZE];
598 BYTE sha1[SHA1_DIGEST_SIZE];
601 BYTE sha256[SHA256_DIGEST_SIZE];
604 BYTE sha384[SHA384_DIGEST_SIZE];
607 BYTE sha512[SHA512_DIGEST_SIZE];
610 BYTE sm3_256[SM3_256_DIGEST_SIZE];
624 BYTE buffer[sizeof(TPMU_HA)];
633 BYTE buffer[sizeof(TPMT_HA)]
    [all...]
CryptoEngine.h 33 typedef BYTE ALGORITHM_VECTOR[(ALG_LAST_VALUE + 7) / 8];
62 const BYTE der[20];
80 // This is an byte array that will hold any of the hash contexts.
82 typedef CRYPTO_ALIGNED BYTE ALIGNED_HASH_STATE[MAX_HASH_STATE_SIZE_ALIGNED];
  /external/boringssl/win-x86/crypto/rc4/
rc4-586.asm 34 mov al,BYTE [edi]
35 mov bl,BYTE [4+edi]
245 xor dl,BYTE [esi]
249 mov BYTE [esi*1+ebp-1],dl
254 movzx ecx,BYTE [eax*1+edi]
257 movzx edx,BYTE [ebx*1+edi]
258 mov BYTE [ebx*1+edi],cl
259 mov BYTE [eax*1+edi],dl
261 movzx edx,BYTE [edx*1+edi]
263 xor dl,BYTE [esi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 52 BYTE type; /* X_Reply */
108 BYTE type;
109 BYTE deviceID;
159 BYTE type; /* X_Reply */
190 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
228 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
532 BYTE type;
533 BYTE deviceID;
590 BYTE type;
591 BYTE deviceID
    [all...]
  /external/libpcap/msdos/
ndis2.c 82 static BYTE debugStrings [MAX_NUM_DEBUG_STRINGS][DEBUG_STRING_LENGTH];
83 static BYTE *freeStacks [STACK_POOL_SIZE];
230 void NdisFreeStack (BYTE *aStack)
248 BYTE *NdisAllocStack (void)
250 BYTE *stack;
345 WORD bytesAvail, BYTE *buffer,
346 BYTE *indicate, WORD protDS))
412 BYTE *indicate, WORD protDS))
454 CALLBACK (NdisStatusProc (WORD macId, WORD param1, BYTE *indicate,
623 common.serviceChars = (BYTE*) &protChars;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstByte.java 23 * Constants of type {@code byte}.
28 public static final CstByte VALUE_0 = make((byte) 0);
34 * @param value the {@code byte} value
36 public static CstByte make(byte value) {
45 * @param value the value, which must be in range for a {@code byte}
49 byte cast = (byte) value;
52 throw new IllegalArgumentException("bogus byte value: " +
62 * @param value the {@code byte} value
64 private CstByte(byte value)
    [all...]

Completed in 2534 milliseconds

<<11121314151617181920>>