/external/llvm/test/CodeGen/X86/ |
2007-11-04-LiveVariablesBug.ll | 4 define void @xor_sse_2(i64 %bytes, i64* %p1, i64* %p2) { 9 %tmp1 = lshr i64 %bytes, 8 ; <i64> [#uses=1]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linear.c | 42 size_t bytes = t->cols * t->block.size; local 51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x; 53 memcpy(dst_ptr2, ptr, bytes); 54 dst_ptr2 += bytes; 66 size_t bytes = t->cols * t->block.size; local 73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x; 75 memcpy(ptr, src_ptr2, bytes); 76 src_ptr2 += bytes;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
loader.cpp | 23 unsigned char * bytes; local 34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
|
/external/skia/src/images/ |
SkStreamHelpers.h | 22 * @return size_t Total number of bytes in the SkStream, which is also the 23 * number of bytes pointed to by storage->get(). Returns 0 on failure.
|
/external/srtp/crypto/include/ |
aes_icm.h | 20 v128_t keystream_buffer; /* buffers bytes of keystream */ 22 int bytes_in_buffer; /* number of unused bytes in buffer */
|
/external/valgrind/main/drd/tests/ |
tc01_simple_race.stderr.exp | 4 Location 0x........ is 0 bytes inside global var "x" 9 Location 0x........ is 0 bytes inside global var "x"
|
/external/valgrind/main/gdbserver_tests/ |
mcsignopass.stderr.exp | 16 in use at exit: 0 bytes in 0 blocks 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
mcsigpass.stderr.exp | 16 in use at exit: 0 bytes in 0 blocks 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
mcwatchpoints.stderr.exp | 21 in use at exit: 0 bytes in 0 blocks 22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
/external/valgrind/main/memcheck/tests/ |
big_blocks_freed_list.stderr.exp | 4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd 10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd 20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd 26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd 32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd 38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd 44 in use at exit: 1,000,000 bytes in 100 blocks 45 total heap usage: 104 allocs, 4 frees, 3,910,002 bytes allocated
|
/external/wpa_supplicant_8/src/crypto/ |
aes-eax.c | 18 * @key: Key for encryption (16 bytes) 20 * @nonce_len: Nonce length in bytes 22 * @hdr_len: Length of the header data bytes 24 * @data_len: Length of data in bytes 82 * @key: Key for decryption (16 bytes) 84 * @nonce_len: Nonce length in bytes 86 * @hdr_len: Length of the header data bytes 88 * @data_len: Length of data in bytes
|
aes-encblock.c | 19 * @in: Input data (16 bytes) 20 * @out: Output of the AES block operation (16 bytes)
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
ByteArrayPartSource.java | 50 private byte[] bytes; field in class:ByteArrayPartSource 55 * @param fileName the name of the file these bytes represent 56 * @param bytes the content of this part 58 public ByteArrayPartSource(String fileName, byte[] bytes) { 61 this.bytes = bytes; 69 return bytes.length; 83 return new ByteArrayInputStream(bytes);
|
/frameworks/rs/cpu_ref/linkloader/include/ |
GOT.h | 24 #define GOT_SIZE (1 << 16) // bytes 25 #define GOT_ENTRY_SIZE 4 // bytes
|
/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 28 * Indicates the number of bytes of primitive data that can be read without 31 * @return the number of bytes available. 58 * Reads bytes from this stream into the byte array {@code buffer}. Blocks 59 * while waiting for input. Returns the number of bytes read, 68 * Reads up to {@code byteCount} bytes from this stream and stores them in 70 * waiting for input. Returns the number of bytes read or -1 if the end of this stream has been 91 * Skips {@code byteCount} bytes on this stream. Less than {@code byteCount} byte are 95 * @return the number of bytes actually skipped.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
ProxyInputStream.java | 58 * @param bts the buffer to read the bytes into
59 * @return the number of bytes read or -1 if the end of stream
68 * @param bts the buffer to read the bytes into
70 * @param end The number of bytes to read
71 * @return the number of bytes read or -1 if the end of stream
80 * @param ln the number of bytes to skip
81 * @return the number of bytes to skipped or -1 if the end of stream
90 * @return the number of available bytes
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
msgbuf.h | 30 unsigned long msg_cbytes; /* current number of bytes on queue */ 32 unsigned long msg_qbytes; /* max number of bytes on queue */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
limits.h | 7 #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ 13 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
user.h | 41 __uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 42 __uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */ 122 long int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 123 long int xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msgbuf.h | 30 unsigned long msg_cbytes; /* current number of bytes on queue */ 32 unsigned long msg_qbytes; /* max number of bytes on queue */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
limits.h | 7 #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ 13 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 41 __uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 42 __uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */ 122 long int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 123 long int xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msgbuf.h | 30 unsigned long msg_cbytes; /* current number of bytes on queue */ 32 unsigned long msg_qbytes; /* max number of bytes on queue */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
limits.h | 7 #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ 13 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 41 __uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 42 __uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */ 122 long int st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ 123 long int xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
|