Searched refs:intptr_t (Results 151 - 175 of 375) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddirent.c112 intptr_t fd_handle;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGValueSource.h136 , m_value(static_cast<intptr_t>(where.offset()))
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugsupport.h61 intptr_t length = end - start; if (length >= maxLength) length = maxLength - 1;
H A Dseccfobject.cpp186 uint32_t SecCFObject::updateRetainCount(intptr_t direction, uint32_t *oldCount)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugsupport.h61 intptr_t length = end - start; if (length >= maxLength) length = maxLength - 1;
H A Dseccfobject.cpp186 uint32_t SecCFObject::updateRetainCount(intptr_t direction, uint32_t *oldCount)
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-03-corrupted-items.c152 pthread_create(&add_thread[i], NULL, do_add, (void*)(intptr_t)i);
H A Dsecd-05-corrupted-items.c137 pthread_create(&add_thread[i], NULL, do_add, (void*)(intptr_t)i);
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c128 SSLRecordContextRef c=(intptr_t)fd;
H A Dst_test.c371 require_noerr(SSLSetRecordContext(ctx, (intptr_t) sock), out);
377 require_noerr(SSLSetConnection(ctx, (intptr_t)sock), out);
587 pthread_exit((void *)(intptr_t)ortn);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DBumpPointerAllocator.h96 return reinterpret_cast<char*>(reinterpret_cast<intptr_t>(allocation.base()) + allocation.size()) - size;
H A DOSAllocatorPosix.cpp97 intptr_t randomLocation = 0;
/macosx-10.10.1/libarchive-30/libarchive/build/cmake/
H A Dconfig.h.in720 #cmakedefine intptr_t ${intptr_t}
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c100 addr64_t cur_virt_dst = PAL_KDP_ADDR((addr64_t)(intptr_t)dst);
185 cur_virt_dst = (addr64_t)(intptr_t)dst;
232 cur_virt_src = PAL_KDP_ADDR((addr64_t)(intptr_t)src);
288 cur_virt_src = (addr64_t)(intptr_t)src;
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.xs52 intptr_t data
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c294 OptionalDataSize = bootOptionSize - ((intptr_t)OptionalData - (intptr_t)bootOption);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h72 <inttypes.h> also defines intptr_t and uintptr_t. */
226 #undef intptr_t macro
228 #define intptr_t long int macro
/macosx-10.10.1/libpcap-48/libpcap/
H A Dsavefile.c224 pcap_t* pcap_hopen_offline_with_tstamp_precision(intptr_t osfd, u_int precision,
248 pcap_t* pcap_hopen_offline(intptr_t osfd, char *errbuf)
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h50 intptr_t charactersToIntPtrStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
51 intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
61 intptr_t charactersToIntPtr(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
62 intptr_t charactersToIntPtr(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
358 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
364 WTF_EXPORT_STRING_API intptr_t toIntPtr(bool* ok = 0) const;
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dndrui3.c432 intptr_t node_number = 0;
574 intptr_t node_number = 0;
619 node_number = (intptr_t)(*(rpc_void_p_t *)body_addr);
637 intptr_t unique_flag;
641 unique_flag = (intptr_t)(*(rpc_void_p_t *)body_addr);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkInt.h76 # if defined(HAVE_INTPTR_T) || defined(intptr_t)
77 # define INT2PTR(p) ((void*)(intptr_t)(p))
78 # define PTR2INT(p) ((int)(intptr_t)(p))
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp621 (void*)(intptr_t)type,
657 (void*)(intptr_t)type,
658 (void*)(intptr_t)refCon);
798 (void*)(intptr_t)type,
1411 (void*)(intptr_t)res,
1412 (void*)(intptr_t)remaining);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure.in336 AC_CHECK_TYPE([intptr_t], [
337 AC_DEFINE([HAVE_INTPTR_T], 1, [Do we have the intptr_t type?])], [
347 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure.in222 AC_CHECK_TYPE([intptr_t], [
223 AC_DEFINE([HAVE_INTPTR_T], 1, [Do we have the intptr_t type?])], [
233 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb.c224 tag.data = (void *)(intptr_t)HDB_DB_FORMAT_ENTRY;
257 tag.data = (void *)(intptr_t)HDB_DB_FORMAT_ENTRY;

Completed in 605 milliseconds

1234567891011>>