Home
last modified time | relevance | path

Searched refs:perr (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dme_cmp_alpha.c58 result += perr(p1, p2); in pix_abs8x8_mvi()
69 result += perr(p1, p2); in pix_abs8x8_mvi()
99 result += perr(p1_l, p2_l)
100 + perr(p1_r, p2_r);
113 result += perr(p1_l, p2_l)
114 + perr(p1_r, p2_r);
142 result += perr(p1_l, p2_l) in pix_abs16x16_x2_mvi()
143 + perr(p1_r, p2_r); in pix_abs16x16_x2_mvi()
165 result += perr(p1_l, p2_l) in pix_abs16x16_x2_mvi()
166 + perr(p1_r, p2_r); in pix_abs16x16_x2_mvi()
[all …]
Dme_cmp_mvi_asm.S104 perr t3, t0, tc # error left
106 perr t4, t2, td # error right
115 perr t8, t5, tc # error left
117 perr t9, t7, td # error right
155 perr t0, t2, t0 # error left
157 perr t1, t3, t1 # error right
160 perr t4, t6, t0 # error left
162 perr t5, t7, t1 # error right
165 perr t8, ta, t0 # error left
167 perr t9, tb, t1 # error right
[all …]
Dasm.h128 #define perr __builtin_alpha_perr macro
142 #define perr(a, b) ({ uint64_t __r; __asm__ (".arch ev6; perr %r1,%r2,%0" : "=r" (__r) : "%rJ"… macro
/third_party/icu/icu4c/source/test/intltest/
Ditrbnfp.cpp126 UParseError perr; in TestParse() local
127 … RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status); in TestParse()
139 …logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.p… in TestParse()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dkill-phi-ttsbb2.c3 int foo(int perr);
4 int foo(int perr) in foo() argument
19 if (perr) in foo()
/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c235 perr("No space for directory buffer (%zu)", len); in resetDosDirSection()
241 perr("No space for directory delbuf (%zu)", len); in resetDosDirSection()
248 perr("No space for directory entry"); in resetDosDirSection()
322 perr("Unable to lseek to %" PRId64, off); in delete()
326 perr("Unable to read directory"); in delete()
334 perr("Unable to lseek to %" PRId64, off); in delete()
338 perr("Unable to write directory"); in delete()
495 perr("No space for directory buffer (%u)", in check_subdirectory()
503 perr("Unable to read directory"); in check_subdirectory()
603 perr("Unable to read directory"); in readDosDirSection()
[all …]
Dfat.c597 perr("No space for FAT sectors (%zu)", len); in checkdirty()
602 perr("Unable to read FAT"); in checkdirty()
608 perr("Unable to read FAT"); in checkdirty()
664 perr("No memory for FAT sectors (%zu)", len); in cleardirty()
669 perr("Unable to read FAT"); in cleardirty()
680 perr("Unable to write FAT"); in cleardirty()
746 perr("No space for FAT (%zu)", readsize); in _readfat()
751 perr("Unable to read FAT"); in _readfat()
755 perr("Unable to read FAT"); in _readfat()
767 perr("No space for FAT cache (%zu of %zu)", in _readfat()
[all …]
Dboot.c55 perr("could not read boot block"); in readboot()
205 perr("could not read fsinfo block"); in readboot()
233 perr("Unable to write bpbFSInfo"); in readboot()
346 perr("could not read fsinfo block"); in writefsinfo()
361 perr("Unable to write bpbFSInfo"); in writefsinfo()
Dfsutil.h31 #define perr printf macro
Dcheck.c76 perr("Can't open `%s'", fname); in checkfilesys()
/third_party/openssl/crypto/asn1/
Dasn1_gen.c66 int *perr);
74 int depth, int *perr);
99 int *perr) in generate_v3() argument
121 *perr = ASN1_R_UNKNOWN_TAG; in generate_v3()
128 *perr = ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG; in generate_v3()
132 *perr = ASN1_R_ILLEGAL_NESTED_TAGGING; in generate_v3()
135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3()
402 int depth, int *perr) in asn1_multi() argument
422 depth + 1, perr); in asn1_multi()
/third_party/libxml2/
Dregressions.py153 pin, pout, perr = os.popen3(cmd)
173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
Drelaxng.c392 int perr; /* signal error in content model member
7998 ctxt->perr = ret; in xmlRelaxNGValidateCompiledCallback()
8022 oldperr = ctxt->perr; in xmlRelaxNGValidateCompiledContent()
8025 ctxt->perr = 0; in xmlRelaxNGValidateCompiledContent()
8081 if ((ret == 0) && (ctxt->perr != 0)) { in xmlRelaxNGValidateCompiledContent()
8082 ret = ctxt->perr; in xmlRelaxNGValidateCompiledContent()
8084 ctxt->perr = oldperr; in xmlRelaxNGValidateCompiledContent()
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c1572 UParseError perr; in test_fmt() local
1574 unum_applyPattern(fmt, FALSE, buffer, -1, &perr, &status); in test_fmt()
1718 UParseError perr; in TestRBNFFormat() local
1732 formats[0] = unum_open(UNUM_PATTERN_DECIMAL, pat, -1, "en_US", &perr, &status); in TestRBNFFormat()
1739 formats[1] = unum_open(UNUM_SPELLOUT, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat()
1746 formats[2] = unum_open(UNUM_ORDINAL, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat()
1753 formats[3] = unum_open(UNUM_DURATION, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat()
1797 formats[4] = unum_open(UNUM_PATTERN_RULEBASED, pat, -1, "en_US", &perr, &status); in TestRBNFFormat()
/third_party/chromium/patch/
D0001-cve.patch124581 - pin, pout, perr = os.popen3(cmd)
124601 - th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))