Home
last modified time | relevance | path

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

/system/memory/libmeminfo/
Dmeminfo_private.h27 #define _BITS(x, offset, bits) (((x) >> (offset)) & ((1LL << (bits)) - 1)) argument
/system/unwinding/libunwindstack/
DArmExidx.cpp263 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/
Devent_attr.cpp32 static std::string BitsToString(const std::string& name, uint64_t bits, in BitsToString()
DETMDecoder.cpp608 uint32_t bits = pkt->atom.En_bits; in ProcessAtomPacket() local
/system/core/toolbox/
Dgetevent.c65 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/
Daudio.h305 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/
Dfb_test.c55 void *bits; in get_framebuffer() local
/system/teeui/libteeui/src/
Dutils.cpp149 namespace bits { namespace
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h38 #define _ELFW(bits, type) __ELFW(bits, type) argument
39 #define __ELFW(bits, type) ELF##bits##_##type argument
/system/keymaster/key_blob_utils/
Docb.c532 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()