| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | indirect_reqsize.h | 39 extern PURE _X_HIDDEN int __glXCallListsReqSize(const GLbyte * pc, Bool swap, 41 extern PURE _X_HIDDEN int __glXBitmapReqSize(const GLbyte * pc, Bool swap, 43 extern PURE _X_HIDDEN int __glXFogfvReqSize(const GLbyte * pc, Bool swap, 45 extern PURE _X_HIDDEN int __glXFogivReqSize(const GLbyte * pc, Bool swap, 47 extern PURE _X_HIDDEN int __glXLightfvReqSize(const GLbyte * pc, Bool swap, 49 extern PURE _X_HIDDEN int __glXLightivReqSize(const GLbyte * pc, Bool swap, 51 extern PURE _X_HIDDEN int __glXLightModelfvReqSize(const GLbyte * pc, Bool swap, 53 extern PURE _X_HIDDEN int __glXLightModelivReqSize(const GLbyte * pc, Bool swap, 55 extern PURE _X_HIDDEN int __glXMaterialfvReqSize(const GLbyte * pc, Bool swap, 57 extern PURE _X_HIDDEN int __glXMaterialivReqSize(const GLbyte * pc, Bool swap, [all …]
|
| H A D | indirect_reqsize.c | 39 GLint __glX ## from ## ReqSize( const GLbyte * pc, Bool swap, int reqlen ) \ 44 GLint __glX ## from ## ReqSize( const GLbyte * pc, Bool swap, int reqlen ) \ 45 { return __glX ## to ## ReqSize( pc, swap, reqlen ); } 49 __glXCallListsReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXCallListsReqSize() argument 55 if (swap) { in __glXCallListsReqSize() 65 __glXBitmapReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXBitmapReqSize() argument 75 if (swap) { in __glXBitmapReqSize() 89 __glXFogfvReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXFogfvReqSize() argument 94 if (swap) { in __glXFogfvReqSize() 103 __glXLightfvReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXLightfvReqSize() argument [all …]
|
| H A D | rensize.c | 47 __glXMap1dReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXMap1dReqSize() argument 54 if (swap) { in __glXMap1dReqSize() 64 __glXMap1fReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXMap1fReqSize() argument 71 if (swap) { in __glXMap1fReqSize() 89 __glXMap2dReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXMap2dReqSize() argument 97 if (swap) { in __glXMap2dReqSize() 106 __glXMap2fReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXMap2fReqSize() argument 114 if (swap) { in __glXMap2fReqSize() 363 __glXDrawArraysReqSize(const GLbyte * pc, Bool swap, int reqlen) in __glXDrawArraysReqSize() argument 373 if (swap) { in __glXDrawArraysReqSize() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxserver.h | 169 int (*varsize) (GLbyte * pc, Bool swap); 234 extern int __glXCallListsReqSize(GLbyte * pc, Bool swap); 235 extern int __glXBitmapReqSize(GLbyte * pc, Bool swap); 236 extern int __glXFogfvReqSize(GLbyte * pc, Bool swap); 237 extern int __glXFogivReqSize(GLbyte * pc, Bool swap); 238 extern int __glXLightfvReqSize(GLbyte * pc, Bool swap); 239 extern int __glXLightivReqSize(GLbyte * pc, Bool swap); 240 extern int __glXLightModelfvReqSize(GLbyte * pc, Bool swap); 241 extern int __glXLightModelivReqSize(GLbyte * pc, Bool swap); 242 extern int __glXMaterialfvReqSize(GLbyte * pc, Bool swap); [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | zynqmppl.c | 49 static u32 load_word(const void *buf, u32 swap) in load_word() argument 55 if (swap == SWAP_NO) { in load_word() 73 int swap = SWAP_NO; in check_header() local 80 pattern = load_word(&test[i], swap); in check_header() 90 swap = SWAP_DONE; in check_header() 98 buf, swap == SWAP_NO ? "without" : "with"); in check_header() 100 return swap; in check_header() 103 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() argument 116 *swap = check_header(&buf[p]); in check_data() 117 if (*swap) { in check_data() [all …]
|
| H A D | zynqpl.c | 67 static u32 load_word(const void *buf, u32 swap) in load_word() argument 73 if (swap == SWAP_NO) { in load_word() 91 int swap = SWAP_NO; in check_header() local 98 pattern = load_word(&test[i], swap); in check_header() 109 swap = SWAP_DONE; in check_header() 121 (u32)buf, swap == SWAP_NO ? "without" : "with"); in check_header() 123 return swap; in check_header() 126 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() argument 139 *swap = check_header(&buf[p]); in check_data() 140 if (*swap) { in check_data() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | swsusp-and-swap-files.rst | 2 Using swap files with software suspend (swsusp) 7 The Linux kernel handles swap files almost in the same way as it handles swap 8 partitions and there are only two differences between these two types of swap 10 (1) swap files need not be contiguous, 11 (2) the header of a swap file is not in the first block of the partition that 13 already taken care of by the swap-handling code, but (2) has to be taken into 16 In principle the location of a swap file's header may be determined with the 18 filesystem holding the swap file to be mounted, and if this filesystem is 20 identify a swap file swsusp uses the name of the partition that holds the file 21 and the offset from the beginning of the partition at which the swap file's [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zram/ |
| H A D | zram_0.2.bb | 1 SUMMARY = "Linux zram compressed in-memory swap" 15 file://zram-swap-init \ 16 file://zram-swap-deinit \ 17 file://zram-swap.service \ 18 file://dev-zram0.swap \ 30 install -m 0755 ${WORKDIR}/zram-swap-init ${D}${libexecdir} 31 install -m 0755 ${WORKDIR}/zram-swap-deinit ${D}${libexecdir} 33 install -m 0644 ${WORKDIR}/zram-swap.service ${D}${systemd_unitdir}/system/zram-swap.service 34 sed -i -e "s,@LIBEXECDIR@,${libexecdir},g" ${D}${systemd_unitdir}/system/zram-swap.service 35 install -m 0644 ${WORKDIR}/dev-zram0.swap ${D}${systemd_unitdir}/system/dev-zram0.swap [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | combine_policies.hpp | 53 void swap(multi_pass_unique& x) in swap() function 55 this->Ownership::swap(x); in swap() 56 this->Checking::swap(x); in swap() 57 this->Input::swap(x); in swap() 58 this->Storage::swap(x); in swap() 88 void swap(multi_pass_unique& x) in swap() function 90 this->Ownership::swap(x); in swap() 91 this->Checking::swap(x); in swap() 92 this->Storage::swap(x); in swap() 139 void swap(multi_pass_unique& x) in swap() function [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | swap_numa.rst | 4 Automatically bind swap device to numa node 7 If the system has more than one swap device and swap device has the node 8 information, we can make use of this information to decide which swap 17 for swap devices. e.g. on a 2 node machine, assume 2 swap devices swapA and 24 Then node 0 will use the two swap devices in the order of swapA then swapB and 25 node 1 will use the two swap devices in the order of swapB then swapA. Note 28 A more complex example on a 4 node machine. Assume 6 swap devices are going to 31 The way to swap them on is the same as above:: 44 swapA and swapB will be used in a round robin mode before any other swap device. 55 other swap devices. [all …]
|
| H A D | frontswap.rst | 7 Frontswap provides a "transcendent memory" interface for swap pages. 9 swapped pages are saved in RAM (or a RAM-like device) instead of a swap disk. 20 a "backing" store for a swap device. The storage is assumed to be 31 with the specified swap device number (aka "type"). A "store" will 37 associated with the swap type (e.g., like swapoff) and notify the "device" 38 to refuse further stores with that swap type. 42 to swap out a page, it first attempts to use frontswap. If the store returns 46 page can be written to swap as usual. 50 in swap device writes is lost (and also a non-trivial performance advantage) 61 frontswap can be measured (across all swap devices) with: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | buffer.hpp | 55 void swap(basic_buffer& rhs); 65 void swap(basic_buffer<Ch, Alloc>& lhs, basic_buffer<Ch, Alloc>& rhs) in swap() function 66 { lhs.swap(rhs); } in swap() 92 void swap(buffer& rhs); 139 void swap(buffer<Ch, Alloc>& lhs, buffer<Ch, Alloc>& rhs) in swap() function 140 { lhs.swap(rhs); } in swap() 168 std::swap(size_, temp.size_); in resize() 169 std::swap(buf_, temp.buf_); in resize() 174 void basic_buffer<Ch, Alloc>::swap(basic_buffer& rhs) in swap() function in boost::iostreams::detail::basic_buffer 176 std::swap(buf_, rhs.buf_); in swap() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) in read_elf_word() argument 103 return swap ? swab32(word) : word; in read_elf_word() 106 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() argument 108 return swap ? swab16(half) : half; in read_elf_half() 111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word() argument 113 *dst = swap ? swab32(val) : val; in write_elf_word() 125 bool swap; in main() local 159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main() 161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main() 164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 127 swap(temp); in operator =() 140 void GpuMat::swap(GpuMat& b) in swap() function in cv::cuda::GpuMat 142 std::swap(flags, b.flags); in swap() 143 std::swap(rows, b.rows); in swap() 144 std::swap(cols, b.cols); in swap() 145 std::swap(step, b.step); in swap() 146 std::swap(data, b.data); in swap() 147 std::swap(datastart, b.datastart); in swap() 148 std::swap(dataend, b.dataend); in swap() 149 std::swap(refcount, b.refcount); in swap() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 127 swap(temp); in operator =() 140 void GpuMat::swap(GpuMat& b) in swap() function in cv::cuda::GpuMat 142 std::swap(flags, b.flags); in swap() 143 std::swap(rows, b.rows); in swap() 144 std::swap(cols, b.cols); in swap() 145 std::swap(step, b.step); in swap() 146 std::swap(data, b.data); in swap() 147 std::swap(datastart, b.datastart); in swap() 148 std::swap(dataend, b.dataend); in swap() 149 std::swap(refcount, b.refcount); in swap() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 127 swap(temp); in operator =() 140 void GpuMat::swap(GpuMat& b) in swap() function in cv::cuda::GpuMat 142 std::swap(flags, b.flags); in swap() 143 std::swap(rows, b.rows); in swap() 144 std::swap(cols, b.cols); in swap() 145 std::swap(step, b.step); in swap() 146 std::swap(data, b.data); in swap() 147 std::swap(datastart, b.datastart); in swap() 148 std::swap(dataend, b.dataend); in swap() 149 std::swap(refcount, b.refcount); in swap() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/hash_fn/ |
| H A D | ranged_hash_fn.hpp | 89 swap(PB_DS_CLASS_C_DEC&); 119 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 121 comb_hash_fn_base::swap(other); in swap() 122 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); in swap() 172 swap(PB_DS_CLASS_C_DEC&); 205 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 207 comb_hash_fn_base::swap(other); in swap() 208 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); in swap() 270 swap(PB_DS_CLASS_C_DEC&); 294 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC [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/include/c++/10.3.1/ext/pb_ds/detail/hash_fn/ |
| H A D | ranged_hash_fn.hpp | 89 swap(PB_DS_CLASS_C_DEC&); 119 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 121 comb_hash_fn_base::swap(other); in swap() 122 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); in swap() 172 swap(PB_DS_CLASS_C_DEC&); 205 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 207 comb_hash_fn_base::swap(other); in swap() 208 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other); in swap() 270 swap(PB_DS_CLASS_C_DEC&); 294 swap(PB_DS_CLASS_C_DEC& other) in swap() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | swap.hpp | 27 struct swap struct 36 struct swap struct 48 using std::swap; in operator ()() 49 swap(front(e), back(e)); in operator ()() 56 inline typename result_of::swap<Seq1, Seq2>::type 57 swap(Seq1& lhs, Seq2& rhs) in swap() function 60 for_each(zip_view<references>(references(lhs, rhs)), detail::swap()); in swap()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __split_buffer | 147 void swap(__split_buffer& __x) 249 swap(__buf); 412 __split_buffer<_Tp, _Allocator>::swap(__split_buffer& __x) 416 _VSTD::swap(__first_, __x.__first_); 417 _VSTD::swap(__begin_, __x.__begin_); 418 _VSTD::swap(__end_, __x.__end_); 419 _VSTD::swap(__end_cap(), __x.__end_cap()); 432 _VSTD::swap(__first_, __t.__first_); 433 _VSTD::swap(__begin_, __t.__begin_); 434 _VSTD::swap(__end_, __t.__end_); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __split_buffer | 147 void swap(__split_buffer& __x) 249 swap(__buf); 412 __split_buffer<_Tp, _Allocator>::swap(__split_buffer& __x) 416 _VSTD::swap(__first_, __x.__first_); 417 _VSTD::swap(__begin_, __x.__begin_); 418 _VSTD::swap(__end_, __x.__end_); 419 _VSTD::swap(__end_cap(), __x.__end_cap()); 432 _VSTD::swap(__first_, __t.__first_); 433 _VSTD::swap(__begin_, __t.__begin_); 434 _VSTD::swap(__end_, __t.__end_); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_disp.c | 90 bool swap; member 262 .swap = true, 267 .swap = false, 272 .swap = false, 277 .swap = true, 282 .swap = false, 287 .swap = true, 292 .swap = false, 297 .swap = true, 302 .swap = false, [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse-api.c | 97 unsigned short swap; in data2host2() local 102 swap = ((data & 0xffULL) << 8) | in data2host2() 105 return swap; in data2host2() 110 unsigned int swap; in data2host4() local 115 swap = ((data & 0xffULL) << 24) | in data2host4() 120 return swap; in data2host4() 126 unsigned long long swap; in data2host8() local 131 swap = ((data & 0xffULL) << 56) | in data2host8() 140 return swap; in data2host8()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | node_handle.h | 110 using std::swap; in _GLIBCXX_VISIBILITY() 111 swap(_M_ptr, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 114 _M_alloc.swap(__nh._M_alloc); in _GLIBCXX_VISIBILITY() 174 swap(_Node_handle& __nh) noexcept in _GLIBCXX_VISIBILITY() 177 using std::swap; in _GLIBCXX_VISIBILITY() 178 swap(_M_pkey, __nh._M_pkey); in _GLIBCXX_VISIBILITY() 179 swap(_M_pmapped, __nh._M_pmapped); in _GLIBCXX_VISIBILITY() 183 swap(_Node_handle& __x, _Node_handle& __y) in _GLIBCXX_VISIBILITY() 184 noexcept(noexcept(__x.swap(__y))) in _GLIBCXX_VISIBILITY() 185 { __x.swap(__y); } in _GLIBCXX_VISIBILITY() [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/include/c++/10.3.1/bits/ |
| H A D | node_handle.h | 110 using std::swap; in _GLIBCXX_VISIBILITY() 111 swap(_M_ptr, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 114 _M_alloc.swap(__nh._M_alloc); in _GLIBCXX_VISIBILITY() 174 swap(_Node_handle& __nh) noexcept in _GLIBCXX_VISIBILITY() 177 using std::swap; in _GLIBCXX_VISIBILITY() 178 swap(_M_pkey, __nh._M_pkey); in _GLIBCXX_VISIBILITY() 179 swap(_M_pmapped, __nh._M_pmapped); in _GLIBCXX_VISIBILITY() 183 swap(_Node_handle& __x, _Node_handle& __y) in _GLIBCXX_VISIBILITY() 184 noexcept(noexcept(__x.swap(__y))) in _GLIBCXX_VISIBILITY() 185 { __x.swap(__y); } in _GLIBCXX_VISIBILITY() [all …]
|