HomeSort by relevance Sort by last modified time
    Searched defs:BYTE (Results 51 - 75 of 596) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 43 #define BYTE __u8
50 #define LEVEL2LUN 1 /* index into Target(x) structure, due to byte swapping */
58 BYTE Dev;
59 BYTE Bus:6;
60 BYTE Mode:2; /* b00 */
63 BYTE DevLSB;
64 BYTE DevMSB:6;
65 BYTE Mode:2; /* b01 */
68 BYTE Dev:5;
69 BYTE Bus:3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 8 BYTE = c_byte
19 BOOLEAN = BYTE
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 8 BYTE = c_byte
19 BOOLEAN = BYTE
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 8 BYTE = c_byte
19 BOOLEAN = BYTE
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 8 BYTE = c_byte
19 BOOLEAN = BYTE
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /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 45 /** basic type constant for {@code byte} */
78 /** {@code non-null;} instance representing {@code byte} */
79 public static final Type BYTE = new Type("B", BT_BYTE);
151 * {@code non-null;} instance representing {@code java.lang.Byte}; the
155 public static final Type BYTE_CLASS = new Type("Ljava/lang/Byte;", BT_OBJECT);
209 /** {@code non-null;} instance representing {@code byte[]} */
210 public static final Type BYTE_ARRAY = new Type("[" + BYTE.descriptor, BT_OBJECT);
244 putIntern(BYTE);
551 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 16 typedef unsigned char BYTE;
19 typedef BYTE ETHER[6];
129 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
132 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
133 extern int peek_rxbuf (BYTE **buf);
134 extern int release_rxbuf (BYTE *buf);
162 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
163 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
164 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
165 int (*release_rx_buf) (BYTE *buf); /* release after peek *
    [all...]
  /external/lz4/lib/
xxhash.c 136 typedef uint8_t BYTE;
141 typedef unsigned char BYTE;
266 const BYTE* p = (const BYTE*)input;
267 const BYTE* bEnd = p + len;
274 bEnd=p=(const BYTE*)(size_t)16;
279 const BYTE* const limit = bEnd - 16;
381 const BYTE* p = (const BYTE*)input;
382 const BYTE* const bEnd = p + len
    [all...]
  /external/python/cpython3/Lib/ctypes/
wintypes.py 4 BYTE = ctypes.c_byte
17 BOOLEAN = BYTE
172 LPBYTE = PBYTE = ctypes.POINTER(BYTE)
  /external/vulkan-validation-layers/layers/
xxhash.c 137 typedef uint8_t BYTE;
141 typedef unsigned char BYTE;
265 const BYTE* p = (const BYTE*)input;
266 const BYTE* bEnd = p + len;
273 bEnd=p=(const BYTE*)(size_t)16;
278 const BYTE* const limit = bEnd - 16;
380 const BYTE* p = (const BYTE*)input;
381 const BYTE* const bEnd = p + len
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegES.c 106 #define BYTE 8
398 // Chroma format is byte interleaved, as the engine runs using planar colour surfaces we need
428 // Number of MCUs sent for a scan _must_ lie at the beginning of a line so that the chroma component can't violate the 16 byte DMA start alignment constraint
429 // (Actual memory alignment for final DMA will have width aligned to 64, so start of line will automatically meet the 16 byte alignment required by the DMA engine)
446 // Set MCUs to encode per scan to equal maximum limit and then truncate to ensure it lies at the first MCU of a line (to satisfy the 64 byte requirement)
569 //Byte interleaved surface, so need to force chroma to use single surface by fooling it into
    [all...]
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 32 BYTE ( Byte.class, byte.class, 'B', (Byte)(byte)0, new byte[0], Format.signed( 8)),
121 /** Is the wrapped type one of int, boolean, byte, char, or short? */
123 /* Is the wrapped value a signed integral type (one of byte, short, int, or long)? */
527 case 'B': return Byte.valueOf((byte) xn.intValue())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 139 typedef unsigned char BYTE;
144 typedef BYTE *PBYTE;
145 typedef BYTE *LPBYTE;
182 #define MAKEWORD(a,b) ((WORD) (((BYTE) (((DWORD_PTR) (a)) & 0xff)) | ((WORD) ((BYTE) (((DWORD_PTR) (b)) & 0xff))) << 8))
186 #define LOBYTE(w) ((BYTE) (((DWORD_PTR) (w)) & 0xff))
187 #define HIBYTE(w) ((BYTE) ((((DWORD_PTR) (w)) >> 8) & 0xff))
comutil.h 407 _variant_t(BYTE bSrc) throw();
426 operator BYTE() const;
450 _variant_t &operator=(BYTE bSrc);
583 inline _variant_t::_variant_t(BYTE bSrc) throw() {
689 inline _variant_t::operator BYTE() const {
934 inline _variant_t &_variant_t::operator=(BYTE bSrc)
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 32 * Perform type inference for byte code (local variables and operand stack) with the help of stack
789 case Type.BYTE:
930 public static final InferredType BYTE =
973 return BYTE;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 40 int BYTE = 41;
320 "\"byte\"",
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 40 int BYTE = 16;
295 "\"byte\"",
  /external/lzma/CPP/Common/
MyWindows.h 27 #undef BYTE
28 typedef unsigned char BYTE;
  /external/python/cpython3/Python/
pylifecycle.c 32 #undef BYTE
    [all...]
pythonrun.c 33 #undef BYTE
    [all...]
  /external/turbine/java/com/google/turbine/parse/
Token.java 86 BYTE("byte"),

Completed in 816 milliseconds

1 23 4 5 6 7 8 91011>>