HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 626 - 650 of 16566) sorted by null

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullOutputStream.java 26 * bytes written to it are ignored and lost.
40 * @param b The bytes to write
42 * @param len The number of bytes to write
58 * @param b The bytes to write
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 16 * evenly distributed and there is no need to consider other bytes.
25 * fact that entropy of 3 last bytes of address is larger than entropy
26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 16 * evenly distributed and there is no need to consider other bytes.
25 * fact that entropy of 3 last bytes of address is larger than entropy
26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 16 * evenly distributed and there is no need to consider other bytes.
25 * fact that entropy of 3 last bytes of address is larger than entropy
26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
  /external/bison/lib/
mbchar.h 40 returns the number of bytes occupied by the multibyte sequence.
169 size_t bytes; /* number of bytes of current character, > 0 */ member in struct:mbchar
172 char buf[MBCHAR_BUF_SIZE]; /* room for the bytes, used for file input only */
175 /* EOF (not a real character) is represented with bytes = 0 and
182 #define mb_len(mbc) ((mbc).bytes)
194 : (mbc1).bytes == (mbc2).bytes \
195 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
196 : (mbc1).bytes < (mbc2).bytes
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h 113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
119 ZPOS64_T compressed_size; /* compressed size 8 bytes */
120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */
121 uLong size_filename; /* filename length 2 bytes */
122 uLong size_file_extra; /* extra field length 2 bytes */
    [all...]
  /external/llvm/include/llvm/Support/
DataExtractor.h 50 /// by the appropriate number of bytes if the value is extracted
52 /// enough bytes to extract this value, the offset will be left
75 /// by the appropriate number of bytes if the value is extracted
77 /// enough bytes to extract this value, the offset will be left
100 /// by the appropriate number of bytes if the value is extracted
102 /// enough bytes to extract this value, the offset will be left
106 /// The size in bytes of the integer to extract.
123 /// by the appropriate number of bytes if the value is extracted
125 /// enough bytes to extract this value, the offset will be left
141 /// by the appropriate number of bytes if the value is extracte
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 77 2.1.2 2 bytes (U-00000080): "€" |
78 2.1.3 3 bytes (U-00000800): "?" |
79 2.1.4 4 bytes (U-00010000): "?" |
82 2.1.5 5 bytes (U-00200000): "?????" |
83 2.1.6 6 bytes (U-04000000): "??????" |
88 2.2.2 2 bytes (U-000007FF): "?" |
91 2.2.3 3 bytes (U-0000FFFF): "?" |
93 (5 and 6 bytes sequences, and 4 bytes sequences > 0x10FFFF were made illegal |
96 2.2.4 4 bytes (U-001FFFFF): "????"
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
119 ZPOS64_T compressed_size; /* compressed size 8 bytes */
120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */
121 uLong size_filename; /* filename length 2 bytes */
122 uLong size_file_extra; /* extra field length 2 bytes */
    [all...]
  /build/target/board/vbox_x86/
disk_layout.conf 2 # 512 bytes/sector
7 # 1008 blocks (1k each) (1032192 bytes) / cylinder
15 # bytes in a disk sector (== 1 LBA), must be a power of 2!
  /cts/libs/commonutil/src/com/android/cts/util/
ResultUnit.java 32 /** kilo-bytes-per-second, not bits-per-second */
34 /** mega-bytes-per-second */
36 /** amount of data, bytes */
  /cts/tests/src/android/net/cts/
NetlinkSocket.java 29 private static native int sendmsg(FileDescriptor fd, int pid, byte[] bytes);
46 public int sendmsg(int pid, byte[] bytes) throws IOException {
47 int retval = sendmsg(fd, pid, bytes);
  /dalvik/dexgen/src/com/android/dexgen/rop/
Attribute.java 31 * Get the total length of the attribute in bytes, including the
32 * header. Since the header is always six bytes, the result of
35 * @return {@code >= 6;} the total length, in bytes
  /dalvik/dx/src/com/android/dx/cf/iface/
Attribute.java 31 * Get the total length of the attribute in bytes, including the
32 * header. Since the header is always six bytes, the result of
35 * @return {@code >= 6;} the total length, in bytes
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 47 * @param bytes {@code non-null;} bytes of the original class file
53 public static void dump(byte[] bytes, PrintStream out,
55 SsaDumper sd = new SsaDumper(bytes, out, filePath, args);
62 * @param bytes {@code non-null;} bytes of the original class file
68 private SsaDumper(byte[] bytes, PrintStream out, String filePath,
70 super(bytes, out, filePath, true, args);
75 public void endParsingMember(ByteArray bytes, int offset, String name,
175 setAt(bytes, 0)
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
RandomImpl.java 39 protected void engineNextBytes(byte[] bytes) {
41 for (int i = 0; i < bytes.length; i++) {
42 bytes[i] = (byte)(i + 0xF1);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 93 byte[] bytes = new byte[_off];
94 System.arraycopy(_buf, 0, bytes, 0, _off);
96 DEROctetString.encode(_derOut, bytes);
DefiniteLengthInputStream.java 97 byte[] bytes = new byte[_remaining];
98 if ((_remaining -= Streams.readFully(_in, bytes)) != 0)
103 return bytes;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Digest.java 16 * return the size, in bytes, of the digest produced by this message digest.
18 * @return the size, in bytes, of the digest produced by this message digest.
30 * update the message digest with a block of bytes.
StreamCipher.java 36 * process a block of bytes from in putting the result into out.
40 * @param len the number of bytes to be processed.
41 * @param out the output buffer the processed bytes go into.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 47 * Add a sequence of bytes to the associated data check.
52 * @param len the number of bytes to be processed.
62 * @return the number of bytes written to out.
69 * process a block of bytes from in putting the result into out.
73 * @param len the number of bytes to be processed.
74 * @param out the output buffer the processed bytes go into.
76 * @return the number of bytes written to out.
87 * @return number of bytes written into out.
103 * an input of len bytes.
107 * with len bytes of input
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 28 * add the pad bytes to the passed in block, returning the
29 * number of bytes added.
42 * return the number of pad bytes present in the block.
ISO10126d2Padding.java 44 * add the pad bytes to the passed in block, returning the
45 * number of bytes added.
65 * return the number of pad bytes present in the block.
ISO7816d4Padding.java 36 * add the pad bytes to the passed in block, returning the
37 * number of bytes added.
58 * return the number of pad bytes present in the block.
PKCS7Padding.java 35 * add the pad bytes to the passed in block, returning the
36 * number of bytes added.
54 * return the number of pad bytes present in the block.

Completed in 642 milliseconds

<<21222324252627282930>>