Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 13 of 13) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp33 const int bits = addr.size; in store() local
70 const int bits = addr.size; in load() local
109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
DGGLAssembler.cpp884 void GGLAssembler::build_and_immediate(int d, int s, uint32_t mask, int bits) in build_and_immediate()
DGGLAssembler.h310 int bits; member
Dtexturing.cpp143 const int bits = parts.iterated.size(); in init_iterated_color() local
/system/core/init/
Dlogo.c43 unsigned short *bits; member
109 unsigned short *data, *bits, *ptr; in load_565rle_image() local
/system/core/toolbox/
Dgetevent.c45 uint8_t bits[INPUT_PROP_CNT / 8]; in print_input_props() local
77 uint8_t *bits = NULL; in print_possible_events() local
/system/core/libpixelflinger/
Dfixed.cpp274 int bits = 31; in slow_muldiv() local
Dbuffer.cpp278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
/system/extras/tests/framebuffer/
Dfb_test.c55 void *bits; in get_framebuffer() local
/system/extras/libpagemap/include/pagemap/
Dpagemap.h132 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1)) argument
/system/core/include/pixelflinger/
Dformat.h101 inline uint32_t bits(int i) const { in bits() function
/system/core/libmincrypt/
Dsha.c193 #define rol(bits, value) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
/system/extras/ext4_utils/
Dsha1.c35 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument