HomeSort by relevance Sort by last modified time
    Searched defs:Byte (Results 26 - 50 of 59) sorted by null

12 3

  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 168 out.write((byte) ((d1 << 4) + d2));
205 for (byte b : s.getBytes(charset)) {
210 private static void appendHex(StringBuilder sb, byte b) {
212 sb.append(Byte.toHexString(b, true));
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 170 out.write((byte) ((d1 << 4) + d2));
207 for (byte b : s.getBytes(charset)) {
212 private static void appendHex(StringBuilder sb, byte b) {
214 sb.append(Byte.toHexString(b, true));
  /external/llvm/include/llvm/CodeGen/
BinaryObject.h 78 /// emitByte - This callback is invoked when a byte needs to be
192 /// fixByte - This callback is invoked when a byte needs to be
304 uint8_t Byte = (uint8_t)(Value & 0x7f);
306 if (Value) Byte |= 0x80;
307 emitByte(Byte);
318 uint8_t Byte = (uint8_t)(Value & 0x7f);
320 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
321 if (IsMore) Byte |= 0x80;
322 emitByte(Byte);
  /hardware/ti/omap3/dspbridge/inc/
std.h 217 typedef SmBits Byte; /* smallest unit of addressable store */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
std.h 219 typedef SmBits Byte; /* smallest unit of addressable store */
  /sdk/emulator/mksdcard/
mksdcard.c 51 typedef unsigned char Byte;
52 typedef Byte* Bytes;
56 #define POKEB(p,v) BYTE_(p,0) = (Byte)(v)
57 #define POKES(p,v) ( BYTE_(p,0) = (Byte)(v), BYTE_(p,1) = (Byte)((v) >> 8) )
58 #define POKEW(p,v) ( BYTE_(p,0) = (Byte)(v), BYTE_(p,1) = (Byte)((v) >> 8), BYTE_(p,2) = (Byte)((v) >> 16), BYTE_(p,3) = (Byte)((v) >> 24) )
60 static Byte s_boot_sector [ BYTES_PER_SECTOR ]; /* boot sector *
    [all...]
  /development/ndk/platforms/android-3/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /external/chromium/sdch/open-vcdiff/src/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /external/qemu/distrib/zlib-1.2.3/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /external/zlib/
zconf.in.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
zconf.h 109 # define Byte z_Byte
333 typedef unsigned char Byte; /* 8 bits */
340 # define Bytef Byte FAR
342 typedef Byte FAR Bytef;
354 typedef Byte const *voidpc;
355 typedef Byte FAR *voidpf;
356 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zconf.h 50 # define Byte z_Byte
261 typedef unsigned char Byte; /* 8 bits */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
  /external/icu4c/i18n/
decNumberLocal.h 69 #define Byte int8_t
126 /* References to multi-byte sequences under different sizes; these */
305 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */
306 /* (array) notation (the 0 word or byte contains the sign bit), */
465 /* extra byte is written to the right of the three digits because */
473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */
474 /* length which is not used, here). Fixed-length 4-byte moves */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 94 # define Byte z_Byte
328 typedef unsigned char Byte; /* 8 bits */
335 # define Bytef Byte FAR
337 typedef Byte FAR Bytef;
349 typedef Byte const *voidpc;
350 typedef Byte FAR *voidpf;
351 typedef Byte *voidp;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 512 CommentOS << MMO->getSize() << "-byte Reload\n";
516 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
520 CommentOS << MMO->getSize() << "-byte Spill\n";
524 CommentOS << MMO->getSize() << "-byte Folded Spill\n";
    [all...]
  /external/freetype/src/raster/
ftraster.c 306 typedef unsigned char Byte, *PByte;
507 Byte dropOutControl; /* current drop_out control method */
523 Byte* grays;
525 Byte gray_lines[RASTER_GRAY_LINES];
549 Byte grays[5];
    [all...]
  /external/tcpdump/
decnet.h 25 typedef u_int8_t byte[1]; /* single byte field */ typedef
28 * the keyword 'byte' generates conflicts in Windows
30 typedef unsigned char Byte[1]; /* single byte field */
31 #define byte Byte macro
33 typedef u_int8_t word[2]; /* 2 byte field */
66 byte sh_flags; /* route flags */
69 byte sh_visits; /* visit count *
    [all...]

Completed in 676 milliseconds

12 3