Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 16 of 16) 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.h316 int bits; member
Dtexturing.cpp143 const int bits = parts.iterated.size(); in init_iterated_color() local
/system/core/libmincrypt/
Dsha256.c36 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) argument
37 #define shr(value, bits) ((value) >> (bits)) argument
Dsha.c36 #define rol(bits, value) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
/system/core/libbacktrace/
DGetPss.cpp28 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1)) argument
/system/core/include/system/
Daudio.h500 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_mask_is_valid() local
515 audio_channel_representation_t representation, uint32_t bits) in audio_channel_mask_from_representation_and_bits()
1120 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_is_input_channel() local
1142 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_is_output_channel() local
1164 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_count_from_in_mask() local
1185 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_count_from_out_mask() local
1210 uint32_t bits; in audio_channel_out_mask_from_count() local
1254 uint32_t bits; in audio_channel_in_mask_from_count() local
1285 uint32_t bits = (1 << channel_count) - 1; in audio_channel_mask_for_index_assignment_from_count() 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/core/include/pixelflinger/
Dformat.h101 inline uint32_t bits(int i) const { in bits() function
/system/extras/libpagemap/include/pagemap/
Dpagemap.h159 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1)) argument
/system/extras/ext4_utils/
Dsha1.c35 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
/system/keymaster/
Docb.c520 static int AES_set_encrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) { in AES_set_encrypt_key()
546 static int AES_set_decrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) { in AES_set_decrypt_key()