/ndk/sources/cxx-stl/gabi++/src/ |
D | dwarf_helper.cc | 59 unsigned char byte; in readULEB128() local 62 byte = *p++; in readULEB128() 63 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readULEB128() 65 } while (byte & 0x80); in readULEB128() 73 unsigned char byte; in readSLEB128() local 76 byte = *p++; in readSLEB128() 77 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readSLEB128() 79 } while (byte & 0x80); in readSLEB128() 81 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) { in readSLEB128()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 221 uint8_t byte = getByte(data, offset++); in _Unwind_VRS_Interpret() local 222 if ((byte & 0x80) == 0) { in _Unwind_VRS_Interpret() 225 if (byte & 0x40) in _Unwind_VRS_Interpret() 226 sp -= ((byte & 0x3f) << 2) + 4; in _Unwind_VRS_Interpret() 228 sp += (byte << 2) + 4; in _Unwind_VRS_Interpret() 231 switch (byte & 0xf0) { in _Unwind_VRS_Interpret() 236 ((byte & 0x0f) << 12) | (getByte(data, offset++) << 4); in _Unwind_VRS_Interpret() 245 uint8_t reg = byte & 0x0f; in _Unwind_VRS_Interpret() 256 uint32_t registers = RegisterMask(4, byte & 0x07); in _Unwind_VRS_Interpret() 257 if (byte & 0x08) in _Unwind_VRS_Interpret() [all …]
|
D | AddressSpace.hpp | 196 uint8_t byte; in getSLEB128() local 200 byte = *p++; in getSLEB128() 201 result |= ((byte & 0x7f) << bit); in getSLEB128() 203 } while (byte & 0x80); in getSLEB128() 205 if ((byte & 0x40) != 0) in getSLEB128()
|
D | UnwindRegistersRestore.S | 181 ; r4 is now a 16-byte aligned pointer into the red zone 182 ; the _vectorRegisters may not be 16-byte aligned so copy via red zone temp buffer
|
D | UnwindRegistersSave.S | 183 ; r4 is now a 16-byte aligned pointer into the red zone
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 178 unsigned char byte; in readULEB128() local 182 byte = *p++; in readULEB128() 183 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readULEB128() 185 } while (byte & 0x80); in readULEB128() 201 unsigned char byte; in readSLEB128() local 205 byte = *p++; in readSLEB128() 206 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readSLEB128() 208 } while (byte & 0x80); in readSLEB128() 210 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) in readSLEB128()
|
D | fallback_malloc.ipp | 22 // Allocates chunks in multiples of four bytes, with a four byte header 24 // as two byte offsets within the heap, rather than (4 or 8 byte) pointers.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | progtest.m4 | 41 # Find out how to test for executable files. Don't use a zero-byte file,
|
D | locale-zh.m4 | 51 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
|
D | locale-ja.m4 | 54 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
|
D | locale-fr.m4 | 50 one byte long. This excludes the UTF-8 encoding. */
|
/ndk/sources/host-tools/make-3.81/config/ |
D | progtest.m4 | 41 # Find out how to test for executable files. Don't use a zero-byte file,
|
/ndk/docs/text/ |
D | CPU-X86.text | 83 - Use 16-byte data alignment for faster load and store
|
D | STANDALONE-TOOLCHAIN.text | 279 (with the exception of multi-byte encoding/decoding functions and 282 - If you target any prior API level, the size of wchar_t will be 1 byte
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | nl.po | 106 msgid "delimiter character is not a single-byte character" 107 msgstr "scheidingsteken is niet één enkele byte"
|
D | el.po | 104 msgid "delimiter character is not a single-byte character" 105 msgstr "ο χαρακτήρας διαχωριστής έχει μέγεθος μεγαλύτερο από ένα byte"
|
D | it.po | 125 msgid "delimiter character is not a single-byte character" 126 msgstr "il carattere delimitatore � multi-byte"
|
D | pt.po | 104 msgid "delimiter character is not a single-byte character" 105 msgstr "carácter delimitador não tem um único 'byte'"
|
D | gl.po | 105 msgid "delimiter character is not a single-byte character" 106 msgstr "o car�cter delimitador non � un car�cter de byte simple"
|
D | id.po | 106 msgid "delimiter character is not a single-byte character" 107 msgstr "karakter pembatas bukan sebuah karakter byte-tunggal"
|
D | ca.po | 104 msgid "delimiter character is not a single-byte character" 105 msgstr "el car�cter delimitador no �s un car�cter d'un byte"
|
D | vi.po | 105 msgid "delimiter character is not a single-byte character" 106 msgstr "ký tự định giới không phải là ký tự byte đơn"
|
D | sed.pot | 105 msgid "delimiter character is not a single-byte character"
|
D | sv.po | 103 msgid "delimiter character is not a single-byte character" 104 msgstr "avgränsningstecknet är inte en ensam byte"
|
D | zh_CN.po | 105 msgid "delimiter character is not a single-byte character"
|