Searched refs:res (Results 26 - 50 of 2952) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_get_int.c22 unsigned long res; local
32 res = DIGIT(a,i);
35 res = (res << DIGIT_BIT) | DIGIT(a,i);
39 return res & 0xFFFFFFFFUL;
H A Dbn_mp_init_copy.c21 int res; local
23 if ((res = mp_init (a)) != MP_OKAY) {
24 return res;
H A Dbn_mp_to_signed_bin.c21 int res; local
23 if ((res = mp_to_unsigned_bin (a, b + 1)) != MP_OKAY) {
24 return res;
H A Dbn_mp_reduce_2k_setup_l.c21 int res; local
24 if ((res = mp_init(&tmp)) != MP_OKAY) {
25 return res;
28 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
32 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
38 return res;
H A Dbn_mp_mod.c23 int res; local
25 if ((res = mp_init (&t)) != MP_OKAY) {
26 return res;
29 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
31 return res;
35 res = mp_add (b, &t, c);
37 res = MP_OKAY;
42 return res;
H A Dbn_mp_find_prime.c11 int res; local
18 if ((res = mp_isprime(a)) == MP_NO) {
23 } while (res != MP_YES);
25 return res;
H A Dbn_mp_expt_d.c21 int res, x; local
24 if ((res = mp_init_copy (&g, a)) != MP_OKAY) {
25 return res;
33 if ((res = mp_sqr (c, c)) != MP_OKAY) {
35 return res;
40 if ((res = mp_mul (c, &g, c)) != MP_OKAY) {
42 return res;
H A Dbn_mp_montgomery_calc_normalization.c26 int x, bits, res; local
32 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) {
33 return res;
43 if ((res = mp_mul_2 (a, a)) != MP_OKAY) {
44 return res;
47 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) {
48 return res;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/ApplicationKit/
H A DNSTableColumn.rb6 def new_regexp_result_name(res, part)
7 return res[(part * 6) + 3] if @name == 'initWithIdentifier:'
10 def new_regexp_result_type(res, part)
14 def new_regexp_result_arg(res, part)
15 return res[(part * 6) + 5] if @name == 'initWithIdentifier:'
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfrm_cursor.c54 int res; local
59 res = E_BAD_ARGUMENT;
63 res = E_NOT_POSTED;
65 res = _nc_Position_Form_Cursor(form);
67 RETURN(res);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_beep.c58 int res = ERR; local
64 res = ERR;
67 res = putp(bell);
71 res = putp(flash_screen);
75 returnCode(res);
H A Dlib_flash.c57 int res = ERR; local
64 res = putp(flash_screen);
68 res = putp(bell);
72 returnCode(res);
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_init_copy.c21 int res; local
23 if ((res = mp_init (a)) != MP_OKAY) {
24 return res;
H A Dbn_mp_mod.c23 int res; local
25 if ((res = mp_init (&t)) != MP_OKAY) {
26 return res;
29 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
31 return res;
35 res = mp_add (b, &t, c);
37 res = MP_OKAY;
42 return res;
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dhttpcustomheader.c28 CURLcode res; local
40 res = curl_easy_perform(curl);
42 if(res != CURLE_OK)
44 curl_easy_strerror(res));
47 res = curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);
48 res = curl_easy_perform(curl);
50 if(res != CURLE_OK)
52 curl_easy_strerror(res));
H A Dsimple.c28 CURLcode res; local
36 /* Perform the request, res will get the return code */
37 res = curl_easy_perform(curl);
39 if(res != CURLE_OK)
41 curl_easy_strerror(res));
/macosx-10.9.5/swig-10/Lib/python/
H A Dpybuffer.i17 (int res, Py_ssize_t size = 0, void *buf = 0) {
18 res = PyObject_AsWriteBuffer($input, &buf, &size);
19 if (res<0) {
21 %argument_fail(res, "(TYPEMAP, SIZE)", $symname, $argnum);
43 (int res, Py_ssize_t size = 0, void *buf = 0) {
44 res = PyObject_AsWriteBuffer($input, &buf, &size);
45 if (res<0) {
47 %argument_fail(res, "(TYPEMAP, SIZE)", $symname, $argnum);
69 (int res, Py_ssize_t size = 0, const void *buf = 0) {
70 res
[all...]
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dtest.c46 static nlm_testres res; local
48 bzero((char *)&res, sizeof(res));
49 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
52 return (&res);
62 static nlm_res res; local
64 bzero((char *)&res, sizeof(res));
65 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
70 return (&res);
79 static nlm_res res; local
94 static nlm_res res; local
109 static nlm_res res; local
124 static char res; local
139 static char res; local
155 static char res; local
170 static char res; local
185 static char res; local
200 static char res; local
215 static char res; local
230 static char res; local
245 static char res; local
260 static char res; local
275 static nlm_shareres res; local
290 static nlm_shareres res; local
305 static nlm_res res; local
320 static char res; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_md.c71 little_endian(unsigned char *res, size_t len) argument
77 t = res[i + 0]; res[i + 0] = res[i + 3]; res[i + 3] = t;
78 t = res[i + 1]; res[i + 1] = res[i + 2]; res[i + 2] = t;
88 unsigned char *res,
83 otp_md_init(OtpKey key, const char *pwd, const char *seed, const EVP_MD *md, int le, unsigned char *res, size_t ressz) argument
120 otp_md_next(OtpKey key, const EVP_MD *md, int le, unsigned char *res, size_t ressz) argument
144 otp_md_hash(const char *data, size_t len, const EVP_MD *md, int le, unsigned char *res, size_t ressz) argument
169 unsigned char res[16]; local
174 otp_md4_hash(const char *data, size_t len, unsigned char *res) argument
184 unsigned char res[16]; local
192 unsigned char res[16]; local
197 otp_md5_hash(const char *data, size_t len, unsigned char *res) argument
207 unsigned char res[16]; local
214 unsigned char res[20]; local
219 otp_sha_hash(const char *data, size_t len, unsigned char *res) argument
229 unsigned char res[20]; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dtimegm.c56 time_t res = 0; local
73 res += is_leap(i) ? 366 : 365;
76 res += ndays[is_leap(tm->tm_year)][i];
77 res += tm->tm_mday - 1;
78 res *= 24;
79 res += tm->tm_hour;
80 res *= 60;
81 res += tm->tm_min;
82 res *= 60;
83 res
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dchmod.c43 int res = __chmod(path, mode); local
45 if (res >= 0 || errno != EPERM || (mode & (S_ISUID | S_ISGID)) == 0)
46 return res;
48 res = __chmod(path, mode ^ S_ISGID);
49 if (res >= 0 || errno != EPERM)
50 return res;
53 res = __chmod(path, mode ^ S_ISUID);
54 if (res >= 0 || errno != EPERM)
55 return res;
58 res
[all...]
H A Dfchmod.c43 int res = __fchmod(fd, mode); local
45 if (res >= 0 || errno != EPERM || (mode & (S_ISUID | S_ISGID)) == 0)
46 return res;
48 res = __fchmod(fd, mode ^ S_ISGID);
49 if (res >= 0 || errno != EPERM)
50 return res;
53 res = __fchmod(fd, mode ^ S_ISUID);
54 if (res >= 0 || errno != EPERM)
55 return res;
58 res
[all...]
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Droken-h-process.pl50 my $res = $2;
51 $res = 1 if (!defined $res);
52 $defines{$1} = $res;
96 my $res = parse_if($1);
97 print "line = $res: $1\n" if ($debug);
98 push @nesting, $res;
101 my $res = pop @nesting;
102 if ($res gt 0) {
103 $res
[all...]
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dvoid.swg7 %typemap(in,noblock=1) void * (int res) {
8 res = SWIG_ConvertPtr($input,%as_voidptrptr(&$1), 0, $disown);
9 if (!SWIG_IsOK(res)) {
10 %argument_fail(res, "$type", $symname, $argnum);
15 %typemap(in,noblock=1) void * const& ($*ltype temp = 0, int res) {
16 res = SWIG_ConvertPtr($input, %as_voidptrptr(&temp), 0, $disown);
17 if (!SWIG_IsOK(res)) {
18 %argument_fail(res, "Stype", $symname, $argnum);
37 int res = SWIG_ConvertPtr($input, &temp, 0, SWIG_POINTER_DISOWN);
38 if (!SWIG_IsOK(res)) {
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dtime.c25 time_t res; local
29 res = t.tv_sec + t.tv_nsec / NS_PER_SEC;
32 *nowp = res;
33 return (res);

Completed in 372 milliseconds

1234567891011>>