/third_party/ffmpeg/libavcodec/alpha/ |
H A D | me_cmp_alpha.c | 58 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_ in pix_abs16x16_x2_mvi() [all...] |
H A D | me_cmp_mvi_asm.S | 104 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 t [all...] |
H A D | asm.h | 128 #define perr __builtin_alpha_perr macro 142 #define perr(a, b) ({ uint64_t __r; __asm__ (".arch ev6; perr %r1,%r2,%0" : "=r" (__r) : "%rJ" (a), "rJ" (b)); __r; }) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnfp.cpp | 126 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.postContext); in TestParse()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | kill-phi-ttsbb2.c | 3 int foo(int perr); 4 int foo(int perr) in foo() argument 19 if (perr) in foo()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 233 perr("No space for directory buffer (%zu)", len); in resetDosDirSection() 239 perr("No space for directory delbuf (%zu)", len); in resetDosDirSection() 246 perr("No space for directory entry"); in resetDosDirSection() 320 perr("Unable to lseek to %" PRId64, off); in delete() 324 perr("Unable to read directory"); in delete() 332 perr("Unable to lseek to %" PRId64, off); in delete() 336 perr("Unable to write directory"); in delete() 493 perr("No space for directory buffer (%u)", in check_subdirectory() 501 perr("Unable to read directory"); in check_subdirectory() 601 perr("Unabl in readDosDirSection() [all...] |
H A D | fat.c | 595 perr("No space for FAT sectors (%zu)", len); in checkdirty() 600 perr("Unable to read FAT"); in checkdirty() 606 perr("Unable to read FAT"); in checkdirty() 662 perr("No memory for FAT sectors (%zu)", len); in cleardirty() 667 perr("Unable to read FAT"); in cleardirty() 678 perr("Unable to write FAT"); in cleardirty() 744 perr("No space for FAT (%zu)", readsize); in _readfat() 749 perr("Unable to read FAT"); in _readfat() 753 perr("Unable to read FAT"); in _readfat() 765 perr("N in _readfat() [all...] |
H A D | boot.c | 53 perr("could not read boot block"); in readboot() 203 perr("could not read fsinfo block"); in readboot() 231 perr("Unable to write bpbFSInfo"); in readboot() 344 perr("could not read fsinfo block"); in writefsinfo() 359 perr("Unable to write bpbFSInfo"); in writefsinfo()
|
H A D | fsutil.h | 31 #define perr printf macro
|
H A D | check.c | 74 perr("Can't open `%s'", fname); in checkfilesys()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/ |
H A D | stdio_perror_test.cpp | 23 const char* perr = "test perror success: No such file or directory\n"; in HWTEST_F() local 24 EXPECT_STREQ(perr, out.c_str()); in HWTEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 66 int *perr); 74 int depth, int *perr); 99 int *perr) in generate_v3() 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() 422 depth + 1, perr); in asn1_multi() 98 generate_v3(const char *str, X509V3_CTX *cnf, int depth, int *perr) generate_v3() argument 401 asn1_multi(int utype, const char *section, X509V3_CTX *cnf, int depth, int *perr) asn1_multi() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 66 int *perr); 74 int depth, int *perr); 99 int *perr) in generate_v3() 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() 422 depth + 1, perr); in asn1_multi() 98 generate_v3(const char *str, X509V3_CTX *cnf, int depth, int *perr) generate_v3() argument 401 asn1_multi(int utype, const char *section, X509V3_CTX *cnf, int depth, int *perr) asn1_multi() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 1585 UParseError perr; in test_fmt() local 1587 unum_applyPattern(fmt, false, buffer, -1, &perr, &status); in test_fmt() 1731 UParseError perr; in TestRBNFFormat() local 1745 formats[0] = unum_open(UNUM_PATTERN_DECIMAL, pat, -1, "en_US", &perr, &status); in TestRBNFFormat() 1752 formats[1] = unum_open(UNUM_SPELLOUT, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat() 1759 formats[2] = unum_open(UNUM_ORDINAL, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat() 1766 formats[3] = unum_open(UNUM_DURATION, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat() 1810 formats[4] = unum_open(UNUM_PATTERN_RULEBASED, pat, -1, "en_US", &perr, &status); in TestRBNFFormat()
|