| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxfbconfig.c | 34 AreFBConfigsMatch(__GLXFBConfig * c1, __GLXFBConfig * c2) in AreFBConfigsMatch() argument 38 match = ((c1->visualType == c2->visualType) && in AreFBConfigsMatch() 39 (c1->transparentType == c2->transparentType) && in AreFBConfigsMatch() 40 (c1->transparentRed == c2->transparentRed) && in AreFBConfigsMatch() 41 (c1->transparentGreen == c2->transparentGreen) && in AreFBConfigsMatch() 42 (c1->transparentBlue == c2->transparentBlue) && in AreFBConfigsMatch() 43 (c1->transparentAlpha == c2->transparentAlpha) && in AreFBConfigsMatch() 44 (c1->transparentIndex == c2->transparentIndex) && in AreFBConfigsMatch() 45 (c1->visualCaveat == c2->visualCaveat) && in AreFBConfigsMatch() 46 (c1->drawableType == c2->drawableType) && in AreFBConfigsMatch() [all …]
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | unicode.c | 35 u16 len1, len2, c1, c2; in hfsplus_strcasecmp() local 44 c1 = c2 = 0; in hfsplus_strcasecmp() 51 while (len2 && !c2) { in hfsplus_strcasecmp() 52 c2 = case_fold(be16_to_cpu(*p2)); in hfsplus_strcasecmp() 57 if (c1 != c2) in hfsplus_strcasecmp() 58 return (c1 < c2) ? -1 : 1; in hfsplus_strcasecmp() 59 if (!c1 && !c2) in hfsplus_strcasecmp() 68 u16 len1, len2, c1, c2; in hfsplus_strcmp() local 79 c2 = be16_to_cpu(*p2); in hfsplus_strcmp() 80 if (c1 != c2) in hfsplus_strcmp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_cls.c | 496 struct mvpp2_cls_c2_entry *c2) in mvpp2_cls_c2_write() argument 499 mvpp2_write(priv, MVPP22_CLS_C2_TCAM_IDX, c2->index); in mvpp2_cls_c2_write() 502 if (c2->valid) in mvpp2_cls_c2_write() 508 mvpp2_write(priv, MVPP22_CLS_C2_ACT, c2->act); in mvpp2_cls_c2_write() 510 mvpp2_write(priv, MVPP22_CLS_C2_ATTR0, c2->attr[0]); in mvpp2_cls_c2_write() 511 mvpp2_write(priv, MVPP22_CLS_C2_ATTR1, c2->attr[1]); in mvpp2_cls_c2_write() 512 mvpp2_write(priv, MVPP22_CLS_C2_ATTR2, c2->attr[2]); in mvpp2_cls_c2_write() 513 mvpp2_write(priv, MVPP22_CLS_C2_ATTR3, c2->attr[3]); in mvpp2_cls_c2_write() 515 mvpp2_write(priv, MVPP22_CLS_C2_TCAM_DATA0, c2->tcam[0]); in mvpp2_cls_c2_write() 516 mvpp2_write(priv, MVPP22_CLS_C2_TCAM_DATA1, c2->tcam[1]); in mvpp2_cls_c2_write() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 395 UChar c1, c2; in mainGtU() local 400 c1 = block[i1]; c2 = block[i2]; in mainGtU() 401 if (c1 != c2) return (c1 > c2); in mainGtU() 404 c1 = block[i1]; c2 = block[i2]; in mainGtU() 405 if (c1 != c2) return (c1 > c2); in mainGtU() 408 c1 = block[i1]; c2 = block[i2]; in mainGtU() 409 if (c1 != c2) return (c1 > c2); in mainGtU() 412 c1 = block[i1]; c2 = block[i2]; in mainGtU() 413 if (c1 != c2) return (c1 > c2); in mainGtU() 416 c1 = block[i1]; c2 = block[i2]; in mainGtU() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_scale_coefs.c | 17 .c2 = { 28, 34, 40, 46, 52, 58, 64, 70, 0, 2, 4, 8, 12, 16, 20, 24, }, 23 .c2 = { 24, 28, 32, 38, 44, 50, 56, 64, 0, 2, 4, 6, 8, 12, 16, 20, }, 29 .c2 = { 16, 20, 24, 30, 36, 42, 48, 56, 0, 0, 0, 2, 4, 8, 12, 14, }, 35 .c2 = { 12, 14, 16, 22, 28, 34, 40, 48, 0, 0, 0, 2, 4, 4, 4, 8, }, 41 .c2 = { 0, 2, 4, 8, 12, 18, 24, 32, 0, 0, 0, -2, -4, -4, -4, -2, }, 47 .c2 = { -8, -6, -4, -2, 0, 6, 12, 18, 0, -2, -4, -6, -8, -8, -8, -8, }, 53 .c2 = { -12, -12, -12, -10, -8, -4, 0, 6, 0, -2, -4, -6, -8, -10, -12, -12, }, 59 .c2 = { -16, -18, -20, -18, -16, -14, -12, -6, 0, -2, -4, -6, -8, -10, -12, -14, }, 65 .c2 = { -20, -22, -24, -24, -24, -24, -24, -20, 0, -2, -4, -6, -8, -10, -12, -16, }, 71 .c2 = { -16, -20, -24, -28, -32, -34, -36, -34, 0, 0, 0, -2, -4, -8, -12, -14, }, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | index_testing.h | 164 int c2 = 1; variable 171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 175 checks = c2; 180 c1 = c2; 182 c2 *=2; 183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 193 cx = (c1+c2)/2; 201 c2 = cx; 203 cx = (c1+c2)/2; 211 c2 = cx; [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | unistr.c | 89 u16 c1, c2; in ntfs_collate_names() local 96 c2 = le16_to_cpu(*name2++); in ntfs_collate_names() 100 if (c2 < upcase_len) in ntfs_collate_names() 101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names() 105 if (c1 < c2) in ntfs_collate_names() 107 if (c1 > c2) in ntfs_collate_names() 137 u16 c1, c2; in ntfs_ucsncmp() local 142 c2 = le16_to_cpu(s2[i]); in ntfs_ucsncmp() 143 if (c1 < c2) in ntfs_ucsncmp() 145 if (c1 > c2) in ntfs_ucsncmp() [all …]
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | context.h | 100 struct context *c1, struct context *c2) in mls_context_glblub() argument 102 struct mls_range *dr = &dst->range, *r1 = &c1->range, *r2 = &c2->range; in mls_context_glblub() 130 static inline int mls_context_cmp(struct context *c1, struct context *c2) in mls_context_cmp() argument 132 return ((c1->range.level[0].sens == c2->range.level[0].sens) && in mls_context_cmp() 133 ebitmap_cmp(&c1->range.level[0].cat, &c2->range.level[0].cat) && in mls_context_cmp() 134 (c1->range.level[1].sens == c2->range.level[1].sens) && in mls_context_cmp() 135 ebitmap_cmp(&c1->range.level[1].cat, &c2->range.level[1].cat)); in mls_context_cmp() 183 static inline int context_cmp(struct context *c1, struct context *c2) in context_cmp() argument 185 if (c1->len && c2->len) in context_cmp() 186 return (c1->len == c2->len && !strcmp(c1->str, c2->str)); in context_cmp() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | thomas_inverse.hpp | 76 CT const c2 = 2; in apply() local 79 CT const pi_half = math::pi<CT>() / c2; in apply() 95 CT const theta_m = (theta1 + theta2) / c2; in apply() 96 CT const d_theta_m = (theta2 - theta1) / c2; in apply() 98 CT const d_lambda_m = d_lambda / c2; in apply() 113 CT const cos_d = c1 - c2 * L; in apply() 126 CT const U = c2 * sin2_theta_m * cos2_d_theta_m / one_minus_L; in apply() 127 CT const V = c2 * sin2_d_theta_m * cos2_theta_m / L; in apply() 132 CT const E = c2 * cos_d; in apply() 134 CT const B = c2 * D; in apply() [all …]
|
| H A D | differential_quantities.hpp | 88 CT const c2 = 2; in apply() local 89 CT const e2 = f * (c2 - f); in apply() 166 CT const c2 = 2; in J12_f() local 170 CT const sin_2sig1 = c2 * cos_sig1 * sin_sig1; // sin(2sig1) in J12_f() 171 CT const sin_2sig2 = c2 * cos_sig2 * sin_sig2; // sin(2sig2) in J12_f() 173 CT const L1 = sig_12 - sin_2sig_12 / c2; in J12_f() 180 … CT const sin_4sig1 = c2 * sin_2sig1 * (math::sqr(cos_sig1) - math::sqr(sin_sig1)); // sin(4sig1) in J12_f() 181 … CT const sin_4sig2 = c2 * sin_2sig2 * (math::sqr(cos_sig2) - math::sqr(sin_sig2)); // sin(4sig2) in J12_f() 245 CT const c2 = 2; in J12_ep_sqr() local 252 CT const sin_2sig1 = c2 * cos_sig1 * sin_sig1; // sin(2sig1) in J12_ep_sqr() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocircle/ |
| H A D | tst_qgeocircle.cpp | 93 QGeoCircle c2 = QGeoCircle(QGeoCoordinate(20.0, 0.0), 30.0); in assignment() local 95 QVERIFY(c1 != c2); in assignment() 97 c2 = c1; in assignment() 98 QCOMPARE(c2.center(), QGeoCoordinate(10.0, 0.0)); in assignment() 99 QCOMPARE(c2.radius(), 20.0); in assignment() 100 QCOMPARE(c1, c2); in assignment() 102 c2.setCenter(QGeoCoordinate(30.0, 0.0)); in assignment() 103 c2.setRadius(15.0); in assignment() 126 QGeoCircle c2(QGeoCoordinate(1,1), qreal(50.0)); in comparison() local 130 QVERIFY(c1 == c2); in comparison() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-std.c | 178 unsigned int c1,c2; in pvr2_std_id_to_str() local 189 c2 = scnprintf(bufPtr,bufSize,";"); in pvr2_std_id_to_str() 190 c1 += c2; in pvr2_std_id_to_str() 191 bufSize -= c2; in pvr2_std_id_to_str() 192 bufPtr += c2; in pvr2_std_id_to_str() 195 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str() 199 c2 = scnprintf(bufPtr,bufSize,"/"); in pvr2_std_id_to_str() 201 c1 += c2; in pvr2_std_id_to_str() 202 bufSize -= c2; in pvr2_std_id_to_str() 203 bufPtr += c2; in pvr2_std_id_to_str() [all …]
|
| /OK3568_Linux_fs/kernel/fs/unicode/ |
| H A D | utf8-core.c | 28 int c1, c2; in utf8_strncmp() local 38 c2 = utf8byte(&cur2); in utf8_strncmp() 40 if (c1 < 0 || c2 < 0) in utf8_strncmp() 42 if (c1 != c2) in utf8_strncmp() 55 int c1, c2; in utf8_strncasecmp() local 65 c2 = utf8byte(&cur2); in utf8_strncasecmp() 67 if (c1 < 0 || c2 < 0) in utf8_strncasecmp() 69 if (c1 != c2) in utf8_strncasecmp() 86 int c1, c2; in utf8_strncasecmp_folded() local 94 c2 = cf->name[i++]; in utf8_strncasecmp_folded() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 72 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 85 c = c1 + x4 * p->c2; in sincosf_poly() 88 *cosp = c + x6 * c2; in sincosf_poly() 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 111 c2 = p->c3 + x2 * p->c4; in sinf_poly() 115 c = c1 + x4 * p->c2; in sinf_poly() 117 return c + x6 * c2; in sinf_poly()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 72 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 85 c = c1 + x4 * p->c2; in sincosf_poly() 88 *cosp = c + x6 * c2; in sincosf_poly() 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 111 c2 = p->c3 + x2 * p->c4; in sinf_poly() 115 c = c1 + x4 * p->c2; in sinf_poly() 117 return c + x6 * c2; in sinf_poly()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | string.c | 46 unsigned char c1, c2; in strncasecmp() local 53 c2 = *s2++; in strncasecmp() 54 if (!c1 || !c2) in strncasecmp() 56 if (c1 == c2) in strncasecmp() 59 c2 = tolower(c2); in strncasecmp() 60 if (c1 != c2) in strncasecmp() 63 return (int)c1 - (int)c2; in strncasecmp() 71 int c1, c2; in strcasecmp() local 75 c2 = tolower(*s2++); in strcasecmp() 76 } while (c1 == c2 && c1 != 0); in strcasecmp() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/hardware/ |
| H A D | cp14.h | 54 #define RCP14_DBGDSCRext() MRC14(0, c0, c2, 2) 59 #define RCP14_DBGBVR2() MRC14(0, c0, c2, 4) 75 #define RCP14_DBGBCR2() MRC14(0, c0, c2, 5) 91 #define RCP14_DBGWVR2() MRC14(0, c0, c2, 6) 107 #define RCP14_DBGWCR2() MRC14(0, c0, c2, 7) 124 #define RCP14_DBGBXVR2() MRC14(0, c1, c2, 1) 139 #define RCP14_DBGOSSRR() MRC14(0, c1, c2, 4) 143 #define RCP14_DBGDSAR() MRC14(0, c2, c0, 0) 150 #define RCP14_DBGDEVID() MRC14(0, c7, c2, 7) 159 #define WCP14_DBGDSCRext(val) MCR14(val, 0, c0, c2, 2) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/ |
| H A D | tst_qgeopolygon.cpp | 143 QGeoPolygon c2(coords); in comparison() local 146 QVERIFY(c1 == c2); in comparison() 147 QVERIFY(!(c1 != c2)); in comparison() 152 QVERIFY(!(c2 == c3)); in comparison() 153 QVERIFY(c2 != c3); in comparison() 159 QGeoShape *c2Ptr = &c2; in comparison() 235 QFETCH(QGeoCoordinate, c2); in translate() 242 coords.append(c2); in translate() 269 QFETCH(QGeoCoordinate, c2); in valid() 275 coords.append(c2); in valid() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/ |
| H A D | tst_qgeopath.cpp | 135 QGeoPath c2(coords, qreal(50.0)); in comparison() local 139 QVERIFY(c1 == c2); in comparison() 140 QVERIFY(!(c1 != c2)); in comparison() 148 QVERIFY(!(c2 == c3)); in comparison() 149 QVERIFY(c2 != c3); in comparison() 155 QGeoShape *c2Ptr = &c2; in comparison() 240 QFETCH(QGeoCoordinate, c2); in translate() 247 coords.append(c2); in translate() 278 QFETCH(QGeoCoordinate, c2); in valid() 285 coords.append(c2); in valid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | nwflash.c | 63 volatile unsigned int c1, c2; in get_flash_id() local 69 c2 = inb(0x80); in get_flash_id() 73 c2 = inb(0x80); in get_flash_id() 79 c2 = *(volatile unsigned char *) (FLASH_BASE + 2); in get_flash_id() 81 c2 = *(volatile unsigned char *) (FLASH_BASE + 1); in get_flash_id() 83 c2 += (c1 << 8); in get_flash_id() 90 if (c2 == KFLASH_ID4) in get_flash_id() 93 return c2; in get_flash_id() 400 volatile unsigned int c2; in write_block() local 425 if (__get_user(c2, buf + offset)) in write_block() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | make_expr.hpp | 72 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2) in make_expr() argument 78 >()(c0 , c1 , c2); in make_expr() 108 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3) in make_expr() argument 114 >()(c0 , c1 , c2 , c3); in make_expr() 144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr() argument 150 >()(c0 , c1 , c2 , c3 , c4); in make_expr() 180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr() argument 186 >()(c0 , c1 , c2 , c3 , c4 , c5); in make_expr() 216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() argument 222 >()(c0 , c1 , c2 , c3 , c4 , c5 , c6); in make_expr() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | make.hpp | 79 inline Geometry make(Type const& c1, Type const& c2) in make() argument 89 >::apply(geometry, c1, c2); in make() 113 inline Geometry make(Type const& c1, Type const& c2, Type const& c3) in make() argument 123 >::apply(geometry, c1, c2, c3); in make() 128 inline Geometry make(Type const& c1, Type const& c2, Type const& c3, Type const& c4) in make() argument 138 >::apply(geometry, c1, c2, c3, c4); in make()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | arm32_macros.S | 61 mcr p15, 0, \reg, c2, c0, 0 65 mrc p15, 0, \reg, c2, c0, 0 69 mcr p15, 0, \reg, c2, c0, 1 73 mrc p15, 0, \reg, c2, c0, 1 77 mcr p15, 0, \reg, c2, c0, 2 81 mrc p15, 0, \reg, c2, c0, 2 179 mcr p15, 0, \reg, c10, c2, 0 183 mrc p15, 0, \reg, c10, c2, 0 187 mcr p15, 0, \reg, c10, c2, 1 191 mrc p15, 0, \reg, c10, c2, 1
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-tca6507.c | 209 int c1, c2; in choose_times() local 223 for (c2 = 0; c2 <= c1; c2++) { in choose_times() 224 int tt = t + time_codes[c2]; in choose_times() 236 *c2p = c2; in choose_times() 317 int c1, c2; in set_times() local 320 result = choose_times(tca->bank[bank].ontime, &c1, &c2); in set_times() 326 c2, time_codes[c2], tca->bank[bank].ontime); in set_times() 327 set_code(tca, TCA6507_FADE_ON, bank, c2); in set_times() 331 result = choose_times(tca->bank[bank].offtime, &c1, &c2); in set_times() 335 c2, time_codes[c2], tca->bank[bank].offtime); in set_times() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armv7/ |
| H A D | generictimer.h | 35 mcr p15, 0, \reg, c14, c2, 0 38 mcr p15, 0, \reg, c14, c2, 1 40 mrc p15, 0, \reg, c14, c2, 1 44 mcr p15, 0, \reg, c14, c2, 1
|