HomeSort by: relevance | last modified time | path
    Searched refs:swap (Results 1 - 25 of 1429) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libkern/arch/sh3/
byte_swap_8.S 37 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
byte_swap_4.S 40 swap.b r4,r0
41 swap.w r0,r0
43 swap.b r0,r0
  /src/tests/sbin/resize_ffs/
t_grow_swapped.sh 33 # 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...]
t_shrink_swapped.sh 33 # 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...]
  /src/external/bsd/file/dist/src/
elfclass.h 34 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, elfhdr.e_phoff)), phnum
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Use.cpp 16 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);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
mod_based_range_hashing.hpp 56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
direct_mask_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mask_based_base::swap(other); }
direct_mod_range_hashing_imp.hpp 46 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
47 { mod_based_base::swap(other); }
mod_based_range_hashing.hpp 56 swap(mod_based_range_hashing& other) function in class:__gnu_pbds::detail::mod_based_range_hashing
57 { std::swap(m_size, other.m_size); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
bcm958742t.dts 43 enet-phy-lane-swap;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 76 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);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 76 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);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 63 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
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
constructors_destructor_fn_imps.hpp 76 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);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
constructors_destructor_fn_imps.hpp 76 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);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_size_base.hpp 63 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

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>