Home
last modified time | relevance | path

Searched refs:all_zero (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c55 int all_zero = 1; in uuidType() local
66 all_zero = 0; in uuidType()
68 if (all_zero) in uuidType()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc40 bool all_zero = true; in IsAllZero() local
41 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()
/external/chromium_org/gpu/config/
Dgpu_control_list.cc40 bool all_zero = true; in ProcessVersionString() local
46 all_zero = false; in ProcessVersionString()
48 return !all_zero; in ProcessVersionString()
/external/libhevc/common/x86/
Dihevc_inter_pred_filters_ssse3_intr.c4419 __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() local
4437 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()
/external/chromium_org/chrome/browser/extensions/
Dextension_service_unittest.cc179 const char all_zero[] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; variable
1644 const std::string wrong_id = all_zero; in TEST_F()
2914 const std::string kFakeId(all_zero); in TEST_F()