HomeSort by: relevance | last modified time | path
    Searched refs:ref (Results 1 - 25 of 1707) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
urcu_ref.h 5 #warning "urcu/urcu_ref.h is deprecated. Please include urcu/ref.h instead."
6 #include <urcu/ref.h>
ref.h 25 static inline void urcu_ref_set(struct urcu_ref *ref, long val)
27 uatomic_set(&ref->refcount, val);
30 static inline void urcu_ref_init(struct urcu_ref *ref)
32 urcu_ref_set(ref, 1);
36 urcu_ref_get_safe(struct urcu_ref *ref)
40 old = uatomic_read(&ref->refcount);
46 res = uatomic_cmpxchg(&ref->refcount, old, _new);
54 static inline void urcu_ref_get(struct urcu_ref *ref)
56 if (!urcu_ref_get_safe(ref))
60 static inline void urcu_ref_put(struct urcu_ref *ref,
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-paramref.cc 21 bar (int &ref)
24 p = &ref;
25 return ref;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-paramref.cc 21 bar (int &ref)
24 p = &ref;
25 return ref;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/lg/
Makefile 2 dtb-$(CONFIG_ARCH_LG1K) += lg1312-ref.dtb
3 dtb-$(CONFIG_ARCH_LG1K) += lg1313-ref.dtb
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
mem-xml.pl 20 my $ref = XMLin("xml.mem");
21 print Dumper($ref);
server-json.pl 23 my $ref = decode_json($text);
24 foreach $key (keys %{$ref->{opcodes}}) {
25 print "opcode " . $key . ": " . $ref->{opcodes}->{$key} . "\n";
27 foreach $key (keys %{$ref->{rcodes}}) {
28 print "rcode " . $key . ": " . $ref->{rcodes}->{$key} . "\n";
30 foreach $key (keys %{$ref->{qtypes}}) {
31 print "qtype " . $key . ": " . $ref->{qtypes}->{$key} . "\n";
33 foreach $key (keys %{$ref->{nsstats}}) {
34 print "nsstat " . $key . ": " . $ref->{nsstats}->{$key} . "\n";
server-xml.pl 19 my $ref = XMLin("xml.stats");
20 my $counters = $ref->{server}->{counters};
  /src/external/lgpl3/mpc/dist/tests/
comparisons.c 25 same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign)
30 return mpfr_nan_p (ref);
32 return mpfr_inf_p (ref) &&
33 (!known_sign || mpfr_signbit (got) == mpfr_signbit (ref));
35 return mpfr_zero_p (ref) &&
36 (!known_sign || mpfr_signbit (got) == mpfr_signbit (ref));
37 return mpfr_cmp (got, ref) == 0;
41 same_mpc_value (mpc_ptr got, mpc_ptr ref, known_signs_t known_signs)
43 return same_mpfr_value (mpc_realref (got), mpc_realref (ref), known_signs.re)
44 && same_mpfr_value (mpc_imagref (got), mpc_imagref (ref), known_signs.im)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/
Makefile 4 uniphier-ld11-ref.dtb \
7 uniphier-ld20-ref.dtb \
8 uniphier-pxs3-ref.dtb \
9 uniphier-pxs3-ref-gadget0.dtb \
10 uniphier-pxs3-ref-gadget1.dtb
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CBindingWrapping.h 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
20 inline ty *unwrap(ref P) { \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
32 inline T *unwrap(ref P) { \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
40 inline T *unwrap(ref P) {
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active.h 154 void __i915_active_init(struct i915_active *ref,
155 int (*active)(struct i915_active *ref),
156 void (*retire)(struct i915_active *ref),
161 #define i915_active_init(ref, active, retire) do { \
165 __i915_active_init(ref, active, retire, &__mkey, &__wkey); \
168 int i915_active_ref(struct i915_active *ref,
173 i915_active_add_request(struct i915_active *ref, struct i915_request *rq)
175 return i915_active_ref(ref, i915_request_timeline(rq), &rq->fence);
178 void i915_active_set_exclusive(struct i915_active *ref, struct dma_fence *f);
180 static inline bool i915_active_has_exclusive(struct i915_active *ref)
    [all...]
i915_active.c 38 struct i915_active *ref; member in struct:active_node
85 struct i915_active *ref = addr; local
87 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref;
95 static void debug_active_init(struct i915_active *ref)
97 debug_object_init(ref, &active_debug_desc);
100 static void debug_active_activate(struct i915_active *ref)
102 lockdep_assert_held(&ref->tree_lock);
103 if (!atomic_read(&ref->count)) /* before the first inc *
218 struct i915_active *ref = container_of(wrk, typeof(*ref), work); local
    [all...]
  /src/tests/libexec/ld.elf_so/data/
Makefile 7 FILES= symver-output-ref-stderr.v0-v0
8 FILES+= symver-output-ref-stderr.v0-v1
9 FILES+= symver-output-ref-stderr.v0-v2
10 FILES+= symver-output-ref-stderr.v1-v0
11 FILES+= symver-output-ref-stderr.v1-v1
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
16 FILES+= symver-output-ref-stdout.v0-v
    [all...]
  /src/external/bsd/nvi/docs/USD.doc/
Makefile 3 SUBDIR= edit exref vi.ref vitut
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
method-ref-return.cc 38 const foo &ref = b.get_foo (); local
39 int ret = ref.m_a; // breakpoint here
40 ret += ref.get_a ();
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
refcount.c 92 reference_t *ref; local
95 while (ref = list_head(&rc->rc_list)) {
96 list_remove(&rc->rc_list, ref);
97 kmem_cache_free(reference_cache, ref);
101 while (ref = list_head(&rc->rc_removed)) {
102 list_remove(&rc->rc_removed, ref);
103 kmem_cache_free(reference_history_cache, ref->ref_removed);
104 kmem_cache_free(reference_cache, ref);
131 reference_t *ref = NULL; local
135 ref = kmem_cache_alloc(reference_cache, KM_SLEEP)
159 reference_t *ref; local
245 reference_t *ref; local
274 reference_t *ref; local
302 reference_t *ref; local
    [all...]
  /src/share/doc/papers/memfs/
Makefile 8 EXTRA= ref.bib A.t tmac.srefs
9 CLEANFILES=ref.bib.i A.gt paper.t
14 paper.t: ${SRCS} ref.bib.i A.gt
15 ${TOOL_REFER} -n -e -l -s -p ref.bib ${SRCS} A.gt > ${.TARGET}
17 ref.bib.i: ref.bib
18 ${TOOL_INDXBIB} ref.bib
  /src/external/gpl3/gcc/dist/gcc/
print-tree.h 24 extern void debug_raw (const tree_node &ref);
26 extern void debug (const tree_node &ref);
28 extern void debug_verbose (const tree_node &ref);
30 extern void debug_head (const tree_node &ref);
32 extern void debug_body (const tree_node &ref);
34 extern void debug (vec<tree, va_gc> &ref);
36 extern void debug_raw (vec<tree, va_gc> &ref);
  /src/external/gpl3/gcc.old/dist/gcc/
print-tree.h 24 extern void debug_raw (const tree_node &ref);
26 extern void debug (const tree_node &ref);
28 extern void debug_verbose (const tree_node &ref);
30 extern void debug_head (const tree_node &ref);
32 extern void debug_body (const tree_node &ref);
34 extern void debug (vec<tree, va_gc> &ref);
36 extern void debug_raw (vec<tree, va_gc> &ref);
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-aorsmul.c 37 mpz_t a, b, res, ref; local
42 mpz_init (ref);
46 mini_random_op3 (OP_MUL, MAXBITS, a, b, ref);
48 mpz_add (ref, ref, res);
54 mpz_sub (ref, res, ref);
60 if (mpz_cmp (res, ref))
69 dump ("ref", ref);
    [all...]
t-scan.c 34 mp_bitcnt_t b, res, ref; local
40 mini_random_scan_op (OP_SCAN0, MAXBITS, a, &b, &ref);
42 if (res != ref)
48 fprintf (stderr, "ref: %lu\n", ref);
51 if (mpz_sgn (a) > 0 && ref < mpz_sizeinbase (a, 2))
54 if (res != ref)
60 fprintf (stderr, "ref: %lu\n", ref);
64 mini_random_scan_op (OP_SCAN1, MAXBITS, a, &b, &ref);
    [all...]
t-add.c 32 mpz_t a, b, res, ref; local
37 mpz_init (ref);
41 mini_random_op3 (OP_ADD, MAXBITS, a, b, ref);
43 if (mpz_cmp (res, ref))
49 dump ("ref", ref);
56 mpz_clear (ref);
t-powm.c 33 mpz_t b, e, m, res, ref; local
39 mpz_init (ref);
43 mini_random_op4 (OP_POWM, MAXBITS, b, e, m, ref);
45 if (mpz_cmp (res, ref))
52 dump ("ref", ref);
60 mpz_clear (ref);
  /src/tests/usr.bin/bzip2/
t_bzip2.sh 36 bzip2 -1c $(atf_get_srcdir)/d_sample1.ref
38 bzip2 -2c $(atf_get_srcdir)/d_sample2.ref
40 bzip2 -3c $(atf_get_srcdir)/d_sample3.ref
41 atf_check -o file:$(atf_get_srcdir)/d_sample1.ref \
43 atf_check -o file:$(atf_get_srcdir)/d_sample2.ref \
45 atf_check -o file:$(atf_get_srcdir)/d_sample3.ref \

Completed in 146 milliseconds

1 2 3 4 5 6 7 8 91011>>