| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/ni_route_values/ |
| H A D | ni_mseries.c | 58 [B(TRIGGER_LINE(0))] = I(18), 59 [B(TRIGGER_LINE(1))] = I(19), 60 [B(TRIGGER_LINE(2))] = I(20), 61 [B(TRIGGER_LINE(3))] = I(21), 62 [B(TRIGGER_LINE(4))] = I(22), 63 [B(TRIGGER_LINE(5))] = I(23), 64 [B(TRIGGER_LINE(6))] = I(24), 65 [B(TRIGGER_LINE(7))] = I(25), 66 [B(NI_CtrSource(0))] = I(9), 67 [B(NI_CtrSource(1))] = I(4), [all …]
|
| H A D | ni_eseries.c | 55 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1), 58 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2), 61 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT), 64 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1), 67 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1), 70 [B(NI_AO_SampleClock)] = I(NI_PFI_OUTPUT_AO_UPDATE_N), 73 [B(NI_AO_StartTrigger)] = I(NI_PFI_OUTPUT_AO_START1), 76 [B(NI_AI_SampleClock)] = I(NI_PFI_OUTPUT_AI_START_PULSE), 79 [B(NI_CtrSource(0))] = I(NI_PFI_OUTPUT_G_SRC0), 82 [B(NI_CtrGate(0))] = I(NI_PFI_OUTPUT_G_GATE0), [all …]
|
| H A D | ni_660x.c | 50 [B(NI_CtrInternalOutput(7))] = I(1), 53 [B(NI_CtrGate(7))] = I(1), 56 [B(NI_CtrSource(7))] = I(1), 59 [B(NI_CtrInternalOutput(6))] = I(1), 62 [B(NI_CtrGate(6))] = I(1), 65 [B(NI_CtrSource(6))] = I(1), 68 [B(NI_CtrInternalOutput(5))] = I(1), 71 [B(NI_CtrGate(5))] = I(1), 74 [B(NI_CtrSource(5))] = I(1), 77 [B(NI_CtrInternalOutput(4))] = I(1), [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray_detail.hpp | 58 template <typename I> 59 struct are_elements_contiguous : boost::is_pointer<I> 121 template <typename I, typename O> 126 typename ::boost::iterator_value<I>::type 132 are_elements_contiguous<I>, 137 template <typename I, typename V> 141 typename ::boost::iterator_value<I>::type 149 template <typename I> 150 void destroy_dispatch(I /*first*/, I /*last*/, in destroy_dispatch() argument 154 template <typename I> [all …]
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbutil.c | 43 #define I FB_ALLONES macro 47 {I, O, O, O}, /* and 0x1 src AND dst */ 48 {I, O, I, O}, /* andReverse 0x2 src AND NOT dst */ 49 {O, O, I, O}, /* copy 0x3 src */ 50 {I, I, O, O}, /* andInverted 0x4 NOT src AND dst */ 51 {O, I, O, O}, /* noop 0x5 dst */ 52 {O, I, I, O}, /* xor 0x6 src XOR dst */ 53 {I, I, I, O}, /* or 0x7 src OR dst */ 54 {I, I, I, I}, /* nor 0x8 NOT src AND NOT dst */ 55 {O, I, I, I}, /* equiv 0x9 NOT src XOR dst */ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0005-enable-out-of-source-tree-builds.patch | 23 - -I$(top_srcdir) \ 24 + -I$(top_builddir) \ 25 -I$(top_srcdir)/include \ 26 -I$(top_srcdir)/lib 33 + -I$(top_builddir) \ 34 -I$(top_srcdir) \ 35 -I$(top_srcdir)/include \ 36 -I$(top_srcdir)/lib 43 - -I$(top_srcdir) \ 44 + -I$(top_builddir) \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | copy_move_algo.hpp | 43 template<class I> 126 template <typename I, typename O> 129 < are_elements_contiguous<I> 131 …, is_same< typename remove_const< typename ::boost::container::iterator_traits<I>::value_type >::t… 137 template <typename I, typename O> 140 < are_contiguous_and_same<I, O> 141 …detail::is_trivially_copy_assignable< typename ::boost::container::iterator_traits<I>::value_type > 145 template <typename I, typename O> 148 < are_contiguous_and_same<I, O> 149 …ail::is_trivially_copy_constructible< typename ::boost::container::iterator_traits<I>::value_type > [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | integral_c.hpp | 21 template<typename T, T I> 22 struct integral_c : transform<integral_c<T, I> > 37 return I; in operator ()() 45 template<char I> 47 : integral_c<char, I> 53 template<int I> 55 : integral_c<int, I> 61 template<long I> 63 : integral_c<long, I> 69 template<std::size_t I> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | algorithm.hpp | 46 <typename I, // I models InputIterator 48 inline F uninitialized_move_move_iterator(I f, I l, F r in uninitialized_move_move_iterator() 67 <typename I, // I models InputIterator 69 inline F uninitialized_copy_or_move(I f, I l, F r, in uninitialized_copy_or_move() 70 … typename ::boost::move_detail::enable_if< move_detail::is_move_iterator<I> >::type* = 0) in uninitialized_copy_or_move() 84 <typename I, // I models InputIterator 86 inline F move_move_iterator(I f, I l, F r in move_move_iterator() 106 <typename I, // I models InputIterator 108 inline F copy_or_move(I f, I l, F r, in copy_or_move() 109 … typename ::boost::move_detail::enable_if< move_detail::is_move_iterator<I> >::type* = 0) in copy_or_move() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | CMakeLists.txt | 23 -I${rk_aiq_SOURCE_DIR}/ 24 -I${rk_aiq_SOURCE_DIR}/include 25 -I${rk_aiq_SOURCE_DIR}/include/common 26 -I${rk_aiq_SOURCE_DIR}/include/uAPI2 27 -I${rk_aiq_SOURCE_DIR}/include/algos 28 -I${rk_aiq_SOURCE_DIR}/include/iq_parser_v2 29 -I${rk_aiq_SOURCE_DIR}/include/iq_parser 30 -I${rk_aiq_SOURCE_DIR}/include/xcore 31 -I${rk_aiq_SOURCE_DIR}/include/algos 50 -I${rk_aiq_SOURCE_DIR}/include/common [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-gpci-requests.h | 51 #include I(REQUEST_BEGIN) 67 #include I(REQUEST_END) 72 #include I(REQUEST_BEGIN) 80 #include I(REQUEST_END) 89 #include I(REQUEST_BEGIN) 94 #include I(REQUEST_END) 99 #include I(REQUEST_BEGIN) 104 #include I(REQUEST_END) 109 #include I(REQUEST_BEGIN) 118 #include I(REQUEST_END) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hdr.h | 551 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \ argument 552 (NETXEN_CRB_NIU + 0x30000 + (I)*0x10000) 553 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \ argument 554 (NETXEN_CRB_NIU + 0x30004 + (I)*0x10000) 555 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \ argument 556 (NETXEN_CRB_NIU + 0x30008 + (I)*0x10000) 557 #define NETXEN_NIU_GB_HALF_DUPLEX_CTRL(I) \ argument 558 (NETXEN_CRB_NIU + 0x3000c + (I)*0x10000) 559 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \ argument 560 (NETXEN_CRB_NIU + 0x30010 + (I)*0x10000) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/whetstone/ |
| H A D | whetstone.c | 89 long I; in main() local 167 for (I = 1; I <= N1; I++) { in main() 187 for (I = 1; I <= N2; I++) { in main() 203 for (I = 1; I <= N3; I++) in main() 216 for (I = 1; I <= N4; I++) { in main() 248 for (I = 1; I <= N6; I++) { in main() 268 for (I = 1; I <= N7; I++) { in main() 286 for (I = 1; I <= N8; I++) in main() 305 for (I = 1; I <= N9; I++) in main() 320 for (I = 1; I <= N10; I++) { in main() [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| H A D | tie-asm.h | 222 AE_S64.I aed0, \ptr, .Lxchal_ofs_+24 223 AE_S64.I aed1, \ptr, .Lxchal_ofs_+32 224 AE_S64.I aed2, \ptr, .Lxchal_ofs_+40 225 AE_S64.I aed3, \ptr, .Lxchal_ofs_+48 226 AE_S64.I aed4, \ptr, .Lxchal_ofs_+56 228 AE_S64.I aed5, \ptr, .Lxchal_ofs_+0 229 AE_S64.I aed6, \ptr, .Lxchal_ofs_+8 230 AE_S64.I aed7, \ptr, .Lxchal_ofs_+16 231 AE_S64.I aed8, \ptr, .Lxchal_ofs_+24 232 AE_S64.I aed9, \ptr, .Lxchal_ofs_+32 [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 200 Types are: B = boolean, O = set/unset (no value), I = integer, S = string, 204 I = input drivers, X = XAA, Xv = Xv extension, M = misc. 213 BlankTime I F Screen saver timeout (min) 220 OffTime I F Time before DPMS off mode active (min) 225 Pixmap I F depth 24 pixmap size (24 or 32) 226 StandbyTime I F Time before DPMS standby active (min) 227 SuspendTime I F Time before DPMS suspend mode active (min) 235 BaudRate I I Serial port baud rate 236 ButtonNumber I I Button number (for touch screen?) 237 ButtonThreshold I I ?? [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optabs.def | 35 $I means that only full integer modes should be considered for the 49 OPTAB_CL(sfix_optab, "fix$F$b$I$a2", FIX, "fix", gen_fp_to_int_conv_libfunc) 51 OPTAB_CL(sfloat_optab, "float$I$b$F$a2", FLOAT, "float", gen_int_to_fp_conv_libfunc) 52 OPTAB_CL(ufloat_optab, "floatuns$I$b$F$a2", UNSIGNED_FLOAT, NULL, gen_ufloat_conv_libfunc) 54 OPTAB_CL(lrint_optab, "lrint$F$b$I$a2", UNKNOWN, "lrint", gen_int_to_fp_nondecimal_conv_libfunc) 55 OPTAB_CL(lround_optab, "lround$F$b$I$a2", UNKNOWN, "lround", gen_int_to_fp_nondecimal_conv_libfunc) 56 OPTAB_CL(lfloor_optab, "lfloor$F$b$I$a2", UNKNOWN, "lfloor", gen_int_to_fp_nondecimal_conv_libfunc) 57 OPTAB_CL(lceil_optab, "lceil$F$b$I$a2", UNKNOWN, "lceil", gen_int_to_fp_nondecimal_conv_libfunc) 61 OPTAB_CL(fractuns_optab, "fractuns$I$b$Q$a2", UNSIGNED_FRACT_CONVERT, "fractuns", gen_fractuns_conv… 62 OPTAB_CX(fractuns_optab, "fractuns$Q$b$I$a2") [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optabs.def | 35 $I means that only full integer modes should be considered for the 49 OPTAB_CL(sfix_optab, "fix$F$b$I$a2", FIX, "fix", gen_fp_to_int_conv_libfunc) 51 OPTAB_CL(sfloat_optab, "float$I$b$F$a2", FLOAT, "float", gen_int_to_fp_conv_libfunc) 52 OPTAB_CL(ufloat_optab, "floatuns$I$b$F$a2", UNSIGNED_FLOAT, NULL, gen_ufloat_conv_libfunc) 54 OPTAB_CL(lrint_optab, "lrint$F$b$I$a2", UNKNOWN, "lrint", gen_int_to_fp_nondecimal_conv_libfunc) 55 OPTAB_CL(lround_optab, "lround$F$b$I$a2", UNKNOWN, "lround", gen_int_to_fp_nondecimal_conv_libfunc) 56 OPTAB_CL(lfloor_optab, "lfloor$F$b$I$a2", UNKNOWN, "lfloor", gen_int_to_fp_nondecimal_conv_libfunc) 57 OPTAB_CL(lceil_optab, "lceil$F$b$I$a2", UNKNOWN, "lceil", gen_int_to_fp_nondecimal_conv_libfunc) 61 OPTAB_CL(fractuns_optab, "fractuns$I$b$Q$a2", UNSIGNED_FRACT_CONVERT, "fractuns", gen_fractuns_conv… 62 OPTAB_CX(fractuns_optab, "fractuns$Q$b$I$a2") [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | deprecated.hpp | 42 #define BOOST_PROTO_VARARG_TEMPLATE_AUX_(R, DATA, I, ELEM) \ argument 43 (ELEM BOOST_PP_CAT(BOOST_PP_CAT(X, DATA), BOOST_PP_CAT(_, I))) \ 48 #define BOOST_PROTO_VARARG_TEMPLATE_YES_(R, DATA, I, ELEM) \ argument 52 , I \ 62 #define BOOST_PROTO_VARARG_TEMPLATE_NO_(R, DATA, I, ELEM) \ argument 67 #define BOOST_PROTO_VARARG_TEMPLATE_(R, DATA, I, ELEM) \ argument 72 )(R, DATA, I, ELEM) \ 77 #define BOOST_PROTO_VARARG_TYPE_AUX_(R, DATA, I, ELEM) \ argument 78 (BOOST_PP_CAT(BOOST_PP_CAT(X, DATA), BOOST_PP_CAT(_, I))) \ 83 #define BOOST_PROTO_TEMPLATE_PARAMS_YES_(R, DATA, I, ELEM) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | label.h | 157 #define label_for_each(I, L, P) \ argument 158 for ((I).i = 0; ((P) = (L)->vec[(I).i]); ++((I).i)) 161 #define label_for_each_cont(I, L, P) \ argument 162 for (++((I).i); ((P) = (L)->vec[(I).i]); ++((I).i)) 164 #define next_comb(I, L1, L2) \ argument 166 (I).j++; \ 167 if ((I).j >= (L2)->size) { \ 168 (I).i++; \ 169 (I).j = 0; \ 175 #define label_for_each_comb(I, L1, L2, P1, P2) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | stat.rst | 29 read I/Os requests number of read I/Os processed 30 read merges requests number of read I/Os merged with in-queue I/O 33 write I/Os requests number of write I/Os processed 34 write merges requests number of write I/Os merged with in-queue I/O 37 in_flight requests number of I/Os currently in flight 40 discard I/Os requests number of discard I/Os processed 41 discard merges requests number of discard I/Os merged with in-queue I/O 44 flush I/Os requests number of flush I/Os processed 48 read I/Os, write I/Os, discard I/0s 51 These values increment when an I/O request completes. [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
| H A D | 0001-configure-Limit-the-header-search-to-sysroot.patch | 25 - PY_INCLUDE_DIRS="-I/usr/include/${PY_VERSION}m -I/usr/include/${PY_VERSION}" 26 + PY_INCLUDE_DIRS="-I${STAGING_INCDIR}/${PY_VERSION}m -I${STAGING_INCDIR}/${PY_VERSION}" 43 - NSS_INC_DIRS="-I/usr/include/nss -I/usr/include/nss3" 44 - NSPR_INC_DIRS="-I/usr/include/nspr -I/usr/include/nspr4" 45 + NSS_INC_DIRS="-I${STAGING_INCDIR}/nss -I${STAGING_INCDIR}/nss3" 46 + NSPR_INC_DIRS="-I${STAGING_INCDIR}/nspr -I${STAGING_INCDIR}/nspr4" 50 - AC_CHECK_HEADERS([nss/nss.h], [NSSCFLAGS=-I/usr/include/nss], [ 51 - AC_CHECK_HEADERS([nss3/nss.h], [NSSCFLAGS=-I/usr/include/nss3], [ 52 + AC_CHECK_HEADERS([nss/nss.h], [NSSCFLAGS=-I${STAGING_INCDIR}/nss], [ 53 + AC_CHECK_HEADERS([nss3/nss.h], [NSSCFLAGS=-I${STAGING_INCDIR}/nss3], [ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/ |
| H A D | 0001-tigervnc-remove-includedir.patch | 23 libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" -I$(TIGERVNC_SRCDIR)/unix/common \ 24 -DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_H \ 25 - -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} -I$(includedir) \ 26 + -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} \ 27 -I$(top_srcdir)/include 33 …-DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -I$(TIGERVNC_SRCDIR)/unix/commo… 34 - -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} -I$(includedir) 35 + -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} 39 @@ -64,7 +64,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_ 40 -I$(top_srcdir)/hw/xfree86/os-support \ [all …]
|
| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | at91bootstrap-1.16-eabi-fix.patch | 44 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) 45 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table… 46 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY) 57 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) 58 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table… 59 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY) 70 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) 71 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table… 72 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY) 83 -CCFLAGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | clip.hpp | 9 template <uint8_t I> 22 const double ak = get<I>(p); in operator ()() 105 const double ak = get<I>(a); in clipLine() 106 const double bk = get<I>(b); in clipLine() 110 slice.push_back(intersect<I>(a, b, k1)); in clipLine() 111 slice.push_back(intersect<I>(a, b, k2)); in clipLine() 115 slice.push_back(intersect<I>(a, b, k1)); in clipLine() 121 slice.push_back(intersect<I>(a, b, k2)); in clipLine() 122 slice.push_back(intersect<I>(a, b, k1)); in clipLine() 126 slice.push_back(intersect<I>(a, b, k2)); in clipLine() [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
| H A D | tie-asm.h | 109 AE_SP24X2S.I aep0, \ptr, 16 110 AE_SP24X2S.I aep1, \ptr, 24 111 AE_SP24X2S.I aep2, \ptr, 32 112 AE_SP24X2S.I aep3, \ptr, 40 113 AE_SP24X2S.I aep4, \ptr, 48 114 AE_SP24X2S.I aep5, \ptr, 56 116 AE_SP24X2S.I aep6, \ptr, 0 117 AE_SP24X2S.I aep7, \ptr, 8 118 AE_SQ56S.I aeq0, \ptr, 16 119 AE_SQ56S.I aeq1, \ptr, 24 [all …]
|