Home
last modified time | relevance | path

Searched refs:_r (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/cxx/lib/tl/include/bits/
A Dbst_iter.h45 Node const *_r; ///< Root node of current subtree variable
48 __Bst_iter_b() : _n(0), _r(0) {} in __Bst_iter_b()
56 : _n(t), _r(_n) in __Bst_iter_b()
60 : _n(t), _r(r) in __Bst_iter_b()
92 using Base::_r;
155 if (_n == _r) in inc()
157 _r = _n = Node_op::child(_r, Dir::R); in inc()
169 Node const *q = _r; in inc()
170 Node const *p = _r; in inc()
/l4re-core-master/ned/server/src/
A Dapp_task.cc73 : _ref_cnt(0), _r(r), in App_task()
81 chkcap(_r->register_obj(this), "register App_task endpoint"); in App_task()
91 _r->unregister_obj(this); in terminate()
96 _r->unregister_obj(this); in ~App_task()
A Dserver.h35 Registry *_r;
46 Registry *registry() { return _r; } in registry()
A Dserver.cc52 _r = new Registry(this, Pthread::L4::cap(pthread_self()), in run()
55 loop<L4::Runtime_error>(_r, l4_utcb()); in run()
A Dapp_task.h40 Ned::Registry *_r; variable
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dop-1.h204 _FP_W_TYPE _q, _r; \
208 doit(_q, _r, X##_f, Y##_f); \
209 R##_f = _q | (_r != 0); \
219 _FP_W_TYPE _nh, _nl, _q, _r, _y; \
237 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
238 R##_f = _q | (_r != 0); \
243 _FP_W_TYPE _nh, _nl, _q, _r; \
255 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \
256 R##_f = _q | (_r != 0); \
A Dop-2.h471 if (_FP_FRAC_GT_2(_m, _r)) \
474 _FP_FRAC_ADD_2(_r, Y, _r); \
475 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \
478 _FP_FRAC_ADD_2(_r, Y, _r); \
481 _FP_FRAC_DEC_2(_r, _m); \
499 if (_FP_FRAC_GT_2(_m, _r)) \
502 _FP_FRAC_ADD_2(_r, Y, _r); \
503 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \
506 _FP_FRAC_ADD_2(_r, Y, _r); \
509 if (!_FP_FRAC_EQ_2(_r, _m)) \
/l4re-core-master/l4util/include/
A Dassert.h112 int _r = l4_ipc_error(msgtag, l4_utcb()); \
113 if (_r) { \
114 ASSERT_PRINTF("%s: IPC Error: %lx\n", __func__, _r); \
115 ASSERT_ASSERT(_r == 0); \
/l4re-core-master/l4re/include/video/
A Dcolors109 Color_component _r, _g, _b, _a; ///< Red, green, blue and alpha color components
117 Color_component const &r() const { return _r; }
148 { return _r.size() + _g.size() + _b.size() +_a.size(); }
160 void r(Color_component const &c) { _r = c; }
205 : _r(r, rs), _g(g, gs), _b(b, bs), _a(a, as), _bpp(bpp)
216 : _r(vbi->red_mask_size, vbi->red_field_position),
229 return _r == o._r && _g == o._g && _b == o._b && _a == o._a && _bpp == o._bpp;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/
A DMakefile.in15 CSRC-$(UCLIBC_HAS_LFS) += $(patsubst %_r.c,%64_r.c,$(CSRC_R))
/l4re-core-master/sigma0/server/src/
A Dmem_man.cc125 Mem_man::alloc_from(Region const *r2, Region const &_r) in alloc_from() argument
127 if (!_r.valid()) in alloc_from()
130 Region r(_r); in alloc_from()
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dthreads.txt42 This seems like it requires an _r version of this function. Glibc
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dmathcalls.h287 __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp))
/l4re-core-master/cxx/lib/tl/include/
A Davl_set56 using Base::_r;

Completed in 17 milliseconds