/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 33 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()
|
D | GGLAssembler.cpp | 884 void GGLAssembler::build_and_immediate(int d, int s, uint32_t mask, int bits) in build_and_immediate()
|
D | GGLAssembler.h | 316 int bits; member
|
D | texturing.cpp | 143 const int bits = parts.iterated.size(); in init_iterated_color() local
|
/system/core/libmincrypt/ |
D | sha256.c | 36 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) argument 37 #define shr(value, bits) ((value) >> (bits)) argument
|
D | sha.c | 36 #define rol(bits, value) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
|
/system/core/libbacktrace/ |
D | GetPss.cpp | 28 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1)) argument
|
/system/core/include/system/ |
D | audio.h | 500 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/ |
D | getevent.c | 45 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/ |
D | fixed.cpp | 274 int bits = 31; in slow_muldiv() local
|
D | buffer.cpp | 278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 55 void *bits; in get_framebuffer() local
|
/system/core/include/pixelflinger/ |
D | format.h | 101 inline uint32_t bits(int i) const { in bits() function
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 159 #define _BITS(x, offset, bits) (((x) >> offset) & ((1LL << (bits)) - 1)) argument
|
/system/extras/ext4_utils/ |
D | sha1.c | 35 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
|
/system/keymaster/ |
D | ocb.c | 520 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()
|