Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dcall.hpp77 …def typename when<_, A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef
128 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
179 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
230 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
281 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
332 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
383 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dpropertystore.h70 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument
72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp247 QGeoRectangle b3(c3, c2); in equality_data() local
969 QGeoRectangle b3(QGeoCoordinate(90, 30), QGeoCoordinate(50, 70)); in boundingGeoRectangle_data() local
1142 QGeoRectangle b3(QGeoCoordinate(90, 30), QGeoCoordinate(50, 70)); in containsCoord_data() local
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
44 #define EMIT3_off32(b1, b2, b3, off) \ argument
46 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
596 u8 b1, b2, b3; in emit_mov_imm32() local
813 u8 b2 = 0, b3 = 0; in do_jit() local
H A Dbpf_jit_comp32.c69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
70 #define EMIT4(b1, b2, b3, b4) \ argument
77 #define EMIT3_off32(b1, b2, b3, off) \ argument
79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Dunicodeandutf8.cpp17 char b1, b2, b3, b4, b5, b6; in enc_utf8_to_unicode_one() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp200 QGeoRectangle b3(QGeoCoordinate(40,40), QGeoCoordinate(10,40)); in operatorsTest() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp144 bool b3 = alp1 > a_b3; in apply() local
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dcryp_taf.c621 void *b3 = NULL; in ta_entry_ae_encrypt_final() local
653 void *b3 = NULL; in ta_entry_ae_decrypt_final() local
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c158 #define EMIT4_RRF(op, b1, b2, b3) \ argument
222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_pkg_sender.c251 u8 b1, b2, b3, b4; in send_long_pkg() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c63 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp313 double b0 = b[0], b1 = b[1], b2 = b[2], b3 = b[3]; in multiply() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_common_api.h183 uint32_t b3) in Invoke_Simple_Function_v4()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c425 unsigned char b1,b2,b3; in ser12_check_uart() local
H A Dbaycom_ser_fdx.c343 unsigned char b1,b2,b3; in ser12_check_uart() local
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dcurve25519-hacl64.c357 u64 b3; in fdifference() local
732 u8 *b3 = output + 24; in format_fcontract_store() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dtc358764.c79 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
H A Dtc358775.c125 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace.h195 unsigned long b3; member
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S434 b3, c3, d3, st0, st1) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member

12