HomeSort by relevance Sort by last modified time
    Searched refs:ENCODING (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/MC/ARM/
coff-relocations.s 5 @ RUN: | llvm-objdump -d - | FileCheck %s -check-prefix CHECK-ENCODING
17 @ CHECK-ENCODING-LABEL: branch24t
18 @ CHECK-ENCODING-NEXT: b.w #0
24 @ CHECK-ENCODING-LABEL: branch20t
25 @ CHECK-ENCODING-NEXT: blo.w #0
31 @ CHECK-ENCODING-LABEL: blx23t
32 @ CHECK-ENCODING-NEXT: bl #0
40 @ CHECK-ENCODING-LABEL: mov32t
41 @ CHECK-ENCODING-NEXT: movw r0, #0
42 @ CHECK-ENCODING-NEXT: movt r0, #
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 209 Encoding = byteFromRec(Rec, "OpEncBits");
288 if (Encoding == X86Local::EVEX) {
376 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
467 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) {
468 // The scaling factor for AVX512 compressed displacement encoding is an
469 // instruction attribute. Adjust the ModRM encoding type to include the
471 if (encoding != ENCODING_RM || CD8_Scale == 0)
473 encoding = (OperandEncoding)(encoding + Log2_32(CD8_Scale))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc,
    [all...]
xmltok_ns.c 8 const ENCODING *
14 const ENCODING *
29 static const ENCODING * const NS(encodings)[] = {
40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
71 static const ENCODING *
72 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
92 const ENCODING *enc,
99 const ENCODING **encoding,
    [all...]
xmlrole.c 105 const ENCODING *enc);
132 const ENCODING *enc)
169 const ENCODING *enc)
200 const ENCODING *enc)
221 const ENCODING *enc)
239 const ENCODING *enc)
269 const ENCODING *enc)
286 const ENCODING *enc)
303 const ENCODING *enc)
323 const ENCODING *enc)
    [all...]
xmltok.c 125 isNever(const ENCODING *enc, const char *p)
131 utf8_isName2(const ENCODING *enc, const char *p)
137 utf8_isName3(const ENCODING *enc, const char *p)
145 utf8_isNmstrt2(const ENCODING *enc, const char *p)
151 utf8_isNmstrt3(const ENCODING *enc, const char *p)
159 utf8_isInvalid2(const ENCODING *enc, const char *p)
165 utf8_isInvalid3(const ENCODING *enc, const char *p)
171 utf8_isInvalid4(const ENCODING *enc, const char *p)
177 ENCODING enc;
180 int (PTRFASTCALL *byteType)(const ENCODING *, const char *);
1093 const ENCODING **encoding, variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc,
    [all...]
xmltok_ns.c 1 const ENCODING *
7 const ENCODING *
22 static const ENCODING * const NS(encodings)[] = {
33 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
41 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
49 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
64 static const ENCODING *
65 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
85 const ENCODING *enc,
92 const ENCODING **encoding,
    [all...]
xmlrole.c 99 const ENCODING *enc);
126 const ENCODING *enc)
163 const ENCODING *enc)
194 const ENCODING *enc)
215 const ENCODING *enc)
233 const ENCODING *enc)
263 const ENCODING *enc)
280 const ENCODING *enc)
297 const ENCODING *enc)
317 const ENCODING *enc)
    [all...]
  /external/python/cpython2/Modules/expat/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc
    [all...]
xmltok_ns.c 8 const ENCODING *
14 const ENCODING *
29 static const ENCODING * const NS(encodings)[] = {
40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
71 static const ENCODING *
72 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
92 const ENCODING *enc,
99 const ENCODING **encoding
    [all...]
xmlrole.c 105 const ENCODING *enc);
132 const ENCODING *enc)
169 const ENCODING *enc)
200 const ENCODING *enc)
221 const ENCODING *enc)
239 const ENCODING *enc)
269 const ENCODING *enc)
286 const ENCODING *enc)
303 const ENCODING *enc)
323 const ENCODING *enc
    [all...]
  /external/python/cpython3/Modules/expat/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc
    [all...]
xmltok_ns.c 8 const ENCODING *
14 const ENCODING *
29 static const ENCODING * const NS(encodings)[] = {
40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
71 static const ENCODING *
72 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
92 const ENCODING *enc,
99 const ENCODING **encoding
    [all...]
xmlrole.c 105 const ENCODING *enc);
132 const ENCODING *enc)
169 const ENCODING *enc)
200 const ENCODING *enc)
221 const ENCODING *enc)
239 const ENCODING *enc)
269 const ENCODING *enc)
286 const ENCODING *enc)
303 const ENCODING *enc)
323 const ENCODING *enc
    [all...]
  /external/expat/lib/
xmltok.h 153 struct encoding;
154 typedef struct encoding ENCODING;
156 typedef int (PTRCALL *SCANNER)(const ENCODING *,
167 struct encoding { struct
170 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
174 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
175 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
176 int (PTRCALL *getAtts)(const ENCODING *enc,
180 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr)
    [all...]
xmltok_ns.c 35 const ENCODING *
41 const ENCODING *
56 static const ENCODING * const NS(encodings)[] = {
67 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
75 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
83 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
98 static const ENCODING *
99 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
119 const ENCODING *enc,
126 const ENCODING **encoding
    [all...]
xmlrole.c 127 const ENCODING *enc);
154 const ENCODING *enc)
191 const ENCODING *enc)
229 const ENCODING *UNUSED_P(enc))
250 const ENCODING *UNUSED_P(enc))
268 const ENCODING *enc)
298 const ENCODING *UNUSED_P(enc))
315 const ENCODING *UNUSED_P(enc))
332 const ENCODING *UNUSED_P(enc))
352 const ENCODING *UNUSED_P(enc)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 519 Spec->operands[operandIndex].encoding = ENCODING_DUP;
527 Spec->operands[operandIndex].encoding = encodingFromString(typeName,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /external/python/cpython2/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /external/python/cpython3/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 75 * encoding = <var>string</var>.
77 * <p><code>encoding</code> specifies the preferred character
78 * encoding that the Transformer should use to encode sequences of
79 * characters as sequences of bytes. The value of the encoding property should be
88 public static final String ENCODING = "encoding";
187 * according to the character encoding actually used by the output
  /external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java 69 byte[] keyBytes = keyString.getBytes(ENCODING);
76 byte[] text = baseString.getBytes(ENCODING);
81 private static final String ENCODING = OAuth.ENCODING;
  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 5 @ RUN: | llvm-objdump -d - | FileCheck -check-prefix CHECK-ENCODING %s
35 @ CHECK-ENCODING: 0: 40 f2 00 00
36 @ CHECK-ENCODING-NEXT: 4: c0 f2 01 00

Completed in 358 milliseconds

1 2 3 4 5 6 7