Searched refs:ByteArray (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A DDisassembler.cpp96 static bool ByteArrayFromString(ByteArrayTy &ByteArray, argument
132 ByteArray.clear();
136 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data()));
162 ByteArrayTy ByteArray; local
165 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM);
167 if (!ByteArray.empty())
168 ErrorOccurred |= PrintInsts(*DisAsm, ByteArray, SM, Out, Streamer);
174 ByteArrayTy &ByteArray = *((ByteArrayTy*)Arg); local
176 if (A >= ByteArray.size())
179 *B = ByteArray[
204 ByteArrayTy ByteArray; local
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DTXTRecord.h148 typedef std::vector< BYTE > ByteArray; typedef in class:CTXTRecord
150 ByteArray m_byteArray;
H A DTXTRecord.cpp44 ByteArray valueArray;
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclBinary.c80 * UTF-8 characters, while a ByteArray is an array of 8-bit quantities.
81 * Accessor functions are provided to convert a ByteArray to a String or a
82 * String to a ByteArray. Two or more consecutive bytes in an array of bytes
84 * a string. But obtaining the String from a ByteArray is guaranteed to
88 * Converting a ByteArray to a String proceeds by casting each byte in the
92 * representation is the same as the ByteArray representation.
94 * Converting a String to a ByteArray proceeds by getting the Unicode
96 * truncating the upper 8 bits, and then storing the byte in the ByteArray.
97 * Converting from ByteArray to String and back to ByteArray i
116 typedef struct ByteArray { struct
124 } ByteArray; typedef in typeref:struct:ByteArray
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclBinary.c73 * formed UTF-8 characters, while a ByteArray is an array of 8-bit quantities.
74 * Accessor functions are provided to convert a ByteArray to a String or a
75 * String to a ByteArray. Two or more consecutive bytes in an array of bytes
77 * a string. But obtaining the String from a ByteArray is guaranteed to
81 * Converting a ByteArray to a String proceeds by casting each byte in the
85 * String representation is the same as the ByteArray representation.
87 * Converting a String to a ByteArray proceeds by getting the Unicode
90 * ByteArray. Converting from ByteArray to String and back to ByteArray
109 typedef struct ByteArray { struct
117 } ByteArray; typedef in typeref:struct:ByteArray
[all...]

Completed in 196 milliseconds