Searched refs:all_zero (Results 1 – 5 of 5) sorted by relevance
55 int all_zero = 1; in uuidType() local66 all_zero = 0; in uuidType()68 if (all_zero) in uuidType()
40 bool all_zero = true; in IsAllZero() local41 for (int n = 0; n < buf_length && all_zero; ++n) in IsAllZero()42 all_zero = buf[n] == 0; in IsAllZero()43 return all_zero; in IsAllZero()
40 bool all_zero = true; in ProcessVersionString() local46 all_zero = false; in ProcessVersionString()48 return !all_zero; in ProcessVersionString()
4419 __m128i coeff0_1_8x16b, coeff2_3_8x16b, control_mask_1_8x16b, control_mask_2_8x16b, all_zero; in ihevc_inter_pred_chroma_horz_w16out_ssse3() local4437 all_zero = _mm_setzero_si128(); in ihevc_inter_pred_chroma_horz_w16out_ssse3()4541 res_temp1_8x16b = _mm_unpacklo_epi64(src_temp5_16x8b, all_zero); in ihevc_inter_pred_chroma_horz_w16out_ssse3()4542 res_temp2_8x16b = _mm_unpacklo_epi64(src_temp6_16x8b, all_zero); in ihevc_inter_pred_chroma_horz_w16out_ssse3()
179 const char all_zero[] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; variable1644 const std::string wrong_id = all_zero; in TEST_F()2914 const std::string kFakeId(all_zero); in TEST_F()