Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Ddwarf_helper.cc59 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/
DUnwind-EHABI.cpp249 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 …]
DAddressSpace.hpp190 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()
DUnwindRegistersRestore.S181 ; 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
DUnwindRegistersSave.S183 ; r4 is now a 16-byte aligned pointer into the red zone
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp183 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()
Dfallback_malloc.ipp22 // 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/
Dprogtest.m441 # Find out how to test for executable files. Don't use a zero-byte file,
/ndk/build/tools/toolchain-licenses/
DCOPYING.RUNTIME47 Java Virtual Machine byte code, into Target Code. Thus, for example,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Datomic607 // the default operator= in an object is not volatile, a byte-by-byte copy
Dmemory3189 // 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.
Dlocale104 wide_string from_bytes(char byte);
/ndk/sources/host-tools/make-3.81/po/
Dda.po64 msgstr "Medlem '%s'%s: %ld byte ved %ld (/%ld).\n"
468 msgstr "kan ikke tildele %ld byte til hash-spande: hukommelsen opbrugt"
Dvi.po66 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"
Dsv.po65 msgstr "Medlem \"%s\"%s: %ld byte vid %ld (%ld).\n"
/ndk/sources/host-tools/nawk-20071023/
DFIXES478 a null byte in output. thanks to ken stailey for the fix.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.04607 # 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/
Dmake.info-12735 emacs -f batch-byte-compile $<
Dmake.texi3246 emacs -f batch-byte-compile $<