OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:left_bits
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
67
// Trim off
left_bits
of left bits.
71
size_t
left_bits
= bit_index_start & (kBitsPerWord - 1);
local
72
if (
left_bits
!= 0) {
73
edge_word &= (1 << (kBitsPerWord -
left_bits
)) - 1;
/bionic/libc/upstream-dlmalloc/
malloc.c
2932
#define
left_bits
macro
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
2790
#define
left_bits
macro
[
all
...]
/external/libffi/src/
dlmalloc.c
2333
#define
left_bits
macro
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
2343
#define
left_bits
macro
[
all
...]
Completed in 5648 milliseconds