Searched refs:cb1 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | intersection.hpp | 613 ProjCoord2 const& cb1, in position_value() 618 return math::equals(ca1, cb1) ? 1 in position_value() 620 : cb1 < cb2 ? in position_value() 621 ( ca1 < cb1 ? 0 in position_value() 624 : ( ca1 > cb1 ? 0 in position_value()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | intersection.hpp | 863 ProjCoord2 const& cb1, in position_value() 868 return math::equals(ca1, cb1) ? 1 in position_value() 870 : cb1 < cb2 ? in position_value() 871 ( ca1 < cb1 ? 0 in position_value() 874 : ( ca1 > cb1 ? 0 in position_value()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | intersection.hpp | 915 ProjCoord2 const& cb1, in position_value() 920 return math::equals(ca1, cb1) ? 1 in position_value() 922 : cb1 < cb2 ? in position_value() 923 ( ca1 < cb1 ? 0 in position_value() 926 : ( ca1 > cb1 ? 0 in position_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 2089 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_add_vid() local 2094 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid() 2095 if (!cb1) { in ehea_vlan_rx_add_vid() 2102 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2110 cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F))); in ehea_vlan_rx_add_vid() 2113 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2119 free_page((unsigned long)cb1); in ehea_vlan_rx_add_vid() 2127 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_kill_vid() local 2132 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid() 2133 if (!cb1) { in ehea_vlan_rx_kill_vid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tda8290.c | 459 static unsigned char cb1[] = { 0x30, 0xD0 }; in tda8290_standby() local 462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby() 467 cb1[1] = 0x90; in tda8290_standby()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 3496 __m128i cb1 = _mm_mulhi_epi16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local 3500 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd() 3553 int16x8_t cb1 = vqdmulhq_s16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local 3556 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 3496 __m128i cb1 = _mm_mulhi_epi16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local 3500 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd() 3553 int16x8_t cb1 = vqdmulhq_s16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local 3556 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd()
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse.c | 144 const struct tep_cmdline *cb1 = cb + 1; in cmdline_slot_cmp() local 150 if (ca->pid <= cb1->pid) in cmdline_slot_cmp()
|