HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /hardware/ti/omap3/dspbridge/inc/
dbg.h 53 #define DBG_ENTER (BYTE)(0x01 & DEBUGZONE(0)) /* Function entry point. */
54 #define DBG_LEVEL1 (BYTE)(0x02 & DEBUGZONE(1)) /* Display debugging state/varibles */
55 #define DBG_LEVEL2 (BYTE)(0x04 & DEBUGZONE(2)) /* Display debugging state/varibles */
56 #define DBG_LEVEL3 (BYTE)(0x08 & DEBUGZONE(3)) /* Display debugging state/varibles */
57 #define DBG_LEVEL4 (BYTE)(0x10 & DEBUGZONE(4)) /* Display debugging state/varibles */
58 #define DBG_LEVEL5 (BYTE)(0x20 & DEBUGZONE(5)) /* Module Init, Exit */
59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
60 #define DBG_LEVEL7 (BYTE)(0x80 & DEBUGZONE(7)) /* Warn Critical Errors */
62 #define DBG_ENTER (BYTE)(0x01) /* Function entry point. */
63 #define DBG_LEVEL1 (BYTE)(0x02) /* Display debugging state/varibles *
    [all...]
DSPStream.h 83 UINT uSize, OUT BYTE ** apBuffer,
117 IN BYTE ** apBuffer, UINT uNumBufs);
181 extern DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE * pBuffer,
232 BYTE * pBuffer);
256 OUT BYTE ** pBufPtr,
321 BYTE * pBuffer);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 53 #define DBG_ENTER (BYTE)(0x01 & DEBUGZONE(0)) /* Function entry point. */
54 #define DBG_LEVEL1 (BYTE)(0x02 & DEBUGZONE(1)) /* Display debugging state/varibles */
55 #define DBG_LEVEL2 (BYTE)(0x04 & DEBUGZONE(2)) /* Display debugging state/varibles */
56 #define DBG_LEVEL3 (BYTE)(0x08 & DEBUGZONE(3)) /* Display debugging state/varibles */
57 #define DBG_LEVEL4 (BYTE)(0x10 & DEBUGZONE(4)) /* Display debugging state/varibles */
58 #define DBG_LEVEL5 (BYTE)(0x20 & DEBUGZONE(5)) /* Module Init, Exit */
59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
60 #define DBG_LEVEL7 (BYTE)(0x80 & DEBUGZONE(7)) /* Warn Critical Errors */
62 #define DBG_ENTER (BYTE)(0x01) /* Function entry point. */
63 #define DBG_LEVEL1 (BYTE)(0x02) /* Display debugging state/varibles *
    [all...]
DSPStream.h 85 UINT uSize, OUT BYTE ** apBuffer,
119 IN BYTE ** apBuffer, UINT uNumBufs);
183 extern DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE * pBuffer,
234 BYTE * pBuffer);
258 OUT BYTE ** pBufPtr,
323 BYTE * pBuffer);
  /external/dbus/test/data/invalid-messages/
bad-endian.message 3 BYTE 'i'
4 BYTE 1
5 BYTE 0
6 BYTE 0
bad-boolean-array.message 24 BYTE 0
25 BYTE 1
26 BYTE 3
too-much-header-padding-by-far.message 1 ## has one byte extra header padding
20 BYTE 0
22 BYTE 0
bad-header-field-alignment.message 26 TYPE BYTE
30 BYTE 1
31 BYTE 2
bad-boolean.message 21 BYTE 3
not-nul-header-padding.message 1 ## has one non-nul byte in header padding
20 ## kill a padding byte and replace it
22 BYTE 'q'
too-much-header-padding.message 1 ## has one byte extra header padding
20 BYTE 0
  /external/dbus/test/data/valid-messages/
simplest-manual.message 5 BYTE 'l'
6 BYTE 1
7 BYTE 0
8 BYTE 0
no-padding.message 8 ## this byte array is filled with zeros to the natural length
12 TYPE BYTE
16 BYTE 1
recursive-types.message 76 TYPE BYTE
77 BYTE '4'
83 TYPE BYTE
84 BYTE '5'
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 6 typedef u_int8_t BYTE;
  /dalvik/hit/src/com/android/hit/
Types.java 27 public static final int BYTE = 8;
44 case 'B': return 1; // byte
54 case BYTE: return 1;
71 case 'B': return "byte";
81 case BYTE: return "byte";
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 29 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 11111
    [all...]
x86p_32.asm 41 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...]
mmxp2_32.asm 49 add esp, byte 8 * num
100 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
    [all...]
  /external/libpcap/
pcap-dos.h 18 typedef unsigned char BYTE;
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 *buf); /* release after peek *
    [all...]
  /external/icu4c/samples/layout/
UnicodeReader.cpp 20 #define BYTE(b) (((int) b) & 0xFF)
23 * Read the text from a file. The text must start with a Unicode Byte
75 BYTE(startBytes[0]), BYTE(startBytes[1]), BYTE(startBytes[2]), BYTE(startBytes[3]));
  /external/chromium/base/
hmac_win.cc 54 BYTE key_data[1];
58 std::vector<BYTE> key_blob_storage = std::vector<BYTE>(key_blob_size);
116 reinterpret_cast<BYTE*>(&hmac_info), 0))
120 reinterpret_cast<const BYTE*>(data.data()),
  /external/srec/srec/include/
sample.h 59 typedef unsigned char BYTE;
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/
panoramiXproto.h 80 BYTE type;
81 BYTE state;
103 BYTE type;
104 BYTE ScreenCount;
126 BYTE type;
149 BYTE type;
171 BYTE type;
Xvproto.h 428 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 type; /* X_Reply *
    [all...]

Completed in 242 milliseconds

1 2 3 4 5 6