Searched refs:ref1 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/t/lib/Log/Dispatch/
H A DTestUtil.pm13 my ( $ref1, $ref2, $name ) = @_;
16 $tb->is_eq( dump_one_line($ref1), dump_one_line($ref2), $name );
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h123 extern int DTEntryIsEqual(const DTEntry ref1, const DTEntry ref2);
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-04-corrupted-items.c57 CFTypeRef ref1 = NULL; local
71 ok_status(SecItemAdd(query, &ref1), "add internet password port 80");
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DCoreFoundationBasics.cpp141 static Boolean IsEqualTo(CFTypeRef ref1, CFTypeRef ref2) argument
143 if (CFGetTypeID(ref1) != CFGetTypeID(ref2)) {
152 CoreFoundationHolder* tr1 = (CoreFoundationHolder*) ref1;
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c189 DTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) argument
192 return (ref1 == ref2);
/macosx-10.10.1/IOGraphics-485/tools/
H A Dmodelist.c551 float ref1, ref2, mult; local
560 ref1 = modeArray[j].info->refreshRate / 65536.0;
571 // printf("-----> %f, %f, %f, %f\n", ref1, ref2, roundf(ref1 * mult), roundf(ref2 * mult));
572 if (roundf(ref1 * mult) != roundf(ref2 * mult))
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c2369 int ref1; member in struct:__anon12271::__anon12272::__anon12275
3279 tok->u.backref.ref1 = back_num;
3301 tok->u.backref.ref1 = backs[0];
3613 tok->u.backref.ref1 = num;
6063 (len > 1 ? tok->u.backref.refs : &(tok->u.backref.ref1)),
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c172 int publish_dns_wins_entry(CFStringRef entity, CFStringRef property1, CFTypeRef ref1, CFTypeRef ref1a,
2883 int publish_dns_wins_entry(CFStringRef entity, CFStringRef property1, CFTypeRef ref1, CFTypeRef ref1a, argument
2927 CFArrayAppendValue(mutable_array, ref1);
H A Dacsp.c503 extern int publish_dns_wins_entry(CFStringRef entity, CFStringRef property1, CFTypeRef ref1, CFTypeRef ref1a,

Completed in 218 milliseconds