Searched refs:err (Results 126 - 150 of 3342) sorted by relevance

1234567891011>>

/external/openssl/crypto/ec/
H A Dec2_mult.c70 #include <openssl/err.h>
92 if (t1 == NULL) goto err;
94 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
95 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
96 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
97 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
98 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
99 if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) goto err;
100 if (!BN_GF2m_add(x, x, t1)) goto err;
104 err
[all...]
H A Decp_oct.c65 #include <openssl/err.h>
94 if (y == NULL) goto err;
102 if (!BN_nnmod(x, x_, &group->field,ctx)) goto err;
106 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err;
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
111 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
118 if (!BN_mod_lshift1_quick(tmp2, x, &group->field)) goto err;
119 if (!BN_mod_add_quick(tmp2, tmp2, x, &group->field)) goto err;
120 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
151 unsigned long err = ERR_peek_last_error(); local
[all...]
/external/chromium_org/base/
H A Dsafe_strerror_posix.cc37 int err,
41 char *rc = (*strerror_r_ptr)(err, buf, len);
60 int err,
69 int result = (*strerror_r_ptr)(err, buf, len);
98 err);
103 void safe_strerror_r(int err, char *buf, size_t len) { argument
111 wrap_posix_strerror_r(&strerror_r, err, buf, len);
114 std::string safe_strerror(int err) { argument
117 safe_strerror_r(err, buf, sizeof(buf));
35 wrap_posix_strerror_r( char *(*strerror_r_ptr)(int, char *, size_t), int err, char *buf, size_t len) argument
58 wrap_posix_strerror_r( int (*strerror_r_ptr)(int, char *, size_t), int err, char *buf, size_t len) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Deurocreg.c125 UErrorCode err = U_ZERO_ERROR; local
126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err);
127 if (U_FAILURE(err)&&convertersToCheck[i][0])
128 log_data_err("%s \tMISSING [%s]\n", convertersToCheck[i], u_errorName(err));
146 UErrorCode err = U_ZERO_ERROR; local
147 /*const char* myName = ucnv_getName(myConv, &err);*/
154 &err);
155 if (U_FAILURE(err))
165 &err);
167 if (U_FAILURE(err))
[all...]
H A Dstdnmtst.c62 UErrorCode err; local
68 err = U_ZERO_ERROR;
69 standard = ucnv_getStandard(i, &err);
70 if (U_FAILURE(err)) {
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
79 err = U_ZERO_ERROR;
83 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) {
87 err = U_ZERO_ERROR;
88 if (ucnv_getStandard(++i, &err)) {
171 UErrorCode err local
223 UErrorCode err = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth_out_data.c30 int16_t err; local
40 err=(int16_t)WEBRTC_SPL_RSHIFT_W16((psseq[i]-odata[i]), 3);
41 errs+=WEBRTC_SPL_MUL_16_16(err, err); /* errs in Q-6 */
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_plurals.cc14 UErrorCode err = U_ZERO_ERROR; local
16 icu::PluralRules::forLocale(icu::Locale::getDefault(), err));
17 if (U_FAILURE(err)) {
18 err = U_ZERO_ERROR;
20 rules.reset(icu::PluralRules::createRules(fallback_rules, err));
21 DCHECK(U_SUCCESS(err));
37 UErrorCode err = U_ZERO_ERROR; local
58 new icu::PluralFormat(*rules, pattern, err));
59 if (!U_SUCCESS(err)) {
/external/chromium_org/v8/test/webkit/fast/js/
H A Dstack-overflow-arrity-catch.js39 } catch (err) {
44 } catch(err) {
62 } catch(err) {
70 } catch (err) {
/external/icu/icu4c/source/test/cintltst/
H A Deurocreg.c125 UErrorCode err = U_ZERO_ERROR; local
126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err);
127 if (U_FAILURE(err)&&convertersToCheck[i][0])
128 log_data_err("%s \tMISSING [%s]\n", convertersToCheck[i], u_errorName(err));
146 UErrorCode err = U_ZERO_ERROR; local
147 /*const char* myName = ucnv_getName(myConv, &err);*/
154 &err);
155 if (U_FAILURE(err))
165 &err);
167 if (U_FAILURE(err))
[all...]
H A Dstdnmtst.c62 UErrorCode err; local
68 err = U_ZERO_ERROR;
69 standard = ucnv_getStandard(i, &err);
70 if (U_FAILURE(err)) {
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
79 err = U_ZERO_ERROR;
83 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) {
87 err = U_ZERO_ERROR;
88 if (ucnv_getStandard(++i, &err)) {
171 UErrorCode err local
223 UErrorCode err = U_ZERO_ERROR; local
[all...]
/external/libnl/src/lib/
H A Drule.c36 int err; local
38 if ((err = rtnl_rule_alloc_cache(sk, AF_UNSPEC, &cache)) < 0)
39 nl_cli_fatal(err, "Unable to allocate routing rule cache: %s\n",
40 nl_geterror(err));
/external/libpcap/
H A Dsf-pcap-ng.h30 u_int precision, char *errbuf, int *err);
H A Dsf-pcap.h35 u_int precision, char *errbuf, int *err);
/external/lldb/include/lldb/API/
H A DSBHostOS.h35 lldb::SBError *err);
39 lldb::SBError *err);
43 lldb::SBError *err);
47 lldb::SBError *err);
/external/openssl/crypto/x509/
H A Dx509_r2x.c77 goto err;
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
93 goto err;
95 goto err;
98 goto err;
100 goto err;
105 goto err;
108 err:
/external/openssl/ssl/
H A Dssl_err2.c60 #include <openssl/err.h>
/external/yaffs2/yaffs2/direct/
H A Dyaffscfg.h27 void yaffsfs_SetError(int err);
/external/e2fsprogs/lib/quota/
H A Dquotaio.c115 errcode_t err; local
117 if ((err = ext2fs_read_inode(fs, ino, &inode)))
118 return err;
124 err = ext2fs_punch(fs, ino, &inode, NULL, 0, ~0ULL);
125 if (err)
126 return err;
132 err = ext2fs_write_inode(fs, ino, &inode);
133 return err;
155 errcode_t err; local
157 err
179 errcode_t err; local
203 errcode_t err; local
249 errcode_t err = 0; local
285 int err; local
[all...]
/external/chromium_org/media/audio/mac/
H A Daudio_input_mac.cc51 OSStatus err = AudioQueueNewInput(&format_, local
58 if (err != noErr) {
59 HandleError(err);
86 OSStatus err = AudioQueueStart(audio_queue_, NULL); local
87 if (err != noErr) {
88 HandleError(err);
101 OSStatus err = AudioQueueStop(audio_queue_, true);
102 if (err != noErr)
103 HandleError(err);
115 OSStatus err local
153 HandleError(OSStatus err) argument
164 OSStatus err = AudioQueueAllocateBuffer(audio_queue_, local
235 OSStatus err = QueueNextBuffer(audio_buffer); local
[all...]
/external/libnl/lib/route/
H A Droute.c34 int err; local
36 if ((err = rtnl_route_parse(nlh, &route)) < 0)
37 return err;
39 err = pp->pp_cb((struct nl_object *) route, pp);
42 return err;
79 int err; local
87 if (sk && (err = nl_cache_refill(sk, cache)) < 0) {
89 return err;
107 int err; local
112 if ((err
131 int err; local
153 int err; local
[all...]
H A Dqdisc.c101 int err; local
107 err = -NLE_NOMEM;
113 err = tca_msg_parser(n, (struct rtnl_tca *) qdisc);
114 if (err < 0)
119 err = qops->qo_msg_parser(qdisc);
120 if (err < 0)
124 err = pp->pp_cb((struct nl_object *) qdisc, pp);
128 return err;
151 int err; local
153 err
226 int err; local
282 int err; local
355 int err; local
[all...]
/external/zlib/src/test/
H A Dexample.c22 #define CHECK_ERR(err, msg) { \
23 if (err != Z_OK) { \
24 fprintf(stderr, "%s error: %d\n", msg, err); \
92 int err; local
95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
96 CHECK_ERR(err, "compress");
100 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
101 CHECK_ERR(err, "uncompress");
122 int err;
134 fprintf(stderr, "gzputs err
205 int err; local
242 int err; local
284 int err; local
338 int err; local
380 int err; local
417 int err; local
462 int err; local
498 int err; local
[all...]
/external/chromium_org/tools/gn/
H A Dfunction_toolchain.cc8 #include "tools/gn/err.h"
31 Err* err) {
35 if (!v->VerifyTypeIs(Value::BOOLEAN, err))
48 Err* err) {
52 if (!v->VerifyTypeIs(Value::STRING, err))
64 Err* err) {
68 *err = Err(*origin, "Pattern not valid here.",
82 Err* err) {
86 if (!value->VerifyTypeIs(Value::STRING, err))
90 if (!pattern.Parse(*value, err))
27 ReadBool(Scope* scope, const char* var, Tool* tool, void (Tool::*set)(bool), Err* err) argument
44 ReadString(Scope* scope, const char* var, Tool* tool, void (Tool::*set)(const std::string&), Err* err) argument
61 ValidateSubstitutionList(const std::vector<SubstitutionType>& list, bool (*validate)(SubstitutionType), const Value* origin, Err* err) argument
77 ReadPattern(Scope* scope, const char* name, bool (*validate)(SubstitutionType), Tool* tool, void (Tool::*set)(const SubstitutionPattern&), Err* err) argument
99 ReadOutputExtension(Scope* scope, Tool* tool, Err* err) argument
118 ReadDepsFormat(Scope* scope, Tool* tool, Err* err) argument
136 ReadOutputs(Scope* scope, const FunctionCallNode* tool_function, bool (*validate)(SubstitutionType), Tool* tool, Err* err) argument
282 RunToolchain(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
719 RunTool(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
886 RunToolchainArgs(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
[all...]
/external/chromium_org/third_party/mach_override/
H A Dmach_override.c161 mach_error_t err = err_none; local
167 err = err_cannot_override;
169 return err;
199 mach_error_t err = err_none; local
207 if( !err && ((originalInstruction & kMFCTRMask) == kMFCTRInstruction) )
208 err = err_cannot_override;
224 if (!overridePossible) err = err_cannot_override;
225 if (err) fprintf(stderr, "err = %x %s:%d\n", err, __FILE_
389 mach_error_t err = err_none; local
461 mach_error_t err = err_none; local
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.c67 EGLint i, err = EGL_SUCCESS; local
79 err = EGL_BAD_PARAMETER;
86 err = EGL_BAD_PARAMETER;
92 err = EGL_BAD_ATTRIBUTE;
96 if (err != EGL_SUCCESS) {
102 return err;
116 EGLint i, err = EGL_SUCCESS; local
141 err = EGL_BAD_ATTRIBUTE;
144 if (err != EGL_SUCCESS)
154 err
285 EGLint err; local
429 EGLint err = EGL_SUCCESS; local
[all...]

Completed in 902 milliseconds

1234567891011>>