| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | utility.hpp | 119 template<typename _Tp, size_t fixed_size = 1024/sizeof(_Tp)+8> class AutoBuffer 130 AutoBuffer(const AutoBuffer<_Tp, fixed_size>& buf); 132 AutoBuffer<_Tp, fixed_size>& operator = (const AutoBuffer<_Tp, fixed_size>& buf); 168 _Tp buf[(fixed_size > 0) ? fixed_size : 1]; 1011 template<typename _Tp, size_t fixed_size> inline 1012 AutoBuffer<_Tp, fixed_size>::AutoBuffer() in AutoBuffer() 1015 sz = fixed_size; in AutoBuffer() 1018 template<typename _Tp, size_t fixed_size> inline 1019 AutoBuffer<_Tp, fixed_size>::AutoBuffer(size_t _size) in AutoBuffer() 1022 sz = fixed_size; in AutoBuffer() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | utility.hpp | 119 template<typename _Tp, size_t fixed_size = 1024/sizeof(_Tp)+8> class AutoBuffer 130 AutoBuffer(const AutoBuffer<_Tp, fixed_size>& buf); 132 AutoBuffer<_Tp, fixed_size>& operator = (const AutoBuffer<_Tp, fixed_size>& buf); 168 _Tp buf[(fixed_size > 0) ? fixed_size : 1]; 1011 template<typename _Tp, size_t fixed_size> inline 1012 AutoBuffer<_Tp, fixed_size>::AutoBuffer() in AutoBuffer() 1015 sz = fixed_size; in AutoBuffer() 1018 template<typename _Tp, size_t fixed_size> inline 1019 AutoBuffer<_Tp, fixed_size>::AutoBuffer(size_t _size) in AutoBuffer() 1022 sz = fixed_size; in AutoBuffer() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | utility.hpp | 119 template<typename _Tp, size_t fixed_size = 1024/sizeof(_Tp)+8> class AutoBuffer 130 AutoBuffer(const AutoBuffer<_Tp, fixed_size>& buf); 132 AutoBuffer<_Tp, fixed_size>& operator = (const AutoBuffer<_Tp, fixed_size>& buf); 168 _Tp buf[(fixed_size > 0) ? fixed_size : 1]; 1011 template<typename _Tp, size_t fixed_size> inline 1012 AutoBuffer<_Tp, fixed_size>::AutoBuffer() in AutoBuffer() 1015 sz = fixed_size; in AutoBuffer() 1018 template<typename _Tp, size_t fixed_size> inline 1019 AutoBuffer<_Tp, fixed_size>::AutoBuffer(size_t _size) in AutoBuffer() 1022 sz = fixed_size; in AutoBuffer() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | partition.py | 49 self.fixed_size = args.fixed_size 96 if self.fixed_size: 97 rootfs_size = self.fixed_size 122 return self.fixed_size if self.fixed_size else self.size 137 if not self.size and not self.fixed_size: 199 if self.fixed_size and self.size > self.fixed_size: 202 (self.mountpoint, self.size, self.fixed_size))
|
| H A D | ksparser.py | 264 if parsed.fixed_size:
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | rtas.c | 1023 int fixed_size; member 1084 else if (f->fixed_size) in block_rtas_call() 1085 size = f->fixed_size; in block_rtas_call() 1107 else if (f->fixed_size) in block_rtas_call() 1108 size = f->fixed_size; in block_rtas_call()
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | llcc-qcom.c | 79 bool fixed_size; member 344 attr1_val |= llcc_table[i].fixed_size << in qcom_llcc_cfg_program()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 56 + output->fixed_size = true; 179 + bool fixed_size; 419 + if (output->base.fixed_size && 429 + output->base.fixed_size = true; 613 + if (output->base.fixed_size) {
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 62 + output->fixed_size = true; 185 + bool fixed_size; 421 + if (output->base.fixed_size && 431 + output->base.fixed_size = true; 614 + if (output->base.fixed_size) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 63 + output->fixed_size = true; 186 + bool fixed_size; 417 + if (output->base.fixed_size && 427 + output->base.fixed_size = true; 614 + if (output->base.fixed_size) {
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 23 template <int N> struct fixed_size {}; 64 template <class T, int N> using fixed_size_simd = simd<T, simd_abi::fixed_size<N>>; 69 template <class T, int N> using fixed_size_simd_mask = simd_mask<T, simd_abi::fixed_size<N>>; 234 template <class U> simd(const simd<U, simd_abi::fixed_size<size()>>&); 615 template <class U> simd_mask(const simd_mask<U, simd_abi::fixed_size<size()>>&) noexcept; 961 using fixed_size = __simd_abi<_StorageKind::_Array, _Np>; 967 using compatible = fixed_size<16 / sizeof(_Tp)>; 976 fixed_size<_Tp, _LIBCPP_NATIVE_SIMD_WIDTH_IN_BYTES / sizeof(_Tp)>; 1043 using type = simd_abi::fixed_size<_Np>; 1075 using fixed_size_simd = simd<_Tp, simd_abi::fixed_size<_Np>>; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | simd | 23 template <int N> struct fixed_size {}; 64 template <class T, int N> using fixed_size_simd = simd<T, simd_abi::fixed_size<N>>; 69 template <class T, int N> using fixed_size_simd_mask = simd_mask<T, simd_abi::fixed_size<N>>; 234 template <class U> simd(const simd<U, simd_abi::fixed_size<size()>>&); 615 template <class U> simd_mask(const simd_mask<U, simd_abi::fixed_size<size()>>&) noexcept; 961 using fixed_size = __simd_abi<_StorageKind::_Array, _Np>; 967 using compatible = fixed_size<16 / sizeof(_Tp)>; 976 fixed_size<_Tp, _LIBCPP_NATIVE_SIMD_WIDTH_IN_BYTES / sizeof(_Tp)>; 1043 using type = simd_abi::fixed_size<_Np>; 1075 using fixed_size_simd = simd<_Tp, simd_abi::fixed_size<_Np>>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | file.h | 990 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument 992 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_dbg.h | 289 __be32 fixed_size; member
|
| H A D | qla_init.c | 3328 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local 3343 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump() 3347 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump() 3349 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump() 3354 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3356 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3358 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3360 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3412 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump() 3470 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | sm_make_chunk.c | 1702 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local 1718 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie() 1725 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 1022 char fixed_size[32]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_eth_ioctl.c | 14179 const int fixed_size = sizeof(wlan_ioctl_get_scan_table_entry); in wlan_get_scan_table_ret_entry() local 14224 space_needed = fixed_size + variable_size; in wlan_get_scan_table_ret_entry() 14256 memcpy(pcurrent, &tmp_rsp_entry, fixed_size); in wlan_get_scan_table_ret_entry() 14257 pcurrent += fixed_size; in wlan_get_scan_table_ret_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_eth_ioctl.c | 20672 const int fixed_size = sizeof(wlan_ioctl_get_scan_table_entry); in wlan_get_scan_table_ret_entry() local 20715 space_needed = fixed_size + variable_size; in wlan_get_scan_table_ret_entry() 20747 moal_memcpy_ext(NULL, pcurrent, &tmp_rsp_entry, fixed_size, fixed_size); in wlan_get_scan_table_ret_entry() 20748 pcurrent += fixed_size; in wlan_get_scan_table_ret_entry()
|