/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ld-zero.s | 9 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
|
li.s | 11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
mips4-branch-likely.s | 8 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
mipsr6@mips5-fp.s | 7 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
r5.s | 8 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
sync.s | 9 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
uld2.s | 12 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
ulw2.s | 12 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
virt.s | 20 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
virt64.s | 10 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls128g.s | 1 ; Just something allocating 128 bytes TLS data, with the symbol being global.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
tls-ld-2.d | 11 0x0000000a \(STRSZ\) [0-9]+ \(bytes\) 12 0x0000000b \(SYMENT\) 16 \(bytes\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
jalx-1.s | 14 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
/external/bison/lib/ |
bitsetv.c | 33 size_t bytes; local 37 /* Determine number of bytes for each set. */ 38 bytes = bitset_bytes (type, n_bits); 41 if (BITSET_SIZE_MAX / (sizeof (bitset) + bytes) <= n_vecs) 45 vector_bytes = (n_vecs + 1) * sizeof (bitset) + bytes - 1; 46 vector_bytes -= vector_bytes % bytes; 47 bsetv = xcalloc (1, vector_bytes + bytes * n_vecs); 51 bsetv[i] = (bitset) (void *) ((char *) bsetv + vector_bytes + i * bytes);
|
/external/webrtc/webrtc/base/ |
bitbuffer_unittest.cc | 20 const uint8_t bytes[64] = {0}; local 21 BitBuffer buffer(bytes, 32); 42 const uint8_t bytes[] = {0x0A, 0xBC, 0xDE, 0xF1, 0x23, 0x45, 0x67, 0x89}; local 46 BitBuffer buffer(bytes, 8); 58 const uint8_t bytes[] = {0x0A, 0xBC, 0xDE, 0xF1, 0x23, local 63 BitBuffer buffer(bytes, 9); 91 // The bytes. It almost looks like counting down by two at a time, except the 93 const uint8_t bytes[] = {0x1F, 0xDB, 0x97, 0x53, 0x0E, 0xCA, 0x86, 0x42}; local 98 BitBuffer buffer(bytes, 8); 115 const uint8_t bytes[] = {0x4D, 0x32} local 141 uint8_t bytes[4] = {0}; local 230 const uint8_t bytes[] = {0x00, 0xFF, 0xFF}; local 248 uint8_t bytes[16] = {0}; local 280 uint8_t bytes[16] = {0}; local 303 uint8_t bytes[64] = {0}; local 318 uint8_t bytes[] = {0xFF, 0xFF}; local [all...] |
/system/core/libbacktrace/ |
BacktracePtrace.cpp | 65 size_t BacktracePtrace::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { 76 bytes = MIN(map.end - addr, bytes); 84 size_t copy_bytes = MIN(sizeof(word_t) - align_bytes, bytes); 88 bytes -= copy_bytes; 92 size_t num_words = bytes / sizeof(word_t); 103 size_t left_over = bytes & (sizeof(word_t) - 1);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetManager_AssetInputStreamTest.java | 56 final byte[] bytes = CONTENT_STRING.getBytes(); 58 assertEquals(bytes[i], mAssetInputStream.read()); 63 assertEquals(bytes[i + readlimit], mAssetInputStream.read()); 69 final byte[] bytes = CONTENT_STRING.getBytes(); 74 assertEquals(bytes[i], mAssetInputStream.read()); 85 assertEquals(bytes[i], data[i]); 90 assertEquals(bytes[i + dataLength], data[i]); 100 assertEquals(bytes[i], data[offset + i]); 107 assertEquals(bytes[i], data[offset + i]); 113 assertEquals(bytes[i + dataLength], data[offset + i]) [all...] |
/external/libvorbis/examples/ |
decoder_example.c | 57 int bytes; local 90 bytes=fread(buffer,1,4096,stdin); 91 ogg_sync_wrote(&oy,bytes); 96 if(bytes<4096)break; 177 bytes=fread(buffer,1,4096,stdin); 178 if(bytes==0 && i<2){ 182 ogg_sync_wrote(&oy,bytes); 286 bytes=fread(buffer,1,4096,stdin); 287 ogg_sync_wrote(&oy,bytes); 288 if(bytes==0)eos=1 [all...] |
/external/valgrind/memcheck/tests/ |
partial_load_dflt.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd 10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd 16 Address 0x........ is 0 bytes inside a block of size 4 free'd 22 in use at exit: ... bytes in ... blocks 23 total heap usage: ... allocs, ... frees, ... bytes allocated
|
partial_load_ok.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd 10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd 16 Address 0x........ is 0 bytes inside a block of size 4 free'd 22 in use at exit: ... bytes in ... blocks 23 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 196 private byte[] bytes; field in class:IoUtils.FileReader 227 bytes = new byte[capacity]; 232 int capacity = bytes.length; 234 while ((read = Libcore.os.read(fd, bytes, count, capacity - count)) != 0) { 242 System.arraycopy(bytes, 0, newBytes, 0, capacity); 243 bytes = newBytes; 247 // of bytes from it, return. 263 if (count == bytes.length) { 264 return bytes; 267 System.arraycopy(bytes, 0, result, 0, count) [all...] |
/system/bt/service/common/bluetooth/ |
uuid.cpp | 42 UUID128Bit bytes; local 43 base::RandBytes(bytes.data(), bytes.size()); 44 return UUID(bytes); 49 UUID128Bit bytes; local 50 bytes.fill(0); 51 return UUID(bytes); 56 UUID128Bit bytes; local 57 bytes.fill(1); 58 return UUID(bytes); [all...] |
/external/fio/os/ |
os-freebsd.h | 61 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) 66 *bytes = size; 70 *bytes = 0; 74 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes) 76 return blockdev_size(f, bytes);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PoloUtil.java | 70 * Converts an array of bytes to a string of hexadecimal characters. 71 * Leading null bytes are preserved in the output. 77 * @param bytes the bytes to convert 80 public static String bytesToHexString(byte[] bytes) { 81 if (bytes == null || bytes.length == 0) { 84 BigInteger bigint = new BigInteger(1, bytes); 85 int formatLen = bytes.length * 2; 121 * Converts a 4-byte array of bytes to an unsigned long value [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/ |
MemoryDeferredOutputStream.java | 48 @Override public void write(byte[] bytes) throws IOException { 49 write(bytes, 0, bytes.length); 52 @Override public void write(byte[] bytes, int offset, int length) throws IOException { 57 System.arraycopy(bytes, offset + written, currentBuffer, currentPosition, toWrite);
|