| /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 42 ACPI_DEV_IRQ(0x0000, 1, b_), \ 55 #define RP_IRQ_ROUTES(prefix_, func_, a_, b_, c_, d_) \ argument 59 ACPI_DEV_IRQ(0x0000, 1, b_), \ 76 #define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \ argument 78 ACPI_DEV_IRQ(dev_, 1, b_), \ 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/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() 21 assert(b_ >= 0.0f); in Color() 22 assert(b_ <= 1.0f); in Color()
|
| H A D | geo.hpp | 200 EdgeInsets(double t_ = 0, double l_ = 0, double b_ = 0, double r_ = 0) in EdgeInsets() argument 201 : _top(t_), _left(l_), _bottom(b_), _right(r_) { in EdgeInsets()
|
| /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/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/ |
| H A D | watchquagga.default | 7 #watch_options="-Az -b_ -r/etc/init.d/quagga_restart_%s -s/etc/init.d/quagga_start_%s -k/etc/init.d… 12 watch_options="-z -b_ -r/etc/init.d/quagga_restart_%s"
|
| /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/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_) \ 1066 type2 const *b = b_; \ 1077 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 1080 type2 const *b = b_; \
|
| /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 42 struct cmdname *b = *(struct cmdname **)b_; 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 | 7489 int16x8_t b_ = (b); \ 7494 : "0"(a_), "w"(b_), "x"(c_), "i"(d) \ 7503 int32x4_t b_ = (b); \ 7508 : "0"(a_), "w"(b_), "w"(c_), "i"(d) \ 7517 uint16x8_t b_ = (b); \ 7522 : "0"(a_), "w"(b_), "x"(c_), "i"(d) \ 7531 uint32x4_t b_ = (b); \ 7536 : "0"(a_), "w"(b_), "w"(c_), "i"(d) \ 7545 int16x8_t b_ = (b); \ 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 | 74 - struct grub_net_buff *b_ = *(struct grub_net_buff **) b__; 76 - struct tftphdr *b = (struct tftphdr *) b_->data;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 685 …ost__ __device__ __forceinline__ BorderReader(const Ptr2D& ptr_, const B& b_) : ptr(ptr_), b(b_) {} in BorderReader()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 685 …ost__ __device__ __forceinline__ BorderReader(const Ptr2D& ptr_, const B& b_) : ptr(ptr_), b(b_) {} in BorderReader()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 685 …ost__ __device__ __forceinline__ BorderReader(const Ptr2D& ptr_, const B& b_) : ptr(ptr_), b(b_) {} in BorderReader()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_table.c | 982 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal() local 986 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo_avx2.c | 1161 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 15855 2) B_(7) .. B_(n) <- b_(8-(n+1)) .. b_0 15857 4) B_(n-2) .. B_0 <- b_7 .. b_(8-(n-1)) 15865 /* CF <- b_(8-n) */ 15869 /* B_(7) .. B_(n) <- b_(8-(n+1)) .. b_0 */ 16000 2) B_(8-(n+1)) .. B_(0) <- b_(7) .. b_(n) 16002 4) B_(7) .. B_(8-(n-1)) <- b_(n-2) .. b_(0) 16010 /* CF <- b_(n-1) */ 16027 /* B_(8-(n+1)) .. B_(0) <- b_(7) .. b_n */ 16186 1) B_(7) .. B_(n) <- b_(8-(n+1)) .. b_(0) 16187 2) B_(n-1) .. B_(0) <- b_(7) .. b_(8-n) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1 …`___`^\^]]^^]]]]]]]]]\[[[VNHC;4/+*./00//-+,.,,-.--00/--///.,.34$#! %-7/7^b_@9l�ef@DR.Nia8R�~x~^|… 59 …UUUVVWVWXZ_ft���������~���������������������������������������������m_`b_[WTVWWWY[Z\_`accdcccc… 82 …UUTVVVVWXZ_ft���������~���������������������������������������������~m_`b_[VTVWVWZ[Z\_`accdcccd… 242 …UUTVVWVWXZ_gt���������~���������������������������������������������~m_`b_[WTVWVWY[Z\_`accdcccd… 480 …*-5JaVF0!"%"$(+.,'&$$%'&# (((5.,6,%(%$$ !'%%# '&!)'#'CM]�n\b_]][`flv���������}}~�… 518 …UUUVVVWWWZ_gt���������~��������������������������������������������q_`b_[WTVVWWZ[Z\_`accdcccd… 545 …UUUVVVVXXZ_gt���������~����������������������������������������������r``b_[VTVVWWY[Z\_`accdccbd… 575 …UUUVVWVWXZ_gt���������~����������������������������������������������s``b_[WTVWVWZ[Z\_`accdccbd… 745 …UUUVVVVWXZ_gt���������~����������������������������������������������vb`b_[VTVWWWZ[Z\_`accdccbc… 767 …UUUVVVVWXZ^ft���������~���������������������������������������������t``b_[WTVWWWZ[Z\_`accdcccc… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | ISO_10646.gz | 1<escape_char> /
2<comment_char> %
3
4% ISO/IEC 10646-1 ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | ISO_10646.gz | 1<escape_char> /
2<comment_char> %
3
4% ISO/IEC 10646-1 ... |
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 52 …ccdccdddc``aaaaaabb`_bddeddcdddeeedddbbdbcccaabbaaa`aaa__````__^^_`````__``b_`a__aaaaabba`baaa_`a`…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190907.patch.gz | 1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey
2#
3# --- ... |