Searched refs:BYTE (Results 1 - 25 of 70) sorted by relevance

123

/external/dbus/test/data/invalid-messages/
H A Dbad-endian.message3 BYTE 'i'
4 BYTE 1
5 BYTE 0
6 BYTE 0
H A Dbad-boolean-array.message24 BYTE 0
25 BYTE 1
26 BYTE 3
H A Dtoo-much-header-padding-by-far.message20 BYTE 0
22 BYTE 0
H A Dbad-header-field-alignment.message26 TYPE BYTE
30 BYTE 1
31 BYTE 2
H A Dbad-boolean.message21 BYTE 3
H A Dnot-nul-header-padding.message22 BYTE 'q'
H A Dtoo-much-header-padding.message20 BYTE 0
/external/dbus/test/data/valid-messages/
H A Dsimplest-manual.message5 BYTE 'l'
6 BYTE 1
7 BYTE 0
8 BYTE 0
H A Dno-padding.message12 TYPE BYTE
16 BYTE 1
H A Drecursive-types.message76 TYPE BYTE
77 BYTE '4'
83 TYPE BYTE
84 BYTE '5'
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int8_t BYTE; typedef
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_16.asm29 cmp ecx,BYTE 16
39 and eax,BYTE 11111b
46 add esi,BYTE 2
47 add edi,BYTE 2
55 and eax,BYTE 11b
62 and eax,BYTE 11111b
69 add esi,BYTE 2
70 add edi,BYTE 2
111 and ecx,BYTE 1
118 and eax,BYTE 1111
[all...]
H A Dx86p_32.asm41 cmp ecx,BYTE 32
49 add esi,BYTE 4
50 add edi,BYTE 4
92 add esi,BYTE 16
93 add edi,BYTE 16
100 and ecx,BYTE 11b
108 add esi,BYTE 4
109 add edi,BYTE 4
122 cmp ecx,BYTE 32
129 add esi,BYTE
[all...]
H A Dmmxp2_32.asm100 add esi, BYTE 16
102 add edi, BYTE 12
103 sub ecx, BYTE 4
108 and ecx, BYTE 3
117 add esi, BYTE 4
118 add edi, BYTE 3
172 and ecx, BYTE 3
179 and eax, 0F81Fh ; BYTE?
181 and ebx, 07E0h ; BYTE?
185 add esi, BYTE
[all...]
/external/libpcap/
H A Dpcap-dos.h18 typedef unsigned char BYTE; typedef
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *bu
[all...]
/external/icu4c/samples/layout/
H A DUnicodeReader.cpp20 #define BYTE(b) (((int) b) & 0xFF) macro
75 BYTE(startBytes[0]), BYTE(startBytes[1]), BYTE(startBytes[2]), BYTE(startBytes[3]));
/external/srec/srec/include/
H A Dsample.h59 typedef unsigned char BYTE; typedef
71 #define MAKEFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A DpanoramiXproto.h80 BYTE type;
81 BYTE state;
103 BYTE type;
104 BYTE ScreenCount;
126 BYTE type;
149 BYTE type;
171 BYTE type;
H A DXvproto.h428 BYTE type; /* X_Reply */
443 BYTE type; /* X_Reply */
458 BYTE type; /* X_Reply */
473 BYTE type; /* X_Reply */
474 BYTE result;
487 BYTE type; /* X_Reply */
488 BYTE padb1;
501 BYTE type; /* X_Reply */
502 BYTE padb1;
516 BYTE typ
[all...]
H A Dxf86dgastr.h28 BYTE type; /* X_Reply */
51 BYTE type; /* X_Reply */
76 BYTE type; /* X_Reply */
129 BYTE type; /* X_Reply */
235 BYTE type;
257 BYTE type;
292 BYTE type;
323 BYTE type;
324 BYTE detail;
H A Dxf86dga1str.h20 BYTE type; /* X_Reply */
55 BYTE type;
88 BYTE type;
122 BYTE type;
156 BYTE type;
180 BYTE type;
/external/webkit/WebCore/platform/graphics/win/
H A DFontPlatformDataCGWin.cpp39 static inline USHORT readBigEndianWord(const BYTE* word) { return (word[0] << 8) | word[1]; }
58 Vector<BYTE> bufferVector(bufferSize);
59 BYTE* buffer = bufferVector.data();
71 BYTE* strings = buffer + stringsOffset;
/external/wpa_supplicant/
H A Dcrypto_cryptoapi.c45 const BYTE *pbCertEncoded,
150 if (!CryptHashData(hash, (BYTE *) addr[i], len[i], 0)) {
186 BYTE key[8];
212 if (!CryptImportKey(prov, (BYTE *) &key_blob, sizeof(key_blob), 0, 0,
220 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
266 BYTE key[16];
293 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
302 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
385 BYTE key[32];
434 if (!CryptImportKey(ctx->prov, (BYTE *)
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c135 if (!CryptHashData(hash, (BYTE *) addr[i], len[i], 0)) {
171 BYTE key[8];
197 if (!CryptImportKey(prov, (BYTE *) &key_blob, sizeof(key_blob), 0, 0,
205 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
251 BYTE key[16];
278 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
287 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
370 BYTE key[32];
419 if (!CryptImportKey(ctx->prov, (BYTE *) &key_blob,
451 if (!CryptSetHashParam(ctx->hash, HP_HMAC_INFO, (BYTE *)
[all...]
/external/libpng/contrib/visupng/
H A DVisualPng.c55 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
56 BYTE **ppDiData, int cxWinSize, int cyWinSize,
57 BYTE *pbImage, int cxImgSize, int cyImgSize, int cImgChannels,
61 BYTE *pDiData, int cxWinSize, int cyWinSize);
64 BYTE *pDiData, int cxWinSize, int cyWinSize,
65 BYTE *pbImage, int cxImgSize, int cyImgSize, int cImgChannels,
155 static BYTE *pbImage;
163 static BYTE *pDib = NULL;
164 static BYTE *pDiData = NULL;
701 BOOL DisplayImage (HWND hwnd, BYTE **ppDi
[all...]

Completed in 158 milliseconds

123