Searched defs:bits (Results 1 – 10 of 10) sorted by relevance
/system/memory/libmeminfo/ |
D | meminfo_private.h | 27 #define _BITS(x, offset, bits) (((x) >> (offset)) & ((1LL << (bits)) - 1)) argument
|
/system/unwinding/libunwindstack/ |
D | ArmExidx.cpp | 263 uint8_t bits = byte & 0xf; in DecodePrefix_10_01() local 570 uint8_t bits = byte & 0x7; in DecodePrefix_11_000() local 669 uint8_t bits = byte & 0x7; in DecodePrefix_11_001() local
|
/system/extras/simpleperf/ |
D | event_attr.cpp | 32 static std::string BitsToString(const std::string& name, uint64_t bits, in BitsToString()
|
D | ETMDecoder.cpp | 608 uint32_t bits = pkt->atom.En_bits; in ProcessAtomPacket() local
|
/system/core/toolbox/ |
D | getevent.c | 65 uint8_t bits[INPUT_PROP_CNT / 8]; in print_input_props() local 97 uint8_t *bits = NULL; in print_possible_events() local
|
/system/media/audio/include/system/ |
D | audio.h | 305 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_mask_is_valid() local 320 audio_channel_representation_t representation, uint32_t bits) in audio_channel_mask_from_representation_and_bits() 1472 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_is_input_channel() local 1494 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_is_output_channel() local 1516 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_count_from_in_mask() local 1545 uint32_t bits = audio_channel_mask_get_bits(channel); in audio_channel_count_from_out_mask() local 1580 uint32_t bits = (1 << channel_count) - 1; in audio_channel_mask_for_index_assignment_from_count() local 1597 uint32_t bits; in audio_channel_out_mask_from_count() local 1647 uint32_t bits; in audio_channel_in_mask_from_count() local
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 55 void *bits; in get_framebuffer() local
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 149 namespace bits { namespace
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 38 #define _ELFW(bits, type) __ELFW(bits, type) argument 39 #define __ELFW(bits, type) ELF##bits##_##type argument
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 532 static int AES_set_encrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) { in AES_set_encrypt_key() 558 static int AES_set_decrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) { in AES_set_decrypt_key()
|