HomeSort by relevance Sort by last modified time
    Searched refs:dc0 (Results 1 - 5 of 5) sorted by null

  /system/bt/btcore/test/
device_class_test.cpp 53 bt_device_class_t dc0; local
54 device_class_from_stream(&dc0, dc_stream);
55 EXPECT_EQ((size_t)3, sizeof(dc0));
160 bt_device_class_t dc0; local
161 device_class_from_stream(&dc0, dc_stream0);
164 EXPECT_FALSE(device_class_equals(&dc0, &dc1));
169 bt_device_class_t dc0; local
170 device_class_from_stream(&dc0, dc_stream0);
172 EXPECT_TRUE(device_class_copy(&dc1, &dc0));
173 EXPECT_TRUE(device_class_equals(&dc0, &dc1))
    [all...]
property_test.cpp 49 bt_device_class_t dc0 = {{ 0x01, 0x23, 0x45 }}; local
50 bt_property_t *property = property_new_device_class(&dc0);
52 EXPECT_EQ(dc0._[0], ((uint8_t*)property->val)[0]);
53 EXPECT_EQ(dc0._[1], ((uint8_t*)property->val)[1]);
54 EXPECT_EQ(dc0._[2], ((uint8_t*)property->val)[2]);
189 bt_device_class_t dc0 = {{ 0x01, 0x23, 0x45 }}; local
190 bt_property_t *property1 = property_new_device_class(&dc0);
  /external/webp/src/dsp/
dec.c 426 int dc0 = 8; local
429 dc0 += dst[i - BPS] + dst[-1 + i * BPS];
431 Put8x8uv(dc0 >> 4, dst);
435 int dc0 = 4; local
438 dc0 += dst[i - BPS];
440 Put8x8uv(dc0 >> 3, dst);
444 int dc0 = 4; local
447 dc0 += dst[-1 + i * BPS];
449 Put8x8uv(dc0 >> 3, dst);
  /external/webp/src/dec/
vp8.c 481 const int dc0 = (dc[0] + 3) >> 3; local
482 for (i = 0; i < 16 * 16; i += 16) dst[i] = dc0;
  /external/elfutils/src/tests/
run-strings-test.sh 366 testfile8: 7dc0 Extract the removed sections into FILE

Completed in 79 milliseconds