| /external/libcups/cups/ |
| getputfile.c | 43 ssize_t bytes; /* Number of bytes read */ local 166 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) 167 write(fd, buffer, (size_t)bytes); 266 ssize_t bytes; /* Number of bytes read */ local 347 while ((bytes = read(fd, buffer, sizeof(buffer))) > 0) 354 httpWrite2(http, buffer, (size_t)bytes);
|
| /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/glx/apple/ |
| glxreply.c | 40 const GLint bytes = (reply_is_always_array) local 42 const GLint extra = 4 - (bytes & 3); 44 _XRead(dpy, dest, bytes);
|
| /external/openssh/ |
| hash.c | 35 unsigned long long bytes = inlen; local 49 padded[119] = bytes >> 61; 50 padded[120] = bytes >> 53; 51 padded[121] = bytes >> 45; 52 padded[122] = bytes >> 37; 53 padded[123] = bytes >> 29; 54 padded[124] = bytes >> 21; 55 padded[125] = bytes >> 13; 56 padded[126] = bytes >> 5; 57 padded[127] = bytes << 3 [all...] |
| /external/protobuf/objectivec/ |
| GPBCodedInputStream_PackagePrivate.h | 43 const uint8_t *bytes; member in struct:GPBCodedInputStreamState
|
| /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
| NdefRecordTest.java | 15 byte[] bytes = "mumble".getBytes(); 16 NdefRecord ndefRecord = new NdefRecord(bytes); 18 assertSame(ndefRecord.getPayload(), bytes); local
|
| /external/selinux/libselinux/src/ |
| sha1.h | 39 uint8_t bytes [SHA1_HASH_SIZE]; member in struct:__anon29247
|
| /external/skia/src/codec/ |
| SkJpegUtility.cpp | 26 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); local 29 if (bytes == 0) { 34 src->bytes_in_buffer = bytes; 39 * Skip a certain number of bytes in the stream 43 size_t bytes = (size_t) numBytes; local 45 if (bytes > src->bytes_in_buffer) { 46 size_t bytesToSkip = bytes - src->bytes_in_buffer;
|
| /external/skia/src/core/ |
| SkRecord.cpp | 26 size_t bytes = fAlloc.approxBytesAllocated() + sizeof(SkRecord); local 30 bytes += fReserved * sizeof(Record); 32 return bytes;
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
| ByteArr.java | 22 private byte[] bytes; field in class:ByteArr 27 public ByteArr(byte[] bytes) { 28 this.bytes = bytes; 32 return Arrays.toString(bytes); 36 return bytes; 39 public void setBytes(byte[] bytes) { 40 this.bytes = bytes;
|
| /external/strace/ |
| xmalloc.c | 65 size_t bytes = nmemb * size; local 68 size && bytes / size != nmemb) 71 void *p = realloc(ptr, bytes);
|
| /external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
| bios_smbios.c | 45 uint8_t bytes[256]; /* 256 is maximum length possible */ member in union:__anon32695 63 copy_from_real ( &u.bytes, BIOS_SEG, offset, len ); 65 sum += u.bytes[i];
|
| /external/valgrind/none/tests/solaris/ |
| proc_psinfo.c | 35 ssize_t bytes = read(fd, &psinfo, sizeof(psinfo)); local 36 if (bytes != sizeof(psinfo)) {
|
| /external/webrtc/webrtc/base/ |
| fileutils_unittest.cc | 32 size_t bytes; local 36 EXPECT_EQ(SR_SUCCESS, fs->Write("test", 4, &bytes, NULL)); 37 EXPECT_EQ(4U, bytes); 44 EXPECT_EQ(SR_SUCCESS, fs->Read(buf, sizeof(buf), &bytes, NULL)); 45 EXPECT_EQ(4U, bytes);
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
| AudioSample.java | 23 public final byte[] bytes; field in class:AudioSample 25 public AudioSample(int sampleRate, int channelCount, byte[] bytes) { 28 this.bytes = bytes;
|
| /frameworks/base/tools/layoutlib/bridge/src/dalvik/system/ |
| VMRuntime_Delegate.java | 33 // Dalvik has 32bit pointers, the array header is 16bytes plus 4bytes for dlmalloc, 34 // allocations are 8byte aligned so having 4bytes of array data avoids padding. 39 int bytes = 20 + (2 * minLength); local 40 int alignedUpBytes = (bytes + 7) & -8; 48 int bytes = 20 + minLength; local 49 int alignedUpBytes = (bytes + 7) & -8; 54 int bytes = 20 + minLength; local 55 int alignedUpBytes = (bytes + 7) & -8; 60 int bytes = 20 + (2 * minLength) local [all...] |
| /prebuilts/go/darwin-x86/src/bytes/ |
| bytes_amd64.go | 5 package bytes package 50 // IndexByte skips 16/32 bytes per iteration,
|
| bytes_s390x.go | 5 package bytes package 53 // IndexByte skips 16/32 bytes per iteration,
|
| /prebuilts/go/darwin-x86/test/ |
| slicecap.go | 13 bytes = []byte{1, 2, 3, 4, 5} 39 p2 := *(*uintptr)(unsafe.Pointer(&bytes)) 67 x := bytes 12 bytes = []byte{1, 2, 3, 4, 5} var
|
| /prebuilts/go/linux-x86/src/bytes/ |
| bytes_amd64.go | 5 package bytes package 50 // IndexByte skips 16/32 bytes per iteration,
|
| bytes_s390x.go | 5 package bytes package 53 // IndexByte skips 16/32 bytes per iteration,
|
| /prebuilts/go/linux-x86/test/ |
| slicecap.go | 13 bytes = []byte{1, 2, 3, 4, 5} 39 p2 := *(*uintptr)(unsafe.Pointer(&bytes)) 67 x := bytes 12 bytes = []byte{1, 2, 3, 4, 5} var
|
| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
| spirv_endian.cpp | 40 unsigned char bytes[4]; member in union:__anon104959 66 uint8_t bytes[4]; 67 memcpy(bytes, binary->code, sizeof(uint32_t)); 69 if (0x03 == bytes[0] && 0x02 == bytes[1] && 0x23 == bytes[2] && 70 0x07 == bytes[3]) { 75 if (0x07 == bytes[0] && 0x23 == bytes[1] && 0x02 == bytes[2] & [all...] |
| /system/bt/service/common/android/bluetooth/ |
| uuid.cc | 33 // a second 64-bit integer. This is the same as writing the raw-bytes in 36 UUID::UUID128Bit bytes = GetFullBigEndian(); local 39 ((((uint64_t)bytes[0]) << 56) | (((uint64_t)bytes[1]) << 48) | 40 (((uint64_t)bytes[2]) << 40) | (((uint64_t)bytes[3]) << 32) | 41 (((uint64_t)bytes[4]) << 24) | (((uint64_t)bytes[5]) << 16) | 42 (((uint64_t)bytes[6]) << 8) | bytes[7]) 58 UUID::UUID128Bit bytes; local [all...] |
| /external/guava/guava-tests/test/com/google/common/io/ |
| TestByteSink.java | 32 private final ByteArrayOutputStream bytes = new ByteArrayOutputStream(); field in class:TestByteSink 43 return bytes.toByteArray(); 59 bytes.reset(); // truncate 66 super(bytes, options);
|