Searched refs:base (Results 226 - 250 of 1414) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/heimdal/base/
H A DNTMakefile32 RELDIR=base
/freebsd-10.0-release/sys/arm/xscale/pxa/
H A Dpxa_space.c170 #define READ_SINGLE(type, proto, base) \
177 value = base(NULL, bsh + tag_offset, offset); \
187 #define WRITE_SINGLE(type, proto, base) \
194 base(NULL, bsh + tag_offset, offset, value); \
203 #define READ_MULTI(type, proto, base) \
210 base(NULL, bsh + tag_offset, offset, dest, count); \
220 #define WRITE_MULTI(type, proto, base) \
227 base(NULL, bsh + tag_offset, offset, src, count); \
/freebsd-10.0-release/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.0-release/sys/dev/drm2/i915/
H A Dintel_crt.c48 struct intel_encoder base; member in struct:intel_crt
55 struct intel_crt, base);
273 struct drm_i915_private *dev_priv = crt->base.base.dev->dev_private;
276 if (crt->base.type != INTEL_OUTPUT_ANALOG)
279 if (intel_ddc_probe(&crt->base, dev_priv->crt_ddc_pin)) {
312 struct drm_device *dev = crt->base.base.dev;
314 uint32_t pipe = to_intel_crtc(crt->base.base
[all...]
/freebsd-10.0-release/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.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h24 typedef llvm::StringMap<char, AllocatorTy> base; typedef in class:llvm::StringSet
/freebsd-10.0-release/include/
H A Dftw.h52 int base; member in struct:FTW
/freebsd-10.0-release/kerberos5/lib/libheimipcc/
H A DMakefile13 -I${KRB5DIR}/base \
/freebsd-10.0-release/kerberos5/lib/libheimipcs/
H A DMakefile14 -I${KRB5DIR}/base \
/freebsd-10.0-release/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.0-release/tools/regression/geom_eli/
H A Dattach-d.t4 base=`basename $0`
7 keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
/freebsd-10.0-release/tools/regression/geom_nop/
H A Dtest-2.t7 src=`mktemp /tmp/$base.XXXXXX` || exit 1
8 dst=`mktemp /tmp/$base.XXXXXX` || exit 1
/freebsd-10.0-release/contrib/byacc/test/
H A Dcalc.y6 int base;
61 { $$ = $1; base = ($1==0) ? 8 : 10; }
63 { $$ = base * $1 + $2; }
H A Dcode_calc.y6 int base;
63 { $$ = $1; base = ($1==0) ? 8 : 10; }
65 { $$ = base * $1 + $2; }
H A Dpure_calc.y6 int base;
67 { $$ = $1; base = ($1==0) ? 8 : 10; }
69 { $$ = base * $1 + $2; }
H A Dquote_calc.y6 int base;
68 { $$ = $1; base = ($1==0) ? 8 : 10; }
70 { $$ = base * $1 + $2; }
H A Dquote_calc2.y6 int base;
68 { $$ = $1; base = ($1==0) ? 8 : 10; }
70 { $$ = base * $1 + $2; }
H A Dquote_calc3.y6 int base;
68 { $$ = $1; base = ($1==0) ? 8 : 10; }
70 { $$ = base * $1 + $2; }
H A Dquote_calc4.y6 int base;
68 { $$ = $1; base = ($1==0) ? 8 : 10; }
70 { $$ = base * $1 + $2; }
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp27 if (Mem.base() == NULL)
29 if ((uintptr_t)Mem.base() % Alignment) {
33 Address = reinterpret_cast<uint64_t>(Mem.base());
/freebsd-10.0-release/contrib/openresolv/
H A Dlibc.in65 base="$SYSCONFDIR/resolv.conf.d/base"
66 if [ -f "$base" ]; then
67 name_servers="$(key_get_value "nameserver " "$base")"
68 search_domains="$(key_get_value "search " "$base")"
70 search_domains="$(key_get_value "domain " "$base")"
72 resolv_conf_options="$(key_get_value "options " "$base")"
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h44 int ddi_strtol(const char *str, char **nptr, int base, long *result);
45 int ddi_strtoul(const char *str, char **nptr, int base, unsigned long *result);
46 int ddi_strtoull(const char *str, char **nptr, int base,
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dcalc.y6 int base;
61 { $$ = $1; base = ($1==0) ? 8 : 10; }
63 { $$ = base * $1 + $2; }
H A Dcode_calc.y6 int base;
63 { $$ = $1; base = ($1==0) ? 8 : 10; }
65 { $$ = base * $1 + $2; }
H A Dpure_calc.y6 int base;
67 { $$ = $1; base = ($1==0) ? 8 : 10; }
69 { $$ = base * $1 + $2; }

Completed in 143 milliseconds

1234567891011>>