Searched refs:v1 (Results 1 - 25 of 344) sorted by path

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c974 #define DIGITIZE(store, v1, v2) { \
976 _v1 = (v1); \
/macosx-10.9.5/BerkeleyDB-21/db/db_load/
H A Ddb_load.c959 #define DIGITIZE(store, v1, v2) { \
961 _v1 = (v1); \
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.x.t49 my ($k1, $v1, $k2, $v2) = @$test;
50 ok $cursor->c_get($k1, $v1, DB_GET_BOTH_RANGE) == 0;
52 is $v1, $v2;
/macosx-10.9.5/CF-855.17/
H A DCFArray.c1001 static CFComparisonResult __CFArrayCompareValues(const void *v1, const void *v2, struct _acompareContext *context) { argument
1002 const void **val1 = (const void **)v1;
H A DCFBasicHash.c80 #define COCOA_HASHTABLE_STABILITY "___dtrace_stability$Cocoa_HashTable$v1$4_4_5_1_1_0_1_1_0_4_4_5_4_4_5"
87 __dtrace_probe$Cocoa_HashTable$rehash_end$v1$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67((unsigned long)(arg0), (unsigned long)(arg1), (unsigned long)(arg2)); \
91 ({ int _r = __dtrace_isenabled$Cocoa_HashTable$rehash_end$v1(); \
97 __dtrace_probe$Cocoa_HashTable$rehash_start$v1$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67((unsigned long)(arg0), (unsigned long)(arg1), (unsigned long)(arg2)); \
101 ({ int _r = __dtrace_isenabled$Cocoa_HashTable$rehash_start$v1(); \
107 __dtrace_probe$Cocoa_HashTable$hash_key$v1$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67((unsigned long)(arg0), (unsigned long)(arg1), (unsigned long)(arg2)); \
111 ({ int _r = __dtrace_isenabled$Cocoa_HashTable$hash_key$v1(); \
117 __dtrace_probe$Cocoa_HashTable$probe_deleted$v1$756e7369676e6564206c6f6e67$756e7369676e6564206c6f6e67((unsigned long)(arg0), (unsigned long)(arg1)); \
121 ({ int _r = __dtrace_isenabled$Cocoa_HashTable$probe_deleted$v1(); \
127 __dtrace_probe$Cocoa_HashTable$probe_empty$v1
[all...]
H A DCFSortFunctions.c87 VALUE_TYPE v1 = listp[idx1], v2 = listp[idx2]; local
88 if (cmp(v1, v2) <= 0) {
89 tmp[idx] = v1;
103 VALUE_TYPE v0 = listp[0], v1 = listp[1]; local
104 if (0 < cmp(v0, v1)) {
105 listp[0] = v1;
109 VALUE_TYPE v0 = listp[0], v1 = listp[1], v2 = listp[2], vt; local
110 if (0 < cmp(v0, v1)) {
112 v0 = v1;
113 v1
163 VALUE_TYPE v1 = *listp1, v2 = *listp2; local
186 VALUE_TYPE v1 = *listp1, v2 = *listp2; local
[all...]
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);
H A DCFTree.c427 static CFComparisonResult __CFTreeCompareValues(const void *v1, const void *v2, struct _tcompareContext *context) { argument
428 const void **val1 = (const void **)v1;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D94versioning.t43 v1 => $ddl_dir->file ('DBICVersion-Schema-1.0-MySQL.sql'),
54 is($schema_v1->ddl_filename('MySQL', '1.0', $ddl_dir), $fn->{v1}, 'Filename creation working');
55 unlink( $fn->{v1} ) if ( -e $fn->{v1} );
58 ok(-f $fn->{v1}, 'Created DDL file');
120 # repeat the v1->v2 process for v2->v3 before testing v1->v3
147 # now put the v1 schema back again
161 # attempt v1 -> v3 upgrade
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/
H A DGraph.pm2225 for my $v1 (@V1) {
2227 next if $v1 eq $v2; # TODO: allow self-loops?
2228 my $q = $random_edge->($g, $v1, $v2, $p);
2230 !$g->has_edge($v1, $v2)) {
2231 $g->add_edge($v1, $v2);
3908 for my $v1 ($g1->vertices) {
3909 $d1{ $g1->in_degree($v1) }{ $g1->out_degree($v1) }++
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.9.5/CPANInternal-140/Graph/lib/
H A DGraph.pm2100 for my $v1 (@V1) {
2102 next if $v1 eq $v2; # TODO: allow self-loops?
2103 my $q = $random_edge->($g, $v1, $v2, $p);
2105 !$g->has_edge($v1, $v2)) {
2106 $g->add_edge($v1, $v2);
3521 for my $v1 ($g1->vertices) {
3522 $d1{ $g1->in_degree($v1) }{ $g1->out_degree($v1) }++
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm123 =item supports JSON-RPC protocol v1.1
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/
H A DServer.pm624 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DApache2.pm207 In the protocol v1.1, 'GET' request method is also allowable.
H A DCGI.pm154 In the protocol v1.1, 'GET' request method is also allowable.
H A DDaemon.pm136 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DLegacy.pm120 =item supports JSON-RPC protocol v1.1
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/
H A DServer.pm624 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/Server/
H A DApache2.pm207 In the protocol v1.1, 'GET' request method is also allowable.
H A DCGI.pm154 In the protocol v1.1, 'GET' request method is also allowable.
H A DDaemon.pm136 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/
H A DRPC.pm123 =item supports JSON-RPC protocol v1.1
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/
H A DServer.pm624 In the protocol v1.1, 'GET' request method is also allowable.

Completed in 418 milliseconds

1234567891011>>