Home
last modified time | relevance | path

Searched refs:other_b (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dlinear_linear.hpp399 bool const other_b = is_ip_on_boundary<boundary_any>(it->point, in apply() local
405 if ( other_b ) in apply()
479 bool const other_b = is_ip_on_boundary<boundary_any>(it->point, in apply() local
484 if ( other_b ) in apply()
535 bool const other_b = is_ip_on_boundary<boundary_any>(it->point, in apply() local
544 if ( other_b ) in apply()
557 if ( other_b ) in apply()
/third_party/openssl/crypto/bio/
Dbss_bio.c566 struct bio_bio_st *other_b; in bio_ctrl() local
569 other_b = other_bio->ptr; in bio_ctrl()
570 assert(other_b != NULL); in bio_ctrl()
572 assert(other_b->buf == NULL); /* other_bio is always fresh */ in bio_ctrl()
574 other_b->size = b->size; in bio_ctrl()
/third_party/boost/libs/coroutine/doc/
Dsymmetric.qbk47 boost::coroutines::symmetric_coroutine<void>::call_type* other_a=0,* other_b=0;
54 yield(*other_b); // yield to coroutine coro_b
77 other_b = & coro_b;
102 using `yield(*other_b)`. If the current element of the local array is less
Dmotivation.qbk528 boost::coroutines::symmetric_coroutine<void>::call_type *other_a=0,*other_b=0;
534 yield(*other_b); // yield to coroutine coro_b
556 other_b=&coro_b;