/external/clang/test/CodeGen/ |
2005-07-26-UnionInitCrash.c | 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; member in union:__anon6258
|
/external/bison/lib/ |
calloc.c | 56 size_t bytes = n * s; local 57 if (bytes / s != n)
|
mbswidth.c | 101 size_t bytes; local 104 bytes = mbrtowc (&wc, p, plimit - p, &mbstate); 106 if (bytes == (size_t) -1) 119 if (bytes == (size_t) -2) 132 if (bytes == 0) 134 bytes = 1; 158 p += bytes;
|
/external/chromium/chrome/common/ |
guid_unittest.cc | 13 uint64 bytes[] = { 0, 0 }; local 14 std::string clientid = guid::RandomDataToGUIDString(bytes); 19 uint64 bytes[] = { 0x0123456789ABCDEFULL, 0xFEDCBA9876543210ULL }; local 20 std::string clientid = guid::RandomDataToGUIDString(bytes);
|
/external/dhcpcd/compat/ |
getline.c | 44 size_t bytes, newlen; local 54 bytes = 0; 58 if (*buf == NULL || bytes != 0) { 66 p = *buf + bytes; 70 bytes += strlen(p); 71 } while (bytes == 0 || *(*buf + (bytes - 1)) != '\n'); 72 if (bytes == 0) 74 return bytes;
|
/external/elfutils/libdw/ |
dwarf_nextcu.c | 87 char *bytes = (char *) dwarf->sectiondata[IDX_debug_info]->d_buf + off; local 110 4. A 1-byte unsigned integer representing the size in bytes of 114 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes); 138 length = read_8ubyte_unaligned_inc (dwarf, bytes); 142 read_2ubyte_unaligned_inc (dwarf, bytes); 148 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes); 150 abbrev_offset = read_8ubyte_unaligned_inc (dwarf, bytes); 155 uint8_t address_size = *bytes++; 165 *header_sizep = (bytes
|
/external/flac/libFLAC/include/private/ |
md5.h | 15 * To compute the message digest of a chunk of bytes, declare an 17 * needed on buffers full of bytes, and then call MD5Final, which 34 FLAC__uint32 bytes[2]; member in struct:__anon8125
|
/external/libffi/src/ |
prep_cif.c | 91 unsigned bytes = 0; local 123 bytes = STACK_ARG_SIZE(sizeof(void*)); 143 bytes += sizeof(void*); 148 if (((*ptr)->alignment - 1) & bytes) 149 bytes = ALIGN(bytes, (*ptr)->alignment); 151 bytes += STACK_ARG_SIZE((*ptr)->size); 156 cif->bytes = bytes;
|
/external/libvpx/libvpx/ |
md5_utils.h | 12 * To compute the message digest of a chunk of bytes, declare an 14 * needed on buffers full of bytes, and then call MD5Final, which 33 UWORD32 bytes[2]; member in struct:MD5Context
|
/external/valgrind/main/helgrind/tests/ |
tc16_byterace.c | 7 char bytes[10]; variable 13 bytes[2*i + 0] ++; /* child accesses: 0 2 4 6 8 */ 28 bytes accessed */ 30 bytes[2*i + 1] ++; /* accesses: 1 3 5 7 9 */ 32 /* Unprotected relative to child, but harmful; same bytes */ 34 bytes[3*i + 1] ++; /* accesses: 1 4(race!) 7 */
|
/libcore/luni/src/main/java/java/io/ |
OutputStreamWriter.java | 30 * the target input stream is converted into bytes by either a default or a 33 * of bytes to be written to target stream and converts these into characters as 44 private ByteBuffer bytes = ByteBuffer.allocate(8192); field in class:OutputStreamWriter 52 * the non-null target stream to write converted bytes to. 65 * the target stream to write converted bytes to. 95 * the target stream to write converted bytes to. 113 * the target stream to write converted bytes to. 143 bytes = null; 149 * Flushes this writer. This implementation ensures that all buffered bytes 150 * are written to the target stream. After writing the bytes, the targe [all...] |
InputStreamReader.java | 35 * of bytes read from the source stream and converts these into characters as 47 private final ByteBuffer bytes = ByteBuffer.allocate(8192); field in class:InputStreamReader 64 * character converter that is used to decode bytes into characters is 92 bytes.limit(0); 109 bytes.limit(0); 127 bytes.limit(0); 153 * bytes, or null if this writer has been closed. Most callers should probably keep 166 * with the two higher-order bytes set to 0. Returns -1 if the end of the 168 * converting bytes in this reader's buffer or by first filling the buffer 191 * been reached. The bytes are either obtained from converting bytes in thi [all...] |
/dalvik/dx/src/com/android/dx/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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSProcessableByteArray.java | 19 private final byte[] bytes; field in class:CMSProcessableByteArray 22 byte[] bytes) 24 this(new ASN1ObjectIdentifier(CMSObjectIdentifiers.data.getId()), bytes); 29 byte[] bytes) 32 this.bytes = bytes; 37 return new ByteArrayInputStream(bytes); 43 zOut.write(bytes); 48 return Arrays.clone(bytes);
|
/external/chromium/base/memory/ |
ref_counted_memory.cc | 30 RefCountedBytes* bytes = new RefCountedBytes; local 31 bytes->data.swap(*to_destroy); 32 return bytes;
|
/external/dexmaker/src/dx/java/com/android/dx/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/guava/guava-testlib/src/com/google/common/testing/ |
Platform.java | 39 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); local 41 ObjectOutputStream out = new ObjectOutputStream(bytes); 44 new ByteArrayInputStream(bytes.toByteArray()));
|
/external/qemu/hw/ |
msmouse.c | 38 unsigned char bytes[4] = { 0x40, 0x00, 0x00, 0x00 }; local 41 bytes[0] |= (MSMOUSE_HI2(dy) << 2) | MSMOUSE_HI2(dx); 42 bytes[1] |= MSMOUSE_LO6(dx); 43 bytes[2] |= MSMOUSE_LO6(dy); 46 bytes[0] |= (buttons_state & 0x01 ? 0x20 : 0x00); 47 bytes[0] |= (buttons_state & 0x02 ? 0x10 : 0x00); 48 bytes[3] |= (buttons_state & 0x04 ? 0x20 : 0x00); 53 qemu_chr_read(chr, bytes, 4);
|
/external/robolectric/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/webkit/Source/JavaScriptCore/wtf/text/ |
CString.cpp | 78 char* bytes = result.m_buffer->mutableData(); local 79 bytes[length] = '\0'; 80 characterBuffer = bytes;
|
/external/webkit/Source/WebCore/platform/cf/ |
KURLCFNet.cpp | 45 char* bytes = &buffer[5]; local 46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength); 47 bytes[bytesLength] = '\0'; 48 if (bytes[0] != '/') { 49 parse(bytes, 0); 65 // Currently it throws away the high bytes of the characters in the string in that case, 73 // could either be a malformed string or bytes in a different encoding, like Shift-JIS, so we fall back
|
/external/webkit/Source/WebCore/platform/haiku/ |
PlatformKeyboardEventHaiku.cpp | 335 BString bytes = message->FindString("bytes"); local 339 m_text = String::fromUTF8(bytes.String(), bytes.Length()); 340 m_unmodifiedText = String(bytes.String(), bytes.Length()); 341 m_keyIdentifier = keyIdentifierForHaikuKeyCode(bytes.ByteAt(0), m_nativeVirtualKeyCode); 343 m_windowsVirtualKeyCode = windowsKeyCodeForKeyEvent(bytes.ByteAt(0), m_nativeVirtualKeyCode);
|
/external/webkit/Source/WebCore/platform/image-decoders/wx/ |
ImageDecoderWx.cpp | 51 const unsigned char* bytes = (const unsigned char*)m_bytes; local 57 p.Red() = bytes[i + 2]; 58 p.Green() = bytes[i + 1]; 59 p.Blue() = bytes[i + 0]; 60 p.Alpha() = bytes[i + 3];
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
StringDataItem.java | 47 * @return {@code >= 2}; the write size, in bytes 72 ByteArray bytes = value.getBytes(); local 78 out.annotate(bytes.size() + 1, value.toQuoted()); 82 out.write(bytes);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
StringDataItem.java | 47 * @return {@code >= 2}; the write size, in bytes 72 ByteArray bytes = value.getBytes(); local 78 out.annotate(bytes.size() + 1, value.toQuoted()); 82 out.write(bytes);
|