HomeSort by relevance Sort by last modified time
    Searched refs:byte_order (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 310 /// @param[out] byte_order
322 lldb::ByteOrder byte_order; member in struct:lldb_private::ClangExpressionDeclMap::TargetInfo
326 byte_order(lldb::eByteOrderInvalid),
333 return (byte_order != lldb::eByteOrderInvalid &&
  /external/srtp/crypto/test/
datatypes_driver.c 52 byte_order(void);
84 byte_order();
146 /* byte_order() prints out byte ordering of datatypes */
149 byte_order(void) { function
  /external/lldb/include/lldb/Core/
ArchSpec.h 295 SetByteOrder (lldb::ByteOrder byte_order)
297 m_byte_order = byte_order;
  /external/lldb/source/Core/
ValueObjectConstResult.cpp 34 ByteOrder byte_order,
39 byte_order,
45 ByteOrder byte_order,
55 m_data.SetByteOrder(byte_order);
RegisterValue.cpp 217 m_data.buffer.byte_order = src_byte_order;
373 m_data.buffer.byte_order = src.GetByteOrder();
381 m_data.buffer.byte_order) == 0)// dst byte order
665 m_data.buffer.byte_order = rhs.m_data.buffer.byte_order;
    [all...]
Address.cpp 45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t& addr_size)
47 byte_order = eByteOrderInvalid;
55 byte_order = target_sp->GetArchitecture().GetByteOrder();
59 if (byte_order == eByteOrderInvalid || addr_size == 0)
64 byte_order = module_sp->GetArchitecture().GetByteOrder();
68 return byte_order != eByteOrderInvalid && addr_size != 0;
85 ByteOrder byte_order = eByteOrderInvalid; local
87 if (GetByteOrderAndAddressSize (exe_scope, address, byte_order, addr_size))
89 DataExtractor data (&buf, sizeof(buf), byte_order, addr_size);
149 ByteOrder byte_order = eByteOrderInvalid local
    [all...]
Value.cpp 338 data.SetData(m_vector.bytes, m_vector.length, m_vector.byte_order);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 byte_order B32; /* of image data: MSBFirst, LSBFirst */
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.cpp 612 lldb::ByteOrder byte_order = eByteOrderInvalid;
616 byte_order = process->GetByteOrder();
617 return byte_order;
621 bool RegisterContext_x86_64::CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order)
626 if (byte_order == eByteOrderLittle) {
636 if (byte_order == eByteOrderBig) {
649 bool RegisterContext_x86_64::CopyXSTATEtoYMM(uint32_t reg, lldb::ByteOrder byte_order)
654 if (byte_order == eByteOrderLittle) {
663 if (byte_order == eByteOrderBig) {
709 ByteOrder byte_order = GetByteOrder()
    [all...]
RegisterContext_x86_64.h 336 bool CopyXSTATEtoYMM(uint32_t reg, lldb::ByteOrder byte_order);
337 bool CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order);
  /external/lldb/examples/python/
gdbremote.py 353 def get_hex_uint16(self, byte_order):
355 if byte_order == 'big':
363 def get_hex_uint32(self, byte_order):
365 if byte_order == 'big':
377 def get_hex_uint64(self, byte_order):
379 if byte_order == 'big':
419 def get_hex_uint(self, byte_order, n = 0):
420 if byte_order == 'big':
448 def split_hex(self, ch, byte_order):
452 hex_values.append(Packet(str).get_hex_uint(byte_order))
    [all...]
diagnose_nsstring.py 105 little_endian = (target.byte_order == lldb.eByteOrderLittle)
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 395 const ByteOrder byte_order = m_process->GetByteOrder(); local
396 DataExtractor data (buffer.GetBytes(), buffer.GetByteSize(), byte_order, addr_size);
410 data.SetData(buffer.GetBytes(), buffer.GetByteSize(), byte_order);
  /external/libmtp/src/
gphoto2-endian-intel.h 11 #include <machine/byte_order.h>
gphoto2-endian-ppc.h 11 #include <machine/byte_order.h>
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 108 printf("\tbyte_order: %s\n", subpics[i].byte_order == LSBFirst ? "LSB First" : (subpics[i].byte_order == MSBFirst ? "MSB First" : "Unknown"));
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 1117 ByteOrder byte_order = eByteOrderInvalid; local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 282 ByteOrder byte_order = m_process->GetTarget().GetArchitecture().GetByteOrder(); local
284 DataExtractor data (buf, sizeof(buf), byte_order, 4);
686 ByteOrder byte_order = m_process->GetTarget().GetArchitecture().GetByteOrder(); local
692 DataExtractor data (buf, sizeof(buf), byte_order, addr_size);
732 if (byte_order == eByteOrderLittle)
733 byte_order = eByteOrderBig;
735 byte_order = eByteOrderLittle;
737 data.SetByteOrder (byte_order);
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 60 external byte_order : t -> Endian.t = "llvm_datalayout_byte_order"
  /external/libpng/contrib/gregbook/
rpng-x.c 676 ximage->byte_order = MSBFirst;
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
720 /* recall that we set ximage->byte_order = MSBFirst above */
731 /* recall that we set ximage->byte_order = MSBFirst above */
763 /* recall that we set ximage->byte_order = MSBFirst above */
796 /* recall that we set ximage->byte_order = MSBFirst above */
828 /* recall that we set ximage->byte_order = MSBFirst above */
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 620 ByteOrder byte_order = data.GetByteOrder(); local
790 const ByteOrder byte_order = process_sp->GetByteOrder(); local
802 byte_order, local
    [all...]
  /external/llvm/test/Bindings/OCaml/
target.ml 49 assert_equal (DL.byte_order dl) Endian.Little;
  /external/lldb/scripts/Python/interface/
SBData.i 181 endian = target.byte_order
329 __swig_getmethods__["byte_order"] = GetByteOrder
330 __swig_setmethods__["byte_order"] = SetByteOrder
331 if _newclass: byte_order = property(GetByteOrder, SetByteOrder, doc='''A read/write property getting and setting the endianness of this SBData (data.byte_order = lldb.eByteOrderLittle).''')
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 161 ret.byte_order = process->GetByteOrder();
169 ret.byte_order = target->GetArchitecture().GetByteOrder();
210 m_parser_vars->m_target_info.byte_order,
258 m_parser_vars->m_target_info.byte_order,
    [all...]

Completed in 4507 milliseconds

12 3 4