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

1 2

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 6 typedef u_int8_t BYTE;
  /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]));
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 23 public static final byte[] BYTE = new byte[0];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xwindows.h 48 #define BYTE wBYTE
53 #undef BYTE
Xwinsock.h 48 #define BYTE wBYTE
53 #undef BYTE
Xmd.h 92 * one-byte fields). Network structures should always define sz_symbols.
164 typedef CARD8 BYTE;
167 #define BYTE CARD8
  /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";
  /dalvik/dx/src/com/android/dx/gen/
Type.java 31 /** The {@code byte} primitive type. */
32 public static final Type<Byte> BYTE = new Type<Byte>(com.android.dx.rop.type.Type.BYTE);
66 PRIMITIVE_TO_TYPE.put(byte.class, BYTE);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */
38 public static final CstType BYTE = intern(Type.BYTE_CLASS);
64 /** {@code non-null;} instance corresponding to the type {@code byte[]} */
106 case Type.BT_BYTE: return BYTE;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */
38 public static final CstType BYTE = intern(Type.BYTE_CLASS);
64 /** {@code non-null;} instance corresponding to the type {@code byte[]} */
106 case Type.BT_BYTE: return BYTE;
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 9 typedef unsigned char BYTE;
16 BYTE BaseMid;
17 BYTE Flags1;
19 BYTE Flags2;
20 BYTE BaseHi;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 106 typedef unsigned char BYTE; /* b */
186 typedef BYTE *PBYTE; /* p */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 106 typedef unsigned char BYTE; /* b */
186 typedef BYTE *PBYTE; /* p */
  /external/quake/quake/src/WinQuake/
mplib.cpp 23 typedef unsigned char BYTE;
86 BYTE * rtqDatum; // Ring 3 Datum of Buffer (start of preface)
87 BYTE * rtqInsert; // Ring 3 insertion position
mplpc.cpp 24 typedef unsigned char BYTE;
178 BYTE * rtqDatum; // Ring 3 Datum of Buffer (start of preface)
179 BYTE * rtqInsert; // Ring 3 insertion position
snd_gus.cpp 447 #define BYTE unsigned char
519 BYTE FSVal;
525 BYTE Voices;
536 static BYTE HaveCodec=0;
547 static BYTE DmaChannel;
549 static BYTE PageRegs[] = { 0x87, 0x83, 0x81, 0x82, 0x8f, 0x8b, 0x89, 0x8a };
550 static BYTE AddrRegs[] = { 0, 2, 4, 6, 0xc0, 0xc4, 0xc8, 0xcc };
551 static BYTE CountRegs[] = { 1, 3, 5, 7, 0xc2, 0xc6, 0xca, 0xce };
605 void SetGf18(BYTE reg,BYTE data)
    [all...]
  /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 ))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 57 ** A null byte may be inserted here to make
68 ** byte-order, i.e., least-significant byte first.
71 ** matters. Terminfo format is a raw byte layout, not a structure
80 #undef BYTE
81 #define BYTE(p,n) (unsigned char)((p)[n])
83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377))
84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 44 /** basic type constant for {@code byte} */
77 /** {@code non-null;} instance representing {@code byte} */
78 public static final Type BYTE = new Type("B", BT_BYTE);
113 putIntern(BYTE);
134 CLASS_TYPE_MAP.put(byte.class, BYTE);
173 * {@code non-null;} instance representing {@code java.lang.Byte}; the
177 public static final Type BYTE_CLASS = intern("Ljava/lang/Byte;");
231 /** {@code non-null;} instance representing {@code byte[]} */
232 public static final Type BYTE_ARRAY = BYTE.getArrayType()
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 43 /** basic type constant for {@code byte} */
76 /** {@code non-null;} instance representing {@code byte} */
77 public static final Type BYTE = new Type("B", BT_BYTE);
112 putIntern(BYTE);
158 * {@code non-null;} instance representing {@code java.lang.Byte}; the
162 public static final Type BYTE_CLASS = intern("Ljava/lang/Byte;");
216 /** {@code non-null;} instance representing {@code byte[]} */
217 public static final Type BYTE_ARRAY = BYTE.getArrayType();
503 case BT_BYTE: return "byte";
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 55 /** Represents the byte primitive type */
56 public static final Type BYTE = new Type(CtClass.byteType);
111 prims.put(CtClass.byteType, BYTE);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 22 int BYTE = 303;
  /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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86_OSlib.h 586 * it causes clashes for BYTE and BOOL with Xmd.h, which is too dangerous.
591 # undef BYTE
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 78 #define BYTE __u8
85 #define LEVEL2LUN 1 // index into Target(x) structure, due to byte swapping
93 BYTE Dev;
94 BYTE Bus:6;
95 BYTE Mode:2; // b00
98 BYTE DevLSB;
99 BYTE DevMSB:6;
100 BYTE Mode:2; // b01
103 BYTE Dev:5;
104 BYTE Bus:3
    [all...]

Completed in 1545 milliseconds

1 2