| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/ |
| H A D | irq_helper.h | 38 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument 41 ACPI_DEV_IRQ(0x0000, 0, a_), \ 55 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument 58 ACPI_DEV_IRQ(0x0000, 0, a_), \ 76 #define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \ argument 77 ACPI_DEV_IRQ(dev_, 0, a_), \ 82 #define PCIE_BRIDGE_DEV(prefix_, dev_, a_, b_, c_, d_) \ argument 83 ROOTPORT_IRQ_ROUTES(prefix_, a_, b_, c_, d_) \ 86 #define ROOTPORT_IRQ_ROUTES(prefix_, a_, b_, c_, d_) \ argument 87 RP_IRQ_ROUTES(prefix_, 0, a_, b_, c_, d_) \ [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 | destroyers.hpp | 249 : pv_(pv), a_(a) in scoped_destructor() 255 AllocTraits::destroy(a_, pv_); in ~scoped_destructor() 269 Allocator &a_; member in boost::container::container_detail::scoped_destructor 280 : rv_(rv), a_(a) in value_destructor() 285 AllocTraits::destroy(a_, &rv_); in ~value_destructor() 290 Allocator &a_; member in boost::container::container_detail::value_destructor 304 Allocator & a_; member in boost::container::container_detail::allocator_destroyer 308 { AllocTraits::deallocate(a_,p, 1); } in priv_deallocate() 311 { a_.deallocate_one(p); } in priv_deallocate() 315 : a_(a) in allocator_destroyer() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/ |
| H A D | csscolorparser.hpp | 40 inline Color(unsigned char r_, unsigned char g_, unsigned char b_, float a_) in Color() 41 : r(r_), g(g_), b(b_), a(a_ > 1 ? 1 : a_ < 0 ? 0 : a_) { in Color()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | color.hpp | 15 Color(float r_, float g_, float b_, float a_) in Color() argument 16 : r(r_), g(g_), b(b_), a(a_) { in Color() 23 assert(a_ >= 0.0f); in Color() 24 assert(a_ <= 1.0f); in Color()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | sp_counted_impl.hpp | 225 A a_; // copy constructor must not throw member in boost::detail::sp_counted_impl_pda 236 sp_counted_impl_pda( P p, D & d, A a ): p_( p ), d_( d ), a_( a ) in sp_counted_impl_pda() 240 sp_counted_impl_pda( P p, A a ): p_( p ), d_( a ), a_( a ) in sp_counted_impl_pda() 261 A2 a2( a_ ); in destroy()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.hpp | 47 TriangleElement(uint16_t a_, uint16_t b_, uint16_t c_) : a(a_), b(b_), c(c_) {} in TriangleElement()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | finelock_queue.cc | 94 a_ = a; in FineLockPEQueue() 343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag() 347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
|
| H A D | finelock_queue.h | 103 int64 a_; // 'a' multiplicative value for progressing variable
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | objects.h | 1063 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 1065 type1 const *a = a_; \ 1077 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 1079 type1 const *a = a_; \
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 39 int cmdname_compare(const void *a_, const void *b_) in cmdname_compare() argument 41 struct cmdname *a = *(struct cmdname **)a_; in cmdname_compare()
|
| /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/include/ |
| H A D | arm_neon.h | 7490 int32x4_t a_ = (a); \ 7494 : "0"(a_), "w"(b_), "x"(c_), "i"(d) \ 7504 int64x2_t a_ = (a); \ 7508 : "0"(a_), "w"(b_), "w"(c_), "i"(d) \ 7518 uint32x4_t a_ = (a); \ 7522 : "0"(a_), "w"(b_), "x"(c_), "i"(d) \ 7532 uint64x2_t a_ = (a); \ 7536 : "0"(a_), "w"(b_), "w"(c_), "i"(d) \ 7546 int32x4_t a_ = (a); \ 7550 : "0"(a_), "w"(b_), "x"(c_), "i"(d) \ [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0015-tftp-Do-not-use-priority-queue.patch | 73 - struct grub_net_buff *a_ = *(struct grub_net_buff **) a__; 75 - struct tftphdr *a = (struct tftphdr *) a_->data;
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 17 …a_^]Z\]]^]]__^^________^^_^]]^]__^]]^_^]]\Z[Y[[\\ZYZYYYZZZZYY[[[[[[[[]^^^__`]]^]^`]]___```a`__^[[Y… 19 …OMMMMMMMNOOOOOQSSRRQRUVUVVWVUOHILS?/EKNPVXZ\YYZYZZZ[ZY[\[[\\]\]]]\Z[]]]^`a_]^^^]_``_``_^^___```_… 21 …a_^_^_^][YY\ZZZZZZ[XXXXYZ[[YZ[[[[\\^]^\\^_]\\\]^]^]]\\]^^][]]^]]\\ZZZYYZ[ZXYYYYZYYZ[[\\ZZ[\[YZZZYX… 23 …MNNMLNNNOPOPPPQRRSSTUUSTTVVTOHHNP-!@LJQY[[[[[[[[\\]]]^^^__`^]^`aaaaa``````a_^`a`____``acddbaaaaaa… 24 &ANIQZZZ[\\[[[[]^_^^^_```^]_``^abbb`^```a_^_```___`]]`ccbbbbaaaa`abbdccb`_`_`^^^_]\]_]]___`aabcdcac… 25 )GMHRYYZ[\\\]\\]^^^__`__`_^^aaaacdc`__`____``_^__^^^_`bbcbaacbaaaaabbccdca``a_]^_^^^_^^_`_`bccefecc… 28 …a_]\`````accdeedddefeeeeddeeebcddcddddcba`_^]]]^`_^]_``ab`^_aaaa`___aaca_^^_]\]^___^^\\]^]^_^^`abb… 29 …QRRRSRRRRTUQIEIMF!"NQRVY[[\]^^_^^`aacbdeeefcbdddeeeefddddedcbcbbabba``````a_^`ccdfeeffddedffffedf… 40 …baa``a__a````____``^_```````^^^^_`^]^_a^]]^]]\\]^^\\]^^]\\\[]______`a__^^_`a_^_ZSMRYQ,OTRRUY\\YY… 52 …eccdddddddddbcdddcbbbcbbaaaaa`__`_^_^]]^_```__^^_`aaab``a``aabbbaa``aa`aaa`a_^^\[]^^^__^^_^^]^\YTT… [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1 …a_`aabbaa`ba_a`___^]\[XTRPMJJLLJGC>82.-+**++-)('(((*+*)++++*)+-+,+*++**+,,,,.-*)+,+++,+))++*++*+,-… 28 …a_`aabbaa`ba_a`___^]\[XTRPMJJLLJGC>82.-+**++-)('(((*+*)++++*)+-+,+*++**+,,,,.-*)+,+++,+))++*++*+,-… 59 …a_\YVVXXXY[\]acccdedcddedeefffdccdeeedefefgggfhihhkpw~�������������qtw{~���������~vf][YWVUUTSS… 82 …a_^^^_aaceddedddeeedefflv~�������������yz|}��~~�����zqgaced`[YYXYZ[[Z\]\]^^_bgmw}~�������… 98 …556655555565420(5y���������ʗq��w}�����������������������}{wqjb`a_]]\[WWXXUVL.>cc4(@LTV… 107 …a_[WTVWVWY[Z\_`accdccbcedceeeedccededeegggiijklmklmqx~�������������sux{~���������~uf^ZVUVUUSSS… 126 …a_\WTVVWWY[Z\_`accdcccdeccdededcceddeeegggijjklmklmqx~�������������sux{~��������~uf^ZVUVUUTSS… 154 …a_\YVVXXXY[\]acccdeddddddeefffdcbdeeeeefffgggfgihikpw~�������������qtw{~���������~vf][XWVUUTSS… 175 3x���������ɕq�y������������������������~zxtja`a_\[\[XVXWTWK-?cc3'<KSSTE !1769<… 184 …a_`aabbaa`ba_a`___^]\[XTRPMJJLLJGC>82.-+**++-)('(((*+*)++++*)+-+,+*++**+,,,,.-*)+,+++,+))++*++*+,-… [all …]
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_table.c | 981 const u8 *a_ = (const u8 *)&a->key + a->range.start; in mask_equal() local 986 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-CVE-2021-42574.patch | 1085 +int a_\u202C_\u202a_\u202c; 1087 +int a_\u202a_\u202c_\u202a_\u202c_; 1090 +int a_\u202a_\u202c_\u202a_; 1118 +int a_\u202A; 1120 +int a_\u202a_2; 1122 +int a_\U0000202A_3; 1124 +int a_\U0000202a_4;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 1294 float32x4_t a_ = a.val; local 1298 : "w"(a_)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 1294 float32x4_t a_ = a.val; local 1298 : "w"(a_)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 1294 float32x4_t a_ = a.val; local 1298 : "w"(a_)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 25631 MyClass (int a) : a_(a) { } 25633 int geta (void) { return a_; } 25637 int a_; 25643 return a_ + b; 25711 return obj['a_'] 25722 return obj['a_'] + other['a_']
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 25631 MyClass (int a) : a_(a) { } 25633 int geta (void) { return a_; } 25637 int a_; 25643 return a_ + b; 25711 return obj['a_'] 25722 return obj['a_'] + other['a_']
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |