Searched refs:encoding (Results 1 - 25 of 38) sorted by relevance

12

/barrelfish-master/lib/cxx/unwind/
H A DCompactUnwinder.hpp70 _LIBUNWIND_ABORT("invalid compact unwind encoding");
105 _LIBUNWIND_DEBUG_LOG("bad register for EBP frame, encoding=%08X for "
108 _LIBUNWIND_ABORT("invalid compact unwind encoding");
119 compact_unwind_encoding_t encoding, uint32_t functionStart,
122 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_SIZE);
124 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST);
126 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT);
128 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_PERMUTATION);
224 _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for "
226 encoding, functionStar
118 stepWithCompactEncodingFrameless( compact_unwind_encoding_t encoding, uint32_t functionStart, A &addressSpace, Registers_x86 &registers, bool indirectStackSize) argument
349 stepWithCompactEncodingFrameless( compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, Registers_x86_64 &registers, bool indirectStackSize) argument
531 stepWithCompactEncodingFrameless( compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, Registers_arm64 &registers) argument
613 stepWithCompactEncodingFrame( compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, Registers_arm64 &registers) argument
[all...]
H A DAddressSpace.hpp224 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
297 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, argument
304 switch (encoding & 0x0F) {
349 _LIBUNWIND_ABORT("unknown pointer encoding");
353 switch (encoding & 0x70) {
361 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
366 // function with a datarelBase of 0 and DW_EH_PE_datarel encoding.
372 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
375 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
378 _LIBUNWIND_ABORT("unknown pointer encoding");
[all...]
H A DUnwind_AppleExtras.cpp30 unsigned long encoding;
H A DUnwindCursor.hpp322 uint32_t encoding(uint32_t index) const { function in class:libunwind::UnwindSectionRegularArray
325 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding));
1457 // If compact encoding table gave offset into dwarf section, go directly there
1574 uint32_t encoding = 0; local
1614 encoding = pageIndex.encoding(low);
1685 // encoding is in common table in section header
1686 encoding = _addressSpace.get32(
1691 // encoding is in page specific table
1694 encoding
[all...]
/barrelfish-master/lib/libc/locale/
H A Drunefile.h46 char encoding[32]; member in struct:__anon1010
H A Dsetrunelocale.c96 __setrunelocale(struct xlocale_ctype *l, const char *encoding) argument
106 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) {
112 /* Range checking not needed, encoding length already checked before */
113 asprintf(&path, "%s/%s/LC_CTYPE", _PathLocale, encoding);
H A Dcollate.c70 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table);
83 __collate_load(const char *encoding, __unused locale_t unused) argument
85 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) {
92 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) {
100 * Load the collation tables for the specified encoding into the global table.
103 __collate_load_tables(const char *encoding) argument
106 return (__collate_load_tables_l(encoding, &__xlocale_global_collate));
110 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) argument
122 /* 'encoding' mus
[all...]
H A Drune.c165 memcpy(rl->__encoding, frl->encoding, sizeof(rl->__encoding));
/barrelfish-master/lib/compiler-rt/builtins/
H A Dgcc_personality_v0.c61 static uintptr_t readEncodedPointer(const uint8_t **data, uint8_t encoding) { argument
65 if (encoding == DW_EH_PE_omit)
69 switch (encoding & 0x0F) {
109 switch (encoding & 0x70) {
127 if (encoding & DW_EH_PE_indirect) {
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_grammar.pl113 encoding.
114 requ_head(accept_encoding) --> ["Accept"], [-], [encoding], [:],
115 encoding.
135 encoding --> rest.
174 obje_head(contentEncoding) --> ["Content"], [-], ["Encoding"], [:], encoding.
175 obje_head(contentEncoding) --> ["Content"], [-], [encoding], [:], encoding.
180 ["Content"], [-], [transfer], [-], [encoding],
H A Dhttp_client.pl105 - encoding of a request
122 The request encoding composes a full request.
215 - analyse the response header -> length, type, encoding of the object body
H A Dhttp_server.pl79 - encoding of the response (depending on server function)
229 response encoding:
289 <LI> encoding of the response (depending on server function)
/barrelfish-master/include/arch/x86_64/barrelfish/
H A Dinvocations_arch.h138 * \param encoding Encoding of the field to read from the VMCS
142 uintptr_t encoding,
146 encoding, (uintptr_t)addr).error;
155 * \param encoding Encoding of the field to write to the VMCS.
160 uintptr_t encoding,
164 encoding, value).error;
141 invoke_dispatcher_vmread(struct capref dispatcher, uintptr_t encoding, lvaddr_t *addr) argument
159 invoke_dispatcher_vmwrite(struct capref dispatcher, uintptr_t encoding, uintptr_t value) argument
/barrelfish-master/lib/cxx/include/mach-o/
H A Dcompact_unwind_encoding.h99 // For x86 there are four modes for the compact unwind encoding:
113 // unwind encoding) is added to the ESP. Then the return is done by
124 // large to encode in the compact unwind encoding. Instead it requires that
126 // encoding contains the offset to the nnnnnnnn value in the function in
129 // No compact unwind encoding is available. Instead the low 24-bits of the
130 // compact encoding is the offset of the DWARF FDE in the __eh_frame section.
135 // The permutation encoding is a Lehmer code sequence encoded into a
139 // The following is the algorithm used to create the permutation encoding used
233 // For x86_64 there are four modes for the compact unwind encoding:
247 // unwind encoding) i
447 compact_unwind_encoding_t encoding; member in struct:unwind_info_regular_second_level_entry
[all...]
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestenc.com1 $! TESTENC.COM -- Test encoding and decoding
/barrelfish-master/kernel/include/arch/x86_64/
H A Dvmx_vmkit.h311 errval_t vmread(uintptr_t encoding, lvaddr_t *dest_addr);
312 errval_t vmwrite(uintptr_t encoding, uintptr_t source);
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml_diagnosis.pl19 * Message is an atom naming the type of error; Path is a string encoding a
H A Dxml_utilities.pl204 canonical_xml_declaration_attribute( encoding, "utf-8" ).
205 % canonical_xml_declaration_attribute( encoding, "utf-16" ).
207 canonical_xml_declaration_attribute( encoding, "us-ascii" ).
208 canonical_xml_declaration_attribute( encoding, "ascii" ).
209 canonical_xml_declaration_attribute( encoding, "iso-8859-1" ).
210 canonical_xml_declaration_attribute( encoding, "iso-8859-2" ).
211 canonical_xml_declaration_attribute( encoding, "iso-8859-15" ).
212 canonical_xml_declaration_attribute( encoding, "windows-1252" ).
213 % In general, it's better not to specify an encoding.
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp243 /// @param encoding dwarf encoding type
247 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
250 if (encoding == DW_EH_PE_omit)
254 switch (encoding & 0x0F)
289 switch (encoding & 0x70)
308 if (result && (encoding & DW_EH_PE_indirect))
/barrelfish-master/kernel/arch/x86_64/
H A Dvmx_vmkit.c213 // Reads a component with a specified encoding from the current VMCS
215 errval_t vmread(uintptr_t encoding, lvaddr_t *dest_addr) argument
217 __asm volatile("vmread %[encoding], %[dest_addr]\n\t"
219 : [encoding] "r" (encoding), [dest_addr] "m" (*dest_addr)
224 // Writes a component with a specifed encoding and value to the current
226 errval_t vmwrite(uintptr_t encoding, uintptr_t value) argument
228 __asm volatile("vmwrite %[value], %[encoding]\n\t"
230 : [encoding] "r" (encoding), [valu
[all...]
H A Dpage_mappings_arch.c479 supported. This encoding is treated as reserved by hardware
484 Requests are blocked. This encoding is treated by hardware as
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dec_io.h69 #define StreamEncoding(nst) (nst)->encoding
H A Dtypes.h251 int encoding; /* bytes, utf8, etc. */ member in struct:stream_d
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumscalendar.tex53 \item[time_to_mjd(+H:M:S, -MJD)] returns a float MJD \lt 1.0 encoding the
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dhybrid.tex322 It is illustrated in the following encoding
393 \verb0pos_overlap0 constraint to the original encoding:
641 The encoding in {\tt ic} is as follows:
675 In practice this encoding dramatically enhances the efficiency of the
877 encoding the {\em overlap} constraints in the repair library,

Completed in 397 milliseconds

12