Searched defs:cbw (Results 1 – 8 of 8) sorted by relevance
203 wrap_cbw(cbw_t *cbw, int datalen, cbw_direction dir, const u8 *cmd, in wrap_cbw()252 cbw_t cbw; in execute_command() local
179 OPJ_UINT32 cbw = components[1].w; in sycc420_to_rgb() local
326 struct command_block_wrapper cbw; in send_mass_storage_command() local
496 cbw // CHECK: cbtw label
3379 __m128i cbw = _mm_unpacklo_epi8(_mm_setzero_si128(), cb_biased); in stbi__YCbCr_to_RGB_simd() local3436 int16x8_t cbw = vshll_n_s8(cb_biased, 7); in stbi__YCbCr_to_RGB_simd() local
3423 __m128i cbw = _mm_unpacklo_epi8(_mm_setzero_si128(), cb_biased); in stbi__YCbCr_to_RGB_simd() local3480 int16x8_t cbw = vshll_n_s8(cb_biased, 7); in stbi__YCbCr_to_RGB_simd() local
2476 void AssemblerX8664::cbw() { in cbw() function in Ice::X8664::AssemblerX8664
2348 void AssemblerX8632::cbw() { in cbw() function in Ice::X8632::AssemblerX8632