Searched defs:pointer (Results 51 - 75 of 215) sorted by relevance

123456789

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAllocator.h72 bool isInThisRegion(const T* pointer) { return static_cast<unsigned>(pointer - data()) < numberOfThingsPerRegion(); } argument
73 static Region* regionFor(const T* pointer) { return bitwise_cast<Region*>(bitwise_cast<uintptr_t>(pointer) & ~(size() - 1)); } argument
H A DDFGCCallHelpers.h62 void addCallArgument(TrustedImmPtr pointer) argument
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dglobalizer.h68 void *pointer; member in class:Security::ModuleNexusCommon
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/
H A Dcryptlib.c271 int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dglobalizer.h68 void *pointer; member in class:Security::ModuleNexusCommon
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/towitoko/
H A Datr.c68 unsigned pointer = 0, pn = 0; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DSharedMemoryMac.cpp88 static inline mach_vm_address_t toVMAddress(void* pointer) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dget.c250 pcre_free_substring_list(const char **pointer) argument
352 pcre_free_substring(const char *pointer) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A DgettextP.h85 const char *pointer; member in struct:sysdep_string_desc
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A DgettextP.h85 const char *pointer; member in struct:sysdep_string_desc
/macosx-10.9.5/libauto-185.5/
H A DPointerHash.cpp36 void PointerHash::add(void *pointer, uint32_t flags) { argument
47 void PointerHash::insert(void *pointer, uint32_t flags) { argument
112 remove(void *pointer) argument
193 vm_address_t pointer = _pointers[i]; local
199 vm_address_t pointer = _pointers[i]; local
[all...]
H A DZoneCollectionChecking.cpp66 void Zone::track_pointer(void *pointer) { argument
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Darray_allocator.h54 typedef _Tp* pointer; typedef in class:array_allocator_base
96 typedef _Tp* pointer; typedef in class:array_allocator
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp122 typedef Pointer pointer; typedef in class:pb_ds::detail::bin_search_tree_const_it_
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp142 pointer; typedef in class:pb_ds::detail::binary_heap_
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp162 pointer; typedef in class:pb_ds::detail::left_child_next_sibling_heap_
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp75 pointer; typedef in class:pb_ds::detail::ov_tree_node_const_it_
221 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::ov_tree_node_it_
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp111 pointer; typedef in class:pb_ds::detail::thin_heap_
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSparseSet.h138 typedef ValueT *pointer; typedef in class:llvm::SparseSet
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DInstIterator.h43 typedef IIty* pointer; typedef in class:llvm::InstIterator
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexnfo-upd.el[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_inmem.c96 void *pointer, *dp, *kp; local
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dbench_001.c107 void *pointer, *dp, *kp; local
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_internal.c350 void *pointer, *dp, *kp; local
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_inmem.c96 void *pointer, *dp, *kp; local

Completed in 146 milliseconds

123456789