Searched refs:swap (Results 1 - 25 of 1486) sorted by relevance

1234567891011>>

/netbsd-current/tests/sbin/resize_ffs/
H A Dt_grow_swapped.sh33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
40 test_case grow_16M_v0_4096 resize_ffs 4096 512 32768 131072 0 28 swap
41 test_case grow_16M_v0_8192 resize_ffs 8192 1024 32768 131072 0 28 swap
42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29 swap
43 test_case grow_16M_v0_32768 resize_ffs 32768 4096 32768 131072 0 28 swap
44 test_case grow_16M_v0_65536 resize_ffs 65536 8192 32768 131072 0 26 swap
46 test_case grow_24M_v0_4096 resize_ffs 4096 512 49152 65536 0 41 swap
47 test_case grow_24M_v0_8192 resize_ffs 8192 1024 49152 65536 0 42 swap
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43 swap
[all...]
H A Dt_shrink_swapped.sh33 # resize_ffs blocksize fragsize fssize newfssize level numdata swap
37 # If 'swap' is included, byteswap the fs
38 test_case shrink_24M_16M_v0_4096 resize_ffs 4096 512 49152 32768 0 41 swap
39 test_case shrink_24M_16M_v0_8192 resize_ffs 8192 1024 49152 32768 0 42 swap
40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43 swap
41 test_case shrink_24M_16M_v0_32768 resize_ffs 32768 4096 49152 32768 0 42 swap
42 test_case shrink_24M_16M_v0_65536 resize_ffs 65536 8192 49152 32768 0 38 swap
43 test_case shrink_32M_24M_v0_4096 resize_ffs 4096 512 65536 49152 0 55 swap
44 test_case shrink_32M_24M_v0_8192 resize_ffs 8192 1024 65536 49152 0 56 swap
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58 swap
[all...]
/netbsd-current/sys/lib/libkern/arch/sh3/
H A Dbyte_swap_8.S37 swap.b r4,r4
38 swap.b r5,r5
39 swap.w r4,r4
40 swap.w r5,r5
41 swap.b r4,r1
43 swap.b r5,r0
H A Dbyte_swap_4.S40 swap.b r4,r0
41 swap.w r0,r0
43 swap.b r0,r0
/netbsd-current/external/bsd/file/dist/src/
H A Delfclass.h34 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
36 type = elf_getu16(swap, elfhdr.e_type);
41 phnum = elf_getu16(swap, elfhdr.e_phnum);
45 if (dophn_core(ms, clazz, swap, fd,
46 CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
47 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)),
54 phnum = elf_getu16(swap, elfhdr.e_phnum);
57 shnum = elf_getu16(swap, elfhdr.e_shnum);
60 if (dophn_exec(ms, clazz, swap, fd,
61 CAST(off_t, elf_getu(swap, elfhd
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DUse.cpp16 void Use::swap(Use &RHS) { function in class:llvm::Use
20 std::swap(Val, RHS.Val);
21 std::swap(Next, RHS.Next);
22 std::swap(Prev, RHS.Prev);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dquadratic_probe_fn_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dlinear_probe_fn_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dmod_based_range_hashing.hpp56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
H A Ddirect_mask_range_hashing_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
H A Dsample_update_policy.hpp57 swap(sample_update_policy& other);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dbranch-swap-4.d4 #source: branch-swap-3.s
5 #dump: branch-swap-3.d
H A Dmicromips@branch-swap-4.d4 #source: branch-swap-3.s
5 #dump: micromips@branch-swap-3.d
H A Dmips16@branch-swap-4.d4 #source: branch-swap-3.s
5 #dump: mips16@branch-swap-3.d
H A Dmips16e@branch-swap-4.d4 #source: branch-swap-3.s
5 #dump: mips16e@branch-swap-3.d
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
H A Dquadratic_probe_fn_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dlinear_probe_fn_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dmod_based_range_hashing.hpp56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
H A Ddirect_mask_range_hashing_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
H A Dsample_update_policy.hpp57 swap(sample_update_policy& other);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
81 base_type::swap(other);
82 m_rc.swap(other.m_rc);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp63 swap(hash_load_check_resize_trigger_size_base& other) function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
64 { std::swap(m_size, other.m_size); }
86 swap(hash_load_check_resize_trigger_size_base& other) { } function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 std::swap(m_p_max, other.m_p_max);

Completed in 149 milliseconds

1234567891011>>