HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 101 - 125 of 30148) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 12 DERGeneralizedTime(byte[] bytes)
14 super(bytes);
DERUTCTime.java 11 DERUTCTime(byte[] bytes)
13 super(bytes);
  /external/libxml2/
testOOMlib.h 10 void* test_malloc (size_t bytes);
12 size_t bytes);
  /external/skia/src/ports/
SkDiscardableMemory_none.cpp 12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) {
13 return SkGetGlobalDiscardableMemoryPool()->create(bytes);
  /external/v8/src/snapshot/
snapshot-source-sink.cc 24 int bytes = 1;
25 if (integer > 0xff) bytes = 2;
26 if (integer > 0xffff) bytes = 3;
27 if (integer > 0xffffff) bytes = 4;
28 integer |= (bytes - 1);
30 if (bytes > 1) Put(static_cast<int>((integer >> 8) & 0xff), "IntPart2");
31 if (bytes > 2) Put(static_cast<int>((integer >> 16) & 0xff), "IntPart3");
32 if (bytes > 3) Put(static_cast<int>((integer >> 24) & 0xff), "IntPart4");
  /external/valgrind/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
power_ISA2_07.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
power_ISA2_07.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/memcheck/tests/
sem.stderr.exp 4 in use at exit: 0 bytes in 0 blocks
5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
n32-consec.s 4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
poloutil.cc 22 const std::string PoloUtil::BytesToHexString(const uint8_t* bytes,
25 BIGNUM* bn = BN_bin2bn(bytes, length, NULL);
34 uint8_t*& bytes) {
39 bytes = new uint8_t[length];
40 BN_bn2bin(bn, &bytes[0]);
46 uint8_t*& bytes) {
51 // Initialize the array to 0 so there will be leading null bytes if the
52 // number is less than 4 bytes long.
53 bytes = new uint8_t[4];
55 bytes[i] = 0
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
UnsafeByteSequence.java 31 private byte[] bytes; field in class:UnsafeByteSequence
35 this.bytes = new byte[initialCapacity];
51 if (count + length >= bytes.length) {
53 System.arraycopy(bytes, 0, newBytes, 0, count);
54 bytes = newBytes;
56 System.arraycopy(buffer, offset, bytes, count, length);
61 if (count == bytes.length) {
63 System.arraycopy(bytes, 0, newBytes, 0, count);
64 bytes = newBytes;
66 bytes[count++] = (byte) b
    [all...]
  /external/elfutils/libdw/
dwarf_next_cfi.c 62 const uint8_t *bytes = data->d_buf + off; local
68 uint64_t length = read_4ubyte_unaligned_inc (&dw, bytes);
74 if (unlikely (limit - bytes < 8))
80 length = read_8ubyte_unaligned_inc (&dw, bytes);
82 if (unlikely ((uint64_t) (limit - bytes) < length)
92 limit = bytes + length;
94 const uint8_t *const cie_pointer_start = bytes;
96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
124 uint8_t version = *bytes++
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /dalvik/dx/src/com/android/dex/util/
ByteArrayByteInput.java 21 private final byte[] bytes; field in class:ByteArrayByteInput
24 public ByteArrayByteInput(byte... bytes) {
25 this.bytes = bytes;
29 return bytes[position++];
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
ByteArrayFetcher.java 13 private final byte[] bytes; field in class:ByteArrayFetcher
16 public ByteArrayFetcher(byte[] bytes, String id) {
17 this.bytes = bytes;
23 return new ByteArrayInputStream(bytes);
  /external/libhevc/common/arm/
ihevc_padding.s 122 vst1.8 {d0,d1},[r4]! @128/8 = 16 bytes store
123 vst1.8 {d0,d1},[r4]! @ 16 bytes store
124 vst1.8 {d0,d1},[r4]! @ 16 bytes store
125 vst1.8 {d0,d1},[r4]! @ 16 bytes store
126 vst1.8 {d0,d1},[r4] @ 16 bytes store
130 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
131 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
132 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
133 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
134 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes stor
    [all...]
  /external/libhevc/common/arm64/
ihevc_padding.s 117 st1 {v0.16b},[x4],#16 //128/8 = 16 bytes store
118 st1 {v0.16b},[x4],#16 // 16 bytes store
119 st1 {v0.16b},[x4],#16 // 16 bytes store
120 st1 {v0.16b},[x4],#16 // 16 bytes store
121 st1 {v0.16b},[x4] // 16 bytes store
125 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
126 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
127 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
128 st1 {v2.16b},[x5],#16 //128/8 = 16 bytes store
129 st1 {v2.16b},[x5] //128/8 = 16 bytes stor
    [all...]
  /external/swiftshader/src/Common/
Memory.hpp 24 void *allocate(size_t bytes, size_t alignment = 16);
25 void *allocateZero(size_t bytes, size_t alignment = 16);
28 void *allocateExecutable(size_t bytes); // Allocates memory that can be made executable using markExecutable()
29 void markExecutable(void *memory, size_t bytes);
30 void deallocateExecutable(void *memory, size_t bytes);
  /external/valgrind/gdbserver_tests/
mcleak.stderr.exp 2 expecting details 10 bytes reachable
3 10 bytes in 1 blocks are still reachable in loss record ... of ...
8 expecting details +10 bytes lost, +21 bytes reachable
9 expecting details +65 bytes reachable
11 expecting details +10 bytes reachable
12 expecting details -10 bytes reachable, +10 bytes lost
13 expecting details -10 bytes lost, +10 bytes reachabl
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.h 12 Start of program headers: 0 \(bytes into file\)
13 Start of section headers: .* \(bytes into file\)
15 Size of this header: .* \(bytes\)
16 Size of program headers: 0 \(bytes\)
18 Size of section headers: .* \(bytes\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-stack.s 1 .macro try bytes:vararg
2 .byte \bytes
3 .byte 0x66, \bytes
4 .byte 0x48, \bytes
5 .byte 0x66, 0x48, \bytes
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock.c 13 #define BYTES 64
38 * else with 0's. Number of charcters in any line are BYTES-1,
41 for (i = 0; i < BYTES - 1; i++) {
47 buf[BYTES - 1] = '\n';
55 offset += 2 * BYTES;
61 offset = BYTES;
63 offset += 2 * BYTES;
68 if (writeb_lock(fd, offset, SEEK_SET, BYTES) < 0)
74 write(fd, buf, BYTES);
76 if (unb_lock(fd, offset, SEEK_SET, BYTES) < 0
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 102 unsigned char *bytes = (unsigned char *)payload; local
106 samples, bytes + 1, &type, AMR_TX_WMF);
113 bytes[0] = 0xF0;
114 bytes[1] = (mMode << 3) | 0x04;
118 bytes[0] = 0xFF;
119 bytes[1] = 0xC0 | (mMode << 1) | 1;
122 bytes[length + 1] = 0;
124 bytes[i] = (bytes[i] << 6) | (bytes[i + 1] >> 2)
133 unsigned char *bytes = (unsigned char *)payload; local
226 unsigned char *bytes = (unsigned char *)payload; local
244 unsigned char *bytes = (unsigned char *)payload; local
    [all...]

Completed in 4156 milliseconds

1 2 3 45 6 7 8 91011>>