Searched refs:objs (Results 1 - 25 of 119) sorted by last modified time

12345

/macosx-10.10/llvmCore-3425.0.34/utils/
H A DGenLibDeps.pl75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
180 foreach my $obj (@objs ) {
374 foreach my $obj (@objs) {
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh1118 objs=
1805 objs="$objs $arg"
3090 objs="$objs$old_deplibs"
3118 if test -n "$objs"; then
3120 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3125 $echo "*** objects $objs is not portable!"
3126 libobjs="$libobjs $objs"
3409 oldobjs="$objs "`
[all...]
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh1118 objs=
1805 objs="$objs $arg"
3090 objs="$objs$old_deplibs"
3118 if test -n "$objs"; then
3120 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3125 $echo "*** objects $objs is not portable!"
3126 libobjs="$libobjs $objs"
3409 oldobjs="$objs "`
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_watchvol.c2103 const void *objs[1] = { kDADiskDescriptionMediaContentKey }; local
2106 keys = CFArrayCreate(nil,objs,1,&kCFTypeArrayCallBacks);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c1719 const CFTypeRef *objs;
1727 objs = (CFTypeRef *)malloc(sizeof(CFTypeRef) * count);
1728 if(!keys || !objs) return;
1731 (const void **)keys, (const void **)objs);
1735 CFDictionarySetValue(target, keys[i], objs[i]);
1738 CFDictionaryAddValue(target, keys[i], objs[i]);
1742 free((void *)objs);
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
H A Dcmsutil.c58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
69 if (objs == NULL) /* already sorted */
72 num_objs = SecCmsArrayCount((void **)objs);
90 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
96 /* now compare and sort objs by the order of enc_objs */
97 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
H A Dcmsutil.c58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
69 if (objs == NULL) /* already sorted */
72 num_objs = SecCmsArrayCount((void **)objs);
90 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
96 /* now compare and sort objs by the order of enc_objs */
97 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificateRequest.c39 OSStatus SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmcache.c484 int objs; local
491 objs = MIN((unsigned int)ccp->cc_objs, need);
493 ccp->cc_objs -= objs;
494 ccp->cc_alloc += objs;
501 if ((need -= objs) == 0) {
1069 mcache_cpu_refill(mcache_cpu_t *ccp, mcache_bkt_t *bkt, int objs) argument
1072 (ccp->cc_filled && ccp->cc_objs + objs == ccp->cc_bktsize));
1078 ccp->cc_objs = objs;
1158 int cpu, objs, pobjs; local
1168 objs
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py19 print hdr_format.format('name', 'objs', 'objs', 'objs/slabs', 'objs', 'alloc count', 'count', 'count', 'count')
787 objs = ccp.cc_objs
788 if (objs <= 0):
789 objs = 0
793 tot_cpu = objs + pobjs
795 out_string += mcache_cache_format.format(cnt, objs, pobjs, tot_cpu)
803 out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bk
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtelnet.c1297 HANDLE objs[2]; local
1406 objs[0] = event_handle;
1407 objs[1] = stdin_handle;
1425 waitret = WaitForMultipleObjects(obj_count, objs, FALSE, wait_timeout);
/macosx-10.10/curl-83.1.2/curl/
H A Dltmain.sh3298 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
5148 objs=
5873 func_append objs " $arg"
7241 func_append objs "$old_deplibs"
7270 if test -n "$objs"; then
7272 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
7276 $ECHO "*** objects $objs is not portable!"
7277 func_append libobjs " $objs"
7580 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
8613 test -n "$objs
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy.h185 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dx509_vfy.h185 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/macosx-10.10/OpenSSL098-52/src/util/pl/
H A DVC-32.pl307 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;
331 # $ret.="$target: $objs\n";
336 $ret.="$target: $objs\n";
337 $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs $ex\n<<\n";
382 $ret.="$target: $objs \$(PREMAIN_DSO_EXE)";
397 $ret.="$name @<<\n \$(SHLIB_EX_OBJ) $objs ";
402 $ret.="$target: $objs";
408 $ret.="\n\t\$(LINK) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dipp-var.c161 cups_array_t *objs; /* Array of objects */ local
171 for (add = 0, first = NULL, objs = cupsArrayNew(NULL, NULL),
187 cupsArrayAdd(objs, first);
245 cupsArrayAdd(objs, first);
247 return (objs);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp388 setAtIndex(objs, objsIdx, o);

Completed in 448 milliseconds

12345