Searched refs:byte (Results 1 – 19 of 19) sorted by relevance
/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 | 249 uint8_t byte = getByte(data, offset++); in _Unwind_VRS_Interpret() local 250 if ((byte & 0x80) == 0) { in _Unwind_VRS_Interpret() 253 if (byte & 0x40) in _Unwind_VRS_Interpret() 254 sp -= (((uint32_t)byte & 0x3f) << 2) + 4; in _Unwind_VRS_Interpret() 256 sp += ((uint32_t)byte << 2) + 4; in _Unwind_VRS_Interpret() 259 switch (byte & 0xf0) { in _Unwind_VRS_Interpret() 264 (((uint32_t)byte & 0x0f) << 12) | in _Unwind_VRS_Interpret() 274 uint8_t reg = byte & 0x0f; in _Unwind_VRS_Interpret() 285 uint32_t registers = RegisterMask(4, byte & 0x07); in _Unwind_VRS_Interpret() 286 if (byte & 0x08) in _Unwind_VRS_Interpret() [all …]
|
D | AddressSpace.hpp | 190 uint8_t byte; in getSLEB128() local 194 byte = *p++; in getSLEB128() 195 result |= ((byte & 0x7f) << bit); in getSLEB128() 197 } while (byte & 0x80); in getSLEB128() 199 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 | 183 unsigned char byte; in readULEB128() local 187 byte = *p++; in readULEB128() 188 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readULEB128() 190 } while (byte & 0x80); in readULEB128() 206 unsigned char byte; in readSLEB128() local 210 byte = *p++; in readSLEB128() 211 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readSLEB128() 213 } while (byte & 0x80); in readSLEB128() 215 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/make-3.81/config/ |
D | progtest.m4 | 41 # Find out how to test for executable files. Don't use a zero-byte file,
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING.RUNTIME | 47 Java Virtual Machine byte code, into Target Code. Thus, for example,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | atomic | 607 // the default operator= in an object is not volatile, a byte-by-byte copy
|
D | memory | 3189 // Return a 16-byte hash for 48 bytes. Quick and dirty. 3202 // Return a 16-byte hash for s[0] ... s[31], a, and b. Quick and dirty. 3213 // Return an 8-byte hash for 33 to 64 bytes. 3266 // Decrease len to the nearest multiple of 64, and operate on 64-byte chunks.
|
D | locale | 104 wide_string from_bytes(char byte);
|
/ndk/sources/host-tools/make-3.81/po/ |
D | da.po | 64 msgstr "Medlem '%s'%s: %ld byte ved %ld (/%ld).\n" 468 msgstr "kan ikke tildele %ld byte til hash-spande: hukommelsen opbrugt"
|
D | vi.po | 66 msgstr "Bộ phạn « %s »%s: %ld byte với %ld (%ld).\n" 483 msgstr "không thể cấp phát %ld byte cho bảng băm: hết bộ nhớ hoàn toàn"
|
D | sv.po | 65 msgstr "Medlem \"%s\"%s: %ld byte vid %ld (%ld).\n"
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 478 a null byte in output. thanks to ken stailey for the fix.
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 4607 # Find out how to test for executable files. Don't use a zero-byte file, 4718 # Find out how to test for executable files. Don't use a zero-byte file, 4789 # Find out how to test for executable files. Don't use a zero-byte file,
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2735 emacs -f batch-byte-compile $<
|
D | make.texi | 3246 emacs -f batch-byte-compile $<
|