Searched refs:code (Results 126 - 150 of 4188) sorted by relevance

1234567891011>>

/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_uchar.c22 void *code; local
23 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
34 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_uchar_fn, NULL, code) == FFI_OK);
36 res = (*((cls_ret_uchar)code))(127);
H A Dcls_uint.c23 void *code; local
24 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_uint_fn, NULL, code) == FFI_OK);
37 res = (*((cls_ret_uint)code))(2147483647);
H A Dcls_ushort.c23 void *code; local
24 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_ushort_fn, NULL, code) == FFI_OK);
37 res = (*((cls_ret_ushort)code))(65535);
/external/python/cpython3/Modules/cjkcodecs/
H A D_codecs_tw.c18 DBCHAR code; local
32 if (TRYMAP_ENC(big5, code, c))
37 OUTBYTE1(code >> 8);
38 OUTBYTE2(code & 0xFF);
77 DBCHAR code; local
89 if (TRYMAP_ENC(cp950ext, code, c))
91 else if (TRYMAP_ENC(big5, code, c))
96 OUTBYTE1(code >> 8);
97 OUTBYTE2(code & 0xFF);
H A D_codecs_jp.c24 DBCHAR code; local
52 if (TRYMAP_ENC(cp932ext, code, c)) {
53 OUTBYTE1(code >> 8);
54 OUTBYTE2(code & 0xff);
56 else if (TRYMAP_ENC(jisxcommon, code, c)) {
57 if (code & 0x8000) /* MSB set: JIS X 0212 */
61 c1 = code >> 8;
62 c2 = code & 0xff;
155 DBCHAR code; local
167 EMULATE_JISX0213_2000_ENCODE_BMP(code,
245 Py_UCS4 code, decoded; local
333 DBCHAR code; local
453 DBCHAR code; local
568 DBCHAR code = NOCHAR; local
675 Py_UCS4 code, decoded; local
[all...]
/external/python/cpython3/Modules/clinic/
H A Dfcntlmodule.c.h3 [clinic start generated code]*/
19 "corresponding to the return value of the fcntl call in the C code.");
25 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg);
32 int code; local
36 conv_descriptor, &fd, &code, &arg)) {
39 return_value = fcntl_fcntl_impl(module, fd, code, arg);
76 "code.");
82 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code,
90 unsigned int code; local
95 conv_descriptor, &fd, &code,
124 int code; local
175 int code; local
[all...]
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_chassis.h46 const char *dmi_chassis_type(uint8_t code);
47 const char *dmi_chassis_lock(uint8_t code);
48 const char *dmi_chassis_state(uint8_t code);
49 const char *dmi_chassis_security_status(uint8_t code);
/external/tensorflow/tensorflow/contrib/lite/
H A Derror_reporter.cc26 int code = Report(format, args); local
28 return code;
36 int code = Report(format, args); local
38 return code;
/external/v8/src/base/
H A Dcompiler-specific.h2 // Use of this source code is governed by a BSD-style license that can be
94 #define NON_EXPORTED_BASE(code) \
96 code
101 #define NON_EXPORTED_BASE(code) code
/external/python/cpython2/Modules/cjkcodecs/
H A D_codecs_jp.c24 DBCHAR code; local
51 TRYMAP_ENC(cp932ext, code, c) {
52 OUT1(code >> 8)
53 OUT2(code & 0xff)
55 else TRYMAP_ENC(jisxcommon, code, c) {
56 if (code & 0x8000) /* MSB set: JIS X 0212 */
60 c1 = code >> 8;
61 c2 = code & 0xff;
151 DBCHAR code; local
164 EMULATE_JISX0213_2000_ENCODE_BMP(code,
238 ucs4_t code; local
320 DBCHAR code; local
437 DBCHAR code; local
545 DBCHAR code = NOCHAR; local
643 ucs4_t code; local
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_copy_reg.py46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
47 e = ExtensionSaver(code)
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
57 self.assertNotIn(code, copy_reg._extension_cache)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
60 # Conflicting code.
62 mod, func, code
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_copyreg.py45 mod, func, code = 'junk1 ', ' junk2', 0xabcd
46 e = ExtensionSaver(code)
50 mod, func, code)
51 copyreg.add_extension(mod, func, code)
53 self.assertTrue(copyreg._extension_registry[mod, func] == code)
54 self.assertTrue(copyreg._inverted_registry[code] == (mod, func))
56 self.assertNotIn(code, copyreg._extension_cache)
58 copyreg.add_extension(mod, func, code) # shouldn't blow up
59 # Conflicting code.
61 mod, func, code
[all...]
/external/libunwind/src/ia64/
H A Dunwind_decoder.h51 * UNW_DEC_BAD_CODE(code)
107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) argument
124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) argument
142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) argument
162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) argument
183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) argument
185 int body = (code & 0x20) != 0;
188 rlen = (code & 0x1f);
194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) argument
201 mask = ((code
209 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) argument
219 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) argument
228 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) argument
277 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) argument
290 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) argument
389 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) argument
401 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) argument
411 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) argument
449 unsigned char code, primary; local
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java26 * Permission given by <CITE>wbrogden</CITE> for code to be used anywhere.
59 * The max code length for metaphone is 4
77 * @param txt String to find the metaphone code for
78 * @return A metaphone code corresponding to the String supplied
93 StringBuffer code = new StringBuffer(10) ; // output
135 while ((code.length() < this.getMaxCodeLen()) &&
136 (n < wdsz) ) { // max code size of 4 works well
145 code.append(symb);
153 code.append(symb);
163 code
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java73 * <code>null</code> to disable automatic
76 * <code>null</code> for the system locale
107 * @param code the status code of the response
108 * @param reason the reason phrase to the status code, or
109 * <code>null</code>
112 final int code,
111 BasicHttpResponse(final ProtocolVersion ver, final int code, final String reason) argument
147 setStatusLine(final ProtocolVersion ver, final int code) argument
153 setStatusLine(final ProtocolVersion ver, final int code, final String reason) argument
160 setStatusCode(int code) argument
204 getReason(int code) argument
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) argument
89 defaultOffset = readInt(code, offset); offset += 4;
90 int jumpOffsetCount = readInt(code, offset); offset += 4;
98 cases[index] = readInt(code, offset); offset += 4;
99 jumpOffsets[index] = readInt(code, offset); offset += 4;
104 protected void writeInfo(byte[] code, int offset) argument
109 writeByte(code, offset++, 0);
113 writeInt(code, offset, defaultOffset); offset += 4;
114 writeInt(code, offset, cases.length); offset += 4;
119 writeInt(code, offse
[all...]
H A DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) argument
93 defaultOffset = readInt(code, offset); offset += 4;
94 lowCase = readInt(code, offset); offset += 4;
95 highCase = readInt(code, offset); offset += 4;
102 jumpOffsets[index] = readInt(code, offset); offset += 4;
107 protected void writeInfo(byte[] code, int offset) argument
112 writeByte(code, offset++, 0);
116 writeInt(code, offset, defaultOffset); offset += 4;
117 writeInt(code, offset, lowCase); offset += 4;
118 writeInt(code, offse
[all...]
/external/libxkbcommon/xkbcommon/src/
H A Dkeysym.c303 UCSConvertCase(uint32_t code, xkb_keysym_t *lower, xkb_keysym_t *upper) argument
309 /* the code to work out the mappings. Zero values mean */
310 /* undefined code points. */
462 *lower = code;
463 *upper = code;
466 if (code <= 0x00ff) {
467 if (code >= 0x0041 && code <= 0x005a) /* A-Z */
469 else if (code >= 0x0061 && code <
[all...]
/external/pcre/dist2/src/
H A Dpcre2_auto_possess.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
65 zero because property types are handled separately in the code. The last four
162 because they can all use the same code. For more details see the comment where
289 /* Checks whether the code points to an opcode that can take part in auto-
293 code points to start of expression
302 Returns: points to the start of the next opcode if *code is accepted
303 NULL if *code is not accepted
307 get_chr_property_list(PCRE2_SPTR code, BOO argument
515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb, const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit) argument
1062 auto_possessify(PCRE2_UCHAR *code, BOOL utf, const compile_block *cb) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c61 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
70 fprintf(stderr, "code_offset_ext: %08x\n", code->r400_code_offset_ext);
73 for (n = 0; n <= (code->config & 3); n++) {
74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n];
76 (((code->r400_code_offset_ext >> (24 - (n * 6))) & 0x7) << 6);
78 (((code->r400_code_offset_ext >> (27 - (n * 6))) & 0x7) << 6);
86 if (n > 0 || (code
[all...]
H A Dr300_fragprog_emit.c58 struct r300_fragment_program_code *code = &c->code->code.r300
83 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) argument
85 if (index > code->pixsize)
86 code->pixsize = index;
89 static unsigned int use_source(struct r300_fragment_program_code* code, struct rc_pair_instruction_source src) argument
97 use_temporary(code, src.Index);
157 if (code->alu.length >= c->Base.max_alu_insts) {
162 ip = code
308 struct r300_fragment_program_code *code = &emit->compiler->code->code.r300; local
481 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
[all...]
/external/python/cpython2/Tools/world/
H A Dworld11 code found in the address. Addresses can be in any of the following forms:
13 xx -- just the country code or top-level domain identifier
39 authoritative source of country code mappings is:
59 code followed by the country name. Note that the three letter country
76 country code is found.
94 def usage(code, msg=''):
98 sys.exit(code)
125 for code, country in all.items():
128 matches.append(code)
134 code
[all...]
/external/libevent/
H A Devent_rpcgen.py7 # Generates marshaling code based on libevent.
78 def PrintIndented(self, file, ident, code):
80 for entry in code:
84 """ Knows how to generate C code for a struct """
296 code = [
299 code = TranslateList(code, entry.GetTranslation())
301 file, ' ', code)
438 code = [ 'int %s(struct %s *, %s *);' % (
440 return code
[all...]
/external/llvm/test/MC/Mips/
H A Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all...]
/external/libxml2/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]

Completed in 699 milliseconds

1234567891011>>