Searched refs:other_b (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/bio/
H A Dbss_bio.c658 struct bio_bio_st *other_b; local
661 other_b = other_bio->ptr;
662 assert(other_b != NULL);
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
666 other_b->size = b->size;
682 struct bio_bio_st *other_b = other_bio->ptr; local
684 assert(other_b != NULL);
685 ret = other_b->len == 0 && other_b->closed;
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c463 struct bio_bio_st *other_b = other_bio->ptr; local
464 assert(other_b != NULL);
465 ret = other_b->len == 0 && other_b->closed;
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1866 Block* other_b; local
1913 other_b = b + b_bszB;
1914 if (other_b+min_useful_bszB(a)-1 <= (Block*)sb_end) {
1916 other_bszB = get_bszB(other_b);
1917 if (!is_inuse_block(other_b)) {
1920 vg_assert(blockSane(a, other_b));
1923 unlinkBlock( a, other_b,
1934 vg_assert(other_b-1 == (Block*)sb_end);
1942 other_b = get_predecessor_block( b );
1943 other_bszB = get_bszB(other_b);
[all...]

Completed in 81 milliseconds