Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c1186 Block* other_b; in unsplittableBlockSane() local
1204 other_b = b + get_bszB(b); in unsplittableBlockSane()
1205 if (other_b-1 != (Block*)sb_end) in unsplittableBlockSane()
1954 Block* other_b; in mergeWithFreeNeighbours() local
1966 other_b = b + b_bszB; in mergeWithFreeNeighbours()
1967 if (other_b+min_useful_bszB(a)-1 <= (Block*)sb_end) { in mergeWithFreeNeighbours()
1969 other_bszB = get_bszB(other_b); in mergeWithFreeNeighbours()
1970 if (!is_inuse_block(other_b)) { in mergeWithFreeNeighbours()
1973 vg_assert(blockSane(a, other_b)); in mergeWithFreeNeighbours()
1976 unlinkBlock( a, other_b, in mergeWithFreeNeighbours()
[all …]
/external/boringssl/src/crypto/bio/
Dpair.c721 struct bio_bio_st *other_b = other_bio->ptr; in bio_ctrl() local
722 assert(other_b != NULL); in bio_ctrl()
723 ret = other_b->len == 0 && other_b->closed; in bio_ctrl()
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp244 FX_FLOAT other_b, in Set() argument
250 b = other_b; in Set()