Searched refs:map_end (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.h69 protected void map_end(EditLine *);
H A Del.c110 map_end(el);
H A Dmap.c934 /* map_end():
938 map_end(EditLine *el) function
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.h70 protected void map_end(EditLine *);
H A Del.c133 map_end(el);
H A Dmap.c937 /* map_end():
941 map_end(EditLine *el) function
/macosx-10.10/libedit-40/src/
H A Dmap.h70 protected void map_end(EditLine *);
H A Del.c136 map_end(el);
H A Dmap.c936 /* map_end():
940 map_end(EditLine *el) function
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.cpp74 std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(),
76 std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(),
78 std::for_each(StructConstants.map_begin(), StructConstants.map_end(),
80 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(),
H A DConstantsContext.h534 typename MapTy::iterator map_end() { return Map.end(); } function in class:llvm::ConstantUniqueMap
704 typename MapTy::iterator map_end() { return Map.end(); } function in class:llvm::ConstantAggrUniqueMap
H A DConstants.cpp2492 if (I != pImpl->ArrayConstants.map_end()) {
2578 if (I != pImpl->StructConstants.map_end()) {
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_kern.c1056 vm_map_offset_t map_end; local
1063 map_end = vm_map_round_page(end,
1066 pmap_pageable(kernel_pmap, map_start, map_end, FALSE);
1068 while (map_start < map_end) {
1197 vm_map_offset_t map_end; local
1201 map_end = vm_map_round_page(end,
1205 map_end, FALSE);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginDatabase.cpp163 MIMEToDescriptionsMap::const_iterator map_end = (*it)->mimeToDescriptions().end(); local
164 for (; map_it != map_end; ++map_it)

Completed in 795 milliseconds