Searched defs:uc (Results 1 – 6 of 6) sorted by relevance
102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) argument103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) argument
53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128; in getRgb() local
137 } *uc = containerOf(c, union _PCondConverter, wc); in pCondConvert() local
3538 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() local3627 struct audio_usecase *uc; in pick_playback_cfg_for_uc() local
202 union snd_sst_codec_params uc; member
781 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc, in derive_playback_snd_device()