Searched defs:zero (Results 1 – 5 of 5) sorted by relevance
/system/media/audio_utils/ |
D | channels.c | 68 #define EXPAND_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 99 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument
|
D | primitives.c | 345 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument 394 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */ in memcpy_by_channel_mask() local 416 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument 449 static const uint8x3_t zero; in memcpy_by_index_array() local
|
/system/bt/btcore/src/ |
D | bdaddr.c | 29 uint8_t zero[sizeof(bt_bdaddr_t)] = { 0 }; in bdaddr_is_empty() local
|
/system/core/libmemunreachable/tests/ |
D | HeapWalker_test.cpp | 65 TEST_F(HeapWalkerTest, zero) { in TEST_F() argument
|
/system/bt/btif/src/ |
D | btif_dm.c | 268 static const uint8_t zero[16] = { 0 }; in is_empty_128bit() local
|