Searched defs:base (Results 251 - 275 of 1031) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c117 char *base; local
/freebsd-10-stable/contrib/jemalloc/src/
H A Dchunk.c145 chunk_alloc(size_t size, size_t alignment, bool base, bool *zero, argument
45 chunk_recycle(extent_tree_t *chunks_szad, extent_tree_t *chunks_ad, size_t size, size_t alignment, bool base, bool *zero) argument
[all...]
/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp64 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) argument
253 stoi(const string& str, size_t* idx, int base) argument
259 stoi(const wstring& str, size_t* idx, int base) argument
265 stol(const string& str, size_t* idx, int base) argument
271 stol(const wstring& str, size_t* idx, int base) argument
277 stoul(const string& str, size_t* idx, int base) argument
283 stoul(const wstring& str, size_t* idx, int base) argument
289 stoll(const string& str, size_t* idx, int base) argument
295 stoll(const wstring& str, size_t* idx, int base) argument
301 stoull(const string& str, size_t* idx, int base) argument
307 stoull(const wstring& str, size_t* idx, int base) argument
[all...]
/freebsd-10-stable/contrib/libpcap/missing/
H A Dsnprintf.c133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator.h144 base() const function in class:reverse_iterator
717 base() const function in class:__normal_iterator
[all...]
/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dsafe_iterator.h312 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
[all...]
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dvec.cc91 char *base = static_cast <char *> (alloc (size)); local
129 char *base local
302 char* base = static_cast<char *>(array_address); local
335 char* base = static_cast <char *> (array_address); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp32 typedef RecursiveASTVisitor<GCAttrsCollector> base; typedef in class:__anon3101::GCAttrsCollector
H A DTransforms.h190 typedef RecursiveASTVisitor<BodyTransform<BODY_TRANS> > base; typedef in class:clang::arcmt::trans::BodyTransform
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp36 typedef RecursiveASTVisitor<ASTPrinter> base; typedef in class:__anon3279::ASTPrinter
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp53 RegionRawOffsetV2(const SubRegion* base, SVal offset) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp33 ProcessSP base = CalculateProcess(); local
H A DRegisterContextPOSIXProcessMonitor_x86.cpp64 ProcessSP base = CalculateProcess(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.cpp164 StringExtractor::GetU32 (uint32_t fail_value, int base) argument
183 StringExtractor::GetS32 (int32_t fail_value, int base) argument
203 StringExtractor::GetU64 (uint64_t fail_value, int base) argument
222 StringExtractor::GetS64 (int64_t fail_value, int base) argument
/freebsd-10-stable/contrib/mdocml/
H A Dmandoc.c711 mandoc_strntoi(const char *p, size_t sz, int base) argument
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c100 int n, m, base; local
[all...]
H A Dread_entry.c238 int base = 0; local
/freebsd-10-stable/contrib/nvi/common/
H A Dutil.c346 static mach_timebase_info_data_t base = { 0 }; local
294 nget_uslong( u_long *valp, const CHAR_T *p, CHAR_T **endp, int base) argument
316 nget_slong( long *valp, const CHAR_T *p, CHAR_T **endp, int base) argument
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dmemory.c534 static int ibv_madvise_range(void *base, size_t size, int advice) argument
624 int ibv_dontfork_range(void *base, size_t size) argument
634 int ibv_dofork_range(void *base, size_t size) argument
/freebsd-10-stable/contrib/opie/
H A Dopieauto.c54 int algorithm, base, current; member in struct:cachedotp
[all...]
/freebsd-10-stable/contrib/pf/libevent/
H A Devbuffer.c403 bufferevent_base_set(struct event_base *base, struct bufferevent *bufev) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c60 apr_time_exp_t base; member in struct:match_state
118 char *base local
[all...]
/freebsd-10-stable/contrib/tcpdump/missing/
H A Dsnprintf.c133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
/freebsd-10-stable/contrib/unbound/util/
H A Dtube.c425 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, argument
440 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) argument
666 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, argument
H A Dwinsock_event.c72 settime(struct event_base* base) argument
93 find_fd(struct event_base* base, int fd) argument
117 struct event_base* base = (struct event_base*)malloc( local
163 handle_timeouts(struct event_base* base, struct timeval* now, struct timeval* wait) argument
230 handle_select(struct event_base* base, struct timeval* wait) argument
428 event_base_dispatch(struct event_base *base) argument
449 event_base_loopexit(struct event_base *base, struct timeval * ATTR_UNUSED(tv)) argument
457 event_base_free(struct event_base *base) argument
484 event_base_set(struct event_base *base, struct event *ev) argument
661 winsock_register_wsaevent(struct event_base* base, struct event* ev, WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg) argument
[all...]

Completed in 232 milliseconds

<<11121314151617181920>>