Searched refs:base (Results 251 - 275 of 1589) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/bin/pkill/tests/
H A Dpgrep-n_test.sh4 base=`basename $0`
H A Dpgrep-o_test.sh4 base=`basename $0`
H A Dpgrep-q_test.sh4 base=`basename $0`
H A Dpgrep-x_test.sh4 base=`basename $0`
H A Dpkill-F_test.sh4 base=`basename $0`
H A Dpkill-i_test.sh4 base=`basename $0`
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dvstring_util.h150 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
155 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
159 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
164 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dbuf.c50 static int ibv_dontfork_range(void *base, size_t size) argument
55 static int ibv_dofork_range(void *base, size_t size) argument
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dbuf.c48 static int ibv_dontfork_range(void *base, size_t size) argument
53 static int ibv_dofork_range(void *base, size_t size) argument
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, argument
33 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 ||
/freebsd-10-stable/crypto/heimdal/base/
H A DNTMakefile32 RELDIR=base
/freebsd-10-stable/tools/tools/commitsdb/
H A Dquery_commit_db81 my ($base, $r1, $r2) = ($1, $2, $3);
85 $prevrev = $base;
87 $prevrev = "$base." if $base;
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dhex.c46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
62 buf[0] = hex[(source->base[0] >> 4) & 0xf];
63 buf[1] = hex[(source->base[0]) & 0xf];
150 RETERR(hex_decode_char(&ctx, tr->base[i]));
186 memcpy(region.base, source, l);
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) { argument
198 memcpy(tr.base, base, length);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dmktime.c117 int base
120 if (*unitsptr >= base) {
121 *tensptr += *unitsptr / base;
122 *unitsptr %= base;
125 *unitsptr += base;
127 *tensptr -= 1 + (-*unitsptr) / base;
128 *unitsptr = base - (-*unitsptr) % base;
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_ssl.h59 @param base An event_base to use to detect reading and writing. It
60 must also be the base for the underlying bufferevent.
69 bufferevent_openssl_filter_new(struct event_base *base,
78 @param base An event_base to use to detect reading and writing
87 bufferevent_openssl_socket_new(struct event_base *base,
H A Dhttp_compat.h55 * @deprecated It does not allow an event base to be specified
68 * @deprecated It does not allow an event base to be specified
74 * Associates an event base with the connection - can only be called
80 struct event_base *base);
H A Drpc_struct.h93 struct evrpc_base *base; member in struct:evrpc
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c49 u64 base = 0; local
77 base = pfn;
80 if (base + p != pfn) {
85 base = pfn;
137 u64 base; local
146 base = sg_dma_address(sg);
149 cur = base + (k << umem_page_shift);
159 (base + (k << umem_page_shift)));
/freebsd-10-stable/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c150 struct athaggrstatfoo base; member in struct:athaggrstatfoo_p
376 statfoo_init(&wf->base.base, "athaggrstats",
378 /* override base methods */
379 wf->base.base.collect_cur = ath_collect_cur;
380 wf->base.base.collect_tot = ath_collect_tot;
381 wf->base.base
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringSet.h24 typedef llvm::StringMap<char, AllocatorTy> base; typedef in class:llvm::StringSet
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.h105 GetS32 (int32_t fail_value, int base = 0);
108 GetU32 (uint32_t fail_value, int base = 0);
111 GetS64 (int64_t fail_value, int base = 0);
114 GetU64 (uint64_t fail_value, int base = 0);
/freebsd-10-stable/include/
H A Dftw.h52 int base; member in struct:FTW
/freebsd-10-stable/kerberos5/lib/libheimipcs/
H A DMakefile14 -I${KRB5DIR}/base \
/freebsd-10-stable/lib/libc/locale/
H A Dnextwctype.c47 _RuneEntry *base, *re; local
66 base = rr->__ranges;
68 re = base + (lim >> 1);
72 base = re + 1;
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Diocp-internal.h181 struct event_iocp_port *event_base_get_iocp_(struct event_base *base);
184 int event_base_start_iocp_(struct event_base *base, int n_cpus);
185 void event_base_stop_iocp_(struct event_base *base);
188 struct bufferevent *bufferevent_async_new_(struct event_base *base,

Completed in 215 milliseconds

<<11121314151617181920>>