HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium/net/base/
keygen_handler_win.cc 31 bool GetSubjectPublicKeyInfo(HCRYPTPROV prov, std::vector<BYTE>* output) {
68 std::vector<BYTE> spki;
89 std::vector<BYTE> signed_pkac;
  /external/chromium/net/http/
des.cc 184 BYTE key_data[8];
196 reinterpret_cast<BYTE*>(&key_blob),
205 if (!CryptSetKeyParam(key, KP_MODE, reinterpret_cast<BYTE*>(&cipher_mode),
url_security_manager_win.cc 61 reinterpret_cast<BYTE*>(&policy),
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xagstr.h 67 BYTE type; /* X_Reply */
116 BYTE type; /* X_Reply */
140 BYTE type; /* X_Reply */
Xdbeproto.h 154 BYTE type; /* Reply: X_Reply (1) */
234 BYTE type; /* Reply: X_Reply (1) */
260 BYTE type; /* Reply: X_Reply (1) */
  /dalvik/vm/mterp/armv5te/
bincmp.S 18 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
  /dalvik/vm/mterp/armv6t2/
bincmp.S 17 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 92 * one-byte fields). Network structures should always define sz_symbols.
164 typedef CARD8 BYTE;
167 #define BYTE CARD8
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmstr.h 59 BYTE type; /* X_Reply */
91 BYTE type; /* X_Reply */
116 BYTE type; /* X_Reply */
169 BYTE type; /* X_Reply */
364 BYTE type; /* X_Reply */
378 BYTE type; /* X_Reply */
395 BYTE type;
420 BYTE type;
458 BYTE type;
506 BYTE type
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 22 int BYTE = 303;
  /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/chromium/base/win/
win_util.cc 53 scoped_array<BYTE> user_bytes(new BYTE[size]);
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 42 cmp dword [eax+4],BYTE 0
x86_main.asm 44 cmp dword [eax+4],BYTE 0
  /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...]
  /external/chromium/base/debug/
debugger_win.cc 31 reinterpret_cast<BYTE*>(buffer), &buffer_size);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 104 BYTE type; /* X_Reply */
118 BYTE type; /* X_Reply */
131 BYTE type; /* X_Reply */
145 BYTE type; /* X_Reply */
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 269 * dwDSPBase: DSP virtual base byte address.
422 IN OUT BYTE ** pAddr,
dbdefs.h 145 #define DSPWORD BYTE
217 BYTE ucData4;
218 BYTE ucData5;
344 BYTE cData[1];
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 269 * dwDSPBase: DSP virtual base byte address.
422 IN OUT BYTE ** pAddr,
dbdefs.h 142 #define DSPWORD BYTE
211 BYTE ucData4;
212 BYTE ucData5;
338 BYTE cData[1];
  /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);
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 58 *! 10-Nov-2000 rr: DSP_PBUFFER modified to BYTE *. RegisterNotify
110 OUT BYTE **apBuffer, UINT uNumBufs)
276 DBAPI DSPStream_FreeBuffers(DSP_HSTREAM hStream, IN BYTE **apBuffer,
398 DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE *pBuffer,
613 DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize, BYTE *pBuffer)
657 DBAPI DSPStream_Reclaim(DSP_HSTREAM hStream, OUT BYTE **pBufPtr,
789 BYTE *pBuffer)

Completed in 345 milliseconds

1 2 34 5 6 7 8 9