Searched refs:v1 (Results 201 - 225 of 344) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-rcs.el944 (let (v1 v2 i1 i2)
948 (setq v1 (string-to-number (match-string 1 r1)))
952 (if (> v1 v2) (throw 'done t)
953 (if (< v1 v2) (throw 'done nil)
H A Dskeleton.el75 The variables `v1' and `v2' are still set when calling this.")
241 v1, v2 local variables for memorizing anything you want
263 skeleton-modified skeleton-point resume: help input v1 v2)
H A Dsubr.el3410 (defun version< (v1 v2)
3417 (version-list-< (version-to-list v1) (version-to-list v2)))
3420 (defun version<= (v1 v2)
3427 (version-list-<= (version-to-list v1) (version-to-list v2)))
3429 (defun version= (v1 v2)
3436 (version-list-= (version-to-list v1) (version-to-list v2)))
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient/
H A DKClient.c36 int KClient_des_ecb_encrypt(KClientSessionInfo *session,des_cblock v1,des_cblock v2,int do_encrypt) argument
47 kcglue_des_ecb_encrypt(v1,v2,schedule,do_encrypt);
55 int KClient_des_pcbc_encrypt(KClientSessionInfo *session,des_cblock v1,des_cblock v2,long len,int do_encrypt) argument
66 kcglue_des_pcbc_encrypt(v1,v2,len,schedule,&sessionKey,do_encrypt);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-funcs.el895 (defun calcFunc-utpf (f v1 v2)
898 (list '/ v2 (list '+ v2 (list '* v1 f)))
900 (list '/ v1 2)))
901 (calcFunc-betaI (math-div v2 (math-add v2 (math-mul v1 f)))
903 (math-div v1 2))))
906 (defun calcFunc-ltpf (f v1 v2)
907 (math-sub 1 (calcFunc-utpf f v1 v2)))
H A Dcalc-vec.el889 (defun calcFunc-append (v1 v2)
890 (if (and (math-vectorp v1) (math-vectorp v2))
891 (append v1 (cdr v2))
892 (list 'calcFunc-append v1 v2)))
894 (defun calcFunc-appendrev (v1 v2)
895 (calcFunc-append v2 v1))
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraphops.tcl118 #( checking if edge {v1,v2} belongs to E(G) in proportion to min{deg(v1,v2)} ).
119 #Deleting an edge is also longer - in proportion to max{ deg(v1), deg(v2) }.
397 foreach v1 [$G nodes] {
399 dict set values [list $v1 $v2] Inf
401 dict set values [list $v1 $v1] 0
405 set v1 [$G arc source $e]
407 dict set values [list $v1 $v2] [$G arc getweight $e]
411 foreach v1 [
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/
H A Dcheck.c1921 const cfg_obj_t *v1, *v2, *keys; local
1943 v1 = cfg_listelt_value(e1);
1944 cfg_obj_asnetprefix(cfg_map_getname(v1), &n1, &p1);
1952 cfg_obj_log(v1, logctx, ISC_LOG_ERROR,
1964 (void)cfg_map_get(v1, xfr, &obj);
1967 cfg_obj_log(v1, logctx, ISC_LOG_ERROR,
1978 const char *file = cfg_obj_file(v1);
1979 unsigned int line = cfg_obj_line(v1);
1993 cfg_map_get(v1, "keys", &keys);
/macosx-10.9.5/CF-855.17/
H A DCFTree.c427 static CFComparisonResult __CFTreeCompareValues(const void *v1, const void *v2, struct _tcompareContext *context) { argument
428 const void **val1 = (const void **)v1;
H A DCFStringEncodingConverter.c966 static CFComparisonResult __CFStringEncodingComparator(const void *v1, const void *v2, void *context) { argument
967 CFComparisonResult val1 = (*(const CFStringEncoding *)v1) & 0xFFFF;
970 return ((val1 == val2) ? ((CFComparisonResult)(*(const CFStringEncoding *)v1) - (CFComparisonResult)(*(const CFStringEncoding *)v2)) : val1 - val2);
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DStandard.pm14 my ( $v1, $v2, $v3, $v4 );
15 my $Foo = bless \$v1, 'Foo';
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Darcfour.c118 const u_char *v1, size_t l1,
136 memcpy(ptr, v1, l1);
115 arcfour_mic_cksum(krb5_context context, krb5_keyblock *key, unsigned usage, u_char *sgn_cksum, size_t sgn_cksum_sz, const u_char *v1, size_t l1, const void *v2, size_t l2, const void *v3, size_t l3) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A DMakefile.am7 EXTRA_DIST = LICENSE ChangeLog.v1 \
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dapr-util.spec183 - update to support v1.0.0 of APR
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c169 } v1; member in union:if_proto::__anon14501
810 if (proto->kpi.v1.detached)
811 proto->kpi.v1.detached(ifp, proto->protocol_family);
3120 error = (*ifproto->kpi.v1.input)(ifproto->ifp,
3496 proto->kpi.v1.event :
3739 proto->kpi.v1.pre_output : proto->kpi.v2.pre_output);
4040 proto->kpi.v1.ioctl : proto->kpi.v2.ioctl);
4123 proto->kpi.v1.resolve_multi : proto->kpi.v2.resolve_multi);
4160 proto->kpi.v1.send_arp : proto->kpi.v2.send_arp);
4607 ifproto->kpi.v1
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c984 bdb_tool_idl_cmp( const void *v1, const void *v2 ) argument
986 const bdb_tool_idl_cache *c1 = v1, *c2 = v2;
994 bdb_tool_idl_flush_one( void *v1, void *arg ) argument
996 bdb_tool_idl_cache *ic = v1;
/macosx-10.9.5/bind9-45.100/bind9/bin/check/win32/
H A Dnamedcheckconf.mak384 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
402 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/libunwind-35.3/src/
H A Dunw_getcontext.s191 SAVE_VECTOR_UNALIGNED( v1, 424+0x010)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dzn_malloc.c40 static int slap_zone_cmp(const void *v1, const void *v2);
634 slap_zone_cmp(const void *v1, const void *v2) argument
636 const struct zone_object *zo1 = v1;
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c57 uintptr_t v1 = (uintptr_t)p1; local
59 if (v1 == v2)
61 else if (v1 < v2)
/macosx-10.9.5/sudo-72/src/
H A Dsudoreplay.c941 session_compare(v1, v2)
942 const void *v1;
945 const char *s1 = *(const char **)v1;
H A Dvisudo.c1214 print_unused(v1, v2)
1215 void *v1;
1218 struct alias *a = (struct alias *)v1;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dlinalg.tcl623 foreach v1 $vect1 v2 $vect2 {
624 lappend result1 [expr {$c*$v1-$s*$v2}]
625 lappend result2 [expr {$s*$v1+$c*$v2}]
809 foreach v1 $vect1 {
812 lappend newrow [expr {$v1*$v2}]
/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c2377 VALUE v0, v12, v1, v2; local
2380 big_split(v12, n, &v2, &v1);
2383 *p1 = bigtrunc(v1);
2396 VALUE u0, u1, u2, u3, u4, v1, v2, v3; local
2464 v1 = u1; v2 = u2; v3 = u3;
2467 /* v1 <- y0 + y2 */
2468 v1 = bigtrunc(bigadd(y0, y2, 1));
2470 /* y(-1) : v2 <- v1 - y1 = y0 - y1 + y2 */
2471 v2 = bigtrunc(bigsub(v1, y1));
2473 /* y(1) : v1 <
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dgencode.c5218 gen_portrangeatom(off, v1, v2)
5220 bpf_int32 v1, v2;
5224 if (v1 > v2) {
5226 * Reverse the order of the ports, so v1 is the lower one.
5230 vtemp = v1;
5231 v1 = v2;
5235 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1);
5321 gen_portrangeatom6(off, v1, v2)
5323 bpf_int32 v1, v2;
5327 if (v1 > v
[all...]

Completed in 330 milliseconds

1234567891011>>