喜好

喜好检索

生活 蔬菜

蔬菜大全

思考

见闻与录

BT技术

BT蓝牙技术

标签

Rust方法集合 2022年10月20日

    简介

    \rustlib\src\rust\library\alloc\benches\btree\map.rs

    ═════════ pub fn 函数
    1  pub fn $name(b: &mut Bencher) 【】
    2  pub fn $name(b: &mut Bencher) 【】
    3  pub fn $name(b: &mut Bencher) 【】
    4  pub fn $name(b: &mut Bencher) 【】
    5  pub fn $name(b: &mut Bencher) 【】
    6  pub fn $name(b: &mut Bencher) 【】
    7  pub fn iteration_20(b: &mut Bencher) 【】
    8  pub fn iteration_1000(b: &mut Bencher) 【】
    9  pub fn iteration_100000(b: &mut Bencher) 【】
    10  pub fn iteration_mut_20(b: &mut Bencher) 【】
    11  pub fn iteration_mut_1000(b: &mut Bencher) 【】
    12  pub fn iteration_mut_100000(b: &mut Bencher) 【】
    13  pub fn first_and_last_0_nightly(b: &mut Bencher) 【】
    14  pub fn first_and_last_0_stable(b: &mut Bencher) 【】
    15  pub fn first_and_last_100_nightly(b: &mut Bencher) 【】
    16  pub fn first_and_last_100_stable(b: &mut Bencher) 【】
    17  pub fn first_and_last_10k_nightly(b: &mut Bencher) 【】
    18  pub fn first_and_last_10k_stable(b: &mut Bencher) 【】
    19  pub fn range_included_excluded(b: &mut Bencher) 【】
    20  pub fn range_included_included(b: &mut Bencher) 【】
    21  pub fn range_included_unbounded(b: &mut Bencher) 【】
    22  pub fn range_unbounded_unbounded(b: &mut Bencher) 【】
    23  pub fn range_unbounded_vs_iter(b: &mut Bencher) 【】
    24  pub fn iter_0(b: &mut Bencher) 【】
    25  pub fn iter_1(b: &mut Bencher) 【】
    26  pub fn iter_100(b: &mut Bencher) 【】
    27  pub fn iter_10k(b: &mut Bencher) 【】
    28  pub fn iter_1m(b: &mut Bencher) 【】
    29  pub fn clone_slim_100(b: &mut Bencher) 【】
    30  pub fn clone_slim_100_and_clear(b: &mut Bencher) 【】
    31  pub fn clone_slim_100_and_drain_all(b: &mut Bencher) 【】
    32  pub fn clone_slim_100_and_drain_half(b: &mut Bencher) 【】
    33  pub fn clone_slim_100_and_into_iter(b: &mut Bencher) 【】
    34  pub fn clone_slim_100_and_pop_all(b: &mut Bencher) 【】
    35  pub fn clone_slim_100_and_remove_all(b: &mut Bencher) 【】
    36  pub fn clone_slim_100_and_remove_half(b: &mut Bencher) 【】
    37  pub fn clone_slim_10k(b: &mut Bencher) 【】
    38  pub fn clone_slim_10k_and_clear(b: &mut Bencher) 【】
    39  pub fn clone_slim_10k_and_drain_all(b: &mut Bencher) 【】
    40  pub fn clone_slim_10k_and_drain_half(b: &mut Bencher) 【】
    41  pub fn clone_slim_10k_and_into_iter(b: &mut Bencher) 【】
    42  pub fn clone_slim_10k_and_pop_all(b: &mut Bencher) 【】
    43  pub fn clone_slim_10k_and_remove_all(b: &mut Bencher) 【】
    44  pub fn clone_slim_10k_and_remove_half(b: &mut Bencher) 【】
    45  pub fn clone_fat_val_100(b: &mut Bencher) 【】
    46  pub fn clone_fat_val_100_and_clear(b: &mut Bencher) 【】
    47  pub fn clone_fat_val_100_and_drain_all(b: &mut Bencher) 【】
    48  pub fn clone_fat_val_100_and_drain_half(b: &mut Bencher) 【】
    49  pub fn clone_fat_val_100_and_into_iter(b: &mut Bencher) 【】
    50  pub fn clone_fat_val_100_and_pop_all(b: &mut Bencher) 【】
    51  pub fn clone_fat_val_100_and_remove_all(b: &mut Bencher) 【】
    52  pub fn clone_fat_val_100_and_remove_half(b: &mut Bencher) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! map_insert_rand_bench 【】
    2  macro_rules! map_insert_seq_bench 【】
    3  macro_rules! map_from_iter_rand_bench 【】
    4  macro_rules! map_from_iter_seq_bench 【】
    5  macro_rules! map_find_rand_bench 【】
    6  macro_rules! map_find_seq_bench 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\benches\btree\set.rs

    ═════════ pub fn 函数
    1  pub fn $name(b: &mut Bencher) 【】
    2  pub fn clone_100(b: &mut Bencher) 【】
    3  pub fn clone_100_and_clear(b: &mut Bencher) 【】
    4  pub fn clone_100_and_drain_all(b: &mut Bencher) 【】
    5  pub fn clone_100_and_drain_half(b: &mut Bencher) 【】
    6  pub fn clone_100_and_into_iter(b: &mut Bencher) 【】
    7  pub fn clone_100_and_pop_all(b: &mut Bencher) 【】
    8  pub fn clone_100_and_remove_all(b: &mut Bencher) 【】
    9  pub fn clone_100_and_remove_half(b: &mut Bencher) 【】
    10  pub fn clone_10k(b: &mut Bencher) 【】
    11  pub fn clone_10k_and_clear(b: &mut Bencher) 【】
    12  pub fn clone_10k_and_drain_all(b: &mut Bencher) 【】
    13  pub fn clone_10k_and_drain_half(b: &mut Bencher) 【】
    14  pub fn clone_10k_and_into_iter(b: &mut Bencher) 【】
    15  pub fn clone_10k_and_pop_all(b: &mut Bencher) 【】
    16  pub fn clone_10k_and_remove_all(b: &mut Bencher) 【】
    17  pub fn clone_10k_and_remove_half(b: &mut Bencher) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! set_bench 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\benches\slice.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! sort 【】
    2  macro_rules! sort_strings 【】
    3  macro_rules! sort_expensive 【】
    4  macro_rules! sort_lexicographic 【】
    5  macro_rules! reverse 【】
    6  macro_rules! rotate 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\benches\str.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! make_test_inner 【】
    2  macro_rules! make_test 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\benches\vec.rs

    ═════════ pub fn 函数
    1  pub fn vec_cast<T, U>(input: Vec<T>) -> Vec<U> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! bench_in_place 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\alloc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn alloc(layout: Layout) -> *mut u8 【】
    2  pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) 【】
    3  pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 【】
    4  pub unsafe fn alloc_zeroed(layout: Layout) -> *mut u8 【】
    5  pub(crate) const unsafe fn box_free<T: ?Sized, A: ~const Allocator + ~const Destruct>(
    6  pub const fn handle_alloc_error(layout: Layout) -> ! 【】
    7  pub unsafe fn __rdl_oom(size: usize, _align: usize) -> ! 【】
    8  pub unsafe fn __rg_oom(size: usize, align: usize) -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\borrow.rs

    ═════════ pub fn 函数
    1  pub const fn is_borrowed(&self) -> bool 【】
    2  pub const fn is_owned(&self) -> bool 【】
    3  pub fn to_mut(&mut self) -> &mut <B as ToOwned>::Owned 【】
    4  pub fn into_owned(self) -> <B as ToOwned>::Owned 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\boxed\thin.rs

    ═════════ pub fn 函数
    1  pub fn new(value: T) -> Self 【】
    2  pub fn new_unsize<T>(value: T) -> Self
    
    
    
    

    \rustlib\src\rust\library\alloc\src\boxed.rs

    ═════════ pub fn 函数
    1  pub fn new(x: T) -> Self 【】
    2  pub fn new(x: T) -> Self 【】
    3  pub fn new_uninit() -> Box<mem::MaybeUninit<T>> 【】
    4  pub fn new_zeroed() -> Box<mem::MaybeUninit<T>> 【】
    5  pub fn pin(x: T) -> Pin<Box<T>> 【】
    6  pub fn try_new(x: T) -> Result<Self, AllocError> 【】
    7  pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> 【】
    8  pub fn try_new_zeroed() -> Result<Box<mem::MaybeUninit<T>>, AllocError> 【】
    9  pub const fn new_in(x: T, alloc: A) -> Self
    10  pub const fn try_new_in(x: T, alloc: A) -> Result<Self, AllocError>
    11  pub const fn new_uninit_in(alloc: A) -> Box<mem::MaybeUninit<T>, A>
    12  pub const fn try_new_uninit_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError>
    13  pub const fn new_zeroed_in(alloc: A) -> Box<mem::MaybeUninit<T>, A>
    14  pub const fn try_new_zeroed_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError>
    15  pub const fn pin_in(x: T, alloc: A) -> Pin<Self>
    16  pub const fn into_boxed_slice(boxed: Self) -> Box<[T], A> 【】
    17  pub const fn into_inner(boxed: Self) -> T
    18  pub fn new_uninit_slice(len: usize) -> Box<[mem::MaybeUninit<T>]> 【】
    19  pub fn new_zeroed_slice(len: usize) -> Box<[mem::MaybeUninit<T>]> 【】
    20  pub fn try_new_uninit_slice(len: usize) -> Result<Box<[mem::MaybeUninit<T>]>, AllocError> 【】
    21  pub fn try_new_zeroed_slice(len: usize) -> Result<Box<[mem::MaybeUninit<T>]>, AllocError> 【】
    22  pub fn new_uninit_slice_in(len: usize, alloc: A) -> Box<[mem::MaybeUninit<T>], A> 【】
    23  pub fn new_zeroed_slice_in(len: usize, alloc: A) -> Box<[mem::MaybeUninit<T>], A> 【】
    24  pub const unsafe fn assume_init(self) -> Box<T, A> 【】
    25  pub const fn write(mut boxed: Self, value: T) -> Box<T, A> 【】
    26  pub unsafe fn assume_init(self) -> Box<[T], A> 【】
    27  pub unsafe fn from_raw(raw: *mut T) -> Self 【】
    28  pub const unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Self 【】
    29  pub fn into_raw(b: Self) -> *mut T 【】
    30  pub const fn into_raw_with_allocator(b: Self) -> (*mut T, A) 【】
    31  pub const fn into_unique(b: Self) -> (Unique<T>, A) 【】
    32  pub const fn allocator(b: &Self) -> &A 【】
    33  pub const fn leak<'a>(b: Self) -> &'a mut T
    34  pub const fn into_pin(boxed: Self) -> Pin<Self>
    35  pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> 【】
    36  pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> 【】
    37  pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> 【】
    38  pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> 【】
    39  pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> 【】
    40  pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\binary_heap.rs

    ═════════ pub fn 函数
    1  pub fn pop(mut this: PeekMut<'a, T>) -> T 【】
    2  pub fn new() -> BinaryHeap<T> 【】
    3  pub fn with_capacity(capacity: usize) -> BinaryHeap<T> 【】
    4  pub fn peek_mut(&mut self) -> Option<PeekMut<'_, T>> 【】
    5  pub fn pop(&mut self) -> Option<T> 【】
    6  pub fn push(&mut self, item: T) 【】
    7  pub fn into_sorted_vec(mut self) -> Vec<T> 【】
    8  pub fn append(&mut self, other: &mut Self) 【】
    9  pub fn drain_sorted(&mut self) -> DrainSorted<'_, T> 【】
    10  pub fn retain<F>(&mut self, mut f: F)
    11  pub fn iter(&self) -> Iter<'_, T> 【】
    12  pub fn into_iter_sorted(self) -> IntoIterSorted<T> 【】
    13  pub fn peek(&self) -> Option<&T> 【】
    14  pub fn capacity(&self) -> usize 【】
    15  pub fn reserve_exact(&mut self, additional: usize) 【】
    16  pub fn reserve(&mut self, additional: usize) 【】
    17  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    18  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    19  pub fn shrink_to_fit(&mut self) 【】
    20  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    21  pub fn as_slice(&self) -> &[T] 【】
    22  pub fn into_vec(self) -> Vec<T> 【】
    23  pub fn len(&self) -> usize 【】
    24  pub fn is_empty(&self) -> bool 【】
    25  pub fn drain(&mut self) -> Drain<'_, T> 【】
    26  pub fn clear(&mut self) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\append.rs

    ═════════ pub fn 函数
    1  pub fn append_from_sorted_iters<I, A: Allocator + Clone>(
    2  pub fn bulk_push<I, A: Allocator + Clone>(&mut self, iter: I, length: &mut usize, alloc: A)
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\borrow.rs

    ═════════ pub fn 函数
    1  pub fn new(t: &'a mut T) -> (&'a mut T, Self) 【】
    2  pub unsafe fn awaken(self) -> &'a mut T 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\dedup_sorted_iter.rs

    ═════════ pub fn 函数
    1  pub fn new(iter: I) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\fix.rs

    ═════════ pub fn 函数
    1  pub fn fix_node_and_affected_ancestors<A: Allocator + Clone>(mut self, alloc: A) -> bool 【】
    2  pub fn fix_top<A: Allocator + Clone>(&mut self, alloc: A) 【】
    3  pub fn fix_right_border<A: Allocator + Clone>(&mut self, alloc: A) 【】
    4  pub fn fix_left_border<A: Allocator + Clone>(&mut self, alloc: A) 【】
    5  pub fn fix_right_border_of_plentiful(&mut self) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\map\entry.rs

    ═════════ pub fn 函数
    1  pub fn or_insert(self, default: V) -> &'a mut V 【】
    2  pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V 【】
    3  pub fn or_insert_with_key<F: FnOnce(&K) -> V>(self, default: F) -> &'a mut V 【】
    4  pub fn key(&self) -> &K 【】
    5  pub fn and_modify<F>(self, f: F) -> Self
    6  pub fn or_default(self) -> &'a mut V 【】
    7  pub fn key(&self) -> &K 【】
    8  pub fn into_key(self) -> K 【】
    9  pub fn insert(self, value: V) -> &'a mut V 【】
    10  pub fn key(&self) -> &K 【】
    11  pub fn remove_entry(self) -> (K, V) 【】
    12  pub fn get(&self) -> &V 【】
    13  pub fn get_mut(&mut self) -> &mut V 【】
    14  pub fn into_mut(self) -> &'a mut V 【】
    15  pub fn insert(&mut self, value: V) -> V 【】
    16  pub fn remove(self) -> V 【】
    17  pub(super) fn remove_kv(self) -> (K, V) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\map\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! create_append_test 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\map.rs

    ═════════ pub fn 函数
    1  pub(super) fn iter(&self) -> Iter<'_, K, V> 【】
    2  pub const fn new() -> BTreeMap<K, V> 【】
    3  pub fn clear(&mut self) 【】
    4  pub fn new_in(alloc: A) -> BTreeMap<K, V, A> 【】
    5  pub fn get<Q: ?Sized>(&self, key: &Q) -> Option<&V>
    6  pub fn get_key_value<Q: ?Sized>(&self, k: &Q) -> Option<(&K, &V)>
    7  pub fn first_key_value(&self) -> Option<(&K, &V)>
    8  pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    9  pub fn pop_first(&mut self) -> Option<(K, V)>
    10  pub fn last_key_value(&self) -> Option<(&K, &V)>
    11  pub fn last_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    12  pub fn pop_last(&mut self) -> Option<(K, V)>
    13  pub fn contains_key<Q: ?Sized>(&self, key: &Q) -> bool
    14  pub fn get_mut<Q: ?Sized>(&mut self, key: &Q) -> Option<&mut V>
    15  pub fn insert(&mut self, key: K, value: V) -> Option<V>
    16  pub fn try_insert(&mut self, key: K, value: V) -> Result<&mut V, OccupiedError<'_, K, V, A>>
    17  pub fn remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V>
    18  pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)>
    19  pub fn retain<F>(&mut self, mut f: F)
    20  pub fn append(&mut self, other: &mut Self)
    21  pub fn range<T: ?Sized, R>(&self, range: R) -> Range<'_, K, V>
    22  pub fn range_mut<T: ?Sized, R>(&mut self, range: R) -> RangeMut<'_, K, V>
    23  pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A>
    24  pub fn split_off<Q: ?Sized + Ord>(&mut self, key: &Q) -> Self
    25  pub fn drain_filter<F>(&mut self, pred: F) -> DrainFilter<'_, K, V, F, A>
    26  pub(super) fn drain_filter_inner(&mut self) -> (DrainFilterInner<'_, K, V>, A)
    27  pub fn into_keys(self) -> IntoKeys<K, V, A> 【】
    28  pub fn into_values(self) -> IntoValues<K, V, A> 【】
    29  pub(crate) fn bulk_build_from_sorted_iter<I>(iter: I, alloc: A) -> Self
    30  pub(super) fn iter(&self) -> Iter<'_, K, V> 【】
    31  pub(super) fn peek(&self) -> Option<(&K, &V)> 【】
    32  pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)>
    33  pub(super) fn size_hint(&self) -> (usize, Option<usize>) 【】
    34  pub fn iter(&self) -> Iter<'_, K, V> 【】
    35  pub fn iter_mut(&mut self) -> IterMut<'_, K, V> 【】
    36  pub fn keys(&self) -> Keys<'_, K, V> 【】
    37  pub fn values(&self) -> Values<'_, K, V> 【】
    38  pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> 【】
    39  pub const fn len(&self) -> usize 【】
    40  pub const fn is_empty(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\mem.rs

    ═════════ pub fn 函数
    1  pub fn take_mut<T>(v: &mut T, change: impl FnOnce(T) -> T) 【】
    2  pub fn replace<T, R>(v: &mut T, change: impl FnOnce(T) -> (T, R)) -> R 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\merge_iter.rs

    ═════════ pub fn 函数
    1  pub fn new(a: I, b: I) -> Self 【】
    2  pub fn nexts<Cmp: Fn(&I::Item, &I::Item) -> Ordering>(
    3  pub fn lens(&self) -> (usize, usize)
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\navigate.rs

    ═════════ pub fn 函数
    1  pub fn none() -> Self 【】
    2  pub fn reborrow(&self) -> LeafRange<marker::Immut<'_>, K, V> 【】
    3  pub fn next_checked(&mut self) -> Option<(&'a K, &'a V)> 【】
    4  pub fn next_back_checked(&mut self) -> Option<(&'a K, &'a V)> 【】
    5  pub fn next_checked(&mut self) -> Option<(&'a K, &'a mut V)> 【】
    6  pub fn next_back_checked(&mut self) -> Option<(&'a K, &'a mut V)> 【】
    7  pub fn none() -> Self 【】
    8  pub fn reborrow(&self) -> LazyLeafRange<marker::Immut<'_>, K, V> 【】
    9  pub unsafe fn next_unchecked(&mut self) -> (&'a K, &'a V) 【】
    10  pub unsafe fn next_back_unchecked(&mut self) -> (&'a K, &'a V) 【】
    11  pub unsafe fn next_unchecked(&mut self) -> (&'a K, &'a mut V) 【】
    12  pub unsafe fn next_back_unchecked(&mut self) -> (&'a K, &'a mut V) 【】
    13  pub unsafe fn deallocating_next_unchecked<A: Allocator + Clone>(
    14  pub unsafe fn deallocating_next_back_unchecked<A: Allocator + Clone>(
    15  pub fn deallocating_end<A: Allocator + Clone>(&mut self, alloc: A) 【】
    16  pub fn range_search<Q, R>(self, range: R) -> LeafRange<marker::Immut<'a>, K, V>
    17  pub fn full_range(self) -> LazyLeafRange<marker::Immut<'a>, K, V> 【】
    18  pub fn range_search<Q, R>(self, range: R) -> LeafRange<marker::ValMut<'a>, K, V>
    19  pub fn full_range(self) -> LazyLeafRange<marker::ValMut<'a>, K, V> 【】
    20  pub fn full_range(self) -> LazyLeafRange<marker::Dying, K, V> 【】
    21  pub fn next_kv(
    22  pub fn first_leaf_edge(self) -> Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge> 【】
    23  pub fn last_leaf_edge(self) -> Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge> 【】
    24  pub fn visit_nodes_in_order<F>(self, mut visit: F)
    25  pub fn calc_length(self) -> usize 【】
    26  pub fn next_leaf_edge(self) -> Handle<NodeRef<BorrowType, K, V, marker::Leaf>, marker::Edge> 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\node\tests.rs

    ═════════ pub fn 函数
    1  pub fn assert_back_pointers(self) 【】
    2  pub fn dump_keys(self) -> String
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\node.rs

    ═════════ pub fn 函数
    1  pub fn new_leaf<A: Allocator + Clone>(alloc: A) -> Self 【】
    2  pub fn len(&self) -> usize 【】
    3  pub fn height(&self) -> usize 【】
    4  pub fn reborrow(&self) -> NodeRef<marker::Immut<'_>, K, V, Type> 【】
    5  pub fn ascend(
    6  pub fn first_edge(self) -> Handle<Self, marker::Edge> 【】
    7  pub fn last_edge(self) -> Handle<Self, marker::Edge> 【】
    8  pub fn first_kv(self) -> Handle<Self, marker::KV> 【】
    9  pub fn last_kv(self) -> Handle<Self, marker::KV> 【】
    10  pub fn keys(&self) -> &[K] 【】
    11  pub unsafe fn deallocate_and_ascend<A: Allocator + Clone>(
    12  pub fn len_mut(&mut self) -> &mut u16 【】
    13  pub fn new<A: Allocator + Clone>(alloc: A) -> Self 【】
    14  pub fn push_internal_level<A: Allocator + Clone>(
    15  pub fn pop_internal_level<A: Allocator + Clone>(&mut self, alloc: A) 【】
    16  pub fn borrow_mut(&mut self) -> NodeRef<marker::Mut<'_>, K, V, Type> 【】
    17  pub fn borrow_valmut(&mut self) -> NodeRef<marker::ValMut<'_>, K, V, Type> 【】
    18  pub fn into_dying(self) -> NodeRef<marker::Dying, K, V, Type> 【】
    19  pub fn push(&mut self, key: K, val: V) -> &mut V 【】
    20  pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) 【】
    21  pub fn forget_type(self) -> NodeRef<BorrowType, K, V, marker::LeafOrInternal> 【】
    22  pub fn forget_type(self) -> NodeRef<BorrowType, K, V, marker::LeafOrInternal> 【】
    23  pub fn force(
    24  pub fn into_node(self) -> Node 【】
    25  pub fn idx(&self) -> usize 【】
    26  pub unsafe fn new_kv(node: NodeRef<BorrowType, K, V, NodeType>, idx: usize) -> Self 【】
    27  pub fn left_edge(self) -> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> 【】
    28  pub fn right_edge(self) -> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> 【】
    29  pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> 【】
    30  pub unsafe fn reborrow_mut(
    31  pub unsafe fn new_edge(node: NodeRef<BorrowType, K, V, NodeType>, idx: usize) -> Self 【】
    32  pub fn left_kv(self) -> Result<Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV>, Self> 【】
    33  pub fn right_kv(self) -> Result<Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV>, Self> 【】
    34  pub fn insert_recursing<A: Allocator + Clone>(
    35  pub fn descend(self) -> NodeRef<BorrowType, K, V, marker::LeafOrInternal> 【】
    36  pub fn into_kv(self) -> (&'a K, &'a V) 【】
    37  pub fn key_mut(&mut self) -> &mut K 【】
    38  pub fn into_val_mut(self) -> &'a mut V 【】
    39  pub fn into_kv_valmut(self) -> (&'a K, &'a mut V) 【】
    40  pub fn kv_mut(&mut self) -> (&mut K, &mut V) 【】
    41  pub fn replace_kv(&mut self, k: K, v: V) -> (K, V) 【】
    42  pub unsafe fn into_key_val(mut self) -> (K, V) 【】
    43  pub unsafe fn drop_key_val(mut self) 【】
    44  pub fn split<A: Allocator + Clone>(mut self, alloc: A) -> SplitResult<'a, K, V, marker::Leaf> 【】
    45  pub fn remove(
    46  pub fn split<A: Allocator + Clone>(
    47  pub fn consider_for_balancing(self) -> BalancingContext<'a, K, V> 【】
    48  pub fn choose_parent_kv(self) -> Result<LeftOrRight<BalancingContext<'a, K, V>>, Self> 【】
    49  pub fn left_child_len(&self) -> usize 【】
    50  pub fn right_child_len(&self) -> usize 【】
    51  pub fn into_left_child(self) -> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> 【】
    52  pub fn into_right_child(self) -> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> 【】
    53  pub fn can_merge(&self) -> bool 【】
    54  pub fn merge_tracking_parent<A: Allocator + Clone>(
    55  pub fn merge_tracking_child<A: Allocator + Clone>(
    56  pub fn merge_tracking_child_edge<A: Allocator + Clone>(
    57  pub fn steal_left(
    58  pub fn steal_right(
    59  pub fn bulk_steal_left(&mut self, count: usize) 【】
    60  pub fn bulk_steal_right(&mut self, count: usize) 【】
    61  pub fn forget_node_type(
    62  pub fn forget_node_type(
    63  pub fn forget_node_type(
    64  pub fn force(
    65  pub unsafe fn cast_to_leaf_unchecked(
    66  pub fn move_suffix(
    67  pub fn forget_node_type(self) -> SplitResult<'a, K, V, marker::LeafOrInternal> 【】
    68  pub fn forget_node_type(self) -> SplitResult<'a, K, V, marker::LeafOrInternal> 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\remove.rs

    ═════════ pub fn 函数
    1  pub fn remove_kv_tracking<F: FnOnce(), A: Allocator + Clone>(
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\search.rs

    ═════════ pub fn 函数
    1  pub fn from_range(range_bound: Bound<T>) -> Self 【】
    2  pub fn search_tree<Q: ?Sized>(
    3  pub fn search_tree_for_bifurcation<'r, Q: ?Sized, R>(
    4  pub fn find_lower_bound_edge<'r, Q>(
    5  pub fn find_upper_bound_edge<'r, Q>(
    6  pub fn search_node<Q: ?Sized>(self, key: &Q) -> SearchResult<BorrowType, K, V, Type, Type>
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\set.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> BTreeSet<T> 【】
    2  pub fn new_in(alloc: A) -> BTreeSet<T, A> 【】
    3  pub fn range<K: ?Sized, R>(&self, range: R) -> Range<'_, T>
    4  pub fn difference<'a>(&'a self, other: &'a BTreeSet<T, A>) -> Difference<'a, T, A>
    5  pub fn symmetric_difference<'a>(
    6  pub fn intersection<'a>(&'a self, other: &'a BTreeSet<T, A>) -> Intersection<'a, T, A>
    7  pub fn union<'a>(&'a self, other: &'a BTreeSet<T, A>) -> Union<'a, T>
    8  pub fn clear(&mut self)
    9  pub fn contains<Q: ?Sized>(&self, value: &Q) -> bool
    10  pub fn get<Q: ?Sized>(&self, value: &Q) -> Option<&T>
    11  pub fn is_disjoint(&self, other: &BTreeSet<T, A>) -> bool
    12  pub fn is_subset(&self, other: &BTreeSet<T, A>) -> bool
    13  pub fn is_superset(&self, other: &BTreeSet<T, A>) -> bool
    14  pub fn first(&self) -> Option<&T>
    15  pub fn last(&self) -> Option<&T>
    16  pub fn pop_first(&mut self) -> Option<T>
    17  pub fn pop_last(&mut self) -> Option<T>
    18  pub fn insert(&mut self, value: T) -> bool
    19  pub fn replace(&mut self, value: T) -> Option<T>
    20  pub fn remove<Q: ?Sized>(&mut self, value: &Q) -> bool
    21  pub fn take<Q: ?Sized>(&mut self, value: &Q) -> Option<T>
    22  pub fn retain<F>(&mut self, mut f: F)
    23  pub fn append(&mut self, other: &mut Self)
    24  pub fn split_off<Q: ?Sized + Ord>(&mut self, value: &Q) -> Self
    25  pub fn drain_filter<'a, F>(&'a mut self, pred: F) -> DrainFilter<'a, T, F, A>
    26  pub fn iter(&self) -> Iter<'_, T> 【】
    27  pub const fn len(&self) -> usize 【】
    28  pub const fn is_empty(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\split.rs

    ═════════ pub fn 函数
    1  pub fn calc_split_length(
    2  pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\testing\crash_test.rs

    ═════════ pub fn 函数
    1  pub fn new(id: usize) -> CrashTestDummy 【】
    2  pub fn spawn(&self, panic: Panic) -> Instance<'_> 【】
    3  pub fn cloned(&self) -> usize 【】
    4  pub fn dropped(&self) -> usize 【】
    5  pub fn queried(&self) -> usize 【】
    6  pub fn id(&self) -> usize 【】
    7  pub fn query<R>(&self, result: R) -> R 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\testing\ord_chaos.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Self 【】
    2  pub fn flip(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\btree\testing\rng.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Self 【】
    2  pub fn next(&mut self) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\linked_list\tests.rs

    ═════════ pub fn 函数
    1  pub fn check_links<T>(list: &LinkedList<T>) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\linked_list.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn append(&mut self, other: &mut Self) 【】
    3  pub fn iter(&self) -> Iter<'_, T> 【】
    4  pub fn iter_mut(&mut self) -> IterMut<'_, T> 【】
    5  pub fn cursor_front(&self) -> Cursor<'_, T> 【】
    6  pub fn cursor_front_mut(&mut self) -> CursorMut<'_, T> 【】
    7  pub fn cursor_back(&self) -> Cursor<'_, T> 【】
    8  pub fn cursor_back_mut(&mut self) -> CursorMut<'_, T> 【】
    9  pub fn is_empty(&self) -> bool 【】
    10  pub fn len(&self) -> usize 【】
    11  pub fn clear(&mut self) 【】
    12  pub fn contains(&self, x: &T) -> bool
    13  pub fn front(&self) -> Option<&T> 【】
    14  pub fn front_mut(&mut self) -> Option<&mut T> 【】
    15  pub fn back(&self) -> Option<&T> 【】
    16  pub fn back_mut(&mut self) -> Option<&mut T> 【】
    17  pub fn push_front(&mut self, elt: T) 【】
    18  pub fn pop_front(&mut self) -> Option<T> 【】
    19  pub fn push_back(&mut self, elt: T) 【】
    20  pub fn pop_back(&mut self) -> Option<T> 【】
    21  pub fn split_off(&mut self, at: usize) -> LinkedList<T> 【】
    22  pub fn remove(&mut self, at: usize) -> T 【】
    23  pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
    24  pub fn index(&self) -> Option<usize> 【】
    25  pub fn move_next(&mut self) 【】
    26  pub fn move_prev(&mut self) 【】
    27  pub fn current(&self) -> Option<&'a T> 【】
    28  pub fn peek_next(&self) -> Option<&'a T> 【】
    29  pub fn peek_prev(&self) -> Option<&'a T> 【】
    30  pub fn front(&self) -> Option<&'a T> 【】
    31  pub fn back(&self) -> Option<&'a T> 【】
    32  pub fn index(&self) -> Option<usize> 【】
    33  pub fn move_next(&mut self) 【】
    34  pub fn move_prev(&mut self) 【】
    35  pub fn current(&mut self) -> Option<&mut T> 【】
    36  pub fn peek_next(&mut self) -> Option<&mut T> 【】
    37  pub fn peek_prev(&mut self) -> Option<&mut T> 【】
    38  pub fn as_cursor(&self) -> Cursor<'_, T> 【】
    39  pub fn insert_after(&mut self, item: T) 【】
    40  pub fn insert_before(&mut self, item: T) 【】
    41  pub fn remove_current(&mut self) -> Option<T> 【】
    42  pub fn remove_current_as_list(&mut self) -> Option<LinkedList<T>> 【】
    43  pub fn splice_after(&mut self, list: LinkedList<T>) 【】
    44  pub fn splice_before(&mut self, list: LinkedList<T>) 【】
    45  pub fn split_after(&mut self) -> LinkedList<T> 【】
    46  pub fn split_before(&mut self) -> LinkedList<T> 【】
    47  pub fn push_front(&mut self, elt: T) 【】
    48  pub fn push_back(&mut self, elt: T) 【】
    49  pub fn pop_front(&mut self) -> Option<T> 【】
    50  pub fn pop_back(&mut self) -> Option<T> 【】
    51  pub fn front(&self) -> Option<&T> 【】
    52  pub fn front_mut(&mut self) -> Option<&mut T> 【】
    53  pub fn back(&self) -> Option<&T> 【】
    54  pub fn back_mut(&mut self) -> Option<&mut T> 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\mod.rs

    ═════════ pub fn 函数
    1  pub fn kind(&self) -> TryReserveErrorKind 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\drain.rs

    ═════════ pub fn 函数
    1  pub(super) unsafe fn new(
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\into_iter.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(inner: VecDeque<T, A>) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\iter.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(ring: &'a [MaybeUninit<T>], tail: usize, head: usize) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\iter_mut.rs

    ═════════ pub fn 函数
    1  pub(super) unsafe fn new(
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! __impl_slice_eq1 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\mod.rs

    ═════════ pub fn 函数
    1  pub fn new() -> VecDeque<T> 【】
    2  pub fn with_capacity(capacity: usize) -> VecDeque<T> 【】
    3  pub fn new_in(alloc: A) -> VecDeque<T, A> 【】
    4  pub fn with_capacity_in(capacity: usize, alloc: A) -> VecDeque<T, A> 【】
    5  pub fn get(&self, index: usize) -> Option<&T> 【】
    6  pub fn get_mut(&mut self, index: usize) -> Option<&mut T> 【】
    7  pub fn swap(&mut self, i: usize, j: usize) 【】
    8  pub fn capacity(&self) -> usize 【】
    9  pub fn reserve_exact(&mut self, additional: usize) 【】
    10  pub fn reserve(&mut self, additional: usize) 【】
    11  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    12  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    13  pub fn shrink_to_fit(&mut self) 【】
    14  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    15  pub fn truncate(&mut self, len: usize) 【】
    16  pub fn allocator(&self) -> &A 【】
    17  pub fn iter(&self) -> Iter<'_, T> 【】
    18  pub fn iter_mut(&mut self) -> IterMut<'_, T> 【】
    19  pub fn as_slices(&self) -> (&[T], &[T]) 【】
    20  pub fn as_mut_slices(&mut self) -> (&mut [T], &mut [T]) 【】
    21  pub fn len(&self) -> usize 【】
    22  pub fn is_empty(&self) -> bool 【】
    23  pub fn range<R>(&self, range: R) -> Iter<'_, T>
    24  pub fn range_mut<R>(&mut self, range: R) -> IterMut<'_, T>
    25  pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A>
    26  pub fn clear(&mut self) 【】
    27  pub fn contains(&self, x: &T) -> bool
    28  pub fn front(&self) -> Option<&T> 【】
    29  pub fn front_mut(&mut self) -> Option<&mut T> 【】
    30  pub fn back(&self) -> Option<&T> 【】
    31  pub fn back_mut(&mut self) -> Option<&mut T> 【】
    32  pub fn pop_front(&mut self) -> Option<T> 【】
    33  pub fn pop_back(&mut self) -> Option<T> 【】
    34  pub fn push_front(&mut self, value: T) 【】
    35  pub fn push_back(&mut self, value: T) 【】
    36  pub fn swap_remove_front(&mut self, index: usize) -> Option<T> 【】
    37  pub fn swap_remove_back(&mut self, index: usize) -> Option<T> 【】
    38  pub fn insert(&mut self, index: usize, value: T) 【】
    39  pub fn remove(&mut self, index: usize) -> Option<T> 【】
    40  pub fn split_off(&mut self, at: usize) -> Self
    41  pub fn append(&mut self, other: &mut Self) 【】
    42  pub fn retain<F>(&mut self, mut f: F)
    43  pub fn retain_mut<F>(&mut self, mut f: F)
    44  pub fn resize_with(&mut self, new_len: usize, generator: impl FnMut() -> T) 【】
    45  pub fn make_contiguous(&mut self) -> &mut [T] 【】
    46  pub fn rotate_left(&mut self, mid: usize) 【】
    47  pub fn rotate_right(&mut self, k: usize) 【】
    48  pub fn binary_search(&self, x: &T) -> Result<usize, usize>
    49  pub fn binary_search_by<'a, F>(&'a self, mut f: F) -> Result<usize, usize>
    50  pub fn binary_search_by_key<'a, B, F>(&'a self, b: &B, mut f: F) -> Result<usize, usize>
    51  pub fn partition_point<P>(&self, mut pred: P) -> usize
    52  pub fn resize(&mut self, new_len: usize, value: T) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\collections\vec_deque\pair_slices.rs

    ═════════ pub fn 函数
    1  pub fn from<A: Allocator>(to: &'a mut VecDeque<T, A>, from: &'b VecDeque<T, A>) -> Self 【】
    2  pub fn has_remainder(&self) -> bool 【】
    3  pub fn remainder(self) -> impl Iterator<Item = &'b [T]> 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\ffi\c_str.rs

    ═════════ pub fn 函数
    1  pub fn as_bytes(&self) -> &[u8] 【】
    2  pub fn into_bytes(self) -> Vec<u8> 【】
    3  pub fn new<T: Into<Vec<u8>>>(t: T) -> Result<CString, NulError> 【】
    4  pub unsafe fn from_vec_unchecked(v: Vec<u8>) -> Self 【】
    5  pub unsafe fn from_raw(ptr: *mut c_char) -> CString 【】
    6  pub fn into_raw(self) -> *mut c_char 【】
    7  pub fn into_string(self) -> Result<String, IntoStringError> 【】
    8  pub fn into_bytes(self) -> Vec<u8> 【】
    9  pub fn into_bytes_with_nul(self) -> Vec<u8> 【】
    10  pub fn as_bytes(&self) -> &[u8] 【】
    11  pub fn as_bytes_with_nul(&self) -> &[u8] 【】
    12  pub fn as_c_str(&self) -> &CStr 【】
    13  pub fn into_boxed_c_str(self) -> Box<CStr> 【】
    14  pub unsafe fn from_vec_with_nul_unchecked(v: Vec<u8>) -> Self 【】
    15  pub fn from_vec_with_nul(v: Vec<u8>) -> Result<Self, FromVecWithNulError> 【】
    16  pub fn nul_position(&self) -> usize 【】
    17  pub fn into_vec(self) -> Vec<u8> 【】
    18  pub fn into_cstring(self) -> CString 【】
    19  pub fn utf8_error(&self) -> Utf8Error 【】
    20  pub fn __source(&self) -> &Utf8Error 【】
    21  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    22  pub fn into_c_string(self: Box<Self>) -> CString 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\fmt.rs

    ═════════ pub fn 函数
    1  pub fn format(args: Arguments<'_>) -> string::String 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! vec 【】
    2  macro_rules! vec 【】
    3  macro_rules! vec 【】
    4  macro_rules! format 【】
    5  macro_rules! __rust_force_expr 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\raw_vec.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn with_capacity(capacity: usize) -> Self 【】
    3  pub fn with_capacity_zeroed(capacity: usize) -> Self 【】
    4  pub const fn new_in(alloc: A) -> Self 【】
    5  pub fn with_capacity_in(capacity: usize, alloc: A) -> Self 【】
    6  pub fn with_capacity_zeroed_in(capacity: usize, alloc: A) -> Self 【】
    7  pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> 【】
    8  pub unsafe fn from_raw_parts_in(ptr: *mut T, capacity: usize, alloc: A) -> Self 【】
    9  pub fn ptr(&self) -> *mut T 【】
    10  pub fn capacity(&self) -> usize 【】
    11  pub fn allocator(&self) -> &A 【】
    12  pub fn reserve(&mut self, len: usize, additional: usize) 【】
    13  pub fn reserve_for_push(&mut self, len: usize) 【】
    14  pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> 【】
    15  pub fn reserve_exact(&mut self, len: usize, additional: usize) 【】
    16  pub fn try_reserve_exact(
    17  pub fn shrink_to_fit(&mut self, cap: usize) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\rc.rs

    ═════════ pub fn 函数
    1  pub fn new(value: T) -> Rc<T> 【】
    2  pub fn new_cyclic<F>(data_fn: F) -> Rc<T>
    3  pub fn new_uninit() -> Rc<mem::MaybeUninit<T>> 【】
    4  pub fn new_zeroed() -> Rc<mem::MaybeUninit<T>> 【】
    5  pub fn try_new(value: T) -> Result<Rc<T>, AllocError> 【】
    6  pub fn try_new_uninit() -> Result<Rc<mem::MaybeUninit<T>>, AllocError> 【】
    7  pub fn try_new_zeroed() -> Result<Rc<mem::MaybeUninit<T>>, AllocError> 【】
    8  pub fn pin(value: T) -> Pin<Rc<T>> 【】
    9  pub fn try_unwrap(this: Self) -> Result<T, Self> 【】
    10  pub fn new_uninit_slice(len: usize) -> Rc<[mem::MaybeUninit<T>]> 【】
    11  pub fn new_zeroed_slice(len: usize) -> Rc<[mem::MaybeUninit<T>]> 【】
    12  pub unsafe fn assume_init(self) -> Rc<T> 【】
    13  pub unsafe fn assume_init(self) -> Rc<[T]> 【】
    14  pub fn into_raw(this: Self) -> *const T 【】
    15  pub fn as_ptr(this: &Self) -> *const T 【】
    16  pub unsafe fn from_raw(ptr: *const T) -> Self 【】
    17  pub fn downgrade(this: &Self) -> Weak<T> 【】
    18  pub fn weak_count(this: &Self) -> usize 【】
    19  pub fn strong_count(this: &Self) -> usize 【】
    20  pub unsafe fn increment_strong_count(ptr: *const T) 【】
    21  pub unsafe fn decrement_strong_count(ptr: *const T) 【】
    22  pub fn get_mut(this: &mut Self) -> Option<&mut T> 【】
    23  pub unsafe fn get_mut_unchecked(this: &mut Self) -> &mut T 【】
    24  pub fn ptr_eq(this: &Self, other: &Self) -> bool 【】
    25  pub fn make_mut(this: &mut Self) -> &mut T 【】
    26  pub fn unwrap_or_clone(this: Self) -> T 【】
    27  pub fn downcast<T: Any>(self) -> Result<Rc<T>, Rc<dyn Any>> 【】
    28  pub unsafe fn downcast_unchecked<T: Any>(self) -> Rc<T> 【】
    29  pub const fn new() -> Weak<T> 【】
    30  pub(crate) fn is_dangling<T: ?Sized>(ptr: *mut T) -> bool 【】
    31  pub fn as_ptr(&self) -> *const T 【】
    32  pub fn into_raw(self) -> *const T 【】
    33  pub unsafe fn from_raw(ptr: *const T) -> Self 【】
    34  pub fn upgrade(&self) -> Option<Rc<T>> 【】
    35  pub fn strong_count(&self) -> usize 【】
    36  pub fn weak_count(&self) -> usize 【】
    37  pub fn ptr_eq(&self, other: &Self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\slice.rs

    ═════════ pub fn 函数
    1  pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> 【】
    2  pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> 【】
    3  pub fn sort(&mut self)
    4  pub fn sort_by<F>(&mut self, mut compare: F)
    5  pub fn sort_by_key<K, F>(&mut self, mut f: F)
    6  pub fn sort_by_cached_key<K, F>(&mut self, f: F)
    7  pub fn to_vec(&self) -> Vec<T>
    8  pub fn to_vec_in<A: Allocator>(&self, alloc: A) -> Vec<T, A>
    9  pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> 【】
    10  pub fn repeat(&self, n: usize) -> Vec<T>
    11  pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output
    12  pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output
    13  pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output
    14  pub fn to_ascii_uppercase(&self) -> Vec<u8> 【】
    15  pub fn to_ascii_lowercase(&self) -> Vec<u8> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! sort_by_key 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\str.rs

    ═════════ pub fn 函数
    1  pub fn into_boxed_bytes(self: Box<str>) -> Box<[u8]> 【】
    2  pub fn replace<'a, P: Pattern<'a>>(&'a self, from: P, to: &str) -> String 【】
    3  pub fn replacen<'a, P: Pattern<'a>>(&'a self, pat: P, to: &str, count: usize) -> String 【】
    4  pub fn to_lowercase(&self) -> String 【】
    5  pub fn to_uppercase(&self) -> String 【】
    6  pub fn into_string(self: Box<str>) -> String 【】
    7  pub fn repeat(&self, n: usize) -> String 【】
    8  pub fn to_ascii_uppercase(&self) -> String 【】
    9  pub fn to_ascii_lowercase(&self) -> String 【】
    10  pub unsafe fn from_boxed_utf8_unchecked(v: Box<[u8]>) -> Box<str> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! specialize_for_lengths 【】
    2  macro_rules! copy_slice_and_advance 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\string.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> String 【】
    2  pub fn with_capacity(capacity: usize) -> String 【】
    3  pub fn from_str(_: &str) -> String 【】
    4  pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> 【】
    5  pub fn from_utf8_lossy(v: &[u8]) -> Cow<'_, str> 【】
    6  pub fn from_utf16(v: &[u16]) -> Result<String, FromUtf16Error> 【】
    7  pub fn from_utf16_lossy(v: &[u16]) -> String 【】
    8  pub fn into_raw_parts(self) -> (*mut u8, usize, usize) 【】
    9  pub unsafe fn from_raw_parts(buf: *mut u8, length: usize, capacity: usize) -> String 【】
    10  pub unsafe fn from_utf8_unchecked(bytes: Vec<u8>) -> String 【】
    11  pub fn into_bytes(self) -> Vec<u8> 【】
    12  pub fn as_str(&self) -> &str 【】
    13  pub fn as_mut_str(&mut self) -> &mut str 【】
    14  pub fn push_str(&mut self, string: &str) 【】
    15  pub fn extend_from_within<R>(&mut self, src: R)
    16  pub fn capacity(&self) -> usize 【】
    17  pub fn reserve(&mut self, additional: usize) 【】
    18  pub fn reserve_exact(&mut self, additional: usize) 【】
    19  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    20  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    21  pub fn shrink_to_fit(&mut self) 【】
    22  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    23  pub fn push(&mut self, ch: char) 【】
    24  pub fn as_bytes(&self) -> &[u8] 【】
    25  pub fn truncate(&mut self, new_len: usize) 【】
    26  pub fn pop(&mut self) -> Option<char> 【】
    27  pub fn remove(&mut self, idx: usize) -> char 【】
    28  pub fn remove_matches<'a, P>(&'a mut self, pat: P)
    29  pub fn retain<F>(&mut self, mut f: F)
    30  pub fn insert(&mut self, idx: usize, ch: char) 【】
    31  pub fn insert_str(&mut self, idx: usize, string: &str) 【】
    32  pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<u8> 【】
    33  pub fn len(&self) -> usize 【】
    34  pub fn is_empty(&self) -> bool 【】
    35  pub fn split_off(&mut self, at: usize) -> String 【】
    36  pub fn clear(&mut self) 【】
    37  pub fn drain<R>(&mut self, range: R) -> Drain<'_>
    38  pub fn replace_range<R>(&mut self, range: R, replace_with: &str)
    39  pub fn into_boxed_str(self) -> Box<str> 【】
    40  pub fn as_bytes(&self) -> &[u8] 【】
    41  pub fn into_bytes(self) -> Vec<u8> 【】
    42  pub fn utf8_error(&self) -> Utf8Error 【】
    43  pub fn as_str(&self) -> &str 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_eq 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\sync.rs

    ═════════ pub fn 函数
    1  pub fn new(data: T) -> Arc<T> 【】
    2  pub fn new_cyclic<F>(data_fn: F) -> Arc<T>
    3  pub fn new_uninit() -> Arc<mem::MaybeUninit<T>> 【】
    4  pub fn new_zeroed() -> Arc<mem::MaybeUninit<T>> 【】
    5  pub fn pin(data: T) -> Pin<Arc<T>> 【】
    6  pub fn try_pin(data: T) -> Result<Pin<Arc<T>>, AllocError> 【】
    7  pub fn try_new(data: T) -> Result<Arc<T>, AllocError> 【】
    8  pub fn try_new_uninit() -> Result<Arc<mem::MaybeUninit<T>>, AllocError> 【】
    9  pub fn try_new_zeroed() -> Result<Arc<mem::MaybeUninit<T>>, AllocError> 【】
    10  pub fn try_unwrap(this: Self) -> Result<T, Self> 【】
    11  pub fn new_uninit_slice(len: usize) -> Arc<[mem::MaybeUninit<T>]> 【】
    12  pub fn new_zeroed_slice(len: usize) -> Arc<[mem::MaybeUninit<T>]> 【】
    13  pub unsafe fn assume_init(self) -> Arc<T> 【】
    14  pub unsafe fn assume_init(self) -> Arc<[T]> 【】
    15  pub fn into_raw(this: Self) -> *const T 【】
    16  pub fn as_ptr(this: &Self) -> *const T 【】
    17  pub unsafe fn from_raw(ptr: *const T) -> Self 【】
    18  pub fn downgrade(this: &Self) -> Weak<T> 【】
    19  pub fn weak_count(this: &Self) -> usize 【】
    20  pub fn strong_count(this: &Self) -> usize 【】
    21  pub unsafe fn increment_strong_count(ptr: *const T) 【】
    22  pub unsafe fn decrement_strong_count(ptr: *const T) 【】
    23  pub fn ptr_eq(this: &Self, other: &Self) -> bool 【】
    24  pub fn make_mut(this: &mut Self) -> &mut T 【】
    25  pub fn unwrap_or_clone(this: Self) -> T 【】
    26  pub fn get_mut(this: &mut Self) -> Option<&mut T> 【】
    27  pub unsafe fn get_mut_unchecked(this: &mut Self) -> &mut T 【】
    28  pub fn downcast<T>(self) -> Result<Arc<T>, Self>
    29  pub unsafe fn downcast_unchecked<T>(self) -> Arc<T>
    30  pub const fn new() -> Weak<T> 【】
    31  pub fn as_ptr(&self) -> *const T 【】
    32  pub fn into_raw(self) -> *const T 【】
    33  pub unsafe fn from_raw(ptr: *const T) -> Self 【】
    34  pub fn upgrade(&self) -> Option<Arc<T>> 【】
    35  pub fn strong_count(&self) -> usize 【】
    36  pub fn weak_count(&self) -> usize 【】
    37  pub fn ptr_eq(&self, other: &Self) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! acquire 【】
    2  macro_rules! acquire 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\drain.rs

    ═════════ pub fn 函数
    1  pub fn as_slice(&self) -> &[T] 【】
    2  pub fn allocator(&self) -> &A 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\drain_filter.rs

    ═════════ pub fn 函数
    1  pub fn allocator(&self) -> &A 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\into_iter.rs

    ═════════ pub fn 函数
    1  pub fn as_slice(&self) -> &[T] 【】
    2  pub fn as_mut_slice(&mut self) -> &mut [T] 【】
    3  pub fn allocator(&self) -> &A 【】
    4  pub(super) fn forget_allocation_drop_remaining(&mut self) 【】
    5  pub(crate) fn forget_remaining_elements(&mut self) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\is_zero.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_is_zero 【】
    2  macro_rules! impl_is_zero_option_of_nonzero 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\mod.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn with_capacity(capacity: usize) -> Self 【】
    3  pub unsafe fn from_raw_parts(ptr: *mut T, length: usize, capacity: usize) -> Self 【】
    4  pub const fn new_in(alloc: A) -> Self 【】
    5  pub fn with_capacity_in(capacity: usize, alloc: A) -> Self 【】
    6  pub unsafe fn from_raw_parts_in(ptr: *mut T, length: usize, capacity: usize, alloc: A) -> Self 【】
    7  pub fn into_raw_parts(self) -> (*mut T, usize, usize) 【】
    8  pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) 【】
    9  pub fn capacity(&self) -> usize 【】
    10  pub fn reserve(&mut self, additional: usize) 【】
    11  pub fn reserve_exact(&mut self, additional: usize) 【】
    12  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    13  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    14  pub fn shrink_to_fit(&mut self) 【】
    15  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    16  pub fn into_boxed_slice(mut self) -> Box<[T], A> 【】
    17  pub fn truncate(&mut self, len: usize) 【】
    18  pub fn as_slice(&self) -> &[T] 【】
    19  pub fn as_mut_slice(&mut self) -> &mut [T] 【】
    20  pub fn as_ptr(&self) -> *const T 【】
    21  pub fn as_mut_ptr(&mut self) -> *mut T 【】
    22  pub fn allocator(&self) -> &A 【】
    23  pub unsafe fn set_len(&mut self, new_len: usize) 【】
    24  pub fn swap_remove(&mut self, index: usize) -> T 【】
    25  pub fn insert(&mut self, index: usize, element: T) 【】
    26  pub fn remove(&mut self, index: usize) -> T 【】
    27  pub fn retain<F>(&mut self, mut f: F)
    28  pub fn retain_mut<F>(&mut self, mut f: F)
    29  pub fn dedup_by_key<F, K>(&mut self, mut key: F)
    30  pub fn dedup_by<F>(&mut self, mut same_bucket: F)
    31  pub fn push(&mut self, value: T) 【】
    32  pub fn pop(&mut self) -> Option<T> 【】
    33  pub fn append(&mut self, other: &mut Self) 【】
    34  pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A>
    35  pub fn clear(&mut self) 【】
    36  pub fn len(&self) -> usize 【】
    37  pub fn is_empty(&self) -> bool 【】
    38  pub fn split_off(&mut self, at: usize) -> Self
    39  pub fn resize_with<F>(&mut self, new_len: usize, f: F)
    40  pub fn leak<'a>(self) -> &'a mut [T]
    41  pub fn spare_capacity_mut(&mut self) -> &mut [MaybeUninit<T>] 【】
    42  pub fn split_at_spare_mut(&mut self) -> (&mut [T], &mut [MaybeUninit<T>]) 【】
    43  pub fn resize(&mut self, new_len: usize, value: T) 【】
    44  pub fn extend_from_slice(&mut self, other: &[T]) 【】
    45  pub fn extend_from_within<R>(&mut self, src: R)
    46  pub fn into_flattened(self) -> Vec<T, A> 【】
    47  pub fn dedup(&mut self) 【】
    48  pub fn from_elem<T: Clone>(elem: T, n: usize) -> Vec<T> 【】
    49  pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> 【】
    50  pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A>
    51  pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F, A>
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\partial_eq.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! __impl_slice_eq1 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\src\vec\set_len_on_drop.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(len: &'a mut usize) -> Self 【】
    2  pub(super) fn increment_len(&mut self, increment: usize) 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\borrow.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_from_cow 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\fmt.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\slice.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_order 【】
    2  macro_rules! test_show_vec 【】
    3  macro_rules! t 【】
    4  macro_rules! test 【】
    5  macro_rules! n 【】
    6  macro_rules! c 【】
    7  macro_rules! m 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\str.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_concat 【】
    2  macro_rules! test_join 【】
    3  macro_rules! assert_range_eq 【】
    4  macro_rules! panic_cases 【】
    5  macro_rules! test 【】
    6  macro_rules! make_test 【】
    7  macro_rules! generate_iterator_test 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\thin_box.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! define_test 【】
    
    
    
    

    \rustlib\src\rust\library\alloc\tests\vec.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! generate_assert_eq_vec_and_prim 【】
    2  macro_rules! assert_partial_eq_valid 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\backtrace\dbghelp.rs

    ═════════ pub fn 函数
    1  pub fn ip(&self) -> *mut c_void 【】
    2  pub fn sp(&self) -> *mut c_void 【】
    3  pub fn symbol_address(&self) -> *mut c_void 【】
    4  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    5  pub unsafe fn trace(cb: &mut dyn FnMut(&super::Frame) -> bool) 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\backtrace\libunwind.rs

    ═════════ pub fn 函数
    1  pub fn ip(&self) -> *mut c_void 【】
    2  pub fn sp(&self) -> *mut c_void 【】
    3  pub fn symbol_address(&self) -> *mut c_void 【】
    4  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    5  pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) 【】
    6  pub fn _Unwind_Backtrace(
    7  pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
    8  pub fn _Unwind_FindEnclosingFunction(pc: *mut c_void) -> *mut c_void;
    9  pub fn get_sp(ctx: *mut _Unwind_Context) -> libc::uintptr_t;
    10  pub unsafe fn get_sp(ctx: *mut _Unwind_Context) -> libc::uintptr_t 【】
    11  pub fn _Unwind_GetGR(ctx: *mut _Unwind_Context, index: libc::c_int) -> libc::uintptr_t;
    12  pub unsafe fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> libc::uintptr_t 【】
    13  pub unsafe fn get_sp(ctx: *mut _Unwind_Context) -> libc::uintptr_t 【】
    14  pub unsafe fn _Unwind_FindEnclosingFunction(pc: *mut c_void) -> *mut c_void 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\backtrace\miri.rs

    ═════════ pub fn 函数
    1  pub fn ip(&self) -> *mut c_void 【】
    2  pub fn sp(&self) -> *mut c_void 【】
    3  pub fn symbol_address(&self) -> *mut c_void 【】
    4  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    5  pub fn trace<F: FnMut(&super::Frame) -> bool>(cb: F) 【】
    6  pub fn resolve_addr(ptr: *mut c_void) -> Frame 【】
    7  pub unsafe fn trace_unsynchronized<F: FnMut(&super::Frame) -> bool>(mut cb: F) 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\backtrace\mod.rs

    ═════════ pub fn 函数
    1  pub fn trace<F: FnMut(&Frame) -> bool>(cb: F) 【】
    2  pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(mut cb: F) 【】
    3  pub fn ip(&self) -> *mut c_void 【】
    4  pub fn sp(&self) -> *mut c_void 【】
    5  pub fn symbol_address(&self) -> *mut c_void 【】
    6  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\backtrace\noop.rs

    ═════════ pub fn 函数
    1  pub fn trace(_cb: &mut dyn FnMut(&super::Frame) -> bool) 【】}
    2  pub fn ip(&self) -> *mut c_void 【】
    3  pub fn sp(&self) -> *mut c_void 【】
    4  pub fn symbol_address(&self) -> *mut c_void 【】
    5  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\capture.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Backtrace 【】
    2  pub fn new_unresolved() -> Backtrace 【】
    3  pub fn frames(&self) -> &[BacktraceFrame] 【】
    4  pub fn resolve(&mut self) 【】
    5  pub fn ip(&self) -> *mut c_void 【】
    6  pub fn symbol_address(&self) -> *mut c_void 【】
    7  pub fn module_base_address(&self) -> Option<*mut c_void> 【】
    8  pub fn symbols(&self) -> &[BacktraceSymbol] 【】
    9  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    10  pub fn addr(&self) -> Option<*mut c_void> 【】
    11  pub fn filename(&self) -> Option<&Path> 【】
    12  pub fn lineno(&self) -> Option<u32> 【】
    13  pub fn colno(&self) -> Option<u32> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\dbghelp.rs

    ═════════ pub fn 函数
    1  pub fn SymFromInlineContextW(
    2  pub fn SymGetLineFromInlineContextW(
    3  pub fn assert_equal_types<T>(a: T, _b: T) -> T 【】
    4  $(pub fn $name(&mut self) -> Option<$name> 【】
    5  $(pub fn $name(&self) -> $name 【】
    6  pub fn dbghelp(&self) -> *mut Dbghelp 【】
    7  pub fn init() -> Result<Init, ()> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! dbghelp 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn lock() -> LockGuard 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\print\fuchsia.rs

    ═════════ pub fn 函数
    1  pub fn print_dso_context(out: &mut core::fmt::Formatter<'_>) -> core::fmt::Result 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\print.rs

    ═════════ pub fn 函数
    1  pub fn new(
    2  pub fn add_context(&mut self) -> fmt::Result 【】
    3  pub fn frame(&mut self) -> BacktraceFrameFmt<'_, 'a, 'b> 【】
    4  pub fn finish(&mut self) -> fmt::Result 【】
    5  pub fn backtrace_frame(&mut self, frame: &BacktraceFrame) -> fmt::Result 【】
    6  pub fn backtrace_symbol(
    7  pub fn symbol(&mut self, frame: &Frame, symbol: &super::Symbol) -> fmt::Result 【】
    8  pub fn print_raw(
    9  pub fn print_raw_with_column(
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\dbghelp.rs

    ═════════ pub fn 函数
    1  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    2  pub fn addr(&self) -> Option<*mut c_void> 【】
    3  pub fn filename_raw(&self) -> Option<BytesOrWideString<'_>> 【】
    4  pub fn colno(&self) -> Option<u32> 【】
    5  pub fn lineno(&self) -> Option<u32> 【】
    6  pub fn filename(&self) -> Option<&::std::path::Path> 【】
    7  pub unsafe fn resolve(what: ResolveWhat<'_>, cb: &mut dyn FnMut(&super::Symbol)) 【】
    8  pub unsafe fn clear_symbol_cache() 【】}
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\coff.rs

    ═════════ pub fn 函数
    1  pub fn new(path: &Path) -> Option<Mapping> 【】
    2  pub fn get_image_base(data: &[u8]) -> Option<usize> 【】
    3  pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> 【】
    4  pub fn search_symtab<'b>(&'b self, addr: u64) -> Option<&'b [u8]> 【】
    5  pub(super) fn search_object_map(&self, _addr: u64) -> Option<(&Context<'_>, u64)> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\elf.rs

    ═════════ pub fn 函数
    1  pub fn new(path: &Path) -> Option<Mapping> 【】
    2  pub fn section(&self, stash: &'a Stash, name: &str) -> Option<&'a [u8]> 【】
    3  pub fn search_symtab<'b>(&'b self, addr: u64) -> Option<&'b [u8]> 【】
    4  pub(super) fn search_object_map(&self, _addr: u64) -> Option<(&Context<'_>, u64)> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_dl_iterate_phdr.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_haiku.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_illumos.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_libnx.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_macos.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\libs_windows.rs

    ═════════ pub fn 函数
    1  pub(super) fn native_libraries() -> Vec<Library> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\macho.rs

    ═════════ pub fn 函数
    1  pub fn new(path: &Path) -> Option<Mapping> 【】
    2  pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> 【】
    3  pub fn search_symtab<'b>(&'b self, addr: u64) -> Option<&'b [u8]> 【】
    4  pub(super) fn search_object_map<'b>(&'b mut self, addr: u64) -> Option<(&Context<'b>, u64)> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\mmap_fake.rs

    ═════════ pub fn 函数
    1  pub unsafe fn map(mut file: &File, len: usize) -> Option<Mmap> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\mmap_unix.rs

    ═════════ pub fn 函数
    1  pub unsafe fn map(file: &File, len: usize) -> Option<Mmap> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\mmap_windows.rs

    ═════════ pub fn 函数
    1  pub unsafe fn map(file: &File, len: usize) -> Option<Mmap> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli\stash.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Stash 【】
    2  pub fn allocate(&self, size: usize) -> &mut [u8] 【】
    3  pub fn set_mmap_aux(&self, map: Mmap) -> &[u8] 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\gimli.rs

    ═════════ pub fn 函数
    1  pub unsafe fn clear_symbol_cache() 【】
    2  pub unsafe fn resolve(what: ResolveWhat<'_>, cb: &mut dyn FnMut(&super::Symbol)) 【】
    3  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    4  pub fn addr(&self) -> Option<*mut c_void> 【】
    5  pub fn filename_raw(&self) -> Option<BytesOrWideString<'_>> 【】
    6  pub fn filename(&self) -> Option<&Path> 【】
    7  pub fn lineno(&self) -> Option<u32> 【】
    8  pub fn colno(&self) -> Option<u32> 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\miri.rs

    ═════════ pub fn 函数
    1  pub unsafe fn resolve(what: ResolveWhat<'_>, cb: &mut dyn FnMut(&super::Symbol)) 【】
    2  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    3  pub fn addr(&self) -> Option<*mut c_void> 【】
    4  pub fn filename_raw(&self) -> Option<BytesOrWideString<'_>> 【】
    5  pub fn lineno(&self) -> Option<u32> 【】
    6  pub fn colno(&self) -> Option<u32> 【】
    7  pub fn filename(&self) -> Option<&std::path::Path> 【】
    8  pub unsafe fn clear_symbol_cache() 【】}
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\mod.rs

    ═════════ pub fn 函数
    1  pub fn resolve<F: FnMut(&Symbol)>(addr: *mut c_void, cb: F) 【】
    2  pub fn resolve_frame<F: FnMut(&Symbol)>(frame: &Frame, cb: F) 【】
    3  pub unsafe fn resolve_unsynchronized<F>(addr: *mut c_void, mut cb: F)
    4  pub unsafe fn resolve_frame_unsynchronized<F>(frame: &Frame, mut cb: F)
    5  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    6  pub fn addr(&self) -> Option<*mut c_void> 【】
    7  pub fn filename_raw(&self) -> Option<BytesOrWideString<'_>> 【】
    8  pub fn colno(&self) -> Option<u32> 【】
    9  pub fn lineno(&self) -> Option<u32> 【】
    10  pub fn filename(&self) -> Option<&Path> 【】
    11  pub fn new(bytes: &'a [u8]) -> SymbolName<'a> 【】
    12  pub fn as_str(&self) -> Option<&'a str> 【】
    13  pub fn as_bytes(&self) -> &'a [u8] 【】
    14  pub fn clear_symbol_cache() 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\symbolize\noop.rs

    ═════════ pub fn 函数
    1  pub unsafe fn resolve(_addr: ResolveWhat<'_>, _cb: &mut dyn FnMut(&super::Symbol)) 【】}
    2  pub fn name(&self) -> Option<SymbolName<'_>> 【】
    3  pub fn addr(&self) -> Option<*mut c_void> 【】
    4  pub fn filename_raw(&self) -> Option<BytesOrWideString<'_>> 【】
    5  pub fn filename(&self) -> Option<&::std::path::Path> 【】
    6  pub fn lineno(&self) -> Option<u32> 【】
    7  pub fn colno(&self) -> Option<u32> 【】
    8  pub unsafe fn clear_symbol_cache() 【】}
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\types.rs

    ═════════ pub fn 函数
    1  pub fn to_str_lossy(&self) -> Cow<'a, str> 【】
    2  pub fn into_path_buf(self) -> PathBuf 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\src\windows.rs

    ═════════ pub fn 函数
    1  (extern "system" 【】 $(pub fn $name:ident($($args:tt)*) -> $ret:ty;)* } $($rest:tt)*) => (
    2  $(pub fn $name($($args)*) -> $ret;)*
    3  pub fn GetCurrentProcess() -> HANDLE;
    4  pub fn GetCurrentThread() -> HANDLE;
    5  pub fn RtlCaptureContext(ContextRecord: PCONTEXT) -> ();
    6  pub fn LoadLibraryA(a: *const i8) -> HMODULE;
    7  pub fn GetProcAddress(h: HMODULE, name: *const i8) -> FARPROC;
    8  pub fn GetModuleHandleA(name: *const i8) -> HMODULE;
    9  pub fn OpenProcess(
    10  pub fn GetCurrentProcessId() -> DWORD;
    11  pub fn CloseHandle(h: HANDLE) -> BOOL;
    12  pub fn CreateFileA(
    13  pub fn CreateMutexA(
    14  pub fn ReleaseMutex(hMutex: HANDLE) -> BOOL;
    15  pub fn WaitForSingleObjectEx(
    16  pub fn CreateFileMappingA(
    17  pub fn MapViewOfFile(
    18  pub fn UnmapViewOfFile(lpBaseAddress: LPCVOID) -> BOOL;
    19  pub fn CreateToolhelp32Snapshot(
    20  pub fn Module32FirstW(
    21  pub fn Module32NextW(
    22  pub fn RtlLookupFunctionEntry(
    23  pub unsafe fn s(&self) -> &CONTEXT_u_s 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! ffi 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\tests\accuracy\auxiliary.rs

    ═════════ pub fn 函数
    1  pub fn callback<F>(f: F)
    2  pub fn callback_inlined<F>(f: F)
    
    
    
    

    \rustlib\src\rust\library\backtrace\tests\accuracy\main.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! pos 【】
    2  macro_rules! check 【】
    
    
    
    

    \rustlib\src\rust\library\backtrace\tests\long_fn_name.rs

    ═════════ pub fn 函数
    1  pub fn new() -> crate::Backtrace 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\ascii\is_ascii.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! benches 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\ascii.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! benches 【】
    2  macro_rules! repeat 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\iter.rs

    ═════════ pub fn 函数
    1  pub fn copy_zip(xs: &[u8], ys: &mut [u8]) 【】
    2  pub fn add_zip(xs: &[f32], ys: &mut [f32]) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! bench_sums 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\num\flt2dec\mod.rs

    ═════════ pub fn 函数
    1  pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\num\flt2dec\strategy\grisu.rs

    ═════════ pub fn 函数
    1  pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\num\int_log\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! int_log_bench 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\num\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! from_str_bench 【】
    2  macro_rules! from_str_radix_bench 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\slice.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! rotate 【】
    2  macro_rules! swap_with_slice 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\str\char_count.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! define_benches 【】
    
    
    
    

    \rustlib\src\rust\library\core\benches\str\corpora.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! repeat8 【】
    2  macro_rules! define_consts 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\alloc\layout.rs

    ═════════ pub fn 函数
    1  pub const fn from_size_align(size: usize, align: usize) -> Result<Self, LayoutError> 【】
    2  pub const unsafe fn from_size_align_unchecked(size: usize, align: usize) -> Self 【】
    3  pub const fn size(&self) -> usize 【】
    4  pub const fn align(&self) -> usize 【】
    5  pub const fn new<T>() -> Self 【】
    6  pub fn for_value<T: ?Sized>(t: &T) -> Self 【】
    7  pub unsafe fn for_value_raw<T: ?Sized>(t: *const T) -> Self 【】
    8  pub const fn dangling(&self) -> NonNull<u8> 【】
    9  pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> 【】
    10  pub const fn padding_needed_for(&self, align: usize) -> usize 【】
    11  pub fn pad_to_align(&self) -> Layout 【】
    12  pub fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutError> 【】
    13  pub fn extend(&self, next: Self) -> Result<(Self, usize), LayoutError> 【】
    14  pub fn repeat_packed(&self, n: usize) -> Result<Self, LayoutError> 【】
    15  pub fn extend_packed(&self, next: Self) -> Result<Self, LayoutError> 【】
    16  pub fn array<T>(n: usize) -> Result<Self, LayoutError> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\any.rs

    ═════════ pub fn 函数
    1  pub fn is<T: Any>(&self) -> bool 【】
    2  pub fn downcast_ref<T: Any>(&self) -> Option<&T> 【】
    3  pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> 【】
    4  pub unsafe fn downcast_ref_unchecked<T: Any>(&self) -> &T 【】
    5  pub unsafe fn downcast_mut_unchecked<T: Any>(&mut self) -> &mut T 【】
    6  pub fn is<T: Any>(&self) -> bool 【】
    7  pub fn downcast_ref<T: Any>(&self) -> Option<&T> 【】
    8  pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> 【】
    9  pub unsafe fn downcast_ref_unchecked<T: Any>(&self) -> &T 【】
    10  pub unsafe fn downcast_mut_unchecked<T: Any>(&mut self) -> &mut T 【】
    11  pub fn is<T: Any>(&self) -> bool 【】
    12  pub fn downcast_ref<T: Any>(&self) -> Option<&T> 【】
    13  pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> 【】
    14  pub unsafe fn downcast_ref_unchecked<T: Any>(&self) -> &T 【】
    15  pub unsafe fn downcast_mut_unchecked<T: Any>(&mut self) -> &mut T 【】
    16  pub const fn of<T: ?Sized + 'static>() -> TypeId 【】
    17  pub const fn type_name<T: ?Sized>() -> &'static str 【】
    18  pub const fn type_name_of_val<T: ?Sized>(_val: &T) -> &'static str 【】
    19  pub fn request_value<'a, T, P>(provider: &'a P) -> Option<T>
    20  pub fn request_ref<'a, T, P>(provider: &'a P) -> Option<&'a T>
    21  pub fn provide_value<T, F>(&mut self, fulfil: F) -> &mut Self
    22  pub fn provide_ref<T: ?Sized + 'static>(&mut self, value: &'a T) -> &mut Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\array\equality.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! is_raw_eq_comparable 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\array\iter.rs

    ═════════ pub fn 函数
    1  pub fn new(array: [T; N]) -> Self 【】
    2  pub const unsafe fn new_unchecked(
    3  pub const fn empty() -> Self 【】
    4  pub fn as_slice(&self) -> &[T] 【】
    5  pub fn as_mut_slice(&mut self) -> &mut [T] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\array\mod.rs

    ═════════ pub fn 函数
    1  pub fn from_fn<T, const N: usize, F>(mut cb: F) -> [T; N]
    2  pub fn try_from_fn<R, const N: usize, F>(cb: F) -> ChangeOutputType<R, [R::Output; N]>
    3  pub const fn from_ref<T>(s: &T) -> &[T; 1] 【】
    4  pub const fn from_mut<T>(s: &mut T) -> &mut [T; 1] 【】
    5  pub fn __description(&self) -> &str 【】
    6  pub fn map<F, U>(self, f: F) -> [U; N]
    7  pub fn try_map<F, R>(self, f: F) -> ChangeOutputType<R, [R::Output; N]>
    8  pub fn zip<U>(self, rhs: [U; N]) -> [(T, U); N] 【】
    9  pub const fn as_slice(&self) -> &[T] 【】
    10  pub fn as_mut_slice(&mut self) -> &mut [T] 【】
    11  pub fn each_ref(&self) -> [&T; N] 【】
    12  pub fn each_mut(&mut self) -> [&mut T; N] 【】
    13  pub fn split_array_ref<const M: usize>(&self) -> (&[T; M], &[T]) 【】
    14  pub fn split_array_mut<const M: usize>(&mut self) -> (&mut [T; M], &mut [T]) 【】
    15  pub fn rsplit_array_ref<const M: usize>(&self) -> (&[T], &[T; M]) 【】
    16  pub fn rsplit_array_mut<const M: usize>(&mut self) -> (&mut [T], &mut [T; M]) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! array_impl_default 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ascii.rs

    ═════════ pub fn 函数
    1  pub fn escape_default(c: u8) -> EscapeDefault 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\asserting.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\async_iter\from_iter.rs

    ═════════ pub fn 函数
    1  pub fn from_iter<I: IntoIterator>(iter: I) -> FromIter<I::IntoIter> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\bool.rs

    ═════════ pub fn 函数
    1  pub const fn then_some<T>(self, t: T) -> Option<T>
    2  pub const fn then<T, F>(self, f: F) -> Option<T>
    
    
    
    

    \rustlib\src\rust\library\core\src\cell\lazy.rs

    ═════════ pub fn 函数
    1  pub const fn new(init: F) -> LazyCell<T, F> 【】
    2  pub fn force(this: &LazyCell<T, F>) -> &T 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\cell\once.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> OnceCell<T> 【】
    2  pub fn get(&self) -> Option<&T> 【】
    3  pub fn get_mut(&mut self) -> Option<&mut T> 【】
    4  pub fn set(&self, value: T) -> Result<(), T> 【】
    5  pub fn get_or_init<F>(&self, f: F) -> &T
    6  pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
    7  pub fn into_inner(self) -> Option<T> 【】
    8  pub fn take(&mut self) -> Option<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\cell.rs

    ═════════ pub fn 函数
    1  pub const fn new(value: T) -> Cell<T> 【】
    2  pub fn set(&self, val: T) 【】
    3  pub fn swap(&self, other: &Self) 【】
    4  pub fn replace(&self, val: T) -> T 【】
    5  pub const fn into_inner(self) -> T 【】
    6  pub fn get(&self) -> T 【】
    7  pub fn update<F>(&self, f: F) -> T
    8  pub const fn as_ptr(&self) -> *mut T 【】
    9  pub fn get_mut(&mut self) -> &mut T 【】
    10  pub fn from_mut(t: &mut T) -> &Cell<T> 【】
    11  pub fn take(&self) -> T 【】
    12  pub fn as_slice_of_cells(&self) -> &[Cell<T>] 【】
    13  pub fn as_array_of_cells(&self) -> &[Cell<T>; N] 【】
    14  pub const fn new(value: T) -> RefCell<T> 【】
    15  pub const fn into_inner(self) -> T 【】
    16  pub fn replace(&self, t: T) -> T 【】
    17  pub fn replace_with<F: FnOnce(&mut T) -> T>(&self, f: F) -> T 【】
    18  pub fn swap(&self, other: &Self) 【】
    19  pub fn borrow(&self) -> Ref<'_, T> 【】
    20  pub fn try_borrow(&self) -> Result<Ref<'_, T>, BorrowError> 【】
    21  pub fn borrow_mut(&self) -> RefMut<'_, T> 【】
    22  pub fn try_borrow_mut(&self) -> Result<RefMut<'_, T>, BorrowMutError> 【】
    23  pub fn as_ptr(&self) -> *mut T 【】
    24  pub fn get_mut(&mut self) -> &mut T 【】
    25  pub fn undo_leak(&mut self) -> &mut T 【】
    26  pub unsafe fn try_borrow_unguarded(&self) -> Result<&T, BorrowError> 【】
    27  pub fn take(&self) -> T 【】
    28  pub fn clone(orig: &Ref<'b, T>) -> Ref<'b, T> 【】
    29  pub fn map<U: ?Sized, F>(orig: Ref<'b, T>, f: F) -> Ref<'b, U>
    30  pub fn filter_map<U: ?Sized, F>(orig: Ref<'b, T>, f: F) -> Result<Ref<'b, U>, Self>
    31  pub fn map_split<U: ?Sized, V: ?Sized, F>(orig: Ref<'b, T>, f: F) -> (Ref<'b, U>, Ref<'b, V>)
    32  pub fn leak(orig: Ref<'b, T>) -> &'b T 【】
    33  pub fn map<U: ?Sized, F>(mut orig: RefMut<'b, T>, f: F) -> RefMut<'b, U>
    34  pub fn filter_map<U: ?Sized, F>(mut orig: RefMut<'b, T>, f: F) -> Result<RefMut<'b, U>, Self>
    35  pub fn map_split<U: ?Sized, V: ?Sized, F>(
    36  pub fn leak(mut orig: RefMut<'b, T>) -> &'b mut T 【】
    37  pub const fn new(value: T) -> UnsafeCell<T> 【】
    38  pub const fn into_inner(self) -> T 【】
    39  pub const fn get(&self) -> *mut T 【】
    40  pub const fn get_mut(&mut self) -> &mut T 【】
    41  pub const fn raw_get(this: *const Self) -> *mut T 【】
    42  pub const fn new(value: T) -> Self 【】
    43  pub const fn into_inner(self) -> T 【】
    44  pub const fn get(&self) -> *mut T 【】
    45  pub const fn get_mut(&mut self) -> &mut T 【】
    46  pub const fn raw_get(this: *const Self) -> *mut T 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\char\convert.rs

    ═════════ pub fn 函数
    1  pub(super) const fn from_u32(i: u32) -> Option<char> 【】
    2  pub(super) const unsafe fn from_u32_unchecked(i: u32) -> char 【】
    3  pub fn __description(&self) -> &str 【】
    4  pub(super) const fn from_digit(num: u32, radix: u32) -> Option<char> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\char\decode.rs

    ═════════ pub fn 函数
    1  pub(super) fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> 【】
    2  pub fn unpaired_surrogate(&self) -> u16 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\char\methods.rs

    ═════════ pub fn 函数
    1  pub fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> 【】
    2  pub const fn from_u32(i: u32) -> Option<char> 【】
    3  pub const unsafe fn from_u32_unchecked(i: u32) -> char 【】
    4  pub const fn from_digit(num: u32, radix: u32) -> Option<char> 【】
    5  pub fn is_digit(self, radix: u32) -> bool 【】
    6  pub const fn to_digit(self, radix: u32) -> Option<u32> 【】
    7  pub fn escape_unicode(self) -> EscapeUnicode 【】
    8  pub(crate) fn escape_debug_ext(self, args: EscapeDebugExtArgs) -> EscapeDebug 【】
    9  pub fn escape_debug(self) -> EscapeDebug 【】
    10  pub fn escape_default(self) -> EscapeDefault 【】
    11  pub const fn len_utf8(self) -> usize 【】
    12  pub const fn len_utf16(self) -> usize 【】
    13  pub fn encode_utf8(self, dst: &mut [u8]) -> &mut str 【】
    14  pub fn encode_utf16(self, dst: &mut [u16]) -> &mut [u16] 【】
    15  pub fn is_alphabetic(self) -> bool 【】
    16  pub fn is_lowercase(self) -> bool 【】
    17  pub fn is_uppercase(self) -> bool 【】
    18  pub fn is_whitespace(self) -> bool 【】
    19  pub fn is_alphanumeric(self) -> bool 【】
    20  pub fn is_control(self) -> bool 【】
    21  pub(crate) fn is_grapheme_extended(self) -> bool 【】
    22  pub fn is_numeric(self) -> bool 【】
    23  pub fn to_lowercase(self) -> ToLowercase 【】
    24  pub fn to_uppercase(self) -> ToUppercase 【】
    25  pub const fn is_ascii(&self) -> bool 【】
    26  pub const fn to_ascii_uppercase(&self) -> char 【】
    27  pub const fn to_ascii_lowercase(&self) -> char 【】
    28  pub const fn eq_ignore_ascii_case(&self, other: &char) -> bool 【】
    29  pub fn make_ascii_uppercase(&mut self) 【】
    30  pub fn make_ascii_lowercase(&mut self) 【】
    31  pub const fn is_ascii_alphabetic(&self) -> bool 【】
    32  pub const fn is_ascii_uppercase(&self) -> bool 【】
    33  pub const fn is_ascii_lowercase(&self) -> bool 【】
    34  pub const fn is_ascii_alphanumeric(&self) -> bool 【】
    35  pub const fn is_ascii_digit(&self) -> bool 【】
    36  pub const fn is_ascii_hexdigit(&self) -> bool 【】
    37  pub const fn is_ascii_punctuation(&self) -> bool 【】
    38  pub const fn is_ascii_graphic(&self) -> bool 【】
    39  pub const fn is_ascii_whitespace(&self) -> bool 【】
    40  pub const fn is_ascii_control(&self) -> bool 【】
    41  pub fn encode_utf8_raw(code: u32, dst: &mut [u8]) -> &mut [u8] 【】
    42  pub fn encode_utf16_raw(mut code: u32, dst: &mut [u16]) -> &mut [u16] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\char\mod.rs

    ═════════ pub fn 函数
    1  pub fn decode_utf16<I: IntoIterator<Item = u16>>(iter: I) -> DecodeUtf16<I::IntoIter> 【】
    2  pub const fn from_u32(i: u32) -> Option<char> 【】
    3  pub const unsafe fn from_u32_unchecked(i: u32) -> char 【】
    4  pub const fn from_digit(num: u32, radix: u32) -> Option<char> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\clone.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_clone 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\cmp.rs

    ═════════ pub fn 函数
    1  pub const fn is_eq(self) -> bool 【】
    2  pub const fn is_ne(self) -> bool 【】
    3  pub const fn is_lt(self) -> bool 【】
    4  pub const fn is_gt(self) -> bool 【】
    5  pub const fn is_le(self) -> bool 【】
    6  pub const fn is_ge(self) -> bool 【】
    7  pub const fn reverse(self) -> Ordering 【】
    8  pub const fn then(self, other: Ordering) -> Ordering 【】
    9  pub fn then_with<F: FnOnce() -> Ordering>(self, f: F) -> Ordering 【】
    10  pub fn min<T: Ord>(v1: T, v2: T) -> T 【】
    11  pub fn min_by<T, F: FnOnce(&T, &T) -> Ordering>(v1: T, v2: T, compare: F) -> T 【】
    12  pub fn min_by_key<T, F: FnMut(&T) -> K, K: Ord>(v1: T, v2: T, mut f: F) -> T 【】
    13  pub fn max<T: Ord>(v1: T, v2: T) -> T 【】
    14  pub fn max_by<T, F: FnOnce(&T, &T) -> Ordering>(v1: T, v2: T, compare: F) -> T 【】
    15  pub fn max_by_key<T, F: FnMut(&T) -> K, K: Ord>(v1: T, v2: T, mut f: F) -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! partial_eq_impl 【】
    2  macro_rules! eq_impl 【】
    3  macro_rules! partial_ord_impl 【】
    4  macro_rules! ord_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\convert\mod.rs

    ═════════ pub fn 函数
    1  pub const fn identity<T>(x: T) -> T 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\convert\num.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_float_to_int 【】
    2  macro_rules! impl_from 【】
    3  macro_rules! impl_from_bool 【】
    4  macro_rules! try_from_unbounded 【】
    5  macro_rules! try_from_lower_bounded 【】
    6  macro_rules! try_from_upper_bounded 【】
    7  macro_rules! try_from_both_bounded 【】
    8  macro_rules! rev 【】
    9  macro_rules! nzint_impl_from 【】
    10  macro_rules! nzint_impl_try_from_int 【】
    11  macro_rules! nzint_impl_try_from_nzint 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\default.rs

    ═════════ pub fn 函数
    1  pub fn default<T: Default>() -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! default_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ffi\c_str.rs

    ═════════ pub fn 函数
    1  pub fn __description(&self) -> &str 【】
    2  pub unsafe fn from_ptr<'a>(ptr: *const c_char) -> &'a CStr 【】
    3  pub fn from_bytes_until_nul(bytes: &[u8]) -> Result<&CStr, FromBytesUntilNulError> 【】
    4  pub fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> 【】
    5  pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr 【】
    6  pub const fn as_ptr(&self) -> *const c_char 【】
    7  pub fn to_bytes(&self) -> &[u8] 【】
    8  pub fn to_bytes_with_nul(&self) -> &[u8] 【】
    9  pub fn to_str(&self) -> Result<&str, str::Utf8Error> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ffi\mod.rs

    ═════════ pub fn 函数
    1  pub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f> 【】
    2  pub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f> 【】
    3  pub unsafe fn arg<T: sealed_trait::VaArgSafe>(&mut self) -> T 【】
    4  pub unsafe fn with_copy<F, R>(&self, f: F) -> R
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! type_alias_no_nz 【】
    2  macro_rules! type_alias 【】
    3  macro_rules! impl_va_arg_safe 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\fmt\builders.rs

    ═════════ pub fn 函数
    1  pub(super) fn debug_struct_new<'a, 'b>(
    2  pub fn field(&mut self, name: &str, value: &dyn fmt::Debug) -> &mut Self 【】
    3  pub fn finish_non_exhaustive(&mut self) -> fmt::Result 【】
    4  pub fn finish(&mut self) -> fmt::Result 【】
    5  pub(super) fn debug_tuple_new<'a, 'b>(
    6  pub fn field(&mut self, value: &dyn fmt::Debug) -> &mut Self 【】
    7  pub fn finish(&mut self) -> fmt::Result 【】
    8  pub(super) fn debug_set_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugSet<'a, 'b> 【】
    9  pub fn entry(&mut self, entry: &dyn fmt::Debug) -> &mut Self 【】
    10  pub fn entries<D, I>(&mut self, entries: I) -> &mut Self
    11  pub fn finish(&mut self) -> fmt::Result 【】
    12  pub(super) fn debug_list_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugList<'a, 'b> 【】
    13  pub fn entry(&mut self, entry: &dyn fmt::Debug) -> &mut Self 【】
    14  pub fn entries<D, I>(&mut self, entries: I) -> &mut Self
    15  pub fn finish(&mut self) -> fmt::Result 【】
    16  pub(super) fn debug_map_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugMap<'a, 'b> 【】
    17  pub fn entry(&mut self, key: &dyn fmt::Debug, value: &dyn fmt::Debug) -> &mut Self 【】
    18  pub fn key(&mut self, key: &dyn fmt::Debug) -> &mut Self 【】
    19  pub fn value(&mut self, value: &dyn fmt::Debug) -> &mut Self 【】
    20  pub fn entries<K, V, I>(&mut self, entries: I) -> &mut Self
    21  pub fn finish(&mut self) -> fmt::Result 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\fmt\float.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_general_format 【】
    2  macro_rules! floating 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\fmt\mod.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a mut (dyn Write + 'a)) -> Formatter<'a> 【】
    2  pub unsafe fn new() -> Self 【】
    3  pub fn $f<'b, T: $t>(x: &'b T) -> ArgumentV1<'_> 【】
    4  pub fn new<'b, T>(x: &'b T, f: fn(&T, &mut Formatter<'_>) -> Result) -> ArgumentV1<'b> 【】
    5  pub fn from_usize(x: &usize) -> ArgumentV1<'_> 【】
    6  pub const fn new_v1(pieces: &'a [&'static str], args: &'a [ArgumentV1<'a>]) -> Arguments<'a> 【】
    7  pub const fn new_v1_formatted(
    8  pub fn estimated_capacity(&self) -> usize 【】
    9  pub const fn as_str(&self) -> Option<&'static str> 【】
    10  pub fn write(output: &mut dyn Write, args: Arguments<'_>) -> Result 【】
    11  pub(crate) fn write(self, f: &mut Formatter<'_>) -> Result 【】
    12  pub fn pad_integral(&mut self, is_nonnegative: bool, prefix: &str, buf: &str) -> Result 【】
    13  pub fn pad(&mut self, s: &str) -> Result 【】
    14  pub(crate) fn padding(
    15  pub fn write_str(&mut self, data: &str) -> Result 【】
    16  pub fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result 【】
    17  pub fn flags(&self) -> u32 【】
    18  pub fn fill(&self) -> char 【】
    19  pub fn align(&self) -> Option<Alignment> 【】
    20  pub fn width(&self) -> Option<usize> 【】
    21  pub fn precision(&self) -> Option<usize> 【】
    22  pub fn sign_plus(&self) -> bool 【】
    23  pub fn sign_minus(&self) -> bool 【】
    24  pub fn alternate(&self) -> bool 【】
    25  pub fn sign_aware_zero_pad(&self) -> bool 【】
    26  pub fn debug_struct<'b>(&'b mut self, name: &str) -> DebugStruct<'b, 'a> 【】
    27  pub fn debug_tuple<'b>(&'b mut self, name: &str) -> DebugTuple<'b, 'a> 【】
    28  pub fn debug_list<'b>(&'b mut self) -> DebugList<'b, 'a> 【】
    29  pub fn debug_set<'b>(&'b mut self) -> DebugSet<'b, 'a> 【】
    30  pub fn debug_map<'b>(&'b mut self) -> DebugMap<'b, 'a> 【】
    31  pub(crate) fn pointer_fmt_inner(ptr_addr: usize, f: &mut Formatter<'_>) -> Result 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! arg_new 【】
    2  macro_rules! fmt_refs 【】
    3  macro_rules! peel 【】
    4  macro_rules! tuple 【】
    5  macro_rules! maybe_tuple_doc 【】
    6  macro_rules! last_type 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\fmt\nofloat.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! floating 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\fmt\num.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_int 【】
    2  macro_rules! impl_uint 【】
    3  macro_rules! radix 【】
    4  macro_rules! int_base 【】
    5  macro_rules! integer 【】
    6  macro_rules! debug 【】
    7  macro_rules! impl_Display 【】
    8  macro_rules! impl_Exp 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\future\join.rs

    ═════════ pub fn 函数
    1  pub fn take_output(&mut self) -> Option<F::Output> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\future\mod.rs

    ═════════ pub fn 函数
    1  pub const fn from_generator<T>(gen: T) -> impl Future<Output = T::Return>
    2  pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\future\pending.rs

    ═════════ pub fn 函数
    1  pub fn pending<T>() -> Pending<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\future\poll_fn.rs

    ═════════ pub fn 函数
    1  pub fn poll_fn<T, F>(f: F) -> PollFn<F>
    
    
    
    

    \rustlib\src\rust\library\core\src\future\ready.rs

    ═════════ pub fn 函数
    1  pub fn ready<T>(t: T) -> Ready<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\hash\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_write 【】
    2  macro_rules! impl_hash_tuple 【】
    3  macro_rules! maybe_tuple_doc 【】
    4  macro_rules! last_type 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\hash\sip.rs

    ═════════ pub fn 函数
    1  pub fn new() -> SipHasher 【】
    2  pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher 【】
    3  pub fn new() -> SipHasher13 【】
    4  pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher13 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! compress 【】
    2  macro_rules! load_int_le 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\hint.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn unreachable_unchecked() -> ! 【】
    2  pub fn spin_loop() 【】
    3  pub const fn black_box<T>(dummy: T) -> T 【】
    4  pub const fn must_use<T>(value: T) -> T 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\internal_macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! forward_ref_unop 【】
    2  macro_rules! forward_ref_binop 【】
    3  macro_rules! forward_ref_op_assign 【】
    4  macro_rules! impl_fn_for_zst 【】
    5  macro_rules! cfg_if 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\intrinsics.rs

    ═════════ pub fn 函数
    1  pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) 【】
    2  pub fn atomic_cxchg<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    3  pub fn atomic_cxchg_acq<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    4  pub fn atomic_cxchg_rel<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    5  pub fn atomic_cxchg_acqrel<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    6  pub fn atomic_cxchg_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    7  pub fn atomic_cxchg_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    8  pub fn atomic_cxchg_failacq<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    9  pub fn atomic_cxchg_acq_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    10  pub fn atomic_cxchg_acqrel_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    11  pub fn atomic_cxchgweak<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    12  pub fn atomic_cxchgweak_acq<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    13  pub fn atomic_cxchgweak_rel<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    14  pub fn atomic_cxchgweak_acqrel<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    15  pub fn atomic_cxchgweak_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    16  pub fn atomic_cxchgweak_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    17  pub fn atomic_cxchgweak_failacq<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    18  pub fn atomic_cxchgweak_acq_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    19  pub fn atomic_cxchgweak_acqrel_failrelaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool);
    20  pub fn atomic_load<T: Copy>(src: *const T) -> T;
    21  pub fn atomic_load_acq<T: Copy>(src: *const T) -> T;
    22  pub fn atomic_load_relaxed<T: Copy>(src: *const T) -> T;
    23  pub fn atomic_load_unordered<T: Copy>(src: *const T) -> T;
    24  pub fn atomic_store<T: Copy>(dst: *mut T, val: T);
    25  pub fn atomic_store_rel<T: Copy>(dst: *mut T, val: T);
    26  pub fn atomic_store_relaxed<T: Copy>(dst: *mut T, val: T);
    27  pub fn atomic_store_unordered<T: Copy>(dst: *mut T, val: T);
    28  pub fn atomic_xchg<T: Copy>(dst: *mut T, src: T) -> T;
    29  pub fn atomic_xchg_acq<T: Copy>(dst: *mut T, src: T) -> T;
    30  pub fn atomic_xchg_rel<T: Copy>(dst: *mut T, src: T) -> T;
    31  pub fn atomic_xchg_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    32  pub fn atomic_xchg_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    33  pub fn atomic_xadd<T: Copy>(dst: *mut T, src: T) -> T;
    34  pub fn atomic_xadd_acq<T: Copy>(dst: *mut T, src: T) -> T;
    35  pub fn atomic_xadd_rel<T: Copy>(dst: *mut T, src: T) -> T;
    36  pub fn atomic_xadd_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    37  pub fn atomic_xadd_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    38  pub fn atomic_xsub<T: Copy>(dst: *mut T, src: T) -> T;
    39  pub fn atomic_xsub_acq<T: Copy>(dst: *mut T, src: T) -> T;
    40  pub fn atomic_xsub_rel<T: Copy>(dst: *mut T, src: T) -> T;
    41  pub fn atomic_xsub_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    42  pub fn atomic_xsub_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    43  pub fn atomic_and<T: Copy>(dst: *mut T, src: T) -> T;
    44  pub fn atomic_and_acq<T: Copy>(dst: *mut T, src: T) -> T;
    45  pub fn atomic_and_rel<T: Copy>(dst: *mut T, src: T) -> T;
    46  pub fn atomic_and_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    47  pub fn atomic_and_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    48  pub fn atomic_nand<T: Copy>(dst: *mut T, src: T) -> T;
    49  pub fn atomic_nand_acq<T: Copy>(dst: *mut T, src: T) -> T;
    50  pub fn atomic_nand_rel<T: Copy>(dst: *mut T, src: T) -> T;
    51  pub fn atomic_nand_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    52  pub fn atomic_nand_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    53  pub fn atomic_or<T: Copy>(dst: *mut T, src: T) -> T;
    54  pub fn atomic_or_acq<T: Copy>(dst: *mut T, src: T) -> T;
    55  pub fn atomic_or_rel<T: Copy>(dst: *mut T, src: T) -> T;
    56  pub fn atomic_or_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    57  pub fn atomic_or_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    58  pub fn atomic_xor<T: Copy>(dst: *mut T, src: T) -> T;
    59  pub fn atomic_xor_acq<T: Copy>(dst: *mut T, src: T) -> T;
    60  pub fn atomic_xor_rel<T: Copy>(dst: *mut T, src: T) -> T;
    61  pub fn atomic_xor_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    62  pub fn atomic_xor_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    63  pub fn atomic_max<T: Copy>(dst: *mut T, src: T) -> T;
    64  pub fn atomic_max_acq<T: Copy>(dst: *mut T, src: T) -> T;
    65  pub fn atomic_max_rel<T: Copy>(dst: *mut T, src: T) -> T;
    66  pub fn atomic_max_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    67  pub fn atomic_max_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    68  pub fn atomic_min<T: Copy>(dst: *mut T, src: T) -> T;
    69  pub fn atomic_min_acq<T: Copy>(dst: *mut T, src: T) -> T;
    70  pub fn atomic_min_rel<T: Copy>(dst: *mut T, src: T) -> T;
    71  pub fn atomic_min_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    72  pub fn atomic_min_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    73  pub fn atomic_umin<T: Copy>(dst: *mut T, src: T) -> T;
    74  pub fn atomic_umin_acq<T: Copy>(dst: *mut T, src: T) -> T;
    75  pub fn atomic_umin_rel<T: Copy>(dst: *mut T, src: T) -> T;
    76  pub fn atomic_umin_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    77  pub fn atomic_umin_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    78  pub fn atomic_umax<T: Copy>(dst: *mut T, src: T) -> T;
    79  pub fn atomic_umax_acq<T: Copy>(dst: *mut T, src: T) -> T;
    80  pub fn atomic_umax_rel<T: Copy>(dst: *mut T, src: T) -> T;
    81  pub fn atomic_umax_acqrel<T: Copy>(dst: *mut T, src: T) -> T;
    82  pub fn atomic_umax_relaxed<T: Copy>(dst: *mut T, src: T) -> T;
    83  pub fn prefetch_read_data<T>(data: *const T, locality: i32);
    84  pub fn prefetch_write_data<T>(data: *const T, locality: i32);
    85  pub fn prefetch_read_instruction<T>(data: *const T, locality: i32);
    86  pub fn prefetch_write_instruction<T>(data: *const T, locality: i32);
    87  pub fn atomic_fence();
    88  pub fn atomic_fence_acq();
    89  pub fn atomic_fence_rel();
    90  pub fn atomic_fence_acqrel();
    91  pub fn atomic_singlethreadfence();
    92  pub fn atomic_singlethreadfence_acq();
    93  pub fn atomic_singlethreadfence_rel();
    94  pub fn atomic_singlethreadfence_acqrel();
    95  pub fn rustc_peek<T>(_: T) -> T;
    96  pub fn abort() -> !;
    97  pub fn unreachable() -> !;
    98  pub fn assume(b: bool);
    99  pub fn likely(b: bool) -> bool;
    100  pub fn unlikely(b: bool) -> bool;
    101  pub fn breakpoint();
    102  pub fn size_of<T>() -> usize;
    103  pub fn min_align_of<T>() -> usize;
    104  pub fn pref_align_of<T>() -> usize;
    105  pub fn size_of_val<T: ?Sized>(_: *const T) -> usize;
    106  pub fn min_align_of_val<T: ?Sized>(_: *const T) -> usize;
    107  pub fn type_name<T: ?Sized>() -> &'static str;
    108  pub fn type_id<T: ?Sized + 'static>() -> u64;
    109  pub fn assert_inhabited<T>();
    110  pub fn assert_zero_valid<T>();
    111  pub fn assert_uninit_valid<T>();
    112  pub fn caller_location() -> &'static crate::panic::Location<'static>;
    113  pub fn forget<T: ?Sized>(_: T);
    114  pub fn transmute<T, U>(e: T) -> U;
    115  pub fn needs_drop<T: ?Sized>() -> bool;
    116  pub fn offset<T>(dst: *const T, offset: isize) -> *const T;
    117  pub fn arith_offset<T>(dst: *const T, offset: isize) -> *const T;
    118  pub fn volatile_copy_nonoverlapping_memory<T>(dst: *mut T, src: *const T, count: usize);
    119  pub fn volatile_copy_memory<T>(dst: *mut T, src: *const T, count: usize);
    120  pub fn volatile_set_memory<T>(dst: *mut T, val: u8, count: usize);
    121  pub fn volatile_load<T>(src: *const T) -> T;
    122  pub fn volatile_store<T>(dst: *mut T, val: T);
    123  pub fn unaligned_volatile_load<T>(src: *const T) -> T;
    124  pub fn unaligned_volatile_store<T>(dst: *mut T, val: T);
    125  pub fn sqrtf32(x: f32) -> f32;
    126  pub fn sqrtf64(x: f64) -> f64;
    127  pub fn powif32(a: f32, x: i32) -> f32;
    128  pub fn powif64(a: f64, x: i32) -> f64;
    129  pub fn sinf32(x: f32) -> f32;
    130  pub fn sinf64(x: f64) -> f64;
    131  pub fn cosf32(x: f32) -> f32;
    132  pub fn cosf64(x: f64) -> f64;
    133  pub fn powf32(a: f32, x: f32) -> f32;
    134  pub fn powf64(a: f64, x: f64) -> f64;
    135  pub fn expf32(x: f32) -> f32;
    136  pub fn expf64(x: f64) -> f64;
    137  pub fn exp2f32(x: f32) -> f32;
    138  pub fn exp2f64(x: f64) -> f64;
    139  pub fn logf32(x: f32) -> f32;
    140  pub fn logf64(x: f64) -> f64;
    141  pub fn log10f32(x: f32) -> f32;
    142  pub fn log10f64(x: f64) -> f64;
    143  pub fn log2f32(x: f32) -> f32;
    144  pub fn log2f64(x: f64) -> f64;
    145  pub fn fmaf32(a: f32, b: f32, c: f32) -> f32;
    146  pub fn fmaf64(a: f64, b: f64, c: f64) -> f64;
    147  pub fn fabsf32(x: f32) -> f32;
    148  pub fn fabsf64(x: f64) -> f64;
    149  pub fn minnumf32(x: f32, y: f32) -> f32;
    150  pub fn minnumf64(x: f64, y: f64) -> f64;
    151  pub fn maxnumf32(x: f32, y: f32) -> f32;
    152  pub fn maxnumf64(x: f64, y: f64) -> f64;
    153  pub fn copysignf32(x: f32, y: f32) -> f32;
    154  pub fn copysignf64(x: f64, y: f64) -> f64;
    155  pub fn floorf32(x: f32) -> f32;
    156  pub fn floorf64(x: f64) -> f64;
    157  pub fn ceilf32(x: f32) -> f32;
    158  pub fn ceilf64(x: f64) -> f64;
    159  pub fn truncf32(x: f32) -> f32;
    160  pub fn truncf64(x: f64) -> f64;
    161  pub fn rintf32(x: f32) -> f32;
    162  pub fn rintf64(x: f64) -> f64;
    163  pub fn nearbyintf32(x: f32) -> f32;
    164  pub fn nearbyintf64(x: f64) -> f64;
    165  pub fn roundf32(x: f32) -> f32;
    166  pub fn roundf64(x: f64) -> f64;
    167  pub fn fadd_fast<T: Copy>(a: T, b: T) -> T;
    168  pub fn fsub_fast<T: Copy>(a: T, b: T) -> T;
    169  pub fn fmul_fast<T: Copy>(a: T, b: T) -> T;
    170  pub fn fdiv_fast<T: Copy>(a: T, b: T) -> T;
    171  pub fn frem_fast<T: Copy>(a: T, b: T) -> T;
    172  pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int;
    173  pub fn ctpop<T: Copy>(x: T) -> T;
    174  pub fn ctlz<T: Copy>(x: T) -> T;
    175  pub fn ctlz_nonzero<T: Copy>(x: T) -> T;
    176  pub fn cttz<T: Copy>(x: T) -> T;
    177  pub fn cttz_nonzero<T: Copy>(x: T) -> T;
    178  pub fn bswap<T: Copy>(x: T) -> T;
    179  pub fn bitreverse<T: Copy>(x: T) -> T;
    180  pub fn add_with_overflow<T: Copy>(x: T, y: T) -> (T, bool);
    181  pub fn sub_with_overflow<T: Copy>(x: T, y: T) -> (T, bool);
    182  pub fn mul_with_overflow<T: Copy>(x: T, y: T) -> (T, bool);
    183  pub fn exact_div<T: Copy>(x: T, y: T) -> T;
    184  pub fn unchecked_div<T: Copy>(x: T, y: T) -> T;
    185  pub fn unchecked_rem<T: Copy>(x: T, y: T) -> T;
    186  pub fn unchecked_shl<T: Copy>(x: T, y: T) -> T;
    187  pub fn unchecked_shr<T: Copy>(x: T, y: T) -> T;
    188  pub fn unchecked_add<T: Copy>(x: T, y: T) -> T;
    189  pub fn unchecked_sub<T: Copy>(x: T, y: T) -> T;
    190  pub fn unchecked_mul<T: Copy>(x: T, y: T) -> T;
    191  pub fn rotate_left<T: Copy>(x: T, y: T) -> T;
    192  pub fn rotate_right<T: Copy>(x: T, y: T) -> T;
    193  pub fn wrapping_add<T: Copy>(a: T, b: T) -> T;
    194  pub fn wrapping_sub<T: Copy>(a: T, b: T) -> T;
    195  pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T;
    196  pub fn saturating_add<T: Copy>(a: T, b: T) -> T;
    197  pub fn saturating_sub<T: Copy>(a: T, b: T) -> T;
    198  pub fn discriminant_value<T>(v: &T) -> <T as DiscriminantKind>::Discriminant;
    199  pub fn variant_count<T>() -> usize;
    200  pub fn r#try(try_fn: fn(*mut u8), data: *mut u8, catch_fn: fn(*mut u8, *mut u8)) -> i32;
    201  pub fn nontemporal_store<T>(ptr: *mut T, val: T);
    202  pub fn ptr_offset_from<T>(ptr: *const T, base: *const T) -> isize;
    203  pub fn ptr_offset_from_unsigned<T>(ptr: *const T, base: *const T) -> usize;
    204  pub fn ptr_guaranteed_eq<T>(ptr: *const T, other: *const T) -> bool;
    205  pub fn ptr_guaranteed_ne<T>(ptr: *const T, other: *const T) -> bool;
    206  pub fn const_allocate(size: usize, align: usize) -> *mut u8;
    207  pub fn const_deallocate(ptr: *mut u8, size: usize, align: usize);
    208  pub fn raw_eq<T>(a: &T, b: &T) -> bool;
    209  pub fn black_box<T>(dummy: T) -> T;
    210  pub(crate) fn is_aligned_and_not_null<T>(ptr: *const T) -> bool 【】
    211  pub(crate) fn is_nonoverlapping<T>(src: *const T, dst: *const T, count: usize) -> bool 【】
    212  pub const unsafe fn copy_nonoverlapping<T>(src: *const T, dst: *mut T, count: usize) 【】
    213  pub fn copy_nonoverlapping<T>(src: *const T, dst: *mut T, count: usize);
    214  pub const unsafe fn copy<T>(src: *const T, dst: *mut T, count: usize) 【】
    215  pub const unsafe fn write_bytes<T>(dst: *mut T, val: u8, count: usize) 【】
    216  pub const unsafe fn const_eval_select<ARG, F, G, RET>(
    217  pub const unsafe fn const_eval_select_ct<ARG, F, G, RET>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_unsafe_precondition 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\chain.rs

    ═════════ pub fn 函数
    1  pub(in super::super) fn new(a: A, b: B) -> Chain<A, B> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! fuse 【】
    2  macro_rules! maybe 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\cloned.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(it: I) -> Cloned<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\copied.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(it: I) -> Copied<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\cycle.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I) -> Cycle<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\enumerate.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I) -> Enumerate<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\filter.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, predicate: P) -> Filter<I, P> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\filter_map.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, f: F) -> FilterMap<I, F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\flatten.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, f: F) -> FlatMap<I, U, F> 【】
    2  pub(in super::super) fn new(iter: I) -> Flatten<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\fuse.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I) -> Fuse<I> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! fuse 【】
    2  macro_rules! spec 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\inspect.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, f: F) -> Inspect<I, F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\intersperse.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, separator: I::Item) -> Self 【】
    2  pub(in crate::iter) fn new(iter: I, separator: G) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\map.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, f: F) -> Map<I, F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\map_while.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, predicate: P) -> MapWhile<I, P> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn try_process<I, T, R, F, U>(iter: I, mut f: F) -> ChangeOutputType<I::Item, U>
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\peekable.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I) -> Peekable<I> 【】
    2  pub fn peek(&mut self) -> Option<&I::Item> 【】
    3  pub fn peek_mut(&mut self) -> Option<&mut I::Item> 【】
    4  pub fn next_if(&mut self, func: impl FnOnce(&I::Item) -> bool) -> Option<I::Item> 【】
    5  pub fn next_if_eq<T>(&mut self, expected: &T) -> Option<I::Item>
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\rev.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: T) -> Rev<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\scan.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, state: St, f: F) -> Scan<I, St, F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\skip.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, n: usize) -> Skip<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\skip_while.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\step_by.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, step: usize) -> StepBy<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\take.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, n: usize) -> Take<I> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\take_while.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(iter: I, predicate: P) -> TakeWhile<I, P> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\adapters\zip.rs

    ═════════ pub fn 函数
    1  pub(in crate::iter) fn new(a: A, b: B) -> Zip<A, B> 【】
    2  pub fn zip<A, B>(a: A, b: B) -> Zip<A::IntoIter, B::IntoIter>
    3  pub(in crate::iter::adapters) unsafe fn try_get_unchecked<I>(it: &mut I, idx: usize) -> I::Item
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! zip_impl_general_defaults 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\range.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! unsafe_impl_trusted_step 【】
    2  macro_rules! step_identical_methods 【】
    3  macro_rules! step_integer_impls 【】
    4  macro_rules! range_exact_iter_impl 【】
    5  macro_rules! unsafe_range_trusted_random_access_impl 【】
    6  macro_rules! range_incl_exact_iter_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\empty.rs

    ═════════ pub fn 函数
    1  pub const fn empty<T>() -> Empty<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\from_fn.rs

    ═════════ pub fn 函数
    1  pub fn from_fn<T, F>(f: F) -> FromFn<F>
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\from_generator.rs

    ═════════ pub fn 函数
    1  pub fn from_generator<G: Generator<Return = ()> + Unpin>(
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\once.rs

    ═════════ pub fn 函数
    1  pub fn once<T>(value: T) -> Once<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\once_with.rs

    ═════════ pub fn 函数
    1  pub fn once_with<A, F: FnOnce() -> A>(gen: F) -> OnceWith<F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\repeat.rs

    ═════════ pub fn 函数
    1  pub fn repeat<T: Clone>(elt: T) -> Repeat<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\repeat_with.rs

    ═════════ pub fn 函数
    1  pub fn repeat_with<A, F: FnMut() -> A>(repeater: F) -> RepeatWith<F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\sources\successors.rs

    ═════════ pub fn 函数
    1  pub fn successors<T, F>(first: Option<T>, succ: F) -> Successors<T, F>
    
    
    
    

    \rustlib\src\rust\library\core\src\iter\traits\accum.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! integer_sum_product 【】
    2  macro_rules! float_sum_product 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\macros\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! panic 【】
    2  macro_rules! assert_eq 【】
    3  macro_rules! assert_ne 【】
    4  macro_rules! debug_assert 【】
    5  macro_rules! debug_assert_eq 【】
    6  macro_rules! debug_assert_ne 【】
    7  macro_rules! matches 【】
    8  macro_rules! r#try 【】
    9  macro_rules! write 【】
    10  macro_rules! writeln 【】
    11  macro_rules! unreachable 【】
    12  macro_rules! unimplemented 【】
    13  macro_rules! todo 【】
    14  macro_rules! compile_error 【】
    15  macro_rules! format_args 【】
    16  macro_rules! const_format_args 【】
    17  macro_rules! format_args_nl 【】
    18  macro_rules! env 【】
    19  macro_rules! option_env 【】
    20  macro_rules! concat_idents 【】
    21  macro_rules! concat_bytes 【】
    22  macro_rules! concat 【】
    23  macro_rules! line 【】
    24  macro_rules! column 【】
    25  macro_rules! file 【】
    26  macro_rules! stringify 【】
    27  macro_rules! include_str 【】
    28  macro_rules! include_bytes 【】
    29  macro_rules! module_path 【】
    30  macro_rules! cfg 【】
    31  macro_rules! include 【】
    32  macro_rules! assert 【】
    33  macro_rules! log_syntax 【】
    34  macro_rules! trace_macros 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\marker.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impls 【】
    2  macro_rules! impl_copy 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\mem\manually_drop.rs

    ═════════ pub fn 函数
    1  pub const fn new(value: T) -> ManuallyDrop<T> 【】
    2  pub const fn into_inner(slot: ManuallyDrop<T>) -> T 【】
    3  pub unsafe fn take(slot: &mut ManuallyDrop<T>) -> T 【】
    4  pub unsafe fn drop(slot: &mut ManuallyDrop<T>) 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\mem\maybe_uninit.rs

    ═════════ pub fn 函数
    1  pub const fn new(val: T) -> MaybeUninit<T> 【】
    2  pub const fn uninit() -> MaybeUninit<T> 【】
    3  pub const fn uninit_array<const N: usize>() -> [Self; N] 【】
    4  pub const fn zeroed() -> MaybeUninit<T> 【】
    5  pub const fn write(&mut self, val: T) -> &mut T 【】
    6  pub const fn as_ptr(&self) -> *const T 【】
    7  pub const fn as_mut_ptr(&mut self) -> *mut T 【】
    8  pub const unsafe fn assume_init(self) -> T 【】
    9  pub const unsafe fn assume_init_read(&self) -> T 【】
    10  pub unsafe fn assume_init_drop(&mut self) 【】
    11  pub const unsafe fn assume_init_ref(&self) -> &T 【】
    12  pub const unsafe fn assume_init_mut(&mut self) -> &mut T 【】
    13  pub const unsafe fn array_assume_init<const N: usize>(array: [Self; N]) -> [T; N] 【】
    14  pub const unsafe fn slice_assume_init_ref(slice: &[Self]) -> &[T] 【】
    15  pub const unsafe fn slice_assume_init_mut(slice: &mut [Self]) -> &mut [T] 【】
    16  pub const fn slice_as_ptr(this: &[MaybeUninit<T>]) -> *const T 【】
    17  pub const fn slice_as_mut_ptr(this: &mut [MaybeUninit<T>]) -> *mut T 【】
    18  pub fn write_slice<'a>(this: &'a mut [MaybeUninit<T>], src: &[T]) -> &'a mut [T]
    19  pub fn write_slice_cloned<'a>(this: &'a mut [MaybeUninit<T>], src: &[T]) -> &'a mut [T]
    20  pub fn as_bytes(&self) -> &[MaybeUninit<u8>] 【】
    21  pub fn as_bytes_mut(&mut self) -> &mut [MaybeUninit<u8>] 【】
    22  pub fn slice_as_bytes(this: &[MaybeUninit<T>]) -> &[MaybeUninit<u8>] 【】
    23  pub fn slice_as_bytes_mut(this: &mut [MaybeUninit<T>]) -> &mut [MaybeUninit<u8>] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\mem\mod.rs

    ═════════ pub fn 函数
    1  pub const fn forget<T>(t: T) 【】
    2  pub fn forget_unsized<T: ?Sized>(t: T) 【】
    3  pub const fn size_of<T>() -> usize 【】
    4  pub const fn size_of_val<T: ?Sized>(val: &T) -> usize 【】
    5  pub const unsafe fn size_of_val_raw<T: ?Sized>(val: *const T) -> usize 【】
    6  pub fn min_align_of<T>() -> usize 【】
    7  pub fn min_align_of_val<T: ?Sized>(val: &T) -> usize 【】
    8  pub const fn align_of<T>() -> usize 【】
    9  pub const fn align_of_val<T: ?Sized>(val: &T) -> usize 【】
    10  pub const unsafe fn align_of_val_raw<T: ?Sized>(val: *const T) -> usize 【】
    11  pub const fn needs_drop<T: ?Sized>() -> bool 【】
    12  pub unsafe fn zeroed<T>() -> T 【】
    13  pub unsafe fn uninitialized<T>() -> T 【】
    14  pub const fn swap<T>(x: &mut T, y: &mut T) 【】
    15  pub(crate) const fn swap_simple<T>(x: &mut T, y: &mut T) 【】
    16  pub fn take<T: Default>(dest: &mut T) -> T 【】
    17  pub const fn replace<T>(dest: &mut T, src: T) -> T 【】
    18  pub fn drop<T>(_x: T) 【】}
    19  pub fn copy<T: Copy>(x: &T) -> T 【】
    20  pub const unsafe fn transmute_copy<T, U>(src: &T) -> U 【】
    21  pub const fn discriminant<T>(v: &T) -> Discriminant<T> 【】
    22  pub const fn variant_count<T>() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\mem\valid_align.rs

    ═════════ pub fn 函数
    1  pub(crate) const unsafe fn new_unchecked(align: usize) -> Self 【】
    2  pub(crate) const fn as_nonzero(self) -> NonZeroUsize 【】
    3  pub(crate) fn log2(self) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\bignum.rs

    ═════════ pub fn 函数
    1  pub fn from_small(v: $ty) -> $name 【】
    2  pub fn from_u64(mut v: u64) -> $name 【】
    3  pub fn digits(&self) -> &[$ty] 【】
    4  pub fn get_bit(&self, i: usize) -> u8 【】
    5  pub fn is_zero(&self) -> bool 【】
    6  pub fn bit_length(&self) -> usize 【】
    7  pub fn add<'a>(&'a mut self, other: &$name) -> &'a mut $name 【】
    8  pub fn add_small(&mut self, other: $ty) -> &mut $name 【】
    9  pub fn sub<'a>(&'a mut self, other: &$name) -> &'a mut $name 【】
    10  pub fn mul_small(&mut self, other: $ty) -> &mut $name 【】
    11  pub fn mul_pow2(&mut self, bits: usize) -> &mut $name 【】
    12  pub fn mul_pow5(&mut self, mut e: usize) -> &mut $name 【】
    13  pub fn mul_digits<'a>(&'a mut self, other: &[$ty]) -> &'a mut $name 【】
    14  pub fn div_rem_small(&mut self, other: $ty) -> (&mut $name, $ty) 【】
    15  pub fn div_rem(&self, d: &$name, q: &mut $name, r: &mut $name) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_full_ops 【】
    2  macro_rules! define_bignum 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\common.rs

    ═════════ pub fn 函数
    1  pub fn new(slc: &'a [u8]) -> Self 【】
    2  pub unsafe fn step_by(&mut self, n: usize) -> &mut Self 【】
    3  pub unsafe fn step(&mut self) -> &mut Self 【】
    4  pub fn parse_digits(&mut self, mut func: impl FnMut(u8)) 【】
    5  pub(crate) fn is_8digits(v: u64) -> bool 【】
    6  pub(crate) fn parse_digits(s: &mut &[u8], mut f: impl FnMut(u8)) 【】
    7  pub const fn zero_pow2(e: i32) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\decimal.rs

    ═════════ pub fn 函数
    1  pub fn try_add_digit(&mut self, digit: u8) 【】
    2  pub fn trim(&mut self) 【】
    3  pub fn round(&self) -> u64 【】
    4  pub fn left_shift(&mut self, shift: usize) 【】
    5  pub fn right_shift(&mut self, shift: usize) 【】
    6  pub fn parse_decimal(mut s: &[u8]) -> Decimal 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\fpu.rs

    ═════════ pub fn 函数
    1  pub fn set_precision<T>() -> FPUControlWord 【】
    2  pub fn set_precision<T>() 【】}
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\lemire.rs

    ═════════ pub fn 函数
    1  pub fn compute_float<F: RawFloat>(q: i64, mut w: u64) -> BiasedFp 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\mod.rs

    ═════════ pub fn 函数
    1  pub fn __description(&self) -> &str 【】
    2  pub(super) fn pfe_empty() -> ParseFloatError 【】
    3  pub fn pfe_invalid() -> ParseFloatError 【】
    4  pub fn dec2flt<F: RawFloat>(s: &str) -> Result<F, ParseFloatError> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! from_str_float_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\number.rs

    ═════════ pub fn 函数
    1  pub fn try_fast_path<F: RawFloat>(&self) -> Option<F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\parse.rs

    ═════════ pub fn 函数
    1  pub fn parse_number(s: &[u8], negative: bool) -> Option<Number> 【】
    2  pub fn parse_inf_nan<F: RawFloat>(s: &[u8], negative: bool) -> Option<F> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\dec2flt\slow.rs

    ═════════ pub fn 函数
    1  pub(crate) fn parse_long_mantissa<F: RawFloat>(s: &[u8]) -> BiasedFp 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\diy_float.rs

    ═════════ pub fn 函数
    1  pub fn mul(&self, other: &Fp) -> Fp 【】
    2  pub fn normalize(&self) -> Fp 【】
    3  pub fn normalize_to(&self, e: i16) -> Fp 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\error.rs

    ═════════ pub fn 函数
    1  pub fn __description(&self) -> &str 【】
    2  pub fn kind(&self) -> &IntErrorKind 【】
    3  pub fn __description(&self) -> &str 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\f32.rs

    ═════════ pub fn 函数
    1  pub const fn is_nan(self) -> bool 【】
    2  pub(crate) const fn abs_private(self) -> f32 【】
    3  pub const fn is_infinite(self) -> bool 【】
    4  pub const fn is_finite(self) -> bool 【】
    5  pub const fn is_subnormal(self) -> bool 【】
    6  pub const fn is_normal(self) -> bool 【】
    7  pub const fn classify(self) -> FpCategory 【】
    8  pub const fn is_sign_positive(self) -> bool 【】
    9  pub const fn is_sign_negative(self) -> bool 【】
    10  pub fn recip(self) -> f32 【】
    11  pub fn to_degrees(self) -> f32 【】
    12  pub fn to_radians(self) -> f32 【】
    13  pub fn max(self, other: f32) -> f32 【】
    14  pub fn min(self, other: f32) -> f32 【】
    15  pub fn maximum(self, other: f32) -> f32 【】
    16  pub fn minimum(self, other: f32) -> f32 【】
    17  pub unsafe fn to_int_unchecked<Int>(self) -> Int
    18  pub const fn to_bits(self) -> u32 【】
    19  pub const fn from_bits(v: u32) -> Self 【】
    20  pub const fn to_be_bytes(self) -> [u8; 4] 【】
    21  pub const fn to_le_bytes(self) -> [u8; 4] 【】
    22  pub const fn to_ne_bytes(self) -> [u8; 4] 【】
    23  pub const fn from_be_bytes(bytes: [u8; 4]) -> Self 【】
    24  pub const fn from_le_bytes(bytes: [u8; 4]) -> Self 【】
    25  pub const fn from_ne_bytes(bytes: [u8; 4]) -> Self 【】
    26  pub fn total_cmp(&self, other: &Self) -> crate::cmp::Ordering 【】
    27  pub fn clamp(self, min: f32, max: f32) -> f32 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\f64.rs

    ═════════ pub fn 函数
    1  pub const fn is_nan(self) -> bool 【】
    2  pub(crate) const fn abs_private(self) -> f64 【】
    3  pub const fn is_infinite(self) -> bool 【】
    4  pub const fn is_finite(self) -> bool 【】
    5  pub const fn is_subnormal(self) -> bool 【】
    6  pub const fn is_normal(self) -> bool 【】
    7  pub const fn classify(self) -> FpCategory 【】
    8  pub const fn is_sign_positive(self) -> bool 【】
    9  pub fn is_positive(self) -> bool 【】
    10  pub const fn is_sign_negative(self) -> bool 【】
    11  pub fn is_negative(self) -> bool 【】
    12  pub fn recip(self) -> f64 【】
    13  pub fn to_degrees(self) -> f64 【】
    14  pub fn to_radians(self) -> f64 【】
    15  pub fn max(self, other: f64) -> f64 【】
    16  pub fn min(self, other: f64) -> f64 【】
    17  pub fn maximum(self, other: f64) -> f64 【】
    18  pub fn minimum(self, other: f64) -> f64 【】
    19  pub unsafe fn to_int_unchecked<Int>(self) -> Int
    20  pub const fn to_bits(self) -> u64 【】
    21  pub const fn from_bits(v: u64) -> Self 【】
    22  pub const fn to_be_bytes(self) -> [u8; 8] 【】
    23  pub const fn to_le_bytes(self) -> [u8; 8] 【】
    24  pub const fn to_ne_bytes(self) -> [u8; 8] 【】
    25  pub const fn from_be_bytes(bytes: [u8; 8]) -> Self 【】
    26  pub const fn from_le_bytes(bytes: [u8; 8]) -> Self 【】
    27  pub const fn from_ne_bytes(bytes: [u8; 8]) -> Self 【】
    28  pub fn total_cmp(&self, other: &Self) -> crate::cmp::Ordering 【】
    29  pub fn clamp(self, min: f64, max: f64) -> f64 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\flt2dec\decoder.rs

    ═════════ pub fn 函数
    1  pub fn decode<T: DecodableFloat>(v: T) -> (/*negative?*/ bool, FullDecoded) 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\flt2dec\estimator.rs

    ═════════ pub fn 函数
    1  pub fn estimate_scaling_factor(mant: u64, exp: i16) -> i16 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\flt2dec\mod.rs

    ═════════ pub fn 函数
    1  pub fn round_up(d: &mut [u8]) -> Option<u8> 【】
    2  pub fn to_shortest_str<'a, T, F>(
    3  pub fn to_shortest_exp_str<'a, T, F>(
    4  pub fn to_exact_exp_str<'a, T, F>(
    5  pub fn to_exact_fixed_str<'a, T, F>(
    
    
    
    

    \rustlib\src\rust\library\core\src\num\flt2dec\strategy\dragon.rs

    ═════════ pub fn 函数
    1  pub fn mul_pow10(x: &mut Big, n: usize) -> &mut Big 【】
    2  pub fn format_shortest<'a>(
    3  pub fn format_exact<'a>(
    
    
    
    

    \rustlib\src\rust\library\core\src\num\flt2dec\strategy\grisu.rs

    ═════════ pub fn 函数
    1  pub fn cached_power(alpha: i16, gamma: i16) -> (i16, Fp) 【】
    2  pub fn max_pow10_no_more_than(x: u32) -> (u8, u32) 【】
    3  pub fn format_shortest_opt<'a>(
    4  pub fn format_shortest<'a>(
    5  pub fn format_exact_opt<'a>(
    6  pub fn format_exact<'a>(
    
    
    
    

    \rustlib\src\rust\library\core\src\num\fmt.rs

    ═════════ pub fn 函数
    1  pub fn len(&self) -> usize 【】
    2  pub fn write(&self, out: &mut [u8]) -> Option<usize> 【】
    3  pub fn len(&self) -> usize 【】
    4  pub fn write(&self, out: &mut [u8]) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\int_log10.rs

    ═════════ pub fn 函数
    1  pub const fn u8(val: u8) -> u32 【】
    2  pub const fn u16(val: u16) -> u32 【】
    3  pub const fn u32(mut val: u32) -> u32 【】
    4  pub const fn u64(mut val: u64) -> u32 【】
    5  pub const fn u128(mut val: u128) -> u32 【】
    6  pub const fn usize(val: usize) -> u32 【】
    7  pub const fn usize(val: usize) -> u32 【】
    8  pub const fn usize(val: usize) -> u32 【】
    9  pub const fn i8(val: i8) -> u32 【】
    10  pub const fn i16(val: i16) -> u32 【】
    11  pub const fn i32(val: i32) -> u32 【】
    12  pub const fn i64(val: i64) -> u32 【】
    13  pub const fn i128(val: i128) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\int_macros.rs

    ═════════ pub fn 函数
    1  pub fn from_str_radix(src: &str, radix: u32) -> Result<Self, ParseIntError> 【】
    2  pub const fn count_ones(self) -> u32 【】 (self as $UnsignedT).count_ones() }
    3  pub const fn count_zeros(self) -> u32 【】
    4  pub const fn leading_zeros(self) -> u32 【】
    5  pub const fn trailing_zeros(self) -> u32 【】
    6  pub const fn leading_ones(self) -> u32 【】
    7  pub const fn trailing_ones(self) -> u32 【】
    8  pub const fn rotate_left(self, n: u32) -> Self 【】
    9  pub const fn rotate_right(self, n: u32) -> Self 【】
    10  pub const fn swap_bytes(self) -> Self 【】
    11  pub const fn reverse_bits(self) -> Self 【】
    12  pub const fn from_be(x: Self) -> Self 【】
    13  pub const fn from_le(x: Self) -> Self 【】
    14  pub const fn to_be(self) -> Self 【】 // or not to be?
    15  pub const fn to_le(self) -> Self 【】
    16  pub const fn checked_add(self, rhs: Self) -> Option<Self> 【】
    17  pub const unsafe fn unchecked_add(self, rhs: Self) -> Self 【】
    18  pub const fn checked_add_unsigned(self, rhs: $UnsignedT) -> Option<Self> 【】
    19  pub const fn checked_sub(self, rhs: Self) -> Option<Self> 【】
    20  pub const unsafe fn unchecked_sub(self, rhs: Self) -> Self 【】
    21  pub const fn checked_sub_unsigned(self, rhs: $UnsignedT) -> Option<Self> 【】
    22  pub const fn checked_mul(self, rhs: Self) -> Option<Self> 【】
    23  pub const unsafe fn unchecked_mul(self, rhs: Self) -> Self 【】
    24  pub const fn checked_div(self, rhs: Self) -> Option<Self> 【】
    25  pub const fn checked_div_euclid(self, rhs: Self) -> Option<Self> 【】
    26  pub const fn checked_rem(self, rhs: Self) -> Option<Self> 【】
    27  pub const fn checked_rem_euclid(self, rhs: Self) -> Option<Self> 【】
    28  pub const fn checked_neg(self) -> Option<Self> 【】
    29  pub const fn checked_shl(self, rhs: u32) -> Option<Self> 【】
    30  pub const unsafe fn unchecked_shl(self, rhs: Self) -> Self 【】
    31  pub const fn checked_shr(self, rhs: u32) -> Option<Self> 【】
    32  pub const unsafe fn unchecked_shr(self, rhs: Self) -> Self 【】
    33  pub const fn checked_abs(self) -> Option<Self> 【】
    34  pub const fn checked_pow(self, mut exp: u32) -> Option<Self> 【】
    35  pub const fn saturating_add(self, rhs: Self) -> Self 【】
    36  pub const fn saturating_add_unsigned(self, rhs: $UnsignedT) -> Self 【】
    37  pub const fn saturating_sub(self, rhs: Self) -> Self 【】
    38  pub const fn saturating_sub_unsigned(self, rhs: $UnsignedT) -> Self 【】
    39  pub const fn saturating_neg(self) -> Self 【】
    40  pub const fn saturating_abs(self) -> Self 【】
    41  pub const fn saturating_mul(self, rhs: Self) -> Self 【】
    42  pub const fn saturating_div(self, rhs: Self) -> Self 【】
    43  pub const fn saturating_pow(self, exp: u32) -> Self 【】
    44  pub const fn wrapping_add(self, rhs: Self) -> Self 【】
    45  pub const fn wrapping_add_unsigned(self, rhs: $UnsignedT) -> Self 【】
    46  pub const fn wrapping_sub(self, rhs: Self) -> Self 【】
    47  pub const fn wrapping_sub_unsigned(self, rhs: $UnsignedT) -> Self 【】
    48  pub const fn wrapping_mul(self, rhs: Self) -> Self 【】
    49  pub const fn wrapping_div(self, rhs: Self) -> Self 【】
    50  pub const fn wrapping_div_euclid(self, rhs: Self) -> Self 【】
    51  pub const fn wrapping_rem(self, rhs: Self) -> Self 【】
    52  pub const fn wrapping_rem_euclid(self, rhs: Self) -> Self 【】
    53  pub const fn wrapping_neg(self) -> Self 【】
    54  pub const fn wrapping_shl(self, rhs: u32) -> Self 【】
    55  pub const fn wrapping_shr(self, rhs: u32) -> Self 【】
    56  pub const fn wrapping_abs(self) -> Self 【】
    57  pub const fn unsigned_abs(self) -> $UnsignedT 【】
    58  pub const fn wrapping_pow(self, mut exp: u32) -> Self 【】
    59  pub const fn overflowing_add(self, rhs: Self) -> (Self, bool) 【】
    60  pub const fn overflowing_add_unsigned(self, rhs: $UnsignedT) -> (Self, bool) 【】
    61  pub const fn overflowing_sub(self, rhs: Self) -> (Self, bool) 【】
    62  pub const fn overflowing_sub_unsigned(self, rhs: $UnsignedT) -> (Self, bool) 【】
    63  pub const fn overflowing_mul(self, rhs: Self) -> (Self, bool) 【】
    64  pub const fn overflowing_div(self, rhs: Self) -> (Self, bool) 【】
    65  pub const fn overflowing_div_euclid(self, rhs: Self) -> (Self, bool) 【】
    66  pub const fn overflowing_rem(self, rhs: Self) -> (Self, bool) 【】
    67  pub const fn overflowing_rem_euclid(self, rhs: Self) -> (Self, bool) 【】
    68  pub const fn overflowing_neg(self) -> (Self, bool) 【】
    69  pub const fn overflowing_shl(self, rhs: u32) -> (Self, bool) 【】
    70  pub const fn overflowing_shr(self, rhs: u32) -> (Self, bool) 【】
    71  pub const fn overflowing_abs(self) -> (Self, bool) 【】
    72  pub const fn overflowing_pow(self, mut exp: u32) -> (Self, bool) 【】
    73  pub const fn pow(self, mut exp: u32) -> Self 【】
    74  pub const fn div_euclid(self, rhs: Self) -> Self 【】
    75  pub const fn rem_euclid(self, rhs: Self) -> Self 【】
    76  pub const fn div_floor(self, rhs: Self) -> Self 【】
    77  pub const fn div_ceil(self, rhs: Self) -> Self 【】
    78  pub const fn next_multiple_of(self, rhs: Self) -> Self 【】
    79  pub const fn checked_next_multiple_of(self, rhs: Self) -> Option<Self> 【】
    80  pub const fn log(self, base: Self) -> u32 【】
    81  pub const fn log2(self) -> u32 【】
    82  pub const fn log10(self) -> u32 【】
    83  pub const fn checked_log(self, base: Self) -> Option<u32> 【】
    84  pub const fn checked_log2(self) -> Option<u32> 【】
    85  pub const fn checked_log10(self) -> Option<u32> 【】
    86  pub const fn abs(self) -> Self 【】
    87  pub const fn abs_diff(self, other: Self) -> $UnsignedT 【】
    88  pub const fn signum(self) -> Self 【】
    89  pub const fn is_positive(self) -> bool 【】 self > 0 }
    90  pub const fn is_negative(self) -> bool 【】 self < 0 }
    91  pub const fn to_be_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    92  pub const fn to_le_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    93  pub const fn to_ne_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    94  pub const fn from_be_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    95  pub const fn from_le_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    96  pub const fn from_ne_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    97  pub const fn min_value() -> Self 【】
    98  pub const fn max_value() -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! int_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\mod.rs

    ═════════ pub fn 函数
    1  pub const fn widening_mul(self, rhs: Self) -> (Self, Self) 【】
    2  pub const fn carrying_mul(self, rhs: Self, carry: Self) -> (Self, Self) 【】
    3  pub const fn is_ascii(&self) -> bool 【】
    4  pub const fn to_ascii_uppercase(&self) -> u8 【】
    5  pub const fn to_ascii_lowercase(&self) -> u8 【】
    6  pub(crate) const fn ascii_change_case_unchecked(&self) -> u8 【】
    7  pub const fn eq_ignore_ascii_case(&self, other: &u8) -> bool 【】
    8  pub fn make_ascii_uppercase(&mut self) 【】
    9  pub fn make_ascii_lowercase(&mut self) 【】
    10  pub const fn is_ascii_alphabetic(&self) -> bool 【】
    11  pub const fn is_ascii_uppercase(&self) -> bool 【】
    12  pub const fn is_ascii_lowercase(&self) -> bool 【】
    13  pub const fn is_ascii_alphanumeric(&self) -> bool 【】
    14  pub const fn is_ascii_digit(&self) -> bool 【】
    15  pub const fn is_ascii_hexdigit(&self) -> bool 【】
    16  pub const fn is_ascii_punctuation(&self) -> bool 【】
    17  pub const fn is_ascii_graphic(&self) -> bool 【】
    18  pub const fn is_ascii_whitespace(&self) -> bool 【】
    19  pub const fn is_ascii_control(&self) -> bool 【】
    20  pub fn escape_ascii(self) -> ascii::EscapeDefault 【】
    21  pub(crate) const fn is_utf8_char_boundary(self) -> bool 【】
    22  pub const fn is_utf16_surrogate(self) -> bool 【】
    23  pub(crate) const fn repeat_u8(x: u8) -> usize 【】
    24  pub(crate) const fn repeat_u16(x: u16) -> usize 【】
    25  pub fn can_not_overflow<T>(radix: u32, is_signed_ty: bool, digits: &[u8]) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try_opt 【】
    2  macro_rules! unlikely 【】
    3  macro_rules! usize_isize_to_xe_bytes_doc 【】
    4  macro_rules! usize_isize_from_xe_bytes_doc 【】
    5  macro_rules! widening_impl 【】
    6  macro_rules! from_str_radix_int_impl 【】
    7  macro_rules! impl_helper_for 【】
    8  macro_rules! run_unchecked_loop 【】
    9  macro_rules! run_checked_loop 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\nonzero.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn new_unchecked(n: $Int) -> Self 【】
    2  pub const fn new(n: $Int) -> Option<Self> 【】
    3  pub const fn get(self) -> $Int 【】
    4  pub const fn leading_zeros(self) -> u32 【】
    5  pub const fn trailing_zeros(self) -> u32 【】
    6  pub const fn checked_add(self, other: $Int) -> Option<$Ty> 【】
    7  pub const fn saturating_add(self, other: $Int) -> $Ty 【】
    8  pub const unsafe fn unchecked_add(self, other: $Int) -> $Ty 【】
    9  pub const fn checked_next_power_of_two(self) -> Option<$Ty> 【】
    10  pub const fn log2(self) -> u32 【】
    11  pub const fn log10(self) -> u32 【】
    12  pub const fn abs(self) -> $Ty 【】
    13  pub const fn checked_abs(self) -> Option<$Ty> 【】
    14  pub const fn overflowing_abs(self) -> ($Ty, bool) 【】
    15  pub const fn saturating_abs(self) -> $Ty 【】
    16  pub const fn wrapping_abs(self) -> $Ty 【】
    17  pub const fn unsigned_abs(self) -> $Uty 【】
    18  pub const fn checked_mul(self, other: $Ty) -> Option<$Ty> 【】
    19  pub const fn saturating_mul(self, other: $Ty) -> $Ty 【】
    20  pub const unsafe fn unchecked_mul(self, other: $Ty) -> $Ty 【】
    21  pub const fn checked_pow(self, other: u32) -> Option<$Ty> 【】
    22  pub const fn saturating_pow(self, other: u32) -> $Ty 【】
    23  pub const fn is_power_of_two(self) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_nonzero_fmt 【】
    2  macro_rules! nonzero_integers 【】
    3  macro_rules! from_str_radix_nzint_impl 【】
    4  macro_rules! nonzero_leading_trailing_zeros 【】
    5  macro_rules! nonzero_integers_div 【】
    6  macro_rules! nonzero_unsigned_operations 【】
    7  macro_rules! nonzero_signed_operations 【】
    8  macro_rules! nonzero_unsigned_signed_operations 【】
    9  macro_rules! sign_dependent_expr 【】
    10  macro_rules! nonzero_unsigned_is_power_of_two 【】
    11  macro_rules! nonzero_min_max_unsigned 【】
    12  macro_rules! nonzero_min_max_signed 【】
    13  macro_rules! nonzero_bits 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\saturating.rs

    ═════════ pub fn 函数
    1  pub const fn count_ones(self) -> u32 【】
    2  pub const fn count_zeros(self) -> u32 【】
    3  pub const fn trailing_zeros(self) -> u32 【】
    4  pub const fn rotate_left(self, n: u32) -> Self 【】
    5  pub const fn rotate_right(self, n: u32) -> Self 【】
    6  pub const fn swap_bytes(self) -> Self 【】
    7  pub const fn reverse_bits(self) -> Self 【】
    8  pub const fn from_be(x: Self) -> Self 【】
    9  pub const fn from_le(x: Self) -> Self 【】
    10  pub const fn to_be(self) -> Self 【】
    11  pub const fn to_le(self) -> Self 【】
    12  pub fn pow(self, exp: u32) -> Self 【】
    13  pub const fn leading_zeros(self) -> u32 【】
    14  pub fn abs(self) -> Saturating<$t> 【】
    15  pub fn signum(self) -> Saturating<$t> 【】
    16  pub const fn is_positive(self) -> bool 【】
    17  pub const fn is_negative(self) -> bool 【】
    18  pub const fn leading_zeros(self) -> u32 【】
    19  pub fn is_power_of_two(self) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! sh_impl_signed 【】
    2  macro_rules! sh_impl_unsigned 【】
    3  macro_rules! sh_impl_all 【】
    4  macro_rules! saturating_impl 【】
    5  macro_rules! saturating_int_impl 【】
    6  macro_rules! saturating_int_impl_signed 【】
    7  macro_rules! saturating_int_impl_unsigned 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\shells\int_macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! int_module 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\uint_macros.rs

    ═════════ pub fn 函数
    1  pub fn from_str_radix(src: &str, radix: u32) -> Result<Self, ParseIntError> 【】
    2  pub const fn count_ones(self) -> u32 【】
    3  pub const fn count_zeros(self) -> u32 【】
    4  pub const fn leading_zeros(self) -> u32 【】
    5  pub const fn trailing_zeros(self) -> u32 【】
    6  pub const fn leading_ones(self) -> u32 【】
    7  pub const fn trailing_ones(self) -> u32 【】
    8  pub const fn rotate_left(self, n: u32) -> Self 【】
    9  pub const fn rotate_right(self, n: u32) -> Self 【】
    10  pub const fn swap_bytes(self) -> Self 【】
    11  pub const fn reverse_bits(self) -> Self 【】
    12  pub const fn from_be(x: Self) -> Self 【】
    13  pub const fn from_le(x: Self) -> Self 【】
    14  pub const fn to_be(self) -> Self 【】 // or not to be?
    15  pub const fn to_le(self) -> Self 【】
    16  pub const fn checked_add(self, rhs: Self) -> Option<Self> 【】
    17  pub const unsafe fn unchecked_add(self, rhs: Self) -> Self 【】
    18  pub const fn checked_add_signed(self, rhs: $SignedT) -> Option<Self> 【】
    19  pub const fn checked_sub(self, rhs: Self) -> Option<Self> 【】
    20  pub const unsafe fn unchecked_sub(self, rhs: Self) -> Self 【】
    21  pub const fn checked_mul(self, rhs: Self) -> Option<Self> 【】
    22  pub const unsafe fn unchecked_mul(self, rhs: Self) -> Self 【】
    23  pub const fn checked_div(self, rhs: Self) -> Option<Self> 【】
    24  pub const fn checked_div_euclid(self, rhs: Self) -> Option<Self> 【】
    25  pub const fn checked_rem(self, rhs: Self) -> Option<Self> 【】
    26  pub const fn checked_rem_euclid(self, rhs: Self) -> Option<Self> 【】
    27  pub const fn log(self, base: Self) -> u32 【】
    28  pub const fn log2(self) -> u32 【】
    29  pub const fn log10(self) -> u32 【】
    30  pub const fn checked_log(self, base: Self) -> Option<u32> 【】
    31  pub const fn checked_log2(self) -> Option<u32> 【】
    32  pub const fn checked_log10(self) -> Option<u32> 【】
    33  pub const fn checked_neg(self) -> Option<Self> 【】
    34  pub const fn checked_shl(self, rhs: u32) -> Option<Self> 【】
    35  pub const unsafe fn unchecked_shl(self, rhs: Self) -> Self 【】
    36  pub const fn checked_shr(self, rhs: u32) -> Option<Self> 【】
    37  pub const unsafe fn unchecked_shr(self, rhs: Self) -> Self 【】
    38  pub const fn checked_pow(self, mut exp: u32) -> Option<Self> 【】
    39  pub const fn saturating_add(self, rhs: Self) -> Self 【】
    40  pub const fn saturating_add_signed(self, rhs: $SignedT) -> Self 【】
    41  pub const fn saturating_sub(self, rhs: Self) -> Self 【】
    42  pub const fn saturating_mul(self, rhs: Self) -> Self 【】
    43  pub const fn saturating_div(self, rhs: Self) -> Self 【】
    44  pub const fn saturating_pow(self, exp: u32) -> Self 【】
    45  pub const fn wrapping_add(self, rhs: Self) -> Self 【】
    46  pub const fn wrapping_add_signed(self, rhs: $SignedT) -> Self 【】
    47  pub const fn wrapping_sub(self, rhs: Self) -> Self 【】
    48  pub const fn wrapping_mul(self, rhs: Self) -> Self 【】
    49  pub const fn wrapping_div(self, rhs: Self) -> Self 【】
    50  pub const fn wrapping_div_euclid(self, rhs: Self) -> Self 【】
    51  pub const fn wrapping_rem(self, rhs: Self) -> Self 【】
    52  pub const fn wrapping_rem_euclid(self, rhs: Self) -> Self 【】
    53  pub const fn wrapping_neg(self) -> Self 【】
    54  pub const fn wrapping_shl(self, rhs: u32) -> Self 【】
    55  pub const fn wrapping_shr(self, rhs: u32) -> Self 【】
    56  pub const fn wrapping_pow(self, mut exp: u32) -> Self 【】
    57  pub const fn overflowing_add(self, rhs: Self) -> (Self, bool) 【】
    58  pub const fn carrying_add(self, rhs: Self, carry: bool) -> (Self, bool) 【】
    59  pub const fn overflowing_add_signed(self, rhs: $SignedT) -> (Self, bool) 【】
    60  pub const fn overflowing_sub(self, rhs: Self) -> (Self, bool) 【】
    61  pub const fn borrowing_sub(self, rhs: Self, borrow: bool) -> (Self, bool) 【】
    62  pub const fn abs_diff(self, other: Self) -> Self 【】
    63  pub const fn overflowing_mul(self, rhs: Self) -> (Self, bool) 【】
    64  pub const fn overflowing_div(self, rhs: Self) -> (Self, bool) 【】
    65  pub const fn overflowing_div_euclid(self, rhs: Self) -> (Self, bool) 【】
    66  pub const fn overflowing_rem(self, rhs: Self) -> (Self, bool) 【】
    67  pub const fn overflowing_rem_euclid(self, rhs: Self) -> (Self, bool) 【】
    68  pub const fn overflowing_neg(self) -> (Self, bool) 【】
    69  pub const fn overflowing_shl(self, rhs: u32) -> (Self, bool) 【】
    70  pub const fn overflowing_shr(self, rhs: u32) -> (Self, bool) 【】
    71  pub const fn overflowing_pow(self, mut exp: u32) -> (Self, bool) 【】
    72  pub const fn pow(self, mut exp: u32) -> Self 【】
    73  pub const fn div_euclid(self, rhs: Self) -> Self 【】
    74  pub const fn rem_euclid(self, rhs: Self) -> Self 【】
    75  pub const fn div_floor(self, rhs: Self) -> Self 【】
    76  pub const fn div_ceil(self, rhs: Self) -> Self 【】
    77  pub const fn next_multiple_of(self, rhs: Self) -> Self 【】
    78  pub const fn checked_next_multiple_of(self, rhs: Self) -> Option<Self> 【】
    79  pub const fn is_power_of_two(self) -> bool 【】
    80  pub const fn next_power_of_two(self) -> Self 【】
    81  pub const fn checked_next_power_of_two(self) -> Option<Self> 【】
    82  pub const fn wrapping_next_power_of_two(self) -> Self 【】
    83  pub const fn to_be_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    84  pub const fn to_le_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    85  pub const fn to_ne_bytes(self) -> [u8; mem::size_of::<Self>()] 【】
    86  pub const fn from_be_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    87  pub const fn from_le_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    88  pub const fn from_ne_bytes(bytes: [u8; mem::size_of::<Self>()]) -> Self 【】
    89  pub const fn min_value() -> Self 【】 Self::MIN }
    90  pub const fn max_value() -> Self 【】 Self::MAX }
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! uint_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\num\wrapping.rs

    ═════════ pub fn 函数
    1  pub const fn count_ones(self) -> u32 【】
    2  pub const fn count_zeros(self) -> u32 【】
    3  pub const fn trailing_zeros(self) -> u32 【】
    4  pub const fn rotate_left(self, n: u32) -> Self 【】
    5  pub const fn rotate_right(self, n: u32) -> Self 【】
    6  pub const fn swap_bytes(self) -> Self 【】
    7  pub const fn reverse_bits(self) -> Self 【】
    8  pub const fn from_be(x: Self) -> Self 【】
    9  pub const fn from_le(x: Self) -> Self 【】
    10  pub const fn to_be(self) -> Self 【】
    11  pub const fn to_le(self) -> Self 【】
    12  pub fn pow(self, exp: u32) -> Self 【】
    13  pub const fn leading_zeros(self) -> u32 【】
    14  pub fn abs(self) -> Wrapping<$t> 【】
    15  pub fn signum(self) -> Wrapping<$t> 【】
    16  pub const fn is_positive(self) -> bool 【】
    17  pub const fn is_negative(self) -> bool 【】
    18  pub const fn leading_zeros(self) -> u32 【】
    19  pub fn is_power_of_two(self) -> bool 【】
    20  pub fn next_power_of_two(self) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! sh_impl_signed 【】
    2  macro_rules! sh_impl_unsigned 【】
    3  macro_rules! sh_impl_all 【】
    4  macro_rules! wrapping_impl 【】
    5  macro_rules! wrapping_int_impl 【】
    6  macro_rules! wrapping_int_impl_signed 【】
    7  macro_rules! wrapping_int_impl_unsigned 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ops\arith.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! add_impl 【】
    2  macro_rules! sub_impl 【】
    3  macro_rules! mul_impl 【】
    4  macro_rules! div_impl_integer 【】
    5  macro_rules! div_impl_float 【】
    6  macro_rules! rem_impl_integer 【】
    7  macro_rules! rem_impl_float 【】
    8  macro_rules! neg_impl 【】
    9  macro_rules! add_assign_impl 【】
    10  macro_rules! sub_assign_impl 【】
    11  macro_rules! mul_assign_impl 【】
    12  macro_rules! div_assign_impl 【】
    13  macro_rules! rem_assign_impl 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ops\bit.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! not_impl 【】
    2  macro_rules! bitand_impl 【】
    3  macro_rules! bitor_impl 【】
    4  macro_rules! bitxor_impl 【】
    5  macro_rules! shl_impl 【】
    6  macro_rules! shl_impl_all 【】
    7  macro_rules! shr_impl 【】
    8  macro_rules! shr_impl_all 【】
    9  macro_rules! bitand_assign_impl 【】
    10  macro_rules! bitor_assign_impl 【】
    11  macro_rules! bitxor_assign_impl 【】
    12  macro_rules! shl_assign_impl 【】
    13  macro_rules! shl_assign_impl_all 【】
    14  macro_rules! shr_assign_impl 【】
    15  macro_rules! shr_assign_impl_all 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ops\control_flow.rs

    ═════════ pub fn 函数
    1  pub fn is_break(&self) -> bool 【】
    2  pub fn is_continue(&self) -> bool 【】
    3  pub fn break_value(self) -> Option<B> 【】
    4  pub fn map_break<T, F>(self, f: F) -> ControlFlow<T, C>
    5  pub(crate) fn from_try(r: R) -> Self 【】
    6  pub(crate) fn into_try(self) -> R 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ops\range.rs

    ═════════ pub fn 函数
    1  pub fn contains<U>(&self, item: &U) -> bool
    2  pub fn is_empty(&self) -> bool 【】
    3  pub fn contains<U>(&self, item: &U) -> bool
    4  pub fn contains<U>(&self, item: &U) -> bool
    5  pub const fn new(start: Idx, end: Idx) -> Self 【】
    6  pub const fn start(&self) -> &Idx 【】
    7  pub const fn end(&self) -> &Idx 【】
    8  pub fn into_inner(self) -> (Idx, Idx) 【】
    9  pub(crate) const fn into_slice_range(self) -> Range<usize> 【】
    10  pub fn contains<U>(&self, item: &U) -> bool
    11  pub fn is_empty(&self) -> bool 【】
    12  pub fn contains<U>(&self, item: &U) -> bool
    13  pub fn as_ref(&self) -> Bound<&T> 【】
    14  pub fn as_mut(&mut self) -> Bound<&mut T> 【】
    15  pub fn map<U, F: FnOnce(T) -> U>(self, f: F) -> Bound<U> 【】
    16  pub fn cloned(self) -> Bound<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ops\try_trait.rs

    ═════════ pub fn 函数
    1  pub fn from_yeet<T, Y>(yeeted: Y) -> T
    2  pub fn wrap_mut_2<A, B>(mut f: impl FnMut(A, B) -> T) -> impl FnMut(A, B) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\option.rs

    ═════════ pub fn 函数
    1  pub const fn is_some(&self) -> bool 【】
    2  pub fn is_some_and(&self, f: impl FnOnce(&T) -> bool) -> bool 【】
    3  pub const fn is_none(&self) -> bool 【】
    4  pub const fn as_ref(&self) -> Option<&T> 【】
    5  pub const fn as_mut(&mut self) -> Option<&mut T> 【】
    6  pub const fn as_pin_ref(self: Pin<&Self>) -> Option<Pin<&T>> 【】
    7  pub const fn as_pin_mut(self: Pin<&mut Self>) -> Option<Pin<&mut T>> 【】
    8  pub const fn expect(self, msg: &str) -> T 【】
    9  pub const fn unwrap(self) -> T 【】
    10  pub const fn unwrap_or(self, default: T) -> T
    11  pub const fn unwrap_or_else<F>(self, f: F) -> T
    12  pub const fn unwrap_or_default(self) -> T
    13  pub const unsafe fn unwrap_unchecked(self) -> T 【】
    14  pub const fn map<U, F>(self, f: F) -> Option<U>
    15  pub const fn inspect<F>(self, f: F) -> Self
    16  pub const fn map_or<U, F>(self, default: U, f: F) -> U
    17  pub const fn map_or_else<U, D, F>(self, default: D, f: F) -> U
    18  pub const fn ok_or<E>(self, err: E) -> Result<T, E>
    19  pub const fn ok_or_else<E, F>(self, err: F) -> Result<T, E>
    20  pub const fn as_deref(&self) -> Option<&T::Target>
    21  pub const fn as_deref_mut(&mut self) -> Option<&mut T::Target>
    22  pub const fn iter(&self) -> Iter<'_, T> 【】
    23  pub fn iter_mut(&mut self) -> IterMut<'_, T> 【】
    24  pub const fn and<U>(self, optb: Option<U>) -> Option<U>
    25  pub const fn and_then<U, F>(self, f: F) -> Option<U>
    26  pub const fn filter<P>(self, predicate: P) -> Self
    27  pub const fn or(self, optb: Option<T>) -> Option<T>
    28  pub const fn or_else<F>(self, f: F) -> Option<T>
    29  pub const fn xor(self, optb: Option<T>) -> Option<T>
    30  pub const fn insert(&mut self, value: T) -> &mut T
    31  pub const fn get_or_insert(&mut self, value: T) -> &mut T
    32  pub const fn get_or_insert_default(&mut self) -> &mut T
    33  pub const fn get_or_insert_with<F>(&mut self, f: F) -> &mut T
    34  pub const fn take(&mut self) -> Option<T> 【】
    35  pub const fn replace(&mut self, value: T) -> Option<T> 【】
    36  pub const fn contains<U>(&self, x: &U) -> bool
    37  pub const fn zip<U>(self, other: Option<U>) -> Option<(T, U)>
    38  pub const fn zip_with<U, F, R>(self, other: Option<U>, f: F) -> Option<R>
    39  pub const fn unzip(self) -> (Option<T>, Option<U>) 【】
    40  pub const fn copied(self) -> Option<T>
    41  pub const fn cloned(self) -> Option<T>
    42  pub const fn copied(self) -> Option<T>
    43  pub const fn cloned(self) -> Option<T>
    44  pub const fn transpose(self) -> Result<Option<T>, E> 【】
    45  pub const fn flatten(self) -> Option<T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\panic\location.rs

    ═════════ pub fn 函数
    1  pub const fn caller() -> &'static Location<'static> 【】
    2  pub fn file(&self) -> &str 【】
    3  pub fn line(&self) -> u32 【】
    4  pub fn column(&self) -> u32 【】
    5  pub const fn internal_constructor(file: &'a str, line: u32, col: u32) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\panic\panic_info.rs

    ═════════ pub fn 函数
    1  pub fn internal_constructor(
    2  pub fn set_payload(&mut self, info: &'a (dyn Any + Send)) 【】
    3  pub fn payload(&self) -> &(dyn Any + Send) 【】
    4  pub fn message(&self) -> Option<&fmt::Arguments<'_>> 【】
    5  pub fn location(&self) -> Option<&Location<'_>> 【】
    6  pub fn can_unwind(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\panicking.rs

    ═════════ pub fn 函数
    1  pub const fn panic(expr: &'static str) -> ! 【】
    2  pub const fn panic_str(expr: &str) -> ! 【】
    3  pub fn unreachable_display<T: fmt::Display>(x: &T) -> ! 【】
    4  pub const fn panic_display<T: fmt::Display>(x: &T) -> ! 【】
    5  pub const fn panic_fmt(fmt: fmt::Arguments<'_>) -> ! 【】
    6  pub const fn const_panic_fmt(fmt: fmt::Arguments<'_>) -> ! 【】
    7  pub fn assert_failed<T, U>(
    8  pub fn assert_matches_failed<T: fmt::Debug + ?Sized>(
    
    
    
    

    \rustlib\src\rust\library\core\src\pin.rs

    ═════════ pub fn 函数
    1  pub const fn new(pointer: P) -> Pin<P> 【】
    2  pub const fn into_inner(pin: Pin<P>) -> P 【】
    3  pub const unsafe fn new_unchecked(pointer: P) -> Pin<P> 【】
    4  pub fn as_ref(&self) -> Pin<&P::Target> 【】
    5  pub const unsafe fn into_inner_unchecked(pin: Pin<P>) -> P 【】
    6  pub fn as_mut(&mut self) -> Pin<&mut P::Target> 【】
    7  pub fn set(&mut self, value: P::Target)
    8  pub unsafe fn map_unchecked<U, F>(self, func: F) -> Pin<&'a U>
    9  pub const fn get_ref(self) -> &'a T 【】
    10  pub const fn into_ref(self) -> Pin<&'a T> 【】
    11  pub const fn get_mut(self) -> &'a mut T
    12  pub const unsafe fn get_unchecked_mut(self) -> &'a mut T 【】
    13  pub unsafe fn map_unchecked_mut<U, F>(self, func: F) -> Pin<&'a mut U>
    14  pub const fn static_ref(r: &'static T) -> Pin<&'static T> 【】
    15  pub fn as_deref_mut(self) -> Pin<&'a mut P::Target> 【】
    16  pub const fn static_mut(r: &'static mut T) -> Pin<&'static mut T> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\const_ptr.rs

    ═════════ pub fn 函数
    1  pub const fn is_null(self) -> bool 【】
    2  pub const fn cast<U>(self) -> *const U 【】
    3  pub fn with_metadata_of<U>(self, mut val: *const U) -> *const U
    4  pub const fn as_mut(self) -> *mut T 【】
    5  pub fn to_bits(self) -> usize
    6  pub fn from_bits(bits: usize) -> Self
    7  pub fn addr(self) -> usize
    8  pub fn expose_addr(self) -> usize
    9  pub fn with_addr(self, addr: usize) -> Self
    10  pub fn map_addr(self, f: impl FnOnce(usize) -> usize) -> Self
    11  pub const fn to_raw_parts(self) -> (*const (), <T as super::Pointee>::Metadata) 【】
    12  pub const unsafe fn as_ref<'a>(self) -> Option<&'a T> 【】
    13  pub const unsafe fn as_uninit_ref<'a>(self) -> Option<&'a MaybeUninit<T>>
    14  pub const unsafe fn offset(self, count: isize) -> *const T
    15  pub const unsafe fn byte_offset(self, count: isize) -> Self 【】
    16  pub const fn wrapping_offset(self, count: isize) -> *const T
    17  pub const fn wrapping_byte_offset(self, count: isize) -> Self 【】
    18  pub const unsafe fn offset_from(self, origin: *const T) -> isize
    19  pub const unsafe fn byte_offset_from(self, origin: *const T) -> isize 【】
    20  pub const unsafe fn sub_ptr(self, origin: *const T) -> usize
    21  pub const fn guaranteed_eq(self, other: *const T) -> bool
    22  pub const fn guaranteed_ne(self, other: *const T) -> bool
    23  pub const unsafe fn add(self, count: usize) -> Self
    24  pub const unsafe fn byte_add(self, count: usize) -> Self 【】
    25  pub const unsafe fn sub(self, count: usize) -> Self
    26  pub const unsafe fn byte_sub(self, count: usize) -> Self 【】
    27  pub const fn wrapping_add(self, count: usize) -> Self
    28  pub const fn wrapping_byte_add(self, count: usize) -> Self 【】
    29  pub const fn wrapping_sub(self, count: usize) -> Self
    30  pub const fn wrapping_byte_sub(self, count: usize) -> Self 【】
    31  pub const unsafe fn read(self) -> T
    32  pub unsafe fn read_volatile(self) -> T
    33  pub const unsafe fn read_unaligned(self) -> T
    34  pub const unsafe fn copy_to(self, dest: *mut T, count: usize)
    35  pub const unsafe fn copy_to_nonoverlapping(self, dest: *mut T, count: usize)
    36  pub const fn align_offset(self, align: usize) -> usize
    37  pub fn is_aligned(self) -> bool
    38  pub fn is_aligned_to(self, align: usize) -> bool 【】
    39  pub const fn len(self) -> usize 【】
    40  pub const fn as_ptr(self) -> *const T 【】
    41  pub const unsafe fn get_unchecked<I>(self, index: I) -> *const I::Output
    42  pub const unsafe fn as_uninit_slice<'a>(self) -> Option<&'a [MaybeUninit<T>]> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\metadata.rs

    ═════════ pub fn 函数
    1  pub const fn metadata<T: ?Sized>(ptr: *const T) -> <T as Pointee>::Metadata 【】
    2  pub const fn from_raw_parts<T: ?Sized>(
    3  pub const fn from_raw_parts_mut<T: ?Sized>(
    4  pub fn size_of(self) -> usize 【】
    5  pub fn align_of(self) -> usize 【】
    6  pub fn layout(self) -> crate::alloc::Layout 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) 【】
    2  pub const fn null<T>() -> *const T 【】
    3  pub const fn null<T: ?Sized + Thin>() -> *const T 【】
    4  pub const fn null_mut<T>() -> *mut T 【】
    5  pub const fn invalid<T>(addr: usize) -> *const T 【】
    6  pub const fn invalid_mut<T>(addr: usize) -> *mut T 【】
    7  pub fn from_exposed_addr<T>(addr: usize) -> *const T
    8  pub fn from_exposed_addr_mut<T>(addr: usize) -> *mut T
    9  pub const fn null_mut<T: ?Sized + Thin>() -> *mut T 【】
    10  pub const fn slice_from_raw_parts<T>(data: *const T, len: usize) -> *const [T] 【】
    11  pub const fn slice_from_raw_parts_mut<T>(data: *mut T, len: usize) -> *mut [T] 【】
    12  pub const unsafe fn swap<T>(x: *mut T, y: *mut T) 【】
    13  pub const unsafe fn swap_nonoverlapping<T>(x: *mut T, y: *mut T, count: usize) 【】
    14  pub const unsafe fn replace<T>(dst: *mut T, mut src: T) -> T 【】
    15  pub const unsafe fn read<T>(src: *const T) -> T 【】
    16  pub const unsafe fn read_unaligned<T>(src: *const T) -> T 【】
    17  pub const unsafe fn write<T>(dst: *mut T, src: T) 【】
    18  pub const unsafe fn write_unaligned<T>(dst: *mut T, src: T) 【】
    19  pub unsafe fn read_volatile<T>(src: *const T) -> T 【】
    20  pub unsafe fn write_volatile<T>(dst: *mut T, src: T) 【】
    21  pub(crate) unsafe fn align_offset<T: Sized>(p: *const T, a: usize) -> usize 【】
    22  pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool 【】
    23  pub fn hash<T: ?Sized, S: hash::Hasher>(hashee: *const T, into: &mut S) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! attempt_swap_as_chunks 【】
    2  macro_rules! fnptr_impls_safety_abi 【】
    3  macro_rules! fnptr_impls_args 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\mut_ptr.rs

    ═════════ pub fn 函数
    1  pub const fn is_null(self) -> bool 【】
    2  pub const fn cast<U>(self) -> *mut U 【】
    3  pub fn with_metadata_of<U>(self, mut val: *mut U) -> *mut U
    4  pub const fn as_const(self) -> *const T 【】
    5  pub fn to_bits(self) -> usize
    6  pub fn from_bits(bits: usize) -> Self
    7  pub fn addr(self) -> usize
    8  pub fn expose_addr(self) -> usize
    9  pub fn with_addr(self, addr: usize) -> Self
    10  pub fn map_addr(self, f: impl FnOnce(usize) -> usize) -> Self
    11  pub const fn to_raw_parts(self) -> (*mut (), <T as super::Pointee>::Metadata) 【】
    12  pub const unsafe fn as_ref<'a>(self) -> Option<&'a T> 【】
    13  pub const unsafe fn as_uninit_ref<'a>(self) -> Option<&'a MaybeUninit<T>>
    14  pub const unsafe fn offset(self, count: isize) -> *mut T
    15  pub const unsafe fn byte_offset(self, count: isize) -> Self 【】
    16  pub const fn wrapping_offset(self, count: isize) -> *mut T
    17  pub const fn wrapping_byte_offset(self, count: isize) -> Self 【】
    18  pub const unsafe fn as_mut<'a>(self) -> Option<&'a mut T> 【】
    19  pub const unsafe fn as_uninit_mut<'a>(self) -> Option<&'a mut MaybeUninit<T>>
    20  pub const fn guaranteed_eq(self, other: *mut T) -> bool
    21  pub const unsafe fn guaranteed_ne(self, other: *mut T) -> bool
    22  pub const unsafe fn offset_from(self, origin: *const T) -> isize
    23  pub const unsafe fn byte_offset_from(self, origin: *const T) -> isize 【】
    24  pub const unsafe fn sub_ptr(self, origin: *const T) -> usize
    25  pub const unsafe fn add(self, count: usize) -> Self
    26  pub const unsafe fn byte_add(self, count: usize) -> Self 【】
    27  pub const unsafe fn sub(self, count: usize) -> Self
    28  pub const unsafe fn byte_sub(self, count: usize) -> Self 【】
    29  pub const fn wrapping_add(self, count: usize) -> Self
    30  pub const fn wrapping_byte_add(self, count: usize) -> Self 【】
    31  pub const fn wrapping_sub(self, count: usize) -> Self
    32  pub const fn wrapping_byte_sub(self, count: usize) -> Self 【】
    33  pub const unsafe fn read(self) -> T
    34  pub unsafe fn read_volatile(self) -> T
    35  pub const unsafe fn read_unaligned(self) -> T
    36  pub const unsafe fn copy_to(self, dest: *mut T, count: usize)
    37  pub const unsafe fn copy_to_nonoverlapping(self, dest: *mut T, count: usize)
    38  pub const unsafe fn copy_from(self, src: *const T, count: usize)
    39  pub const unsafe fn copy_from_nonoverlapping(self, src: *const T, count: usize)
    40  pub unsafe fn drop_in_place(self) 【】
    41  pub const unsafe fn write(self, val: T)
    42  pub const unsafe fn write_bytes(self, val: u8, count: usize)
    43  pub unsafe fn write_volatile(self, val: T)
    44  pub const unsafe fn write_unaligned(self, val: T)
    45  pub unsafe fn replace(self, src: T) -> T
    46  pub const unsafe fn swap(self, with: *mut T)
    47  pub const fn align_offset(self, align: usize) -> usize
    48  pub fn is_aligned(self) -> bool
    49  pub fn is_aligned_to(self, align: usize) -> bool 【】
    50  pub const fn len(self) -> usize 【】
    51  pub const fn is_empty(self) -> bool 【】
    52  pub unsafe fn split_at_mut(self, mid: usize) -> (*mut [T], *mut [T]) 【】
    53  pub unsafe fn split_at_mut_unchecked(self, mid: usize) -> (*mut [T], *mut [T]) 【】
    54  pub const fn as_mut_ptr(self) -> *mut T 【】
    55  pub const unsafe fn get_unchecked_mut<I>(self, index: I) -> *mut I::Output
    56  pub const unsafe fn as_uninit_slice<'a>(self) -> Option<&'a [MaybeUninit<T>]> 【】
    57  pub const unsafe fn as_uninit_slice_mut<'a>(self) -> Option<&'a mut [MaybeUninit<T>]> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\non_null.rs

    ═════════ pub fn 函数
    1  pub const fn dangling() -> Self 【】
    2  pub const unsafe fn as_uninit_ref<'a>(self) -> &'a MaybeUninit<T> 【】
    3  pub const unsafe fn as_uninit_mut<'a>(self) -> &'a mut MaybeUninit<T> 【】
    4  pub const unsafe fn new_unchecked(ptr: *mut T) -> Self 【】
    5  pub const fn new(ptr: *mut T) -> Option<Self> 【】
    6  pub const fn from_raw_parts(
    7  pub const fn to_raw_parts(self) -> (NonNull<()>, <T as super::Pointee>::Metadata) 【】
    8  pub fn addr(self) -> NonZeroUsize
    9  pub fn with_addr(self, addr: NonZeroUsize) -> Self
    10  pub fn map_addr(self, f: impl FnOnce(NonZeroUsize) -> NonZeroUsize) -> Self
    11  pub const fn as_ptr(self) -> *mut T 【】
    12  pub const unsafe fn as_ref<'a>(&self) -> &'a T 【】
    13  pub const unsafe fn as_mut<'a>(&mut self) -> &'a mut T 【】
    14  pub const fn cast<U>(self) -> NonNull<U> 【】
    15  pub const fn slice_from_raw_parts(data: NonNull<T>, len: usize) -> Self 【】
    16  pub const fn len(self) -> usize 【】
    17  pub const fn as_non_null_ptr(self) -> NonNull<T> 【】
    18  pub const fn as_mut_ptr(self) -> *mut T 【】
    19  pub const unsafe fn as_uninit_slice<'a>(self) -> &'a [MaybeUninit<T>] 【】
    20  pub const unsafe fn as_uninit_slice_mut<'a>(self) -> &'a mut [MaybeUninit<T>] 【】
    21  pub const unsafe fn get_unchecked_mut<I>(self, index: I) -> NonNull<I::Output>
    
    
    
    

    \rustlib\src\rust\library\core\src\ptr\unique.rs

    ═════════ pub fn 函数
    1  pub const fn dangling() -> Self 【】
    2  pub const unsafe fn new_unchecked(ptr: *mut T) -> Self 【】
    3  pub const fn new(ptr: *mut T) -> Option<Self> 【】
    4  pub const fn as_ptr(self) -> *mut T 【】
    5  pub const unsafe fn as_ref(&self) -> &T 【】
    6  pub const unsafe fn as_mut(&mut self) -> &mut T 【】
    7  pub const fn cast<U>(self) -> Unique<U> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\result.rs

    ═════════ pub fn 函数
    1  pub const fn is_ok(&self) -> bool 【】
    2  pub fn is_ok_and(&self, f: impl FnOnce(&T) -> bool) -> bool 【】
    3  pub const fn is_err(&self) -> bool 【】
    4  pub fn is_err_and(&self, f: impl FnOnce(&E) -> bool) -> bool 【】
    5  pub const fn ok(self) -> Option<T>
    6  pub const fn err(self) -> Option<E>
    7  pub const fn as_ref(&self) -> Result<&T, &E> 【】
    8  pub const fn as_mut(&mut self) -> Result<&mut T, &mut E> 【】
    9  pub fn map<U, F: FnOnce(T) -> U>(self, op: F) -> Result<U, E> 【】
    10  pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U 【】
    11  pub fn map_or_else<U, D: FnOnce(E) -> U, F: FnOnce(T) -> U>(self, default: D, f: F) -> U 【】
    12  pub fn map_err<F, O: FnOnce(E) -> F>(self, op: O) -> Result<T, F> 【】
    13  pub fn inspect<F: FnOnce(&T)>(self, f: F) -> Self 【】
    14  pub fn inspect_err<F: FnOnce(&E)>(self, f: F) -> Self 【】
    15  pub fn as_deref(&self) -> Result<&T::Target, &E>
    16  pub fn as_deref_mut(&mut self) -> Result<&mut T::Target, &mut E>
    17  pub fn iter(&self) -> Iter<'_, T> 【】
    18  pub fn iter_mut(&mut self) -> IterMut<'_, T> 【】
    19  pub fn expect(self, msg: &str) -> T
    20  pub fn unwrap(self) -> T
    21  pub fn unwrap_or_default(self) -> T
    22  pub fn expect_err(self, msg: &str) -> E
    23  pub fn unwrap_err(self) -> E
    24  pub fn into_ok(self) -> T
    25  pub fn into_err(self) -> E
    26  pub const fn and<U>(self, res: Result<U, E>) -> Result<U, E>
    27  pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> 【】
    28  pub const fn or<F>(self, res: Result<T, F>) -> Result<T, F>
    29  pub fn or_else<F, O: FnOnce(E) -> Result<T, F>>(self, op: O) -> Result<T, F> 【】
    30  pub const fn unwrap_or(self, default: T) -> T
    31  pub fn unwrap_or_else<F: FnOnce(E) -> T>(self, op: F) -> T 【】
    32  pub unsafe fn unwrap_unchecked(self) -> T 【】
    33  pub unsafe fn unwrap_err_unchecked(self) -> E 【】
    34  pub fn contains<U>(&self, x: &U) -> bool
    35  pub fn contains_err<F>(&self, f: &F) -> bool
    36  pub fn copied(self) -> Result<T, E>
    37  pub fn cloned(self) -> Result<T, E>
    38  pub fn copied(self) -> Result<T, E>
    39  pub fn cloned(self) -> Result<T, E>
    40  pub const fn transpose(self) -> Option<Result<T, E>> 【】
    41  pub fn flatten(self) -> Result<T, E> 【】
    42  pub const fn into_ok_or_err(self) -> T 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\ascii.rs

    ═════════ pub fn 函数
    1  pub fn is_ascii(&self) -> bool 【】
    2  pub fn eq_ignore_ascii_case(&self, other: &[u8]) -> bool 【】
    3  pub fn make_ascii_uppercase(&mut self) 【】
    4  pub fn make_ascii_lowercase(&mut self) 【】
    5  pub fn escape_ascii(&self) -> EscapeAscii<'_> 【】
    6  pub const fn trim_ascii_start(&self) -> &[u8] 【】
    7  pub const fn trim_ascii_end(&self) -> &[u8] 【】
    8  pub const fn trim_ascii(&self) -> &[u8] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\cmp.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! always_applicable_ord 【】
    2  macro_rules! impl_marker_for 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\index.rs

    ═════════ pub fn 函数
    1  pub fn range<R>(range: R, bounds: ops::RangeTo<usize>) -> ops::Range<usize>
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\iter\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! is_empty 【】
    2  macro_rules! len 【】
    3  macro_rules! iterator 【】
    4  macro_rules! next_unchecked 【】
    5  macro_rules! next_back_unchecked 【】
    6  macro_rules! zst_shrink 【】
    7  macro_rules! forward_iterator 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\iter.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(slice: &'a [T]) -> Self 【】
    2  pub fn as_slice(&self) -> &'a [T] 【】
    3  pub(super) fn new(slice: &'a mut [T]) -> Self 【】
    4  pub fn into_slice(self) -> &'a mut [T] 【】
    5  pub fn as_slice(&self) -> &[T] 【】
    6  pub fn as_mut_slice(&mut self) -> &mut [T] 【】
    7  pub(super) fn new(slice: &'a [T], pred: P) -> Self 【】
    8  pub fn as_slice(&self) -> &'a [T] 【】
    9  pub(super) fn new(slice: &'a [T], pred: P) -> Self 【】
    10  pub(super) fn new(slice: &'a mut [T], pred: P) -> Self 【】
    11  pub(super) fn new(slice: &'a mut [T], pred: P) -> Self 【】
    12  pub(super) fn new(slice: &'a [T], pred: P) -> Self 【】
    13  pub(super) fn new(slice: &'a mut [T], pred: P) -> Self 【】
    14  pub(super) fn new(s: Split<'a, T, P>, n: usize) -> Self 【】
    15  pub(super) fn new(s: RSplit<'a, T, P>, n: usize) -> Self 【】
    16  pub(super) fn new(s: SplitMut<'a, T, P>, n: usize) -> Self 【】
    17  pub(super) fn new(s: RSplitMut<'a, T, P>, n: usize) -> Self 【】
    18  pub(super) fn new(slice: &'a [T], size: NonZeroUsize) -> Self 【】
    19  pub(super) fn new(slice: &'a [T], size: usize) -> Self 【】
    20  pub(super) fn new(slice: &'a mut [T], size: usize) -> Self 【】
    21  pub(super) fn new(slice: &'a [T], chunk_size: usize) -> Self 【】
    22  pub fn remainder(&self) -> &'a [T] 【】
    23  pub(super) fn new(slice: &'a mut [T], chunk_size: usize) -> Self 【】
    24  pub fn into_remainder(self) -> &'a mut [T] 【】
    25  pub(super) fn new(slice: &'a [T]) -> Self 【】
    26  pub(super) fn new(slice: &'a [T]) -> Self 【】
    27  pub fn remainder(&self) -> &'a [T] 【】
    28  pub(super) fn new(slice: &'a mut [T]) -> Self 【】
    29  pub fn into_remainder(self) -> &'a mut [T] 【】
    30  pub(super) fn new(slice: &'a [T], size: usize) -> Self 【】
    31  pub(super) fn new(slice: &'a mut [T], size: usize) -> Self 【】
    32  pub(super) fn new(slice: &'a [T], chunk_size: usize) -> Self 【】
    33  pub fn remainder(&self) -> &'a [T] 【】
    34  pub(super) fn new(slice: &'a mut [T], chunk_size: usize) -> Self 【】
    35  pub fn into_remainder(self) -> &'a mut [T] 【】
    36  pub(super) fn new(slice: &'a [T], predicate: P) -> Self 【】
    37  pub(super) fn new(slice: &'a mut [T], predicate: P) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\memchr.rs

    ═════════ pub fn 函数
    1  pub fn memchr(x: u8, text: &[u8]) -> Option<usize> 【】
    2  pub fn memrchr(x: u8, text: &[u8]) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\mod.rs

    ═════════ pub fn 函数
    1  pub const fn len(&self) -> usize 【】
    2  pub const fn is_empty(&self) -> bool 【】
    3  pub const fn first(&self) -> Option<&T> 【】
    4  pub const fn first_mut(&mut self) -> Option<&mut T> 【】
    5  pub const fn split_first(&self) -> Option<(&T, &[T])> 【】
    6  pub const fn split_first_mut(&mut self) -> Option<(&mut T, &mut [T])> 【】
    7  pub const fn split_last(&self) -> Option<(&T, &[T])> 【】
    8  pub const fn split_last_mut(&mut self) -> Option<(&mut T, &mut [T])> 【】
    9  pub const fn last(&self) -> Option<&T> 【】
    10  pub const fn last_mut(&mut self) -> Option<&mut T> 【】
    11  pub const fn get<I>(&self, index: I) -> Option<&I::Output>
    12  pub const fn get_mut<I>(&mut self, index: I) -> Option<&mut I::Output>
    13  pub const unsafe fn get_unchecked<I>(&self, index: I) -> &I::Output
    14  pub const unsafe fn get_unchecked_mut<I>(&mut self, index: I) -> &mut I::Output
    15  pub const fn as_ptr(&self) -> *const T 【】
    16  pub const fn as_mut_ptr(&mut self) -> *mut T 【】
    17  pub const fn as_ptr_range(&self) -> Range<*const T> 【】
    18  pub const fn as_mut_ptr_range(&mut self) -> Range<*mut T> 【】
    19  pub const fn swap(&mut self, a: usize, b: usize) 【】
    20  pub const unsafe fn swap_unchecked(&mut self, a: usize, b: usize) 【】
    21  pub fn reverse(&mut self) 【】
    22  pub fn iter(&self) -> Iter<'_, T> 【】
    23  pub fn iter_mut(&mut self) -> IterMut<'_, T> 【】
    24  pub fn windows(&self, size: usize) -> Windows<'_, T> 【】
    25  pub fn chunks(&self, chunk_size: usize) -> Chunks<'_, T> 【】
    26  pub fn chunks_mut(&mut self, chunk_size: usize) -> ChunksMut<'_, T> 【】
    27  pub fn chunks_exact(&self, chunk_size: usize) -> ChunksExact<'_, T> 【】
    28  pub fn chunks_exact_mut(&mut self, chunk_size: usize) -> ChunksExactMut<'_, T> 【】
    29  pub unsafe fn as_chunks_unchecked<const N: usize>(&self) -> &[[T; N]] 【】
    30  pub fn as_chunks<const N: usize>(&self) -> (&[[T; N]], &[T]) 【】
    31  pub fn as_rchunks<const N: usize>(&self) -> (&[T], &[[T; N]]) 【】
    32  pub fn array_chunks<const N: usize>(&self) -> ArrayChunks<'_, T, N> 【】
    33  pub unsafe fn as_chunks_unchecked_mut<const N: usize>(&mut self) -> &mut [[T; N]] 【】
    34  pub fn as_chunks_mut<const N: usize>(&mut self) -> (&mut [[T; N]], &mut [T]) 【】
    35  pub fn as_rchunks_mut<const N: usize>(&mut self) -> (&mut [T], &mut [[T; N]]) 【】
    36  pub fn array_chunks_mut<const N: usize>(&mut self) -> ArrayChunksMut<'_, T, N> 【】
    37  pub fn array_windows<const N: usize>(&self) -> ArrayWindows<'_, T, N> 【】
    38  pub fn rchunks(&self, chunk_size: usize) -> RChunks<'_, T> 【】
    39  pub fn rchunks_mut(&mut self, chunk_size: usize) -> RChunksMut<'_, T> 【】
    40  pub fn rchunks_exact(&self, chunk_size: usize) -> RChunksExact<'_, T> 【】
    41  pub fn rchunks_exact_mut(&mut self, chunk_size: usize) -> RChunksExactMut<'_, T> 【】
    42  pub fn group_by<F>(&self, pred: F) -> GroupBy<'_, T, F>
    43  pub fn group_by_mut<F>(&mut self, pred: F) -> GroupByMut<'_, T, F>
    44  pub fn split_at(&self, mid: usize) -> (&[T], &[T]) 【】
    45  pub fn split_at_mut(&mut self, mid: usize) -> (&mut [T], &mut [T]) 【】
    46  pub unsafe fn split_at_unchecked(&self, mid: usize) -> (&[T], &[T]) 【】
    47  pub unsafe fn split_at_mut_unchecked(&mut self, mid: usize) -> (&mut [T], &mut [T]) 【】
    48  pub fn split_array_ref<const N: usize>(&self) -> (&[T; N], &[T]) 【】
    49  pub fn split_array_mut<const N: usize>(&mut self) -> (&mut [T; N], &mut [T]) 【】
    50  pub fn rsplit_array_ref<const N: usize>(&self) -> (&[T], &[T; N]) 【】
    51  pub fn rsplit_array_mut<const N: usize>(&mut self) -> (&mut [T], &mut [T; N]) 【】
    52  pub fn split<F>(&self, pred: F) -> Split<'_, T, F>
    53  pub fn split_mut<F>(&mut self, pred: F) -> SplitMut<'_, T, F>
    54  pub fn split_inclusive<F>(&self, pred: F) -> SplitInclusive<'_, T, F>
    55  pub fn split_inclusive_mut<F>(&mut self, pred: F) -> SplitInclusiveMut<'_, T, F>
    56  pub fn rsplit<F>(&self, pred: F) -> RSplit<'_, T, F>
    57  pub fn rsplit_mut<F>(&mut self, pred: F) -> RSplitMut<'_, T, F>
    58  pub fn splitn<F>(&self, n: usize, pred: F) -> SplitN<'_, T, F>
    59  pub fn splitn_mut<F>(&mut self, n: usize, pred: F) -> SplitNMut<'_, T, F>
    60  pub fn rsplitn<F>(&self, n: usize, pred: F) -> RSplitN<'_, T, F>
    61  pub fn rsplitn_mut<F>(&mut self, n: usize, pred: F) -> RSplitNMut<'_, T, F>
    62  pub fn contains(&self, x: &T) -> bool
    63  pub fn starts_with(&self, needle: &[T]) -> bool
    64  pub fn ends_with(&self, needle: &[T]) -> bool
    65  pub fn strip_prefix<P: SlicePattern<Item = T> + ?Sized>(&self, prefix: &P) -> Option<&[T]>
    66  pub fn strip_suffix<P: SlicePattern<Item = T> + ?Sized>(&self, suffix: &P) -> Option<&[T]>
    67  pub fn binary_search(&self, x: &T) -> Result<usize, usize>
    68  pub fn binary_search_by<'a, F>(&'a self, mut f: F) -> Result<usize, usize>
    69  pub fn binary_search_by_key<'a, B, F>(&'a self, b: &B, mut f: F) -> Result<usize, usize>
    70  pub fn sort_unstable(&mut self)
    71  pub fn sort_unstable_by<F>(&mut self, mut compare: F)
    72  pub fn sort_unstable_by_key<K, F>(&mut self, mut f: F)
    73  pub fn select_nth_unstable(&mut self, index: usize) -> (&mut [T], &mut T, &mut [T])
    74  pub fn select_nth_unstable_by<F>(
    75  pub fn select_nth_unstable_by_key<K, F>(
    76  pub fn partition_dedup(&mut self) -> (&mut [T], &mut [T])
    77  pub fn partition_dedup_by<F>(&mut self, mut same_bucket: F) -> (&mut [T], &mut [T])
    78  pub fn partition_dedup_by_key<K, F>(&mut self, mut key: F) -> (&mut [T], &mut [T])
    79  pub fn rotate_left(&mut self, mid: usize) 【】
    80  pub fn rotate_right(&mut self, k: usize) 【】
    81  pub fn fill(&mut self, value: T)
    82  pub fn fill_with<F>(&mut self, mut f: F)
    83  pub fn clone_from_slice(&mut self, src: &[T])
    84  pub fn copy_from_slice(&mut self, src: &[T])
    85  pub fn copy_within<R: RangeBounds<usize>>(&mut self, src: R, dest: usize)
    86  pub fn swap_with_slice(&mut self, other: &mut [T]) 【】
    87  pub unsafe fn align_to<U>(&self) -> (&[T], &[U], &[T]) 【】
    88  pub unsafe fn align_to_mut<U>(&mut self) -> (&mut [T], &mut [U], &mut [T]) 【】
    89  pub fn as_simd<const LANES: usize>(&self) -> (&[T], &[Simd<T, LANES>], &[T])
    90  pub fn as_simd_mut<const LANES: usize>(&mut self) -> (&mut [T], &mut [Simd<T, LANES>], &mut [T])
    91  pub fn is_sorted(&self) -> bool
    92  pub fn is_sorted_by<F>(&self, mut compare: F) -> bool
    93  pub fn is_sorted_by_key<F, K>(&self, f: F) -> bool
    94  pub fn partition_point<P>(&self, mut pred: P) -> usize
    95  pub fn take<'a, R: OneSidedRange<usize>>(self: &mut &'a Self, range: R) -> Option<&'a Self> 【】
    96  pub fn take_mut<'a, R: OneSidedRange<usize>>(
    97  pub fn take_first<'a>(self: &mut &'a Self) -> Option<&'a T> 【】
    98  pub fn take_first_mut<'a>(self: &mut &'a mut Self) -> Option<&'a mut T> 【】
    99  pub fn take_last<'a>(self: &mut &'a Self) -> Option<&'a T> 【】
    100  pub fn take_last_mut<'a>(self: &mut &'a mut Self) -> Option<&'a mut T> 【】
    101  pub fn flatten(&self) -> &[T] 【】
    102  pub fn flatten_mut(&mut self) -> &mut [T] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\raw.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn from_raw_parts<'a, T>(data: *const T, len: usize) -> &'a [T] 【】
    2  pub const unsafe fn from_raw_parts_mut<'a, T>(data: *mut T, len: usize) -> &'a mut [T] 【】
    3  pub const fn from_ref<T>(s: &T) -> &[T] 【】
    4  pub const fn from_mut<T>(s: &mut T) -> &mut [T] 【】
    5  pub const unsafe fn from_ptr_range<'a, T>(range: Range<*const T>) -> &'a [T] 【】
    6  pub const unsafe fn from_mut_ptr_range<'a, T>(range: Range<*mut T>) -> &'a mut [T] 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\rotate.rs

    ═════════ pub fn 函数
    1  pub unsafe fn ptr_rotate<T>(mut left: usize, mut mid: *mut T, mut right: usize) 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\slice\sort.rs

    ═════════ pub fn 函数
    1  pub fn heapsort<T, F>(v: &mut [T], mut is_less: F)
    2  pub fn quicksort<T, F>(v: &mut [T], mut is_less: F)
    3  pub fn partition_at_index<T, F>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! left 【】
    2  macro_rules! right 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\converts.rs

    ═════════ pub fn 函数
    1  pub const fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> 【】
    2  pub const fn from_utf8_mut(v: &mut [u8]) -> Result<&mut str, Utf8Error> 【】
    3  pub const unsafe fn from_utf8_unchecked(v: &[u8]) -> &str 【】
    4  pub const unsafe fn from_utf8_unchecked_mut(v: &mut [u8]) -> &mut str 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\count.rs

    ═════════ pub fn 函数
    1  pub(super) fn count_chars(s: &str) -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\error.rs

    ═════════ pub fn 函数
    1  pub const fn valid_up_to(&self) -> usize 【】
    2  pub const fn error_len(&self) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\iter.rs

    ═════════ pub fn 函数
    1  pub fn as_str(&self) -> &'a str 【】
    2  pub fn as_str(&self) -> &'a str 【】
    3  pub fn offset(&self) -> usize 【】
    4  pub fn as_str(&self) -> &'a str 【】
    5  pub fn as_str(&self) -> &'a str 【】
    6  pub fn as_str(&self) -> &'a str 【】
    7  pub fn as_str(&self) -> &'a str 【】
    8  pub fn as_str(&self) -> &'a str 【】
    9  pub fn as_str(&self) -> &'a str 【】
    10  pub fn as_str(&self) -> &'a str 【】
    11  pub fn as_str(&self) -> &'a str 【】
    12  pub fn as_str(&self) -> &'a str 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! derive_pattern_clone 【】
    2  macro_rules! generate_pattern_iterators 【】
    3  macro_rules! escape_types_impls 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\lossy.rs

    ═════════ pub fn 函数
    1  pub fn from_bytes(bytes: &[u8]) -> &Utf8Lossy 【】
    2  pub fn chunks(&self) -> Utf8LossyChunksIter<'_> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\mod.rs

    ═════════ pub fn 函数
    1  pub const fn len(&self) -> usize 【】
    2  pub const fn is_empty(&self) -> bool 【】
    3  pub const fn is_char_boundary(&self, index: usize) -> bool 【】
    4  pub fn floor_char_boundary(&self, index: usize) -> usize 【】
    5  pub fn ceil_char_boundary(&self, index: usize) -> usize 【】
    6  pub const fn as_bytes(&self) -> &[u8] 【】
    7  pub unsafe fn as_bytes_mut(&mut self) -> &mut [u8] 【】
    8  pub const fn as_ptr(&self) -> *const u8 【】
    9  pub fn as_mut_ptr(&mut self) -> *mut u8 【】
    10  pub const fn get<I: ~const SliceIndex<str>>(&self, i: I) -> Option<&I::Output> 【】
    11  pub const fn get_mut<I: ~const SliceIndex<str>>(&mut self, i: I) -> Option<&mut I::Output> 【】
    12  pub const unsafe fn get_unchecked<I: ~const SliceIndex<str>>(&self, i: I) -> &I::Output 【】
    13  pub const unsafe fn get_unchecked_mut<I: ~const SliceIndex<str>>(
    14  pub unsafe fn slice_unchecked(&self, begin: usize, end: usize) -> &str 【】
    15  pub unsafe fn slice_mut_unchecked(&mut self, begin: usize, end: usize) -> &mut str 【】
    16  pub fn split_at(&self, mid: usize) -> (&str, &str) 【】
    17  pub fn split_at_mut(&mut self, mid: usize) -> (&mut str, &mut str) 【】
    18  pub fn chars(&self) -> Chars<'_> 【】
    19  pub fn char_indices(&self) -> CharIndices<'_> 【】
    20  pub fn bytes(&self) -> Bytes<'_> 【】
    21  pub fn split_whitespace(&self) -> SplitWhitespace<'_> 【】
    22  pub fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> 【】
    23  pub fn lines(&self) -> Lines<'_> 【】
    24  pub fn lines_any(&self) -> LinesAny<'_> 【】
    25  pub fn encode_utf16(&self) -> EncodeUtf16<'_> 【】
    26  pub fn contains<'a, P: Pattern<'a>>(&'a self, pat: P) -> bool 【】
    27  pub fn starts_with<'a, P: Pattern<'a>>(&'a self, pat: P) -> bool 【】
    28  pub fn ends_with<'a, P>(&'a self, pat: P) -> bool
    29  pub fn find<'a, P: Pattern<'a>>(&'a self, pat: P) -> Option<usize> 【】
    30  pub fn rfind<'a, P>(&'a self, pat: P) -> Option<usize>
    31  pub fn split<'a, P: Pattern<'a>>(&'a self, pat: P) -> Split<'a, P> 【】
    32  pub fn split_inclusive<'a, P: Pattern<'a>>(&'a self, pat: P) -> SplitInclusive<'a, P> 【】
    33  pub fn rsplit<'a, P>(&'a self, pat: P) -> RSplit<'a, P>
    34  pub fn split_terminator<'a, P: Pattern<'a>>(&'a self, pat: P) -> SplitTerminator<'a, P> 【】
    35  pub fn rsplit_terminator<'a, P>(&'a self, pat: P) -> RSplitTerminator<'a, P>
    36  pub fn splitn<'a, P: Pattern<'a>>(&'a self, n: usize, pat: P) -> SplitN<'a, P> 【】
    37  pub fn rsplitn<'a, P>(&'a self, n: usize, pat: P) -> RSplitN<'a, P>
    38  pub fn split_once<'a, P: Pattern<'a>>(&'a self, delimiter: P) -> Option<(&'a str, &'a str)> 【】
    39  pub fn rsplit_once<'a, P>(&'a self, delimiter: P) -> Option<(&'a str, &'a str)>
    40  pub fn matches<'a, P: Pattern<'a>>(&'a self, pat: P) -> Matches<'a, P> 【】
    41  pub fn rmatches<'a, P>(&'a self, pat: P) -> RMatches<'a, P>
    42  pub fn match_indices<'a, P: Pattern<'a>>(&'a self, pat: P) -> MatchIndices<'a, P> 【】
    43  pub fn rmatch_indices<'a, P>(&'a self, pat: P) -> RMatchIndices<'a, P>
    44  pub fn trim(&self) -> &str 【】
    45  pub fn trim_start(&self) -> &str 【】
    46  pub fn trim_end(&self) -> &str 【】
    47  pub fn trim_left(&self) -> &str 【】
    48  pub fn trim_right(&self) -> &str 【】
    49  pub fn trim_matches<'a, P>(&'a self, pat: P) -> &'a str
    50  pub fn trim_start_matches<'a, P: Pattern<'a>>(&'a self, pat: P) -> &'a str 【】
    51  pub fn strip_prefix<'a, P: Pattern<'a>>(&'a self, prefix: P) -> Option<&'a str> 【】
    52  pub fn strip_suffix<'a, P>(&'a self, suffix: P) -> Option<&'a str>
    53  pub fn trim_end_matches<'a, P>(&'a self, pat: P) -> &'a str
    54  pub fn trim_left_matches<'a, P: Pattern<'a>>(&'a self, pat: P) -> &'a str 【】
    55  pub fn trim_right_matches<'a, P>(&'a self, pat: P) -> &'a str
    56  pub fn parse<F: FromStr>(&self) -> Result<F, F::Err> 【】
    57  pub fn is_ascii(&self) -> bool 【】
    58  pub fn eq_ignore_ascii_case(&self, other: &str) -> bool 【】
    59  pub fn make_ascii_uppercase(&mut self) 【】
    60  pub fn make_ascii_lowercase(&mut self) 【】
    61  pub fn escape_debug(&self) -> EscapeDebug<'_> 【】
    62  pub fn escape_default(&self) -> EscapeDefault<'_> 【】
    63  pub fn escape_unicode(&self) -> EscapeUnicode<'_> 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\pattern.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! pattern_methods 【】
    2  macro_rules! searcher_methods 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\str\validations.rs

    ═════════ pub fn 函数
    1  pub(super) const fn utf8_is_cont_byte(byte: u8) -> bool 【】
    2  pub unsafe fn next_code_point<'a, I: Iterator<Item = &'a u8>>(bytes: &mut I) -> Option<u32> 【】
    3  pub(super) unsafe fn next_code_point_reverse<'a, I>(bytes: &mut I) -> Option<u32>
    4  pub(super) const fn run_utf8_validation(v: &[u8]) -> Result<(), Utf8Error> 【】
    5  pub const fn utf8_char_width(b: u8) -> usize 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! err 【】
    2  macro_rules! next 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\sync\atomic.rs

    ═════════ pub fn 函数
    1  pub const fn new(v: bool) -> AtomicBool 【】
    2  pub fn get_mut(&mut self) -> &mut bool 【】
    3  pub fn from_mut(v: &mut bool) -> &mut Self 【】
    4  pub fn get_mut_slice(this: &mut [Self]) -> &mut [bool] 【】
    5  pub fn from_mut_slice(v: &mut [bool]) -> &mut [Self] 【】
    6  pub const fn into_inner(self) -> bool 【】
    7  pub fn load(&self, order: Ordering) -> bool 【】
    8  pub fn store(&self, val: bool, order: Ordering) 【】
    9  pub fn swap(&self, val: bool, order: Ordering) -> bool 【】
    10  pub fn compare_and_swap(&self, current: bool, new: bool, order: Ordering) -> bool 【】
    11  pub fn compare_exchange(
    12  pub fn compare_exchange_weak(
    13  pub fn fetch_and(&self, val: bool, order: Ordering) -> bool 【】
    14  pub fn fetch_nand(&self, val: bool, order: Ordering) -> bool 【】
    15  pub fn fetch_or(&self, val: bool, order: Ordering) -> bool 【】
    16  pub fn fetch_xor(&self, val: bool, order: Ordering) -> bool 【】
    17  pub fn as_mut_ptr(&self) -> *mut bool 【】
    18  pub fn fetch_update<F>(
    19  pub const fn new(p: *mut T) -> AtomicPtr<T> 【】
    20  pub fn get_mut(&mut self) -> &mut *mut T 【】
    21  pub fn from_mut(v: &mut *mut T) -> &mut Self 【】
    22  pub fn get_mut_slice(this: &mut [Self]) -> &mut [*mut T] 【】
    23  pub fn from_mut_slice(v: &mut [*mut T]) -> &mut [Self] 【】
    24  pub const fn into_inner(self) -> *mut T 【】
    25  pub fn load(&self, order: Ordering) -> *mut T 【】
    26  pub fn store(&self, ptr: *mut T, order: Ordering) 【】
    27  pub fn swap(&self, ptr: *mut T, order: Ordering) -> *mut T 【】
    28  pub fn compare_and_swap(&self, current: *mut T, new: *mut T, order: Ordering) -> *mut T 【】
    29  pub fn compare_exchange(
    30  pub fn compare_exchange_weak(
    31  pub fn fetch_update<F>(
    32  pub const fn new(v: $int_type) -> Self 【】
    33  pub fn get_mut(&mut self) -> &mut $int_type 【】
    34  pub fn from_mut(v: &mut $int_type) -> &mut Self 【】
    35  pub fn get_mut_slice(this: &mut [Self]) -> &mut [$int_type] 【】
    36  pub fn from_mut_slice(v: &mut [$int_type]) -> &mut [Self] 【】
    37  pub const fn into_inner(self) -> $int_type 【】
    38  pub fn load(&self, order: Ordering) -> $int_type 【】
    39  pub fn store(&self, val: $int_type, order: Ordering) 【】
    40  pub fn swap(&self, val: $int_type, order: Ordering) -> $int_type 【】
    41  pub fn compare_and_swap(&self,
    42  pub fn compare_exchange(&self,
    43  pub fn compare_exchange_weak(&self,
    44  pub fn fetch_add(&self, val: $int_type, order: Ordering) -> $int_type 【】
    45  pub fn fetch_sub(&self, val: $int_type, order: Ordering) -> $int_type 【】
    46  pub fn fetch_and(&self, val: $int_type, order: Ordering) -> $int_type 【】
    47  pub fn fetch_nand(&self, val: $int_type, order: Ordering) -> $int_type 【】
    48  pub fn fetch_or(&self, val: $int_type, order: Ordering) -> $int_type 【】
    49  pub fn fetch_xor(&self, val: $int_type, order: Ordering) -> $int_type 【】
    50  pub fn fetch_update<F>(&self,
    51  pub fn fetch_max(&self, val: $int_type, order: Ordering) -> $int_type 【】
    52  pub fn fetch_min(&self, val: $int_type, order: Ordering) -> $int_type 【】
    53  pub fn as_mut_ptr(&self) -> *mut $int_type 【】
    54  pub fn fence(order: Ordering) 【】
    55  pub fn compiler_fence(order: Ordering) 【】
    56  pub fn spin_loop_hint() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! if_not_8_bit 【】
    2  macro_rules! atomic_int 【】
    3  macro_rules! atomic_int_ptr_sized 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\task\poll.rs

    ═════════ pub fn 函数
    1  pub fn map<U, F>(self, f: F) -> Poll<U>
    2  pub const fn is_ready(&self) -> bool 【】
    3  pub const fn is_pending(&self) -> bool 【】
    4  pub fn ready(self) -> Ready<T> 【】
    5  pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>>
    6  pub fn map_err<U, F>(self, f: F) -> Poll<Result<T, U>>
    7  pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>>
    8  pub fn map_err<U, F>(self, f: F) -> Poll<Option<Result<T, U>>>
    
    
    
    

    \rustlib\src\rust\library\core\src\task\wake.rs

    ═════════ pub fn 函数
    1  pub const fn new(data: *const (), vtable: &'static RawWakerVTable) -> RawWaker 【】
    2  pub fn data(&self) -> *const () 【】
    3  pub fn vtable(&self) -> &'static RawWakerVTable 【】
    4  pub const fn new(
    5  pub fn from_waker(waker: &'a Waker) -> Self 【】
    6  pub fn waker(&self) -> &'a Waker 【】
    7  pub fn wake(self) 【】
    8  pub fn wake_by_ref(&self) 【】
    9  pub fn will_wake(&self, other: &Waker) -> bool 【】
    10  pub unsafe fn from_raw(waker: RawWaker) -> Waker 【】
    11  pub fn as_raw(&self) -> &RawWaker 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\time.rs

    ═════════ pub fn 函数
    1  pub const fn new(secs: u64, nanos: u32) -> Duration 【】
    2  pub const fn from_secs(secs: u64) -> Duration 【】
    3  pub const fn from_millis(millis: u64) -> Duration 【】
    4  pub const fn from_micros(micros: u64) -> Duration 【】
    5  pub const fn from_nanos(nanos: u64) -> Duration 【】
    6  pub const fn is_zero(&self) -> bool 【】
    7  pub const fn as_secs(&self) -> u64 【】
    8  pub const fn subsec_millis(&self) -> u32 【】
    9  pub const fn subsec_micros(&self) -> u32 【】
    10  pub const fn subsec_nanos(&self) -> u32 【】
    11  pub const fn as_millis(&self) -> u128 【】
    12  pub const fn as_micros(&self) -> u128 【】
    13  pub const fn as_nanos(&self) -> u128 【】
    14  pub const fn checked_add(self, rhs: Duration) -> Option<Duration> 【】
    15  pub const fn saturating_add(self, rhs: Duration) -> Duration 【】
    16  pub const fn checked_sub(self, rhs: Duration) -> Option<Duration> 【】
    17  pub const fn saturating_sub(self, rhs: Duration) -> Duration 【】
    18  pub const fn checked_mul(self, rhs: u32) -> Option<Duration> 【】
    19  pub const fn saturating_mul(self, rhs: u32) -> Duration 【】
    20  pub const fn checked_div(self, rhs: u32) -> Option<Duration> 【】
    21  pub const fn as_secs_f64(&self) -> f64 【】
    22  pub const fn as_secs_f32(&self) -> f32 【】
    23  pub const fn from_secs_f64(secs: f64) -> Duration 【】
    24  pub const fn from_secs_f32(secs: f32) -> Duration 【】
    25  pub const fn mul_f64(self, rhs: f64) -> Duration 【】
    26  pub const fn mul_f32(self, rhs: f32) -> Duration 【】
    27  pub const fn div_f64(self, rhs: f64) -> Duration 【】
    28  pub const fn div_f32(self, rhs: f32) -> Duration 【】
    29  pub const fn div_duration_f64(self, rhs: Duration) -> f64 【】
    30  pub const fn div_duration_f32(self, rhs: Duration) -> f32 【】
    31  pub const fn try_from_secs_f32(secs: f32) -> Result<Duration, FromFloatSecsError> 【】
    32  pub const fn try_from_secs_f64(secs: f64) -> Result<Duration, FromFloatSecsError> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! sum_durations 【】
    2  macro_rules! try_from_secs 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\tuple.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! tuple_impls 【】
    2  macro_rules! maybe_tuple_doc 【】
    3  macro_rules! lexical_ord 【】
    4  macro_rules! lexical_partial_cmp 【】
    5  macro_rules! lexical_cmp 【】
    6  macro_rules! last_type 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\unicode\printable.rs

    ═════════ pub fn 函数
    1  pub(crate) fn is_printable(x: char) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\core\src\unicode\unicode_data.rs

    ═════════ pub fn 函数
    1  pub fn lookup(c: char) -> bool 【】
    2  pub fn lookup(c: char) -> bool 【】
    3  pub fn lookup(c: char) -> bool 【】
    4  pub fn lookup(c: char) -> bool 【】
    5  pub fn lookup(c: char) -> bool 【】
    6  pub fn lookup(c: char) -> bool 【】
    7  pub fn lookup(c: char) -> bool 【】
    8  pub fn lookup(c: char) -> bool 【】
    9  pub fn lookup(c: char) -> bool 【】
    10  pub fn to_lower(c: char) -> [char; 3] 【】
    11  pub fn to_upper(c: char) -> [char; 3] 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\array.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\ascii.rs

    ═════════ pub fn 函数
    1  pub fn run() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! test 【】
    2  macro_rules! test 【】
    3  macro_rules! assert_all 【】
    4  macro_rules! assert_none 【】
    5  macro_rules! suite 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\asserting.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\bool.rs

    ═════════ pub fn 函数
    1  pub fn test_bool_not() 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\iter\adapters\mod.rs

    ═════════ pub fn 函数
    1  pub fn new(iter: I) -> Self 【】
    2  pub fn new<T>(iter: T) -> Self
    3  pub fn new(data: &'a [T]) -> Self 【】
    4  pub fn new() -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\iter\mod.rs

    ═════════ pub fn 函数
    1  pub fn is_trusted_len<I: TrustedLen>(_: I) 【】}
    2  pub fn extend_for_unit() 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\nonzero.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! atom 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\dec2flt\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_literal 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\dec2flt\parse.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_float_result_bits_eq 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\flt2dec\estimator.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_almost_eq 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\flt2dec\mod.rs

    ═════════ pub fn 函数
    1  pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded 【】
    2  pub fn f32_shortest_sanity_test<F>(mut f: F)
    3  pub fn f32_exact_sanity_test<F>(mut f: F)
    4  pub fn f64_shortest_sanity_test<F>(mut f: F)
    5  pub fn f64_exact_sanity_test<F>(mut f: F)
    6  pub fn more_shortest_sanity_test<F>(mut f: F)
    7  pub fn to_shortest_str_test<F>(mut f_: F)
    8  pub fn to_shortest_exp_str_test<F>(mut f_: F)
    9  pub fn to_exact_exp_str_test<F>(mut f_: F)
    10  pub fn to_exact_fixed_str_test<F>(mut f_: F)
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! check_shortest 【】
    2  macro_rules! try_exact 【】
    3  macro_rules! try_fixed 【】
    4  macro_rules! check_exact 【】
    5  macro_rules! check_exact_one 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\flt2dec\random.rs

    ═════════ pub fn 函数
    1  pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded 【】
    2  pub fn f32_random_equivalence_test<F, G>(f: F, g: G, k: usize, n: usize)
    3  pub fn f64_random_equivalence_test<F, G>(f: F, g: G, k: usize, n: usize)
    4  pub fn f32_exhaustive_equivalence_test<F, G>(f: F, g: G, k: usize)
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\ieee754.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_biteq 【】
    2  macro_rules! roundtrip 【】
    3  macro_rules! assert_floats_roundtrip 【】
    4  macro_rules! assert_floats_bitne 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\int_log.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! log10_loop 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\int_macros.rs

    ═════════ pub fn 函数
    1  pub fn test_abs() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! int_module 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\mod.rs

    ═════════ pub fn 函数
    1  pub fn test_num<T>(ten: T, two: T)
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! cfg_block 【】
    2  macro_rules! assume_usize_width 【】
    3  macro_rules! check 【】
    4  macro_rules! test_impl_from 【】
    5  macro_rules! test_impl_try_from_always_ok 【】
    6  macro_rules! test_impl_try_from_signed_to_unsigned_upper_ok 【】
    7  macro_rules! test_impl_try_from_unsigned_to_signed_upper_err 【】
    8  macro_rules! test_impl_try_from_same_sign_err 【】
    9  macro_rules! test_impl_try_from_signed_to_unsigned_err 【】
    10  macro_rules! test_float 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\ops.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_defined 【】
    2  macro_rules! impls_defined 【】
    3  macro_rules! test_op 【】
    4  macro_rules! test_arith_op 【】
    5  macro_rules! test_bitop 【】
    6  macro_rules! test_bitop_assign 【】
    7  macro_rules! test_shift_inner 【】
    8  macro_rules! test_shift 【】
    9  macro_rules! test_shift_assign_inner 【】
    10  macro_rules! test_shift_assign 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\uint_macros.rs

    ═════════ pub fn 函数
    1  pub fn test_from_str() 【】
    2  pub fn test_parse_bytes() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! uint_module 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\num\wrapping.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! wrapping_operation 【】
    2  macro_rules! wrapping_assignment 【】
    3  macro_rules! wrapping_test 【】
    4  macro_rules! check_mul_no_wrap 【】
    5  macro_rules! check_mul_wraps 【】
    6  macro_rules! check_div_no_wrap 【】
    7  macro_rules! check_div_wraps 【】
    8  macro_rules! check_rem_no_wrap 【】
    9  macro_rules! check_rem_wraps 【】
    10  macro_rules! check_neg_no_wrap 【】
    11  macro_rules! check_neg_wraps 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\pattern.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! search_asserts 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\ptr.rs

    ═════════ pub fn 函数
    1  pub fn test_variadic_fnptr() 【】
    2  pub fn new<Value: std::marker::Unsize<T>>(value: Value) -> Self 【】
    3  pub fn new(pointer: *mut T) -> Option<TaggedPointer<T>> 【】
    4  pub fn pointer(self) -> NonNull<T> 【】
    5  pub fn tag(&self) -> usize 【】
    6  pub fn set_tag(&mut self, data: usize) 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\result.rs

    ═════════ pub fn 函数
    1  pub fn test_unwrap_or_else_panic() 【】
    2  pub fn test_expect_ok() 【】
    3  pub fn test_expect_err() 【】
    4  pub fn test_expect_err_err() 【】
    5  pub fn test_expect_err_ok() 【】
    6  pub fn test_iter() 【】
    7  pub fn test_iter_mut() 【】
    8  pub fn test_unwrap_or_default() 【】
    9  pub fn test_into_ok() 【】
    10  pub fn test_into_err() 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\slice.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_range_eq 【】
    2  macro_rules! panic_cases 【】
    3  macro_rules! take_tests 【】
    4  macro_rules! empty_max_mut 【】
    
    
    
    

    \rustlib\src\rust\library\core\tests\unicode.rs

    ═════════ pub fn 函数
    1  pub fn version() 【】
    
    
    
    

    \rustlib\src\rust\library\panic_abort\src\android.rs

    ═════════ pub fn 函数
    1  pub(crate) unsafe fn android_set_abort_message(payload: *mut &mut dyn BoxMeUp) 【】
    
    
    
    

    \rustlib\src\rust\library\panic_abort\src\lib.rs

    ═════════ pub fn 函数
    1  pub unsafe extern "C" fn __rust_panic_cleanup(_: *mut u8) -> *mut (dyn Any + Send + 'static) 【】
    2  pub unsafe fn __rust_start_panic(_payload: *mut &mut dyn BoxMeUp) -> u32 【】
    3  pub fn __rust_abort() -> !;
    4  pub extern "C" fn rust_eh_personality() 【】}
    5  pub extern "C" fn rust_eh_personality(
    6  pub extern "C" fn rust_eh_register_frames() 【】}
    7  pub extern "C" fn rust_eh_unregister_frames() 【】}
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\dummy.rs

    ═════════ pub fn 函数
    1  pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> 【】
    2  pub unsafe fn panic(_data: Box<dyn Any + Send>) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\dwarf\eh.rs

    ═════════ pub fn 函数
    1  pub unsafe fn find_eh_action(lsda: *const u8, context: &EHContext<'_>) -> Result<EHAction, ()> 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\dwarf\mod.rs

    ═════════ pub fn 函数
    1  pub fn new(ptr: *const u8) -> DwarfReader 【】
    2  pub unsafe fn read<T: Copy>(&mut self) -> T 【】
    3  pub unsafe fn read_uleb128(&mut self) -> u64 【】
    4  pub unsafe fn read_sleb128(&mut self) -> i64 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\emcc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn cleanup(ptr: *mut u8) -> Box<dyn Any + Send> 【】
    2  pub unsafe fn panic(data: Box<dyn Any + Send>) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\gcc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn panic(data: Box<dyn Any + Send>) -> u32 【】
    2  pub unsafe fn cleanup(ptr: *mut u8) -> Box<dyn Any + Send> 【】
    3  pub unsafe extern "C" fn rust_eh_register_frames(eh_frame_begin: *const u8, object: *mut u8) 【】
    4  pub unsafe extern "C" fn rust_eh_unregister_frames(eh_frame_begin: *const u8, object: *mut u8) 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\hermit.rs

    ═════════ pub fn 函数
    1  pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> 【】
    2  pub fn __rust_abort() -> !;
    3  pub unsafe fn panic(_data: Box<dyn Any + Send>) -> u32 【】
    4  pub fn __rust_abort() -> !;
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\lib.rs

    ═════════ pub fn 函数
    1  pub unsafe extern "C" fn __rust_panic_cleanup(payload: *mut u8) -> *mut (dyn Any + Send + 'static) 【】
    2  pub unsafe fn __rust_start_panic(payload: *mut &mut dyn BoxMeUp) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\miri.rs

    ═════════ pub fn 函数
    1  pub unsafe fn panic(payload: Box<dyn Any + Send>) -> u32 【】
    2  pub unsafe fn cleanup(payload_box: *mut u8) -> Box<dyn Any + Send> 【】
    
    
    
    

    \rustlib\src\rust\library\panic_unwind\src\seh.rs

    ═════════ pub fn 函数
    1  pub unsafe fn panic(data: Box<dyn Any + Send>) -> u32 【】
    2  pub unsafe fn cleanup(payload: *mut u8) -> Box<dyn Any + Send> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! ptr 【】
    2  macro_rules! ptr 【】
    3  macro_rules! define_cleanup 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\examples\matrix_inversion.rs

    ═════════ pub fn 函数
    1  pub fn scalar_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> 【】
    2  pub fn simd_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\examples\nbody.rs

    ═════════ pub fn 函数
    1  pub fn run(n: usize) -> (f64, f64) 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\examples\spectral_norm.rs

    ═════════ pub fn 函数
    1  pub fn spectral_norm(n: usize) -> f64 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\comparisons.rs

    ═════════ pub fn 函数
    1  pub fn lanes_eq(self, other: Self) -> Mask<T::Mask, LANES> 【】
    2  pub fn lanes_ne(self, other: Self) -> Mask<T::Mask, LANES> 【】
    3  pub fn lanes_lt(self, other: Self) -> Mask<T::Mask, LANES> 【】
    4  pub fn lanes_gt(self, other: Self) -> Mask<T::Mask, LANES> 【】
    5  pub fn lanes_le(self, other: Self) -> Mask<T::Mask, LANES> 【】
    6  pub fn lanes_ge(self, other: Self) -> Mask<T::Mask, LANES> 【】
    7  pub fn min(self, other: Self) -> Self 【】
    8  pub fn max(self, other: Self) -> Self 【】
    9  pub fn clamp(self, min: Self, max: Self) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_ord_methods_vector 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\fmt.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_fmt_trait 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\intrinsics.rs

    ═════════ pub fn 函数
    1  pub(crate) fn simd_add<T>(x: T, y: T) -> T;
    2  pub(crate) fn simd_sub<T>(lhs: T, rhs: T) -> T;
    3  pub(crate) fn simd_mul<T>(x: T, y: T) -> T;
    4  pub(crate) fn simd_div<T>(lhs: T, rhs: T) -> T;
    5  pub(crate) fn simd_rem<T>(lhs: T, rhs: T) -> T;
    6  pub(crate) fn simd_shl<T>(lhs: T, rhs: T) -> T;
    7  pub(crate) fn simd_shr<T>(lhs: T, rhs: T) -> T;
    8  pub(crate) fn simd_and<T>(x: T, y: T) -> T;
    9  pub(crate) fn simd_or<T>(x: T, y: T) -> T;
    10  pub(crate) fn simd_xor<T>(x: T, y: T) -> T;
    11  pub(crate) fn simd_arith_offset<T, U>(ptrs: T, offsets: U) -> T;
    12  pub(crate) fn simd_cast<T, U>(x: T) -> U;
    13  pub(crate) fn simd_as<T, U>(x: T) -> U;
    14  pub(crate) fn simd_neg<T>(x: T) -> T;
    15  pub(crate) fn simd_fabs<T>(x: T) -> T;
    16  pub(crate) fn simd_fmin<T>(x: T, y: T) -> T;
    17  pub(crate) fn simd_fmax<T>(x: T, y: T) -> T;
    18  pub(crate) fn simd_eq<T, U>(x: T, y: T) -> U;
    19  pub(crate) fn simd_ne<T, U>(x: T, y: T) -> U;
    20  pub(crate) fn simd_lt<T, U>(x: T, y: T) -> U;
    21  pub(crate) fn simd_le<T, U>(x: T, y: T) -> U;
    22  pub(crate) fn simd_gt<T, U>(x: T, y: T) -> U;
    23  pub(crate) fn simd_ge<T, U>(x: T, y: T) -> U;
    24  pub(crate) fn simd_shuffle<T, U, V>(x: T, y: T, idx: U) -> V;
    25  pub(crate) fn simd_gather<T, U, V>(val: T, ptr: U, mask: V) -> T;
    26  pub(crate) fn simd_scatter<T, U, V>(val: T, ptr: U, mask: V);
    27  pub(crate) fn simd_saturating_add<T>(x: T, y: T) -> T;
    28  pub(crate) fn simd_saturating_sub<T>(lhs: T, rhs: T) -> T;
    29  pub(crate) fn simd_reduce_add_ordered<T, U>(x: T, y: U) -> U;
    30  pub(crate) fn simd_reduce_mul_ordered<T, U>(x: T, y: U) -> U;
    31  pub(crate) fn simd_reduce_all<T>(x: T) -> bool;
    32  pub(crate) fn simd_reduce_any<T>(x: T) -> bool;
    33  pub(crate) fn simd_reduce_max<T, U>(x: T) -> U;
    34  pub(crate) fn simd_reduce_min<T, U>(x: T) -> U;
    35  pub(crate) fn simd_reduce_and<T, U>(x: T) -> U;
    36  pub(crate) fn simd_reduce_or<T, U>(x: T) -> U;
    37  pub(crate) fn simd_reduce_xor<T, U>(x: T) -> U;
    38  pub(crate) fn simd_bitmask<T, U>(x: T) -> U;
    39  pub(crate) fn simd_select<M, T>(m: M, yes: T, no: T) -> T;
    40  pub(crate) fn simd_select_bitmask<M, T>(m: M, yes: T, no: T) -> T;
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\iter.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_traits 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\masks\bitmask.rs

    ═════════ pub fn 函数
    1  pub fn splat(value: bool) -> Self 【】
    2  pub unsafe fn test_unchecked(&self, lane: usize) -> bool 【】
    3  pub unsafe fn set_unchecked(&mut self, lane: usize, value: bool) 【】
    4  pub fn to_int(self) -> Simd<T, LANES> 【】
    5  pub unsafe fn from_int_unchecked(value: Simd<T, LANES>) -> Self 【】
    6  pub fn to_bitmask_integer<U>(self) -> U
    7  pub fn from_bitmask_integer<U>(bitmask: U) -> Self
    8  pub fn convert<U>(self) -> Mask<U, LANES>
    9  pub fn any(self) -> bool 【】
    10  pub fn all(self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\masks\full_masks.rs

    ═════════ pub fn 函数
    1  pub fn splat(value: bool) -> Self 【】
    2  pub unsafe fn test_unchecked(&self, lane: usize) -> bool 【】
    3  pub unsafe fn set_unchecked(&mut self, lane: usize, value: bool) 【】
    4  pub fn to_int(self) -> Simd<T, LANES> 【】
    5  pub unsafe fn from_int_unchecked(value: Simd<T, LANES>) -> Self 【】
    6  pub fn convert<U>(self) -> Mask<U, LANES>
    7  pub(crate) fn to_bitmask_integer<U: ReverseBits>(self) -> U
    8  pub(crate) fn from_bitmask_integer<U: ReverseBits>(bitmask: U) -> Self
    9  pub fn any(self) -> bool 【】
    10  pub fn all(self) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_reverse_bits 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\masks\to_bitmask.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer_intrinsic 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\masks.rs

    ═════════ pub fn 函数
    1  pub fn splat(value: bool) -> Self 【】
    2  pub fn from_array(array: [bool; LANES]) -> Self 【】
    3  pub fn to_array(self) -> [bool; LANES] 【】
    4  pub unsafe fn from_int_unchecked(value: Simd<T, LANES>) -> Self 【】
    5  pub fn from_int(value: Simd<T, LANES>) -> Self 【】
    6  pub fn to_int(self) -> Simd<T, LANES> 【】
    7  pub unsafe fn test_unchecked(&self, lane: usize) -> bool 【】
    8  pub fn test(&self, lane: usize) -> bool 【】
    9  pub unsafe fn set_unchecked(&mut self, lane: usize, value: bool) 【】
    10  pub fn set(&mut self, lane: usize, value: bool) 【】
    11  pub fn any(self) -> bool 【】
    12  pub fn all(self) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_element 【】
    2  macro_rules! impl_from 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\math.rs

    ═════════ pub fn 函数
    1  pub fn saturating_add(self, second: Self) -> Self 【】
    2  pub fn saturating_sub(self, second: Self) -> Self 【】
    3  pub fn saturating_add(self, second: Self) -> Self 【】
    4  pub fn saturating_sub(self, second: Self) -> Self 【】
    5  pub fn abs(self) -> Self 【】
    6  pub fn saturating_abs(self) -> Self 【】
    7  pub fn saturating_neg(self) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_uint_arith 【】
    2  macro_rules! impl_int_arith 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\ops\assign.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assign_ops 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\ops\deref.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! deref_lhs 【】
    2  macro_rules! deref_rhs 【】
    3  macro_rules! deref_ops 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\ops\unary.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! neg 【】
    2  macro_rules! not 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\ops.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! unsafe_base 【】
    2  macro_rules! wrap_bitshift 【】
    3  macro_rules! int_divrem_guard 【】
    4  macro_rules! for_base_types 【】
    5  macro_rules! for_base_ops 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\reduction.rs

    ═════════ pub fn 函数
    1  pub fn reduce_sum(self) -> $scalar 【】
    2  pub fn reduce_product(self) -> $scalar 【】
    3  pub fn reduce_max(self) -> $scalar 【】
    4  pub fn reduce_min(self) -> $scalar 【】
    5  pub fn reduce_sum(self) -> $scalar 【】
    6  pub fn reduce_product(self) -> $scalar 【】
    7  pub fn reduce_max(self) -> $scalar 【】
    8  pub fn reduce_min(self) -> $scalar 【】
    9  pub fn reduce_and(self) -> T 【】
    10  pub fn reduce_or(self) -> T 【】
    11  pub fn reduce_xor(self) -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer_reductions 【】
    2  macro_rules! impl_float_reductions 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\round.rs

    ═════════ pub fn 函数
    1  pub unsafe fn to_int_unchecked<I>(self) -> Simd<I, LANES>
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! implement 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\select.rs

    ═════════ pub fn 函数
    1  pub fn select<U>(
    2  pub fn select_mask(self, true_values: Self, false_values: Self) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\swizzle.rs

    ═════════ pub fn 函数
    1  pub fn reverse(self) -> Self 【】
    2  pub fn rotate_lanes_left<const OFFSET: usize>(self) -> Self 【】
    3  pub fn rotate_lanes_right<const OFFSET: usize>(self) -> Self 【】
    4  pub fn interleave(self, other: Self) -> (Self, Self) 【】
    5  pub fn deinterleave(self, other: Self) -> (Self, Self) 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\to_bytes.rs

    ═════════ pub fn 函数
    1  pub fn to_ne_bytes(self) -> crate::simd::Simd<u8, 【】【】 $size * LANES }}> 【】
    2  pub fn from_ne_bytes(bytes: crate::simd::Simd<u8, 【】【】 $size * LANES }}>) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_to_bytes 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\vector\float.rs

    ═════════ pub fn 函数
    1  pub fn to_bits(self) -> Simd<$bits_ty, LANES> 【】
    2  pub fn from_bits(bits: Simd<$bits_ty, LANES>) -> Self 【】
    3  pub fn abs(self) -> Self 【】
    4  pub fn recip(self) -> Self 【】
    5  pub fn to_degrees(self) -> Self 【】
    6  pub fn to_radians(self) -> Self 【】
    7  pub fn is_sign_positive(self) -> Mask<$mask_ty, LANES> 【】
    8  pub fn is_sign_negative(self) -> Mask<$mask_ty, LANES> 【】
    9  pub fn is_nan(self) -> Mask<$mask_ty, LANES> 【】
    10  pub fn is_infinite(self) -> Mask<$mask_ty, LANES> 【】
    11  pub fn is_finite(self) -> Mask<$mask_ty, LANES> 【】
    12  pub fn is_subnormal(self) -> Mask<$mask_ty, LANES> 【】
    13  pub fn is_normal(self) -> Mask<$mask_ty, LANES> 【】
    14  pub fn signum(self) -> Self 【】
    15  pub fn copysign(self, sign: Self) -> Self 【】
    16  pub fn min(self, other: Self) -> Self 【】
    17  pub fn max(self, other: Self) -> Self 【】
    18  pub fn clamp(self, min: Self, max: Self) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_float_vector 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\vector\int.rs

    ═════════ pub fn 函数
    1  pub fn is_positive(self) -> Mask<$type, LANES> 【】
    2  pub fn is_negative(self) -> Mask<$type, LANES> 【】
    3  pub fn signum(self) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer_vector 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\vector\ptr.rs

    ═════════ pub fn 函数
    1  pub fn splat(ptr: *const T) -> Self 【】
    2  pub fn wrapping_add(self, addend: Simd<usize, LANES>) -> Self 【】
    3  pub fn splat(ptr: *mut T) -> Self 【】
    4  pub fn wrapping_add(self, addend: Simd<usize, LANES>) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\vector.rs

    ═════════ pub fn 函数
    1  pub const fn lanes(&self) -> usize 【】
    2  pub const fn splat(value: T) -> Self 【】
    3  pub const fn as_array(&self) -> &[T; LANES] 【】
    4  pub fn as_mut_array(&mut self) -> &mut [T; LANES] 【】
    5  pub const fn from_array(array: [T; LANES]) -> Self 【】
    6  pub const fn to_array(self) -> [T; LANES] 【】
    7  pub const fn from_slice(slice: &[T]) -> Self 【】
    8  pub fn cast<U: SimdElement>(self) -> Simd<U, LANES> 【】
    9  pub fn gather_or(slice: &[T], idxs: Simd<usize, LANES>, or: Self) -> Self 【】
    10  pub fn gather_or_default(slice: &[T], idxs: Simd<usize, LANES>) -> Self
    11  pub fn gather_select(
    12  pub unsafe fn gather_select_unchecked(
    13  pub fn scatter(self, slice: &mut [T], idxs: Simd<usize, LANES>) 【】
    14  pub fn scatter_select(
    15  pub unsafe fn scatter_select_unchecked(
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\src\vendor.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! from_transmute 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\tests\cast.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! cast_types 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\tests\masks.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_mask_api 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\tests\mask_ops_impl\mask_macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! mask_tests 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\tests\ops_macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_unary_op_test 【】
    2  macro_rules! impl_binary_op_test 【】
    3  macro_rules! impl_binary_checked_op_test 【】
    4  macro_rules! impl_common_integer_tests 【】
    5  macro_rules! impl_signed_tests 【】
    6  macro_rules! impl_unsigned_tests 【】
    7  macro_rules! impl_float_tests 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\core_simd\tests\round.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! float_rounding_test 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\test_helpers\src\array.rs

    ═════════ pub fn 函数
    1  pub const fn new(strategy: S) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\test_helpers\src\biteq.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer_biteq 【】
    2  macro_rules! impl_float_biteq 【】
    3  macro_rules! prop_assert_biteq 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\test_helpers\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn test_1<A: core::fmt::Debug + DefaultStrategy>(
    2  pub fn test_2<A: core::fmt::Debug + DefaultStrategy, B: core::fmt::Debug + DefaultStrategy>(
    3  pub fn test_unary_elementwise<Scalar, ScalarResult, Vector, VectorResult, const LANES: usize>(
    4  pub fn test_unary_mask_elementwise<Scalar, Vector, Mask, const LANES: usize>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_num 【】
    2  macro_rules! test_lanes 【】
    3  macro_rules! test_lanes_panic 【】
    
    
    
    

    \rustlib\src\rust\library\portable-simd\crates\test_helpers\src\wasm.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_num 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\buffer.rs

    ═════════ pub fn 函数
    1  pub(super) fn new() -> Self 【】
    2  pub(super) fn clear(&mut self) 【】
    3  pub(super) fn take(&mut self) -> Self 【】
    4  pub(super) fn extend_from_array<const N: usize>(&mut self, xs: &[u8; N]) 【】
    5  pub(super) fn extend_from_slice(&mut self, xs: &[u8]) 【】
    6  pub(super) fn push(&mut self, v: u8) 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\client.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(handle_counters: &'static HandleCounters) -> Self 【】
    2  $(pub(crate) fn $method($($arg: $arg_ty),*) $(-> $ret_ty)* 【】
    3  pub(crate) fn is_available() -> bool 【】
    4  pub const fn expand1(f: impl Fn(crate::TokenStream) -> crate::TokenStream + Copy) -> Self 【】
    5  pub const fn expand2(
    6  pub fn name(&self) -> &'static str 【】
    7  pub const fn custom_derive(
    8  pub const fn attr(
    9  pub const fn bang(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! define_handles 【】
    2  macro_rules! define_client_side 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\closure.rs

    ═════════ pub fn 函数
    1  pub fn call(&mut self, arg: A) -> R 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\handle.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(counter: &'static AtomicUsize) -> Self 【】
    2  pub(super) fn alloc(&mut self, x: T) -> Handle 【】
    3  pub(super) fn take(&mut self, h: Handle) -> T 【】
    4  pub(super) fn new(counter: &'static AtomicUsize) -> Self 【】
    5  pub(super) fn alloc(&mut self, x: T) -> Handle 【】
    6  pub(super) fn copy(&mut self, h: Handle) -> T 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! with_api 【】
    2  macro_rules! reverse_encode 【】
    3  macro_rules! reverse_decode 【】
    4  macro_rules! declare_tags 【】
    5  macro_rules! mark_noop 【】
    6  macro_rules! mark_compound 【】
    7  macro_rules! compound_traits 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\rpc.rs

    ═════════ pub fn 函数
    1  pub fn as_str(&self) -> Option<&str> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! rpc_encode_decode 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\scoped_cell.rs

    ═════════ pub fn 函数
    1  pub const fn new(value: <T as ApplyL<'static>>::Out) -> Self 【】
    2  pub fn replace<'a, R>(
    3  pub fn set<R>(&self, value: <T as ApplyL<'_>>::Out, f: impl FnOnce() -> R) -> R 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\selfless_reify.rs

    ═════════ pub fn 函数
    1  $(pub const fn $name<
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! define_reify_functions 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\bridge\server.rs

    ═════════ pub fn 函数
    1  pub fn run<S>(
    2  pub fn run<S>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! associated_fn 【】
    2  macro_rules! declare_server_traits 【】
    3  macro_rules! define_mark_types_impls 【】
    4  macro_rules! define_dispatcher_impl 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\diagnostic.rs

    ═════════ pub fn 函数
    1  pub fn $spanned<S, T>(mut self, spans: S, message: T) -> Diagnostic
    2  pub fn $regular<T: Into<String>>(mut self, message: T) -> Diagnostic 【】
    3  pub fn new<T: Into<String>>(level: Level, message: T) -> Diagnostic 【】
    4  pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic
    5  pub fn level(&self) -> Level 【】
    6  pub fn set_level(&mut self, level: Level) 【】
    7  pub fn message(&self) -> &str 【】
    8  pub fn set_message<T: Into<String>>(&mut self, message: T) 【】
    9  pub fn spans(&self) -> &[Span] 【】
    10  pub fn set_spans<S: MultiSpan>(&mut self, spans: S) 【】
    11  pub fn children(&self) -> Children<'_> 【】
    12  pub fn emit(self) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! diagnostic_child_methods 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn is_available() -> bool 【】
    2  pub fn new() -> TokenStream 【】
    3  pub fn is_empty(&self) -> bool 【】
    4  pub fn expand_expr(&self) -> Result<TokenStream, ExpandError> 【】
    5  pub fn $name<T: Into<String>>(self, message: T) -> Diagnostic 【】
    6  pub fn def_site() -> Span 【】
    7  pub fn call_site() -> Span 【】
    8  pub fn mixed_site() -> Span 【】
    9  pub fn source_file(&self) -> SourceFile 【】
    10  pub fn parent(&self) -> Option<Span> 【】
    11  pub fn source(&self) -> Span 【】
    12  pub fn start(&self) -> LineColumn 【】
    13  pub fn end(&self) -> LineColumn 【】
    14  pub fn before(&self) -> Span 【】
    15  pub fn after(&self) -> Span 【】
    16  pub fn join(&self, other: Span) -> Option<Span> 【】
    17  pub fn resolved_at(&self, other: Span) -> Span 【】
    18  pub fn located_at(&self, other: Span) -> Span 【】
    19  pub fn eq(&self, other: &Span) -> bool 【】
    20  pub fn source_text(&self) -> Option<String> 【】
    21  pub fn save_span(&self) -> usize 【】
    22  pub fn recover_proc_macro_span(id: usize) -> Span 【】
    23  pub fn path(&self) -> PathBuf 【】
    24  pub fn is_real(&self) -> bool 【】
    25  pub fn span(&self) -> Span 【】
    26  pub fn set_span(&mut self, span: Span) 【】
    27  pub fn new(delimiter: Delimiter, stream: TokenStream) -> Group 【】
    28  pub fn delimiter(&self) -> Delimiter 【】
    29  pub fn stream(&self) -> TokenStream 【】
    30  pub fn span(&self) -> Span 【】
    31  pub fn span_open(&self) -> Span 【】
    32  pub fn span_close(&self) -> Span 【】
    33  pub fn set_span(&mut self, span: Span) 【】
    34  pub fn new(ch: char, spacing: Spacing) -> Punct 【】
    35  pub fn as_char(&self) -> char 【】
    36  pub fn spacing(&self) -> Spacing 【】
    37  pub fn span(&self) -> Span 【】
    38  pub fn set_span(&mut self, span: Span) 【】
    39  pub fn new(string: &str, span: Span) -> Ident 【】
    40  pub fn new_raw(string: &str, span: Span) -> Ident 【】
    41  pub fn span(&self) -> Span 【】
    42  pub fn set_span(&mut self, span: Span) 【】
    43  pub fn $name(n: $kind) -> Literal 【】
    44  pub fn $name(n: $kind) -> Literal 【】
    45  pub fn f32_unsuffixed(n: f32) -> Literal 【】
    46  pub fn f32_suffixed(n: f32) -> Literal 【】
    47  pub fn f64_unsuffixed(n: f64) -> Literal 【】
    48  pub fn f64_suffixed(n: f64) -> Literal 【】
    49  pub fn string(string: &str) -> Literal 【】
    50  pub fn character(ch: char) -> Literal 【】
    51  pub fn byte_string(bytes: &[u8]) -> Literal 【】
    52  pub fn span(&self) -> Span 【】
    53  pub fn set_span(&mut self, span: Span) 【】
    54  pub fn subspan<R: RangeBounds<usize>>(&self, range: R) -> Option<Span> 【】
    55  pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> 【】
    56  pub fn path<P: AsRef<str>>(path: P) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! diagnostic_method 【】
    2  macro_rules! suffixed_int_literals 【】
    3  macro_rules! unsuffixed_int_literals 【】
    
    
    
    

    \rustlib\src\rust\library\proc_macro\src\quote.rs

    ═════════ pub fn 函数
    1  pub fn quote(stream: TokenStream) -> TokenStream 【】
    2  pub fn quote_span(proc_macro_crate: TokenStream, span: Span) -> TokenStream 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! quote_tt 【】
    2  macro_rules! quote_ts 【】
    3  macro_rules! quote 【】
    
    
    
    

    \rustlib\src\rust\library\rtstartup\rsbegin.rs

    ═════════ pub fn 函数
    1  pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_copy 【】
    
    
    
    

    \rustlib\src\rust\library\rtstartup\rsend.rs

    ═════════ pub fn 函数
    1  pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\alloc.rs

    ═════════ pub fn 函数
    1  pub fn set_alloc_error_hook(hook: fn(Layout)) 【】
    2  pub fn take_alloc_error_hook() -> fn(Layout) 【】
    3  pub fn rust_oom(layout: Layout) -> ! 【】
    4  pub unsafe extern "C" fn __rdl_alloc(size: usize, align: usize) -> *mut u8 【】
    5  pub unsafe extern "C" fn __rdl_dealloc(ptr: *mut u8, size: usize, align: usize) 【】
    6  pub unsafe extern "C" fn __rdl_realloc(
    7  pub unsafe extern "C" fn __rdl_alloc_zeroed(size: usize, align: usize) -> *mut u8 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\ascii.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! delegating_ascii_methods 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\backtrace.rs

    ═════════ pub fn 函数
    1  pub fn capture() -> Backtrace 【】
    2  pub fn force_capture() -> Backtrace 【】
    3  pub const fn disabled() -> Backtrace 【】
    4  pub fn status(&self) -> BacktraceStatus 【】
    5  pub fn frames(&'a self) -> &'a [BacktraceFrame] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\collections\hash\map.rs

    ═════════ pub fn 函数
    1  pub fn new() -> HashMap<K, V, RandomState> 【】
    2  pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> 【】
    3  pub fn with_hasher(hash_builder: S) -> HashMap<K, V, S> 【】
    4  pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashMap<K, V, S> 【】
    5  pub fn capacity(&self) -> usize 【】
    6  pub fn keys(&self) -> Keys<'_, K, V> 【】
    7  pub fn into_keys(self) -> IntoKeys<K, V> 【】
    8  pub fn values(&self) -> Values<'_, K, V> 【】
    9  pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> 【】
    10  pub fn into_values(self) -> IntoValues<K, V> 【】
    11  pub fn iter(&self) -> Iter<'_, K, V> 【】
    12  pub fn iter_mut(&mut self) -> IterMut<'_, K, V> 【】
    13  pub fn len(&self) -> usize 【】
    14  pub fn is_empty(&self) -> bool 【】
    15  pub fn drain(&mut self) -> Drain<'_, K, V> 【】
    16  pub fn drain_filter<F>(&mut self, pred: F) -> DrainFilter<'_, K, V, F>
    17  pub fn retain<F>(&mut self, f: F)
    18  pub fn clear(&mut self) 【】
    19  pub fn hasher(&self) -> &S 【】
    20  pub fn reserve(&mut self, additional: usize) 【】
    21  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    22  pub fn shrink_to_fit(&mut self) 【】
    23  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    24  pub fn entry(&mut self, key: K) -> Entry<'_, K, V> 【】
    25  pub fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V>
    26  pub fn get_key_value<Q: ?Sized>(&self, k: &Q) -> Option<(&K, &V)>
    27  pub fn get_many_mut<Q: ?Sized, const N: usize>(&mut self, ks: [&Q; N]) -> Option<[&'_ mut V; N]>
    28  pub unsafe fn get_many_unchecked_mut<Q: ?Sized, const N: usize>(
    29  pub fn contains_key<Q: ?Sized>(&self, k: &Q) -> bool
    30  pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V>
    31  pub fn insert(&mut self, k: K, v: V) -> Option<V> 【】
    32  pub fn try_insert(&mut self, key: K, value: V) -> Result<&mut V, OccupiedError<'_, K, V>> 【】
    33  pub fn remove<Q: ?Sized>(&mut self, k: &Q) -> Option<V>
    34  pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)>
    35  pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S> 【】
    36  pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> 【】
    37  pub(super) fn iter(&self) -> Iter<'_, K, V> 【】
    38  pub(super) fn iter(&self) -> Iter<'_, K, V> 【】
    39  pub(super) fn iter(&self) -> Iter<'_, K, V> 【】
    40  pub fn from_key<Q: ?Sized>(self, k: &Q) -> RawEntryMut<'a, K, V, S>
    41  pub fn from_key_hashed_nocheck<Q: ?Sized>(self, hash: u64, k: &Q) -> RawEntryMut<'a, K, V, S>
    42  pub fn from_hash<F>(self, hash: u64, is_match: F) -> RawEntryMut<'a, K, V, S>
    43  pub fn from_key<Q: ?Sized>(self, k: &Q) -> Option<(&'a K, &'a V)>
    44  pub fn from_key_hashed_nocheck<Q: ?Sized>(self, hash: u64, k: &Q) -> Option<(&'a K, &'a V)>
    45  pub fn from_hash<F>(self, hash: u64, is_match: F) -> Option<(&'a K, &'a V)>
    46  pub fn or_insert(self, default_key: K, default_val: V) -> (&'a mut K, &'a mut V)
    47  pub fn or_insert_with<F>(self, default: F) -> (&'a mut K, &'a mut V)
    48  pub fn and_modify<F>(self, f: F) -> Self
    49  pub fn key(&self) -> &K 【】
    50  pub fn key_mut(&mut self) -> &mut K 【】
    51  pub fn into_key(self) -> &'a mut K 【】
    52  pub fn get(&self) -> &V 【】
    53  pub fn into_mut(self) -> &'a mut V 【】
    54  pub fn get_mut(&mut self) -> &mut V 【】
    55  pub fn get_key_value(&mut self) -> (&K, &V) 【】
    56  pub fn get_key_value_mut(&mut self) -> (&mut K, &mut V) 【】
    57  pub fn into_key_value(self) -> (&'a mut K, &'a mut V) 【】
    58  pub fn insert(&mut self, value: V) -> V 【】
    59  pub fn insert_key(&mut self, key: K) -> K 【】
    60  pub fn remove(self) -> V 【】
    61  pub fn remove_entry(self) -> (K, V) 【】
    62  pub fn insert(self, key: K, value: V) -> (&'a mut K, &'a mut V)
    63  pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V)
    64  pub fn or_insert(self, default: V) -> &'a mut V 【】
    65  pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V 【】
    66  pub fn or_insert_with_key<F: FnOnce(&K) -> V>(self, default: F) -> &'a mut V 【】
    67  pub fn key(&self) -> &K 【】
    68  pub fn and_modify<F>(self, f: F) -> Self
    69  pub fn insert_entry(self, value: V) -> OccupiedEntry<'a, K, V> 【】
    70  pub fn or_default(self) -> &'a mut V 【】
    71  pub fn key(&self) -> &K 【】
    72  pub fn remove_entry(self) -> (K, V) 【】
    73  pub fn get(&self) -> &V 【】
    74  pub fn get_mut(&mut self) -> &mut V 【】
    75  pub fn into_mut(self) -> &'a mut V 【】
    76  pub fn insert(&mut self, value: V) -> V 【】
    77  pub fn remove(self) -> V 【】
    78  pub fn replace_entry(self, value: V) -> (K, V) 【】
    79  pub fn replace_key(self) -> K 【】
    80  pub fn key(&self) -> &K 【】
    81  pub fn into_key(self) -> K 【】
    82  pub fn insert(self, value: V) -> &'a mut V 【】
    83  pub fn insert_entry(self, value: V) -> OccupiedEntry<'a, K, V> 【】
    84  pub fn new() -> RandomState 【】
    85  pub fn new() -> DefaultHasher 【】
    86  pub(super) fn map_try_reserve_error(err: hashbrown::TryReserveError) -> TryReserveError 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\collections\hash\set.rs

    ═════════ pub fn 函数
    1  pub fn new() -> HashSet<T, RandomState> 【】
    2  pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> 【】
    3  pub fn capacity(&self) -> usize 【】
    4  pub fn iter(&self) -> Iter<'_, T> 【】
    5  pub fn len(&self) -> usize 【】
    6  pub fn is_empty(&self) -> bool 【】
    7  pub fn drain(&mut self) -> Drain<'_, T> 【】
    8  pub fn drain_filter<F>(&mut self, pred: F) -> DrainFilter<'_, T, F>
    9  pub fn retain<F>(&mut self, f: F)
    10  pub fn clear(&mut self) 【】
    11  pub fn with_hasher(hasher: S) -> HashSet<T, S> 【】
    12  pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashSet<T, S> 【】
    13  pub fn hasher(&self) -> &S 【】
    14  pub fn reserve(&mut self, additional: usize) 【】
    15  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    16  pub fn shrink_to_fit(&mut self) 【】
    17  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    18  pub fn difference<'a>(&'a self, other: &'a HashSet<T, S>) -> Difference<'a, T, S> 【】
    19  pub fn symmetric_difference<'a>(
    20  pub fn intersection<'a>(&'a self, other: &'a HashSet<T, S>) -> Intersection<'a, T, S> 【】
    21  pub fn union<'a>(&'a self, other: &'a HashSet<T, S>) -> Union<'a, T, S> 【】
    22  pub fn contains<Q: ?Sized>(&self, value: &Q) -> bool
    23  pub fn get<Q: ?Sized>(&self, value: &Q) -> Option<&T>
    24  pub fn get_or_insert(&mut self, value: T) -> &T 【】
    25  pub fn get_or_insert_owned<Q: ?Sized>(&mut self, value: &Q) -> &T
    26  pub fn get_or_insert_with<Q: ?Sized, F>(&mut self, value: &Q, f: F) -> &T
    27  pub fn is_disjoint(&self, other: &HashSet<T, S>) -> bool 【】
    28  pub fn is_subset(&self, other: &HashSet<T, S>) -> bool 【】
    29  pub fn is_superset(&self, other: &HashSet<T, S>) -> bool 【】
    30  pub fn insert(&mut self, value: T) -> bool 【】
    31  pub fn replace(&mut self, value: T) -> Option<T> 【】
    32  pub fn remove<Q: ?Sized>(&mut self, value: &Q) -> bool
    33  pub fn take<Q: ?Sized>(&mut self, value: &Q) -> Option<T>
    
    
    
    

    \rustlib\src\rust\library\std\src\env.rs

    ═════════ pub fn 函数
    1  pub fn current_dir() -> io::Result<PathBuf> 【】
    2  pub fn set_current_dir<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    3  pub fn vars() -> Vars 【】
    4  pub fn vars_os() -> VarsOs 【】
    5  pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> 【】
    6  pub fn var_os<K: AsRef<OsStr>>(key: K) -> Option<OsString> 【】
    7  pub fn set_var<K: AsRef<OsStr>, V: AsRef<OsStr>>(key: K, value: V) 【】
    8  pub fn remove_var<K: AsRef<OsStr>>(key: K) 【】
    9  pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> 【】
    10  pub fn join_paths<I, T>(paths: I) -> Result<OsString, JoinPathsError>
    11  pub fn home_dir() -> Option<PathBuf> 【】
    12  pub fn temp_dir() -> PathBuf 【】
    13  pub fn current_exe() -> io::Result<PathBuf> 【】
    14  pub fn args() -> Args 【】
    15  pub fn args_os() -> ArgsOs 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\error.rs

    ═════════ pub fn 函数
    1  pub fn is<T: Error + 'static>(&self) -> bool 【】
    2  pub fn downcast_ref<T: Error + 'static>(&self) -> Option<&T> 【】
    3  pub fn downcast_mut<T: Error + 'static>(&mut self) -> Option<&mut T> 【】
    4  pub fn is<T: Error + 'static>(&self) -> bool 【】
    5  pub fn downcast_ref<T: Error + 'static>(&self) -> Option<&T> 【】
    6  pub fn downcast_mut<T: Error + 'static>(&mut self) -> Option<&mut T> 【】
    7  pub fn is<T: Error + 'static>(&self) -> bool 【】
    8  pub fn downcast_ref<T: Error + 'static>(&self) -> Option<&T> 【】
    9  pub fn downcast_mut<T: Error + 'static>(&mut self) -> Option<&mut T> 【】
    10  pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error>> 【】
    11  pub fn chain(&self) -> Chain<'_> 【】
    12  pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error + Send>> 【】
    13  pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<Self>> 【】
    14  pub fn new(error: E) -> Report<E> 【】
    15  pub fn pretty(mut self, pretty: bool) -> Self 【】
    16  pub fn show_backtrace(mut self, show_backtrace: bool) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\f32.rs

    ═════════ pub fn 函数
    1  pub fn floor(self) -> f32 【】
    2  pub fn ceil(self) -> f32 【】
    3  pub fn round(self) -> f32 【】
    4  pub fn trunc(self) -> f32 【】
    5  pub fn fract(self) -> f32 【】
    6  pub fn abs(self) -> f32 【】
    7  pub fn signum(self) -> f32 【】
    8  pub fn copysign(self, sign: f32) -> f32 【】
    9  pub fn mul_add(self, a: f32, b: f32) -> f32 【】
    10  pub fn div_euclid(self, rhs: f32) -> f32 【】
    11  pub fn rem_euclid(self, rhs: f32) -> f32 【】
    12  pub fn powi(self, n: i32) -> f32 【】
    13  pub fn powf(self, n: f32) -> f32 【】
    14  pub fn sqrt(self) -> f32 【】
    15  pub fn exp(self) -> f32 【】
    16  pub fn exp2(self) -> f32 【】
    17  pub fn ln(self) -> f32 【】
    18  pub fn log(self, base: f32) -> f32 【】
    19  pub fn log2(self) -> f32 【】
    20  pub fn log10(self) -> f32 【】
    21  pub fn abs_sub(self, other: f32) -> f32 【】
    22  pub fn cbrt(self) -> f32 【】
    23  pub fn hypot(self, other: f32) -> f32 【】
    24  pub fn sin(self) -> f32 【】
    25  pub fn cos(self) -> f32 【】
    26  pub fn tan(self) -> f32 【】
    27  pub fn asin(self) -> f32 【】
    28  pub fn acos(self) -> f32 【】
    29  pub fn atan(self) -> f32 【】
    30  pub fn atan2(self, other: f32) -> f32 【】
    31  pub fn sin_cos(self) -> (f32, f32) 【】
    32  pub fn exp_m1(self) -> f32 【】
    33  pub fn ln_1p(self) -> f32 【】
    34  pub fn sinh(self) -> f32 【】
    35  pub fn cosh(self) -> f32 【】
    36  pub fn tanh(self) -> f32 【】
    37  pub fn asinh(self) -> f32 【】
    38  pub fn acosh(self) -> f32 【】
    39  pub fn atanh(self) -> f32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\f64.rs

    ═════════ pub fn 函数
    1  pub fn floor(self) -> f64 【】
    2  pub fn ceil(self) -> f64 【】
    3  pub fn round(self) -> f64 【】
    4  pub fn trunc(self) -> f64 【】
    5  pub fn fract(self) -> f64 【】
    6  pub fn abs(self) -> f64 【】
    7  pub fn signum(self) -> f64 【】
    8  pub fn copysign(self, sign: f64) -> f64 【】
    9  pub fn mul_add(self, a: f64, b: f64) -> f64 【】
    10  pub fn div_euclid(self, rhs: f64) -> f64 【】
    11  pub fn rem_euclid(self, rhs: f64) -> f64 【】
    12  pub fn powi(self, n: i32) -> f64 【】
    13  pub fn powf(self, n: f64) -> f64 【】
    14  pub fn sqrt(self) -> f64 【】
    15  pub fn exp(self) -> f64 【】
    16  pub fn exp2(self) -> f64 【】
    17  pub fn ln(self) -> f64 【】
    18  pub fn log(self, base: f64) -> f64 【】
    19  pub fn log2(self) -> f64 【】
    20  pub fn log10(self) -> f64 【】
    21  pub fn abs_sub(self, other: f64) -> f64 【】
    22  pub fn cbrt(self) -> f64 【】
    23  pub fn hypot(self, other: f64) -> f64 【】
    24  pub fn sin(self) -> f64 【】
    25  pub fn cos(self) -> f64 【】
    26  pub fn tan(self) -> f64 【】
    27  pub fn asin(self) -> f64 【】
    28  pub fn acos(self) -> f64 【】
    29  pub fn atan(self) -> f64 【】
    30  pub fn atan2(self, other: f64) -> f64 【】
    31  pub fn sin_cos(self) -> (f64, f64) 【】
    32  pub fn exp_m1(self) -> f64 【】
    33  pub fn ln_1p(self) -> f64 【】
    34  pub fn sinh(self) -> f64 【】
    35  pub fn cosh(self) -> f64 【】
    36  pub fn tanh(self) -> f64 【】
    37  pub fn asinh(self) -> f64 【】
    38  pub fn acosh(self) -> f64 【】
    39  pub fn atanh(self) -> f64 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\ffi\os_str.rs

    ═════════ pub fn 函数
    1  pub fn new() -> OsString 【】
    2  pub fn as_os_str(&self) -> &OsStr 【】
    3  pub fn into_string(self) -> Result<String, OsString> 【】
    4  pub fn push<T: AsRef<OsStr>>(&mut self, s: T) 【】
    5  pub fn with_capacity(capacity: usize) -> OsString 【】
    6  pub fn clear(&mut self) 【】
    7  pub fn capacity(&self) -> usize 【】
    8  pub fn reserve(&mut self, additional: usize) 【】
    9  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    10  pub fn reserve_exact(&mut self, additional: usize) 【】
    11  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    12  pub fn shrink_to_fit(&mut self) 【】
    13  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    14  pub fn into_boxed_os_str(self) -> Box<OsStr> 【】
    15  pub fn new<S: AsRef<OsStr> + ?Sized>(s: &S) -> &OsStr 【】
    16  pub fn to_str(&self) -> Option<&str> 【】
    17  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    18  pub fn to_os_string(&self) -> OsString 【】
    19  pub fn is_empty(&self) -> bool 【】
    20  pub fn len(&self) -> usize 【】
    21  pub fn into_os_string(self: Box<OsStr>) -> OsString 【】
    22  pub(crate) fn bytes(&self) -> &[u8] 【】
    23  pub fn make_ascii_lowercase(&mut self) 【】
    24  pub fn make_ascii_uppercase(&mut self) 【】
    25  pub fn to_ascii_lowercase(&self) -> OsString 【】
    26  pub fn to_ascii_uppercase(&self) -> OsString 【】
    27  pub fn is_ascii(&self) -> bool 【】
    28  pub fn eq_ignore_ascii_case<S: AsRef<OsStr>>(&self, other: S) -> bool 【】
    29  pub(crate) fn display(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_cmp 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\fs\tests.rs

    ═════════ pub fn 函数
    1  pub fn got_symlink_permission(tmpdir: &TempDir) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! check 【】
    2  macro_rules! error 【】
    3  macro_rules! error 【】
    4  macro_rules! error_contains 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\fs.rs

    ═════════ pub fn 函数
    1  pub fn read<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> 【】
    2  pub fn read_to_string<P: AsRef<Path>>(path: P) -> io::Result<String> 【】
    3  pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> io::Result<()> 【】
    4  pub fn open<P: AsRef<Path>>(path: P) -> io::Result<File> 【】
    5  pub fn create<P: AsRef<Path>>(path: P) -> io::Result<File> 【】
    6  pub fn options() -> OpenOptions 【】
    7  pub fn sync_all(&self) -> io::Result<()> 【】
    8  pub fn sync_data(&self) -> io::Result<()> 【】
    9  pub fn set_len(&self, size: u64) -> io::Result<()> 【】
    10  pub fn metadata(&self) -> io::Result<Metadata> 【】
    11  pub fn try_clone(&self) -> io::Result<File> 【】
    12  pub fn set_permissions(&self, perm: Permissions) -> io::Result<()> 【】
    13  pub fn new() -> Self 【】
    14  pub fn read(&mut self, read: bool) -> &mut Self 【】
    15  pub fn write(&mut self, write: bool) -> &mut Self 【】
    16  pub fn append(&mut self, append: bool) -> &mut Self 【】
    17  pub fn truncate(&mut self, truncate: bool) -> &mut Self 【】
    18  pub fn create(&mut self, create: bool) -> &mut Self 【】
    19  pub fn create_new(&mut self, create_new: bool) -> &mut Self 【】
    20  pub fn open<P: AsRef<Path>>(&self, path: P) -> io::Result<File> 【】
    21  pub fn file_type(&self) -> FileType 【】
    22  pub fn is_dir(&self) -> bool 【】
    23  pub fn is_file(&self) -> bool 【】
    24  pub fn is_symlink(&self) -> bool 【】
    25  pub fn len(&self) -> u64 【】
    26  pub fn permissions(&self) -> Permissions 【】
    27  pub fn modified(&self) -> io::Result<SystemTime> 【】
    28  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    29  pub fn created(&self) -> io::Result<SystemTime> 【】
    30  pub fn readonly(&self) -> bool 【】
    31  pub fn set_readonly(&mut self, readonly: bool) 【】
    32  pub fn is_dir(&self) -> bool 【】
    33  pub fn is_file(&self) -> bool 【】
    34  pub fn is_symlink(&self) -> bool 【】
    35  pub fn path(&self) -> PathBuf 【】
    36  pub fn metadata(&self) -> io::Result<Metadata> 【】
    37  pub fn file_type(&self) -> io::Result<FileType> 【】
    38  pub fn file_name(&self) -> OsString 【】
    39  pub fn remove_file<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    40  pub fn metadata<P: AsRef<Path>>(path: P) -> io::Result<Metadata> 【】
    41  pub fn symlink_metadata<P: AsRef<Path>>(path: P) -> io::Result<Metadata> 【】
    42  pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()> 【】
    43  pub fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> 【】
    44  pub fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> 【】
    45  pub fn soft_link<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> 【】
    46  pub fn read_link<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> 【】
    47  pub fn canonicalize<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> 【】
    48  pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    49  pub fn create_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    50  pub fn remove_dir<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    51  pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> 【】
    52  pub fn read_dir<P: AsRef<Path>>(path: P) -> io::Result<ReadDir> 【】
    53  pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions) -> io::Result<()> 【】
    54  pub fn new() -> DirBuilder 【】
    55  pub fn recursive(&mut self, recursive: bool) -> &mut Self 【】
    56  pub fn create<P: AsRef<Path>>(&self, path: P) -> io::Result<()> 【】
    57  pub fn try_exists<P: AsRef<Path>>(path: P) -> io::Result<bool> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\buffered\bufreader.rs

    ═════════ pub fn 函数
    1  pub fn new(inner: R) -> BufReader<R> 【】
    2  pub fn with_capacity(capacity: usize, inner: R) -> BufReader<R> 【】
    3  pub fn get_ref(&self) -> &R 【】
    4  pub fn get_mut(&mut self) -> &mut R 【】
    5  pub fn buffer(&self) -> &[u8] 【】
    6  pub fn capacity(&self) -> usize 【】
    7  pub fn into_inner(self) -> R 【】
    8  pub fn seek_relative(&mut self, offset: i64) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\buffered\bufwriter.rs

    ═════════ pub fn 函数
    1  pub fn new(inner: W) -> BufWriter<W> 【】
    2  pub fn with_capacity(capacity: usize, inner: W) -> BufWriter<W> 【】
    3  pub(in crate::io) fn flush_buf(&mut self) -> io::Result<()> 【】
    4  pub(super) fn write_to_buf(&mut self, buf: &[u8]) -> usize 【】
    5  pub fn get_ref(&self) -> &W 【】
    6  pub fn get_mut(&mut self) -> &mut W 【】
    7  pub fn buffer(&self) -> &[u8] 【】
    8  pub(in crate::io) fn buffer_mut(&mut self) -> &mut Vec<u8> 【】
    9  pub fn capacity(&self) -> usize 【】
    10  pub fn into_inner(mut self) -> Result<W, IntoInnerError<BufWriter<W>>> 【】
    11  pub fn into_parts(mut self) -> (W, Result<Vec<u8>, WriterPanicked>) 【】
    12  pub fn into_inner(self) -> Vec<u8> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\buffered\linewriter.rs

    ═════════ pub fn 函数
    1  pub fn new(inner: W) -> LineWriter<W> 【】
    2  pub fn with_capacity(capacity: usize, inner: W) -> LineWriter<W> 【】
    3  pub fn get_ref(&self) -> &W 【】
    4  pub fn get_mut(&mut self) -> &mut W 【】
    5  pub fn into_inner(self) -> Result<W, IntoInnerError<LineWriter<W>>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\buffered\linewritershim.rs

    ═════════ pub fn 函数
    1  pub fn new(buffer: &'a mut BufWriter<W>) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\buffered\mod.rs

    ═════════ pub fn 函数
    1  pub fn error(&self) -> &Error 【】
    2  pub fn into_inner(self) -> W 【】
    3  pub fn into_error(self) -> Error 【】
    4  pub fn into_parts(self) -> (Error, W) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\copy.rs

    ═════════ pub fn 函数
    1  pub fn copy<R: ?Sized, W: ?Sized>(reader: &mut R, writer: &mut W) -> Result<u64>
    2  pub(crate) fn generic_copy<R: ?Sized, W: ?Sized>(reader: &mut R, writer: &mut W) -> Result<u64>
    
    
    
    

    \rustlib\src\rust\library\std\src\io\cursor.rs

    ═════════ pub fn 函数
    1  pub const fn new(inner: T) -> Cursor<T> 【】
    2  pub fn into_inner(self) -> T 【】
    3  pub const fn get_ref(&self) -> &T 【】
    4  pub fn get_mut(&mut self) -> &mut T 【】
    5  pub const fn position(&self) -> u64 【】
    6  pub fn set_position(&mut self, pos: u64) 【】
    7  pub fn remaining_slice(&self) -> &[u8] 【】
    8  pub fn is_empty(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\error\repr_bitpacked.rs

    ═════════ pub fn 函数
    1  pub(super) fn new_custom(b: Box<Custom>) -> Self 【】
    2  pub(super) fn new_os(code: i32) -> Self 【】
    3  pub(super) fn new_simple(kind: ErrorKind) -> Self 【】
    4  pub(super) const fn new_simple_message(m: &'static SimpleMessage) -> Self 【】
    5  pub(super) fn data(&self) -> ErrorData<&Custom> 【】
    6  pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> 【】
    7  pub(super) fn into_data(self) -> ErrorData<Box<Custom>> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! from_prim 【】
    2  macro_rules! static_assert 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\error\repr_unpacked.rs

    ═════════ pub fn 函数
    1  pub(super) fn new_custom(b: Box<Custom>) -> Self 【】
    2  pub(super) fn new_os(code: i32) -> Self 【】
    3  pub(super) fn new_simple(kind: ErrorKind) -> Self 【】
    4  pub(super) const fn new_simple_message(m: &'static SimpleMessage) -> Self 【】
    5  pub(super) fn into_data(self) -> ErrorData<Box<Custom>> 【】
    6  pub(super) fn data(&self) -> ErrorData<&Custom> 【】
    7  pub(super) fn data_mut(&mut self) -> ErrorData<&mut Custom> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\error\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! check_simple_msg 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\error.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn new(kind: ErrorKind, message: &'static str) -> Self 【】
    2  pub(crate) fn as_str(&self) -> &'static str 【】
    3  pub fn new<E>(kind: ErrorKind, error: E) -> Error
    4  pub fn other<E>(error: E) -> Error
    5  pub(crate) const fn from_static_message(msg: &'static SimpleMessage) -> Error 【】
    6  pub fn last_os_error() -> Error 【】
    7  pub fn from_raw_os_error(code: i32) -> Error 【】
    8  pub fn raw_os_error(&self) -> Option<i32> 【】
    9  pub fn get_ref(&self) -> Option<&(dyn error::Error + Send + Sync + 'static)> 【】
    10  pub fn get_mut(&mut self) -> Option<&mut (dyn error::Error + Send + Sync + 'static)> 【】
    11  pub fn into_inner(self) -> Option<Box<dyn error::Error + Send + Sync>> 【】
    12  pub fn kind(&self) -> ErrorKind 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) unsafe fn append_to_string<F>(buf: &mut String, f: F) -> Result<usize>
    2  pub(crate) fn default_read_to_end<R: Read + ?Sized>(r: &mut R, buf: &mut Vec<u8>) -> Result<usize> 【】
    3  pub(crate) fn default_read_to_string<R: Read + ?Sized>(
    4  pub(crate) fn default_read_vectored<F>(read: F, bufs: &mut [IoSliceMut<'_>]) -> Result<usize>
    5  pub(crate) fn default_write_vectored<F>(write: F, bufs: &[IoSlice<'_>]) -> Result<usize>
    6  pub(crate) fn default_read_exact<R: Read + ?Sized>(this: &mut R, mut buf: &mut [u8]) -> Result<()> 【】
    7  pub(crate) fn default_read_buf<F>(read: F, buf: &mut ReadBuf<'_>) -> Result<()>
    8  pub fn read_to_string<R: Read>(mut reader: R) -> Result<String> 【】
    9  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    10  pub fn advance(&mut self, n: usize) 【】
    11  pub fn advance_slices(bufs: &mut &mut [IoSliceMut<'a>], n: usize) 【】
    12  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    13  pub fn advance(&mut self, n: usize) 【】
    14  pub fn advance_slices(bufs: &mut &mut [IoSlice<'a>], n: usize) 【】
    15  pub fn into_inner(self) -> (T, U) 【】
    16  pub fn get_ref(&self) -> (&T, &U) 【】
    17  pub fn get_mut(&mut self) -> (&mut T, &mut U) 【】
    18  pub fn limit(&self) -> u64 【】
    19  pub fn set_limit(&mut self, limit: u64) 【】
    20  pub fn into_inner(self) -> T 【】
    21  pub fn get_ref(&self) -> &T 【】
    22  pub fn get_mut(&mut self) -> &mut T 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\readbuf.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a mut [u8]) -> ReadBuf<'a> 【】
    2  pub fn uninit(buf: &'a mut [MaybeUninit<u8>]) -> ReadBuf<'a> 【】
    3  pub fn capacity(&self) -> usize 【】
    4  pub fn filled(&self) -> &[u8] 【】
    5  pub fn filled_mut(&mut self) -> &mut [u8] 【】
    6  pub fn initialized(&self) -> &[u8] 【】
    7  pub fn initialized_mut(&mut self) -> &mut [u8] 【】
    8  pub unsafe fn unfilled_mut(&mut self) -> &mut [MaybeUninit<u8>] 【】
    9  pub fn uninitialized_mut(&mut self) -> &mut [MaybeUninit<u8>] 【】
    10  pub fn initialize_unfilled(&mut self) -> &mut [u8] 【】
    11  pub fn initialize_unfilled_to(&mut self, n: usize) -> &mut [u8] 【】
    12  pub fn remaining(&self) -> usize 【】
    13  pub fn clear(&mut self) -> &mut Self 【】
    14  pub fn add_filled(&mut self, n: usize) -> &mut Self 【】
    15  pub fn set_filled(&mut self, n: usize) -> &mut Self 【】
    16  pub unsafe fn assume_init(&mut self, n: usize) -> &mut Self 【】
    17  pub fn append(&mut self, buf: &[u8]) 【】
    18  pub fn filled_len(&self) -> usize 【】
    19  pub fn initialized_len(&self) -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\stdio.rs

    ═════════ pub fn 函数
    1  pub fn stdin() -> Stdin 【】
    2  pub fn lock(&self) -> StdinLock<'static> 【】
    3  pub fn read_line(&self, buf: &mut String) -> io::Result<usize> 【】
    4  pub fn lines(self) -> Lines<StdinLock<'static>> 【】
    5  pub(crate) fn as_mut_buf(&mut self) -> &mut BufReader<impl Read> 【】
    6  pub fn stdout() -> Stdout 【】
    7  pub fn cleanup() 【】
    8  pub fn lock(&self) -> StdoutLock<'static> 【】
    9  pub fn stderr() -> Stderr 【】
    10  pub fn lock(&self) -> StderrLock<'static> 【】
    11  pub fn set_output_capture(sink: Option<LocalStream>) -> Option<LocalStream> 【】
    12  pub fn _print(args: fmt::Arguments<'_>) 【】
    13  pub fn _eprint(args: fmt::Arguments<'_>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\io\util.rs

    ═════════ pub fn 函数
    1  pub const fn empty() -> Empty 【】
    2  pub const fn repeat(byte: u8) -> Repeat 【】
    3  pub const fn sink() -> Sink 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! panic 【】
    2  macro_rules! print 【】
    3  macro_rules! println 【】
    4  macro_rules! eprint 【】
    5  macro_rules! eprintln 【】
    6  macro_rules! dbg 【】
    7  macro_rules! assert_approx_eq 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\addr.rs

    ═════════ pub fn 函数
    1  pub fn new(ip: IpAddr, port: u16) -> SocketAddr 【】
    2  pub const fn ip(&self) -> IpAddr 【】
    3  pub fn set_ip(&mut self, new_ip: IpAddr) 【】
    4  pub const fn port(&self) -> u16 【】
    5  pub fn set_port(&mut self, new_port: u16) 【】
    6  pub const fn is_ipv4(&self) -> bool 【】
    7  pub const fn is_ipv6(&self) -> bool 【】
    8  pub fn new(ip: Ipv4Addr, port: u16) -> SocketAddrV4 【】
    9  pub const fn ip(&self) -> &Ipv4Addr 【】
    10  pub fn set_ip(&mut self, new_ip: Ipv4Addr) 【】
    11  pub const fn port(&self) -> u16 【】
    12  pub fn set_port(&mut self, new_port: u16) 【】
    13  pub fn new(ip: Ipv6Addr, port: u16, flowinfo: u32, scope_id: u32) -> SocketAddrV6 【】
    14  pub const fn ip(&self) -> &Ipv6Addr 【】
    15  pub fn set_ip(&mut self, new_ip: Ipv6Addr) 【】
    16  pub const fn port(&self) -> u16 【】
    17  pub fn set_port(&mut self, new_port: u16) 【】
    18  pub const fn flowinfo(&self) -> u32 【】
    19  pub fn set_flowinfo(&mut self, new_flowinfo: u32) 【】
    20  pub const fn scope_id(&self) -> u32 【】
    21  pub fn set_scope_id(&mut self, new_scope_id: u32) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\ip\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! ip 【】
    2  macro_rules! check 【】
    3  macro_rules! ip 【】
    4  macro_rules! check 【】
    5  macro_rules! ip 【】
    6  macro_rules! check 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\ip.rs

    ═════════ pub fn 函数
    1  pub const fn is_unspecified(&self) -> bool 【】
    2  pub const fn is_loopback(&self) -> bool 【】
    3  pub const fn is_global(&self) -> bool 【】
    4  pub const fn is_multicast(&self) -> bool 【】
    5  pub const fn is_documentation(&self) -> bool 【】
    6  pub const fn is_benchmarking(&self) -> bool 【】
    7  pub const fn is_ipv4(&self) -> bool 【】
    8  pub const fn is_ipv6(&self) -> bool 【】
    9  pub const fn to_canonical(&self) -> IpAddr 【】
    10  pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr 【】
    11  pub const fn octets(&self) -> [u8; 4] 【】
    12  pub const fn is_unspecified(&self) -> bool 【】
    13  pub const fn is_loopback(&self) -> bool 【】
    14  pub const fn is_private(&self) -> bool 【】
    15  pub const fn is_link_local(&self) -> bool 【】
    16  pub const fn is_global(&self) -> bool 【】
    17  pub const fn is_shared(&self) -> bool 【】
    18  pub const fn is_benchmarking(&self) -> bool 【】
    19  pub const fn is_reserved(&self) -> bool 【】
    20  pub const fn is_multicast(&self) -> bool 【】
    21  pub const fn is_broadcast(&self) -> bool 【】
    22  pub const fn is_documentation(&self) -> bool 【】
    23  pub const fn to_ipv6_compatible(&self) -> Ipv6Addr 【】
    24  pub const fn to_ipv6_mapped(&self) -> Ipv6Addr 【】
    25  pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr 【】
    26  pub const fn segments(&self) -> [u16; 8] 【】
    27  pub const fn is_unspecified(&self) -> bool 【】
    28  pub const fn is_loopback(&self) -> bool 【】
    29  pub const fn is_global(&self) -> bool 【】
    30  pub const fn is_unique_local(&self) -> bool 【】
    31  pub const fn is_unicast(&self) -> bool 【】
    32  pub const fn is_unicast_link_local(&self) -> bool 【】
    33  pub const fn is_documentation(&self) -> bool 【】
    34  pub const fn is_benchmarking(&self) -> bool 【】
    35  pub const fn is_unicast_global(&self) -> bool 【】
    36  pub const fn multicast_scope(&self) -> Option<Ipv6MulticastScope> 【】
    37  pub const fn is_multicast(&self) -> bool 【】
    38  pub const fn to_ipv4_mapped(&self) -> Option<Ipv4Addr> 【】
    39  pub const fn to_ipv4(&self) -> Option<Ipv4Addr> 【】
    40  pub const fn to_canonical(&self) -> IpAddr 【】
    41  pub const fn octets(&self) -> [u8; 16] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\parser.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_helper 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\tcp\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\tcp.rs

    ═════════ pub fn 函数
    1  pub fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<TcpStream> 【】
    2  pub fn connect_timeout(addr: &SocketAddr, timeout: Duration) -> io::Result<TcpStream> 【】
    3  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    4  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    5  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    6  pub fn try_clone(&self) -> io::Result<TcpStream> 【】
    7  pub fn set_read_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    8  pub fn set_write_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    9  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    10  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    11  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    12  pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> 【】
    13  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    14  pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> 【】
    15  pub fn nodelay(&self) -> io::Result<bool> 【】
    16  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    17  pub fn ttl(&self) -> io::Result<u32> 【】
    18  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    19  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    20  pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> 【】
    21  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    22  pub fn try_clone(&self) -> io::Result<TcpListener> 【】
    23  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    24  pub fn incoming(&self) -> Incoming<'_> 【】
    25  pub fn into_incoming(self) -> IntoIncoming 【】
    26  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    27  pub fn ttl(&self) -> io::Result<u32> 【】
    28  pub fn set_only_v6(&self, only_v6: bool) -> io::Result<()> 【】
    29  pub fn only_v6(&self) -> io::Result<bool> 【】
    30  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    31  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\test.rs

    ═════════ pub fn 函数
    1  pub fn next_test_ip4() -> SocketAddr 【】
    2  pub fn next_test_ip6() -> SocketAddr 【】
    3  pub fn sa4(a: Ipv4Addr, p: u16) -> SocketAddr 【】
    4  pub fn sa6(a: Ipv6Addr, p: u16) -> SocketAddr 【】
    5  pub fn tsa<A: ToSocketAddrs>(a: A) -> Result<Vec<SocketAddr>, String> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\udp\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\net\udp.rs

    ═════════ pub fn 函数
    1  pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> 【】
    2  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    3  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    4  pub fn send_to<A: ToSocketAddrs>(&self, buf: &[u8], addr: A) -> io::Result<usize> 【】
    5  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    6  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    7  pub fn try_clone(&self) -> io::Result<UdpSocket> 【】
    8  pub fn set_read_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    9  pub fn set_write_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    10  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    11  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    12  pub fn set_broadcast(&self, broadcast: bool) -> io::Result<()> 【】
    13  pub fn broadcast(&self) -> io::Result<bool> 【】
    14  pub fn set_multicast_loop_v4(&self, multicast_loop_v4: bool) -> io::Result<()> 【】
    15  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    16  pub fn set_multicast_ttl_v4(&self, multicast_ttl_v4: u32) -> io::Result<()> 【】
    17  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    18  pub fn set_multicast_loop_v6(&self, multicast_loop_v6: bool) -> io::Result<()> 【】
    19  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    20  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    21  pub fn ttl(&self) -> io::Result<u32> 【】
    22  pub fn join_multicast_v4(&self, multiaddr: &Ipv4Addr, interface: &Ipv4Addr) -> io::Result<()> 【】
    23  pub fn join_multicast_v6(&self, multiaddr: &Ipv6Addr, interface: u32) -> io::Result<()> 【】
    24  pub fn leave_multicast_v4(&self, multiaddr: &Ipv4Addr, interface: &Ipv4Addr) -> io::Result<()> 【】
    25  pub fn leave_multicast_v6(&self, multiaddr: &Ipv6Addr, interface: u32) -> io::Result<()> 【】
    26  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    27  pub fn connect<A: ToSocketAddrs>(&self, addr: A) -> io::Result<()> 【】
    28  pub fn send(&self, buf: &[u8]) -> io::Result<usize> 【】
    29  pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    30  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    31  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\num\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_is_power_of_two 【】
    2  macro_rules! test_next_power_of_two 【】
    3  macro_rules! test_checked_next_power_of_two 【】
    4  macro_rules! assert_pow 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\num.rs

    ═════════ pub fn 函数
    1  pub fn test_num<T>(ten: T, two: T)
    
    
    
    

    \rustlib\src\rust\library\std\src\os\fd\net.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_as_raw_fd 【】
    2  macro_rules! impl_from_raw_fd 【】
    3  macro_rules! impl_into_raw_fd 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\fd\owned.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn borrow_raw(fd: RawFd) -> Self 【】
    2  pub fn try_clone(&self) -> crate::io::Result<Self> 【】
    3  pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedFd> 【】
    4  pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedFd> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\fortanix_sgx\arch.rs

    ═════════ pub fn 函数
    1  pub fn egetkey(request: &Align512<[u8; 512]>) -> Result<Align16<[u8; 16]>, u32> 【】
    2  pub fn ereport(
    
    
    
    

    \rustlib\src\rust\library\std\src\os\raw\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! alias_core_ffi 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\raw\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! ok 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\solid\io.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_as_raw_fd 【】
    2  macro_rules! impl_from_raw_fd 【】
    3  macro_rules! impl_into_raw_fd 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\fs.rs

    ═════════ pub fn 函数
    1  pub fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> 【】
    2  pub fn chown<P: AsRef<Path>>(dir: P, uid: Option<u32>, gid: Option<u32>) -> io::Result<()> 【】
    3  pub fn fchown<F: AsFd>(fd: F, uid: Option<u32>, gid: Option<u32>) -> io::Result<()> 【】
    4  pub fn lchown<P: AsRef<Path>>(dir: P, uid: Option<u32>, gid: Option<u32>) -> io::Result<()> 【】
    5  pub fn chroot<P: AsRef<Path>>(dir: P) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\addr.rs

    ═════════ pub fn 函数
    1  pub(super) fn sockaddr_un(path: &Path) -> io::Result<(libc::sockaddr_un, libc::socklen_t)> 【】
    2  pub(super) fn new<F>(f: F) -> io::Result<SocketAddr>
    3  pub(super) fn from_parts(
    4  pub fn from_pathname<P>(path: P) -> io::Result<SocketAddr>
    5  pub fn is_unnamed(&self) -> bool 【】
    6  pub fn as_pathname(&self) -> Option<&Path> 【】
    7  pub fn as_abstract_namespace(&self) -> Option<&[u8]> 【】
    8  pub fn from_abstract_namespace(namespace: &[u8]) -> io::Result<SocketAddr> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\ancillary.rs

    ═════════ pub fn 函数
    1  pub(super) fn recv_vectored_with_ancillary_from(
    2  pub(super) fn send_vectored_with_ancillary_to(
    3  pub fn new() -> SocketCred 【】
    4  pub fn set_pid(&mut self, pid: libc::pid_t) 【】
    5  pub fn get_pid(&self) -> libc::pid_t 【】
    6  pub fn set_uid(&mut self, uid: libc::uid_t) 【】
    7  pub fn get_uid(&self) -> libc::uid_t 【】
    8  pub fn set_gid(&mut self, gid: libc::gid_t) 【】
    9  pub fn get_gid(&self) -> libc::gid_t 【】
    10  pub fn new() -> SocketCred 【】
    11  pub fn set_pid(&mut self, pid: libc::pid_t) 【】
    12  pub fn get_pid(&self) -> libc::pid_t 【】
    13  pub fn set_uid(&mut self, uid: libc::uid_t) 【】
    14  pub fn get_uid(&self) -> libc::uid_t 【】
    15  pub fn set_gid(&mut self, gid: libc::gid_t) 【】
    16  pub fn get_gid(&self) -> libc::gid_t 【】
    17  pub fn new(buffer: &'a mut [u8]) -> Self 【】
    18  pub fn capacity(&self) -> usize 【】
    19  pub fn is_empty(&self) -> bool 【】
    20  pub fn len(&self) -> usize 【】
    21  pub fn messages(&self) -> Messages<'_> 【】
    22  pub fn truncated(&self) -> bool 【】
    23  pub fn add_fds(&mut self, fds: &[RawFd]) -> bool 【】
    24  pub fn add_creds(&mut self, creds: &[SocketCred]) -> bool 【】
    25  pub fn clear(&mut self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\datagram.rs

    ═════════ pub fn 函数
    1  pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixDatagram> 【】
    2  pub fn bind_addr(socket_addr: &SocketAddr) -> io::Result<UnixDatagram> 【】
    3  pub fn unbound() -> io::Result<UnixDatagram> 【】
    4  pub fn pair() -> io::Result<(UnixDatagram, UnixDatagram)> 【】
    5  pub fn connect<P: AsRef<Path>>(&self, path: P) -> io::Result<()> 【】
    6  pub fn connect_addr(&self, socket_addr: &SocketAddr) -> io::Result<()> 【】
    7  pub fn try_clone(&self) -> io::Result<UnixDatagram> 【】
    8  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    9  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    10  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    11  pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    12  pub fn recv_vectored_with_ancillary_from(
    13  pub fn recv_vectored_with_ancillary(
    14  pub fn send_to<P: AsRef<Path>>(&self, buf: &[u8], path: P) -> io::Result<usize> 【】
    15  pub fn send_to_addr(&self, buf: &[u8], socket_addr: &SocketAddr) -> io::Result<usize> 【】
    16  pub fn send(&self, buf: &[u8]) -> io::Result<usize> 【】
    17  pub fn send_vectored_with_ancillary_to<P: AsRef<Path>>(
    18  pub fn send_vectored_with_ancillary(
    19  pub fn set_read_timeout(&self, timeout: Option<Duration>) -> io::Result<()> 【】
    20  pub fn set_write_timeout(&self, timeout: Option<Duration>) -> io::Result<()> 【】
    21  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    22  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    23  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    24  pub fn set_passcred(&self, passcred: bool) -> io::Result<()> 【】
    25  pub fn passcred(&self) -> io::Result<bool> 【】
    26  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    27  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    28  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    29  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\listener.rs

    ═════════ pub fn 函数
    1  pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixListener> 【】
    2  pub fn bind_addr(socket_addr: &SocketAddr) -> io::Result<UnixListener> 【】
    3  pub fn accept(&self) -> io::Result<(UnixStream, SocketAddr)> 【】
    4  pub fn try_clone(&self) -> io::Result<UnixListener> 【】
    5  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    6  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    7  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    8  pub fn incoming(&self) -> Incoming<'_> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\stream.rs

    ═════════ pub fn 函数
    1  pub fn connect<P: AsRef<Path>>(path: P) -> io::Result<UnixStream> 【】
    2  pub fn connect_addr(socket_addr: &SocketAddr) -> io::Result<UnixStream> 【】
    3  pub fn pair() -> io::Result<(UnixStream, UnixStream)> 【】
    4  pub fn try_clone(&self) -> io::Result<UnixStream> 【】
    5  pub fn local_addr(&self) -> io::Result<SocketAddr> 【】
    6  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    7  pub fn peer_cred(&self) -> io::Result<UCred> 【】
    8  pub fn set_read_timeout(&self, timeout: Option<Duration>) -> io::Result<()> 【】
    9  pub fn set_write_timeout(&self, timeout: Option<Duration>) -> io::Result<()> 【】
    10  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    11  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    12  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    13  pub fn set_passcred(&self, passcred: bool) -> io::Result<()> 【】
    14  pub fn passcred(&self) -> io::Result<bool> 【】
    15  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    16  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    17  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    18  pub fn recv_vectored_with_ancillary(
    19  pub fn send_vectored_with_ancillary(
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\net\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! or_panic 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\process.rs

    ═════════ pub fn 函数
    1  pub fn parent_id() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\unix\ucred.rs

    ═════════ pub fn 函数
    1  pub fn peer_cred(socket: &UnixStream) -> io::Result<UCred> 【】
    2  pub fn peer_cred(socket: &UnixStream) -> io::Result<UCred> 【】
    3  pub fn peer_cred(socket: &UnixStream) -> io::Result<UCred> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\wasi\fs.rs

    ═════════ pub fn 函数
    1  pub fn link<P: AsRef<Path>, U: AsRef<Path>>(
    2  pub fn rename<P: AsRef<Path>, U: AsRef<Path>>(
    3  pub fn symlink<P: AsRef<Path>, U: AsRef<Path>>(
    4  pub fn symlink_path<P: AsRef<Path>, U: AsRef<Path>>(old_path: P, new_path: U) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\windows\fs.rs

    ═════════ pub fn 函数
    1  pub fn symlink_file<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> 【】
    2  pub fn symlink_dir<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\windows\io\handle.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn borrow_raw(handle: RawHandle) -> Self 【】
    2  pub fn try_clone(&self) -> crate::io::Result<Self> 【】
    3  pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> 【】
    4  pub(crate) fn duplicate(
    5  pub unsafe fn from_raw_handle(handle: RawHandle) -> Self 【】
    6  pub unsafe fn from_raw_handle(handle: RawHandle) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\os\windows\io\socket.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn borrow_raw(socket: RawSocket) -> Self 【】
    2  pub fn try_clone(&self) -> io::Result<Self> 【】
    3  pub(crate) fn set_no_inherit(&self) -> io::Result<()> 【】
    4  pub(crate) fn set_no_inherit(&self) -> io::Result<()> 【】
    5  pub fn try_clone_to_owned(&self) -> io::Result<OwnedSocket> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\panic.rs

    ═════════ pub fn 函数
    1  pub fn panic_any<M: 'static + Any + Send>(msg: M) -> ! 【】
    2  pub fn catch_unwind<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R> 【】
    3  pub fn resume_unwind(payload: Box<dyn Any + Send>) -> ! 【】
    4  pub fn always_abort() 【】
    5  pub(crate) fn full() -> Option<Self> 【】
    6  pub fn set_backtrace_style(style: BacktraceStyle) 【】
    7  pub fn get_backtrace_style() -> Option<BacktraceStyle> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\panicking.rs

    ═════════ pub fn 函数
    1  pub fn set_hook(hook: Box<dyn Fn(&PanicInfo<'_>) + 'static + Sync + Send>) 【】
    2  pub fn take_hook() -> Box<dyn Fn(&PanicInfo<'_>) + 'static + Sync + Send> 【】
    3  pub fn update_hook<F>(hook_fn: F)
    4  pub fn increase() -> (bool, usize) 【】
    5  pub fn decrease() 【】
    6  pub fn set_always_abort() 【】
    7  pub fn get_count() -> usize 【】
    8  pub fn count_is_zero() -> bool 【】
    9  pub unsafe fn r#try<R, F: FnOnce() -> R>(f: F) -> Result<R, Box<dyn Any + Send>> 【】
    10  pub fn panicking() -> bool 【】
    11  pub fn begin_panic_handler(info: &PanicInfo<'_>) -> ! 【】
    12  pub const fn begin_panic<M: Any + Send>(msg: M) -> ! 【】
    13  pub fn rust_panic_without_hook(payload: Box<dyn Any + Send>) -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\path\tests.rs

    ═════════ pub fn 函数
    1  pub fn test_decompositions_unix() 【】
    2  pub fn test_decompositions_windows() 【】
    3  pub fn test_stem_ext() 【】
    4  pub fn test_prefix_ext() 【】
    5  pub fn test_push() 【】
    6  pub fn test_pop() 【】
    7  pub fn test_set_file_name() 【】
    8  pub fn test_set_extension() 【】
    9  pub fn test_compare() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\path.rs

    ═════════ pub fn 函数
    1  pub fn is_verbatim(&self) -> bool 【】
    2  pub fn is_separator(c: char) -> bool 【】
    3  pub fn kind(&self) -> Prefix<'a> 【】
    4  pub fn as_os_str(&self) -> &'a OsStr 【】
    5  pub fn as_os_str(self) -> &'a OsStr 【】
    6  pub fn as_path(&self) -> &'a Path 【】
    7  pub fn as_path(&self) -> &'a Path 【】
    8  pub fn new() -> PathBuf 【】
    9  pub fn with_capacity(capacity: usize) -> PathBuf 【】
    10  pub fn as_path(&self) -> &Path 【】
    11  pub fn push<P: AsRef<Path>>(&mut self, path: P) 【】
    12  pub fn pop(&mut self) -> bool 【】
    13  pub fn set_file_name<S: AsRef<OsStr>>(&mut self, file_name: S) 【】
    14  pub fn set_extension<S: AsRef<OsStr>>(&mut self, extension: S) -> bool 【】
    15  pub fn into_os_string(self) -> OsString 【】
    16  pub fn into_boxed_path(self) -> Box<Path> 【】
    17  pub fn capacity(&self) -> usize 【】
    18  pub fn clear(&mut self) 【】
    19  pub fn reserve(&mut self, additional: usize) 【】
    20  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    21  pub fn reserve_exact(&mut self, additional: usize) 【】
    22  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    23  pub fn shrink_to_fit(&mut self) 【】
    24  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    25  pub fn new<S: AsRef<OsStr> + ?Sized>(s: &S) -> &Path 【】
    26  pub fn as_os_str(&self) -> &OsStr 【】
    27  pub fn to_str(&self) -> Option<&str> 【】
    28  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    29  pub fn to_path_buf(&self) -> PathBuf 【】
    30  pub fn is_absolute(&self) -> bool 【】
    31  pub fn is_relative(&self) -> bool 【】
    32  pub fn has_root(&self) -> bool 【】
    33  pub fn parent(&self) -> Option<&Path> 【】
    34  pub fn ancestors(&self) -> Ancestors<'_> 【】
    35  pub fn file_name(&self) -> Option<&OsStr> 【】
    36  pub fn strip_prefix<P>(&self, base: P) -> Result<&Path, StripPrefixError>
    37  pub fn starts_with<P: AsRef<Path>>(&self, base: P) -> bool 【】
    38  pub fn ends_with<P: AsRef<Path>>(&self, child: P) -> bool 【】
    39  pub fn file_stem(&self) -> Option<&OsStr> 【】
    40  pub fn file_prefix(&self) -> Option<&OsStr> 【】
    41  pub fn extension(&self) -> Option<&OsStr> 【】
    42  pub fn join<P: AsRef<Path>>(&self, path: P) -> PathBuf 【】
    43  pub fn with_file_name<S: AsRef<OsStr>>(&self, file_name: S) -> PathBuf 【】
    44  pub fn with_extension<S: AsRef<OsStr>>(&self, extension: S) -> PathBuf 【】
    45  pub fn components(&self) -> Components<'_> 【】
    46  pub fn iter(&self) -> Iter<'_> 【】
    47  pub fn display(&self) -> Display<'_> 【】
    48  pub fn metadata(&self) -> io::Result<fs::Metadata> 【】
    49  pub fn symlink_metadata(&self) -> io::Result<fs::Metadata> 【】
    50  pub fn canonicalize(&self) -> io::Result<PathBuf> 【】
    51  pub fn read_link(&self) -> io::Result<PathBuf> 【】
    52  pub fn read_dir(&self) -> io::Result<fs::ReadDir> 【】
    53  pub fn exists(&self) -> bool 【】
    54  pub fn try_exists(&self) -> io::Result<bool> 【】
    55  pub fn is_file(&self) -> bool 【】
    56  pub fn is_dir(&self) -> bool 【】
    57  pub fn is_symlink(&self) -> bool 【】
    58  pub fn into_path_buf(self: Box<Path>) -> PathBuf 【】
    59  pub fn absolute<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_cmp 【】
    2  macro_rules! impl_cmp_os_str 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\process\tests.rs

    ═════════ pub fn 函数
    1  pub fn run_output(mut cmd: Command) -> String 【】
    2  pub fn env_cmd() -> Command 【】
    3  pub fn env_cmd() -> Command 【】
    4  pub fn env_cmd() -> Command 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\process.rs

    ═════════ pub fn 函数
    1  pub fn new<S: AsRef<OsStr>>(program: S) -> Command 【】
    2  pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command 【】
    3  pub fn args<I, S>(&mut self, args: I) -> &mut Command
    4  pub fn env<K, V>(&mut self, key: K, val: V) -> &mut Command
    5  pub fn envs<I, K, V>(&mut self, vars: I) -> &mut Command
    6  pub fn env_remove<K: AsRef<OsStr>>(&mut self, key: K) -> &mut Command 【】
    7  pub fn env_clear(&mut self) -> &mut Command 【】
    8  pub fn current_dir<P: AsRef<Path>>(&mut self, dir: P) -> &mut Command 【】
    9  pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command 【】
    10  pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command 【】
    11  pub fn stderr<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command 【】
    12  pub fn spawn(&mut self) -> io::Result<Child> 【】
    13  pub fn output(&mut self) -> io::Result<Output> 【】
    14  pub fn status(&mut self) -> io::Result<ExitStatus> 【】
    15  pub fn get_program(&self) -> &OsStr 【】
    16  pub fn get_args(&self) -> CommandArgs<'_> 【】
    17  pub fn get_envs(&self) -> CommandEnvs<'_> 【】
    18  pub fn get_current_dir(&self) -> Option<&Path> 【】
    19  pub fn piped() -> Stdio 【】
    20  pub fn inherit() -> Stdio 【】
    21  pub fn null() -> Stdio 【】
    22  pub fn makes_pipe(&self) -> bool 【】
    23  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    24  pub fn success(&self) -> bool 【】
    25  pub fn code(&self) -> Option<i32> 【】
    26  pub fn code(&self) -> Option<i32> 【】
    27  pub fn code_nonzero(&self) -> Option<NonZeroI32> 【】
    28  pub fn into_status(&self) -> ExitStatus 【】
    29  pub fn exit_process(self) -> ! 【】
    30  pub fn to_i32(self) -> i32 【】
    31  pub fn kill(&mut self) -> io::Result<()> 【】
    32  pub fn id(&self) -> u32 【】
    33  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    34  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    35  pub fn wait_with_output(mut self) -> io::Result<Output> 【】
    36  pub fn exit(code: i32) -> ! 【】
    37  pub fn abort() -> ! 【】
    38  pub fn id() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\rt.rs

    ═════════ pub fn 函数
    1  pub(crate) fn cleanup() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! rtprintpanic 【】
    2  macro_rules! rtabort 【】
    3  macro_rules! rtassert 【】
    4  macro_rules! rtunwrap 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\barrier.rs

    ═════════ pub fn 函数
    1  pub fn new(n: usize) -> Barrier 【】
    2  pub fn wait(&self) -> BarrierWaitResult 【】
    3  pub fn is_leader(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\condvar.rs

    ═════════ pub fn 函数
    1  pub fn timed_out(&self) -> bool 【】
    2  pub const fn new() -> Condvar 【】
    3  pub fn wait<'a, T>(&self, guard: MutexGuard<'a, T>) -> LockResult<MutexGuard<'a, T>> 【】
    4  pub fn wait_while<'a, T, F>(
    5  pub fn wait_timeout_ms<'a, T>(
    6  pub fn wait_timeout<'a, T>(
    7  pub fn wait_timeout_while<'a, T, F>(
    8  pub fn notify_one(&self) 【】
    9  pub fn notify_all(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\lazy_lock.rs

    ═════════ pub fn 函数
    1  pub const fn new(f: F) -> LazyLock<T, F> 【】
    2  pub fn force(this: &LazyLock<T, F>) -> &T 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\blocking.rs

    ═════════ pub fn 函数
    1  pub fn tokens() -> (WaitToken, SignalToken) 【】
    2  pub fn signal(&self) -> bool 【】
    3  pub unsafe fn to_raw(self) -> *mut u8 【】
    4  pub unsafe fn from_raw(signal_ptr: *mut u8) -> SignalToken 【】
    5  pub fn wait(self) 【】
    6  pub fn wait_max_until(self, end: Instant) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\cache_aligned.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(t: T) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\mod.rs

    ═════════ pub fn 函数
    1  pub fn channel<T>() -> (Sender<T>, Receiver<T>) 【】
    2  pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Receiver<T>) 【】
    3  pub fn send(&self, t: T) -> Result<(), SendError<T>> 【】
    4  pub fn send(&self, t: T) -> Result<(), SendError<T>> 【】
    5  pub fn try_send(&self, t: T) -> Result<(), TrySendError<T>> 【】
    6  pub fn try_recv(&self) -> Result<T, TryRecvError> 【】
    7  pub fn recv(&self) -> Result<T, RecvError> 【】
    8  pub fn recv_timeout(&self, timeout: Duration) -> Result<T, RecvTimeoutError> 【】
    9  pub fn recv_deadline(&self, deadline: Instant) -> Result<T, RecvTimeoutError> 【】
    10  pub fn iter(&self) -> Iter<'_, T> 【】
    11  pub fn try_iter(&self) -> TryIter<'_, T> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\mpsc_queue.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Queue<T> 【】
    2  pub fn push(&self, t: T) 【】
    3  pub fn pop(&self) -> PopResult<T> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\oneshot.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Packet<T> 【】
    2  pub fn send(&self, t: T) -> Result<(), T> 【】
    3  pub fn sent(&self) -> bool 【】
    4  pub fn recv(&self, deadline: Option<Instant>) -> Result<T, Failure<T>> 【】
    5  pub fn try_recv(&self) -> Result<T, Failure<T>> 【】
    6  pub fn upgrade(&self, up: Receiver<T>) -> UpgradeResult 【】
    7  pub fn drop_chan(&self) 【】
    8  pub fn drop_port(&self) 【】
    9  pub fn abort_selection(&self) -> Result<bool, Receiver<T>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\shared.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Packet<T> 【】
    2  pub fn postinit_lock(&self) -> MutexGuard<'_, ()> 【】
    3  pub fn inherit_blocker(&self, token: Option<SignalToken>, guard: MutexGuard<'_, ()>) 【】
    4  pub fn send(&self, t: T) -> Result<(), T> 【】
    5  pub fn recv(&self, deadline: Option<Instant>) -> Result<T, Failure> 【】
    6  pub fn try_recv(&self) -> Result<T, Failure> 【】
    7  pub fn clone_chan(&self) 【】
    8  pub fn drop_chan(&self) 【】
    9  pub fn drop_port(&self) 【】
    10  pub fn abort_selection(&self, _was_upgrade: bool) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\spsc_queue.rs

    ═════════ pub fn 函数
    1  pub unsafe fn with_additions(
    2  pub fn push(&self, t: T) 【】
    3  pub fn pop(&self) -> Option<T> 【】
    4  pub fn peek(&self) -> Option<&mut T> 【】
    5  pub fn producer_addition(&self) -> &ProducerAddition 【】
    6  pub fn consumer_addition(&self) -> &ConsumerAddition 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\stream.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Packet<T> 【】
    2  pub fn send(&self, t: T) -> Result<(), T> 【】
    3  pub fn upgrade(&self, up: Receiver<T>) -> UpgradeResult 【】
    4  pub fn recv(&self, deadline: Option<Instant>) -> Result<T, Failure<T>> 【】
    5  pub fn try_recv(&self) -> Result<T, Failure<T>> 【】
    6  pub fn drop_chan(&self) 【】
    7  pub fn drop_port(&self) 【】
    8  pub fn abort_selection(&self, was_upgrade: bool) -> Result<bool, Receiver<T>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\sync.rs

    ═════════ pub fn 函数
    1  pub fn new(capacity: usize) -> Packet<T> 【】
    2  pub fn send(&self, t: T) -> Result<(), T> 【】
    3  pub fn try_send(&self, t: T) -> Result<(), super::TrySendError<T>> 【】
    4  pub fn recv(&self, deadline: Option<Instant>) -> Result<T, Failure> 【】
    5  pub fn try_recv(&self) -> Result<T, Failure> 【】
    6  pub fn clone_chan(&self) 【】
    7  pub fn drop_chan(&self) 【】
    8  pub fn drop_port(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\sync_tests.rs

    ═════════ pub fn 函数
    1  pub fn stress_factor() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mpsc\tests.rs

    ═════════ pub fn 函数
    1  pub fn stress_factor() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new(t: T) -> Mutex<T> 【】
    2  pub fn lock(&self) -> LockResult<MutexGuard<'_, T>> 【】
    3  pub fn try_lock(&self) -> TryLockResult<MutexGuard<'_, T>> 【】
    4  pub fn unlock(guard: MutexGuard<'_, T>) 【】
    5  pub fn is_poisoned(&self) -> bool 【】
    6  pub fn clear_poison(&self) 【】
    7  pub fn into_inner(self) -> LockResult<T>
    8  pub fn get_mut(&mut self) -> LockResult<&mut T> 【】
    9  pub fn guard_lock<'a, T: ?Sized>(guard: &MutexGuard<'a, T>) -> &'a sys::MovableMutex 【】
    10  pub fn guard_poison<'a, T: ?Sized>(guard: &MutexGuard<'a, T>) -> &'a poison::Flag 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\once.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Once 【】
    2  pub fn call_once<F>(&self, f: F)
    3  pub fn call_once_force<F>(&self, f: F)
    4  pub fn is_completed(&self) -> bool 【】
    5  pub fn is_poisoned(&self) -> bool 【】
    6  pub(crate) fn poison(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\once_lock\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! eval_once 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\once_lock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> OnceLock<T> 【】
    2  pub fn get(&self) -> Option<&T> 【】
    3  pub fn get_mut(&mut self) -> Option<&mut T> 【】
    4  pub fn set(&self, value: T) -> Result<(), T> 【】
    5  pub fn get_or_init<F>(&self, f: F) -> &T
    6  pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
    7  pub(crate) fn get_or_init_pin<F, G>(self: Pin<&Self>, f: F, g: G) -> Pin<&T>
    8  pub fn into_inner(mut self) -> Option<T> 【】
    9  pub fn take(&mut self) -> Option<T> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\poison.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Flag 【】
    2  pub fn borrow(&self) -> LockResult<()> 【】
    3  pub fn guard(&self) -> LockResult<Guard> 【】
    4  pub fn done(&self, guard: &Guard) 【】
    5  pub fn get(&self) -> bool 【】
    6  pub fn clear(&self) 【】
    7  pub fn new(guard: T) -> PoisonError<T> 【】
    8  pub fn into_inner(self) -> T 【】
    9  pub fn get_ref(&self) -> &T 【】
    10  pub fn get_mut(&mut self) -> &mut T 【】
    11  pub fn map_result<T, U, F>(result: LockResult<T>, f: F) -> LockResult<U>
    
    
    
    

    \rustlib\src\rust\library\std\src\sync\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new(t: T) -> RwLock<T> 【】
    2  pub fn read(&self) -> LockResult<RwLockReadGuard<'_, T>> 【】
    3  pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> 【】
    4  pub fn write(&self) -> LockResult<RwLockWriteGuard<'_, T>> 【】
    5  pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> 【】
    6  pub fn is_poisoned(&self) -> bool 【】
    7  pub fn clear_poison(&self) 【】
    8  pub fn into_inner(self) -> LockResult<T>
    9  pub fn get_mut(&mut self) -> LockResult<&mut T> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\common\alloc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn realloc_fallback(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\args.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    2  pub unsafe fn cleanup() 【】
    3  pub fn args() -> Args 【】
    4  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    5  pub unsafe fn cleanup() 【】
    6  pub fn args() -> Args 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn notify_one(&self) 【】
    3  pub unsafe fn notify_all(&self) 【】
    4  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    5  pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\fd.rs

    ═════════ pub fn 函数
    1  pub fn new(fd: i32) -> FileDesc 【】
    2  pub fn raw(&self) -> i32 【】
    3  pub fn into_raw(self) -> i32 【】
    4  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    5  pub fn read_to_end(&self, buf: &mut Vec<u8>) -> io::Result<usize> 【】
    6  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    7  pub fn duplicate(&self) -> io::Result<FileDesc> 【】
    8  pub fn duplicate_path(&self, _path: &[u8]) -> io::Result<FileDesc> 【】
    9  pub fn nonblocking(&self) -> io::Result<bool> 【】
    10  pub fn set_cloexec(&self) -> io::Result<()> 【】
    11  pub fn set_nonblocking(&self, _nonblocking: bool) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\fs.rs

    ═════════ pub fn 函数
    1  pub fn size(&self) -> u64 【】
    2  pub fn perm(&self) -> FilePermissions 【】
    3  pub fn file_type(&self) -> FileType 【】
    4  pub fn modified(&self) -> io::Result<SystemTime> 【】
    5  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    6  pub fn created(&self) -> io::Result<SystemTime> 【】
    7  pub fn readonly(&self) -> bool 【】
    8  pub fn set_readonly(&mut self, _readonly: bool) 【】
    9  pub fn is_dir(&self) -> bool 【】
    10  pub fn is_file(&self) -> bool 【】
    11  pub fn is_symlink(&self) -> bool 【】
    12  pub fn path(&self) -> PathBuf 【】
    13  pub fn file_name(&self) -> OsString 【】
    14  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    15  pub fn file_type(&self) -> io::Result<FileType> 【】
    16  pub fn new() -> OpenOptions 【】
    17  pub fn read(&mut self, read: bool) 【】
    18  pub fn write(&mut self, write: bool) 【】
    19  pub fn append(&mut self, append: bool) 【】
    20  pub fn truncate(&mut self, truncate: bool) 【】
    21  pub fn create(&mut self, create: bool) 【】
    22  pub fn create_new(&mut self, create_new: bool) 【】
    23  pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    24  pub fn open_c(path: &CStr, opts: &OpenOptions) -> io::Result<File> 【】
    25  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    26  pub fn fsync(&self) -> io::Result<()> 【】
    27  pub fn datasync(&self) -> io::Result<()> 【】
    28  pub fn truncate(&self, _size: u64) -> io::Result<()> 【】
    29  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    30  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    31  pub fn is_read_vectored(&self) -> bool 【】
    32  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    33  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    34  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    35  pub fn is_write_vectored(&self) -> bool 【】
    36  pub fn flush(&self) -> io::Result<()> 【】
    37  pub fn seek(&self, _pos: SeekFrom) -> io::Result<u64> 【】
    38  pub fn duplicate(&self) -> io::Result<File> 【】
    39  pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> 【】
    40  pub fn new() -> DirBuilder 【】
    41  pub fn mkdir(&self, _p: &Path) -> io::Result<()> 【】
    42  pub fn readdir(_p: &Path) -> io::Result<ReadDir> 【】
    43  pub fn unlink(path: &Path) -> io::Result<()> 【】
    44  pub fn rename(_old: &Path, _new: &Path) -> io::Result<()> 【】
    45  pub fn set_perm(_p: &Path, perm: FilePermissions) -> io::Result<()> 【】
    46  pub fn rmdir(_p: &Path) -> io::Result<()> 【】
    47  pub fn remove_dir_all(_path: &Path) -> io::Result<()> 【】
    48  pub fn readlink(_p: &Path) -> io::Result<PathBuf> 【】
    49  pub fn symlink(_original: &Path, _link: &Path) -> io::Result<()> 【】
    50  pub fn link(_original: &Path, _link: &Path) -> io::Result<()> 【】
    51  pub fn stat(_p: &Path) -> io::Result<FileAttr> 【】
    52  pub fn lstat(_p: &Path) -> io::Result<FileAttr> 【】
    53  pub fn canonicalize(_p: &Path) -> io::Result<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\mod.rs

    ═════════ pub fn 函数
    1  pub fn unsupported<T>() -> crate::io::Result<T> 【】
    2  pub fn unsupported_err() -> crate::io::Error 【】
    3  pub extern "C" fn floor(x: f64) -> f64 【】
    4  pub fn abort_internal() -> ! 【】
    5  pub fn hashmap_random_keys() -> (u64, u64) 【】
    6  pub extern "C" fn __rust_abort() 【】
    7  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    8  pub unsafe fn cleanup() 【】
    9  pub unsafe extern "C" fn runtime_entry(
    10  pub fn decode_error_kind(errno: i32) -> ErrorKind 【】
    11  pub fn cvt(result: i32) -> crate::io::Result<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new(user_data: T) -> Spinlock<T> 【】
    2  pub unsafe fn lock(&self) -> SpinlockGuard<'_, T> 【】
    3  pub const fn new() -> PriorityQueue 【】
    4  pub fn push(&mut self, prio: abi::Priority, id: abi::Tid) 【】
    5  pub fn pop(&mut self) -> Option<abi::Tid> 【】
    6  pub const fn new() -> MutexInner 【】
    7  pub const fn new() -> Mutex 【】
    8  pub unsafe fn init(&mut self) 【】
    9  pub unsafe fn lock(&self) 【】
    10  pub unsafe fn unlock(&self) 【】
    11  pub unsafe fn try_lock(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\net.rs

    ═════════ pub fn 函数
    1  pub fn init() -> io::Result<()> 【】
    2  pub fn connect(addr: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    3  pub fn connect_timeout(saddr: &SocketAddr, duration: Duration) -> io::Result<TcpStream> 【】
    4  pub fn set_read_timeout(&self, duration: Option<Duration>) -> io::Result<()> 【】
    5  pub fn set_write_timeout(&self, duration: Option<Duration>) -> io::Result<()> 【】
    6  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    7  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    8  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    9  pub fn read(&self, buffer: &mut [u8]) -> io::Result<usize> 【】
    10  pub fn read_vectored(&self, ioslice: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    11  pub fn is_read_vectored(&self) -> bool 【】
    12  pub fn write(&self, buffer: &[u8]) -> io::Result<usize> 【】
    13  pub fn write_vectored(&self, ioslice: &[IoSlice<'_>]) -> io::Result<usize> 【】
    14  pub fn is_write_vectored(&self) -> bool 【】
    15  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    16  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    17  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    18  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    19  pub fn set_linger(&self, _linger: Option<Duration>) -> io::Result<()> 【】
    20  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    21  pub fn set_nodelay(&self, mode: bool) -> io::Result<()> 【】
    22  pub fn nodelay(&self) -> io::Result<bool> 【】
    23  pub fn set_ttl(&self, tll: u32) -> io::Result<()> 【】
    24  pub fn ttl(&self) -> io::Result<u32> 【】
    25  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    26  pub fn set_nonblocking(&self, mode: bool) -> io::Result<()> 【】
    27  pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    28  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    29  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    30  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    31  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    32  pub fn ttl(&self) -> io::Result<u32> 【】
    33  pub fn set_only_v6(&self, _: bool) -> io::Result<()> 【】
    34  pub fn only_v6(&self) -> io::Result<bool> 【】
    35  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    36  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    37  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    38  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    39  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    40  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    41  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    42  pub fn send_to(&self, _: &[u8], _: &SocketAddr) -> io::Result<usize> 【】
    43  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    44  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    45  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    46  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    47  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    48  pub fn set_broadcast(&self, _: bool) -> io::Result<()> 【】
    49  pub fn broadcast(&self) -> io::Result<bool> 【】
    50  pub fn set_multicast_loop_v4(&self, _: bool) -> io::Result<()> 【】
    51  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    52  pub fn set_multicast_ttl_v4(&self, _: u32) -> io::Result<()> 【】
    53  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    54  pub fn set_multicast_loop_v6(&self, _: bool) -> io::Result<()> 【】
    55  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    56  pub fn join_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    57  pub fn join_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    58  pub fn leave_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    59  pub fn leave_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    60  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    61  pub fn ttl(&self) -> io::Result<u32> 【】
    62  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    63  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    64  pub fn recv(&self, _: &mut [u8]) -> io::Result<usize> 【】
    65  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    66  pub fn send(&self, _: &[u8]) -> io::Result<usize> 【】
    67  pub fn connect(&self, _: io::Result<&SocketAddr>) -> io::Result<()> 【】
    68  pub fn port(&self) -> u16 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\os.rs

    ═════════ pub fn 函数
    1  pub fn errno() -> i32 【】
    2  pub fn error_string(_errno: i32) -> String 【】
    3  pub fn getcwd() -> io::Result<PathBuf> 【】
    4  pub fn chdir(_: &path::Path) -> io::Result<()> 【】
    5  pub fn split_paths(_unparsed: &OsStr) -> SplitPaths<'_> 【】
    6  pub fn join_paths<I, T>(_paths: I) -> Result<OsString, JoinPathsError>
    7  pub fn current_exe() -> io::Result<PathBuf> 【】
    8  pub fn init_environment(env: *const *const i8) 【】
    9  pub fn env() -> Env 【】
    10  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    11  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    12  pub fn unsetenv(k: &OsStr) -> io::Result<()> 【】
    13  pub fn temp_dir() -> PathBuf 【】
    14  pub fn home_dir() -> Option<PathBuf> 【】
    15  pub fn exit(code: i32) -> ! 【】
    16  pub fn getpid() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub fn is_ebadf(_err: &io::Error) -> bool 【】
    5  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new_with_coreid(
    2  pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    3  pub fn yield_now() 【】
    4  pub fn set_name(_name: &CStr) 【】
    5  pub fn sleep(dur: Duration) 【】
    6  pub fn join(self) 【】
    7  pub fn id(&self) -> Tid 【】
    8  pub fn into_id(self) -> Tid 【】
    9  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    10  pub unsafe fn current() -> Option<Guard> 【】
    11  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    2  pub unsafe fn run_dtors() 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\hermit\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn now() -> SystemTime 【】
    6  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    7  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    8  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\abi.rs

    ═════════ pub fn 函数
    1  pub fn acre_tsk(pk_ctsk: *const T_CTSK) -> ER_ID;
    2  pub fn get_tid(p_tskid: *mut ID) -> ER;
    3  pub fn dly_tsk(dlytim: RELTIM) -> ER;
    4  pub fn ter_tsk(tskid: ID) -> ER;
    5  pub fn del_tsk(tskid: ID) -> ER;
    6  pub fn get_pri(tskid: ID, p_tskpri: *mut PRI) -> ER;
    7  pub fn rot_rdq(tskpri: PRI) -> ER;
    8  pub fn slp_tsk() -> ER;
    9  pub fn tslp_tsk(tmout: TMO) -> ER;
    10  pub fn wup_tsk(tskid: ID) -> ER;
    11  pub fn unl_cpu() -> ER;
    12  pub fn dis_dsp() -> ER;
    13  pub fn ena_dsp() -> ER;
    14  pub fn sns_dsp() -> bool_t;
    15  pub fn get_tim(p_systim: *mut SYSTIM) -> ER;
    16  pub fn acre_mtx(pk_cmtx: *const T_CMTX) -> ER_ID;
    17  pub fn del_mtx(tskid: ID) -> ER;
    18  pub fn loc_mtx(mtxid: ID) -> ER;
    19  pub fn ploc_mtx(mtxid: ID) -> ER;
    20  pub fn tloc_mtx(mtxid: ID, tmout: TMO) -> ER;
    21  pub fn unl_mtx(mtxid: ID) -> ER;
    22  pub fn exd_tsk() -> ER;
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn init(&mut self) 【】}
    3  pub unsafe fn notify_one(&self) 【】
    4  pub unsafe fn notify_all(&self) 【】
    5  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    6  pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool 【】
    7  pub fn new() -> Self 【】
    8  pub const fn new() -> Self 【】
    9  pub unsafe fn insert(&mut self, mut waiter_ptr: NonNull<Waiter>) 【】
    10  pub unsafe fn remove(&mut self, mut waiter_ptr: NonNull<Waiter>) -> bool 【】
    11  pub unsafe fn is_queued(&self, waiter: NonNull<Waiter>) -> bool 【】
    12  pub fn pop_front(&mut self) -> Option<abi::ID> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\error.rs

    ═════════ pub fn 函数
    1  pub fn new(er: abi::ER) -> Option<Self> 【】
    2  pub fn err_if_negative(er: abi::ER) -> Result<abi::ER, Self> 【】
    3  pub fn as_raw(&self) -> abi::ER 【】
    4  pub fn error_name(er: abi::ER) -> Option<&'static str> 【】
    5  pub fn decode_error_kind(er: abi::ER) -> ErrorKind 【】
    6  pub fn expect_success(er: abi::ER, msg: &&str) -> abi::ER 【】
    7  pub fn expect_success_aborting(er: abi::ER, msg: &&str) -> abi::ER 【】
    8  pub fn fail(e: impl fmt::Display, msg: &&str) -> ! 【】
    9  pub fn fail_aborting(e: impl fmt::Display, msg: &&str) -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Mutex 【】
    2  pub unsafe fn init(&mut self) 【】
    3  pub unsafe fn lock(&self) 【】
    4  pub unsafe fn unlock(&self) 【】
    5  pub unsafe fn try_lock(&self) -> bool 【】
    6  pub(super) fn lock(x: &'a Mutex) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\spin.rs

    ═════════ pub fn 函数
    1  pub const fn new(x: T) -> Self 【】
    2  pub fn with_locked<R>(&self, f: impl FnOnce(&mut T) -> R) -> R 【】
    3  pub const fn new() -> Self 【】
    4  pub fn get(&self) -> Option<(abi::ID, &T)> 【】
    5  pub fn get_mut(&mut self) -> Option<(abi::ID, &mut T)> 【】
    6  pub unsafe fn get_unchecked(&self) -> (abi::ID, &T) 【】
    7  pub unsafe fn set_unchecked(&self, (id, extra): (abi::ID, T)) 【】
    8  pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E>
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\task.rs

    ═════════ pub fn 函数
    1  pub fn current_task_id() -> abi::ID 【】
    2  pub fn current_task_id_aborting() -> abi::ID 【】
    3  pub fn try_current_task_id() -> Result<abi::ID, ItronError> 【】
    4  pub fn task_priority(task: abi::ID) -> abi::PRI 【】
    5  pub fn try_task_priority(task: abi::ID) -> Result<abi::PRI, ItronError> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    2  pub fn yield_now() 【】
    3  pub fn set_name(_name: &CStr) 【】
    4  pub fn sleep(dur: Duration) 【】
    5  pub fn join(mut self) 【】
    6  pub unsafe fn current() -> Option<Guard> 【】
    7  pub unsafe fn init() -> Option<Guard> 【】
    8  pub fn available_parallelism() -> io::Result<crate::num::NonZeroUsize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\itron\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn dur2reltims(dur: Duration) -> impl Iterator<Item = abi::RELTIM> 【】
    6  pub fn with_tmos(dur: Duration, mut f: impl FnMut(abi::TMO) -> abi::ER) -> abi::ER 【】
    7  pub fn with_tmos_strong(dur: Duration, mut f: impl FnMut(abi::TMO) -> abi::ER) -> abi::ER 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\mem.rs

    ═════════ pub fn 函数
    1  pub(crate) unsafe fn rel_ptr<T>(offset: u64) -> *const T 【】
    2  pub(crate) unsafe fn rel_ptr_mut<T>(offset: u64) -> *mut T 【】
    3  pub(crate) fn heap_base() -> *const u8 【】
    4  pub(crate) fn heap_size() -> usize 【】
    5  pub fn image_base() -> u64 【】
    6  pub fn is_enclave_range(p: *const u8, len: usize) -> bool 【】
    7  pub fn is_user_range(p: *const u8, len: usize) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\mod.rs

    ═════════ pub fn 函数
    1  pub(super) fn exit_with_code(code: isize) -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\panic.rs

    ═════════ pub fn 函数
    1  pub(crate) fn new() -> Option<Self> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\reloc.rs

    ═════════ pub fn 函数
    1  pub fn relocate_elf_rela() 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\thread.rs

    ═════════ pub fn 函数
    1  pub fn current() -> Tcs 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\tls\mod.rs

    ═════════ pub fn 函数
    1  pub fn as_usize(self) -> usize 【】
    2  pub fn from_usize(index: usize) -> Self 【】
    3  pub fn new() -> Tls 【】
    4  pub unsafe fn activate(&self) -> ActiveTls<'_> 【】
    5  pub unsafe fn activate_persistent(self: Box<Self>) 【】
    6  pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    7  pub fn set(key: Key, value: *mut u8) 【】
    8  pub fn get(key: Key) -> *mut u8 【】
    9  pub fn destroy(key: Key) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! dup 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\tls\sync_bitset.rs

    ═════════ pub fn 函数
    1  pub fn get(&self, index: usize) -> bool 【】
    2  pub fn iter(&self) -> SyncBitsetIter<'_> 【】
    3  pub fn clear(&self, index: usize) 【】
    4  pub fn set(&self) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\usercalls\alloc.rs

    ═════════ pub fn 函数
    1  pub fn new_from_enclave(val: &T) -> Self 【】
    2  pub unsafe fn from_raw(ptr: *mut T) -> Self 【】
    3  pub fn into_raw(self) -> *mut T 【】
    4  pub fn uninitialized() -> Self 【】
    5  pub fn uninitialized(n: usize) -> Self 【】
    6  pub unsafe fn from_raw_parts(ptr: *mut T, len: usize) -> Self 【】
    7  pub(crate) unsafe fn copy_to_userspace(src: *const u8, dst: *mut u8, len: usize) 【】
    8  pub unsafe fn from_ptr<'a>(ptr: *const T) -> &'a Self 【】
    9  pub unsafe fn from_mut_ptr<'a>(ptr: *mut T) -> &'a mut Self 【】
    10  pub fn copy_from_enclave(&mut self, val: &T) 【】
    11  pub fn copy_to_enclave(&self, dest: &mut T) 【】
    12  pub fn as_raw_ptr(&self) -> *const T 【】
    13  pub fn as_raw_mut_ptr(&mut self) -> *mut T 【】
    14  pub fn to_enclave(&self) -> T 【】
    15  pub unsafe fn from_raw_parts<'a>(ptr: *const T, len: usize) -> &'a Self 【】
    16  pub unsafe fn from_raw_parts_mut<'a>(ptr: *mut T, len: usize) -> &'a mut Self 【】
    17  pub fn as_ptr(&self) -> *const T 【】
    18  pub fn as_mut_ptr(&mut self) -> *mut T 【】
    19  pub fn len(&self) -> usize 【】
    20  pub fn copy_to_enclave_vec(&self, dest: &mut Vec<T>) 【】
    21  pub fn to_enclave(&self) -> Vec<T> 【】
    22  pub fn iter(&self) -> Iter<'_, T>
    23  pub fn iter_mut(&mut self) -> IterMut<'_, T>
    24  pub fn copy_user_buffer(&self) -> Vec<u8> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\usercalls\mod.rs

    ═════════ pub fn 函数
    1  pub fn read(fd: Fd, bufs: &mut [IoSliceMut<'_>]) -> IoResult<usize> 【】
    2  pub fn read_alloc(fd: Fd) -> IoResult<Vec<u8>> 【】
    3  pub fn write(fd: Fd, bufs: &[IoSlice<'_>]) -> IoResult<usize> 【】
    4  pub fn flush(fd: Fd) -> IoResult<()> 【】
    5  pub fn close(fd: Fd) 【】
    6  pub fn bind_stream(addr: &str) -> IoResult<(Fd, String)> 【】
    7  pub fn accept_stream(fd: Fd) -> IoResult<(Fd, String, String)> 【】
    8  pub fn connect_stream(addr: &str) -> IoResult<(Fd, String, String)> 【】
    9  pub unsafe fn launch_thread() -> IoResult<()> 【】
    10  pub fn exit(panic: bool) -> ! 【】
    11  pub fn wait(event_mask: u64, mut timeout: u64) -> IoResult<u64> 【】
    12  pub fn wait_timeout<F>(event_mask: u64, duration: Duration, should_wake_up: F)
    13  pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> 【】
    14  pub fn insecure_time() -> Duration 【】
    15  pub fn alloc(size: usize, alignment: usize) -> IoResult<*mut u8> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\abi\usercalls\raw.rs

    ═════════ pub fn 函数
    1  pub unsafe fn do_usercall(
    2  pub unsafe fn $f($n1: $t1, $n2: $t2, $n3: $t3, $n4: $t4) -> $r 【】
    3  pub unsafe fn $f($n1: $t1, $n2: $t2, $n3: $t3) -> $r 【】
    4  pub unsafe fn $f($n1: $t1, $n2: $t2) -> $r 【】
    5  pub unsafe fn $f($n1: $t1) -> $r 【】
    6  pub unsafe fn $f() -> $r 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! define_usercalls 【】
    2  macro_rules! define_ra 【】
    3  macro_rules! return_type_is_abort 【】
    4  macro_rules! enclave_usercalls_internal_define_usercalls 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\alloc.rs

    ═════════ pub fn 函数
    1  pub unsafe extern "C" fn __rust_c_alloc(size: usize, align: usize) -> *mut u8 【】
    2  pub unsafe extern "C" fn __rust_c_dealloc(ptr: *mut u8, size: usize, align: usize) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\args.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    2  pub fn args() -> Args 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn notify_one(&self) 【】
    3  pub unsafe fn notify_all(&self) 【】
    4  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    5  pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\fd.rs

    ═════════ pub fn 函数
    1  pub fn new(fd: Fd) -> FileDesc 【】
    2  pub fn raw(&self) -> Fd 【】
    3  pub fn into_raw(self) -> Fd 【】
    4  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    5  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    6  pub fn is_read_vectored(&self) -> bool 【】
    7  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    8  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    9  pub fn is_write_vectored(&self) -> bool 【】
    10  pub fn flush(&self) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    2  pub unsafe fn cleanup() 【】}
    3  pub fn unsupported<T>() -> crate::io::Result<T> 【】
    4  pub fn unsupported_err() -> crate::io::Error 【】
    5  pub fn sgx_ineffective<T>(v: T) -> crate::io::Result<T> 【】
    6  pub fn decode_error_kind(code: i32) -> ErrorKind 【】
    7  pub fn abort_internal() -> ! 【】
    8  pub extern "C" fn __rust_abort() 【】
    9  pub fn rdrand64() -> u64 【】
    10  pub fn hashmap_random_keys() -> (u64, u64) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Mutex 【】
    2  pub unsafe fn init(&mut self) 【】}
    3  pub unsafe fn lock(&self) 【】
    4  pub unsafe fn unlock(&self) 【】
    5  pub unsafe fn try_lock(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\net.rs

    ═════════ pub fn 函数
    1  pub fn connect(addr: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    2  pub fn connect_timeout(addr: &SocketAddr, dur: Duration) -> io::Result<TcpStream> 【】
    3  pub fn set_read_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    4  pub fn set_write_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    5  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    6  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    7  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    8  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    9  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    10  pub fn is_read_vectored(&self) -> bool 【】
    11  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    12  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    13  pub fn is_write_vectored(&self) -> bool 【】
    14  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    15  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    16  pub fn shutdown(&self, _: Shutdown) -> io::Result<()> 【】
    17  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    18  pub fn set_linger(&self, _: Option<Duration>) -> io::Result<()> 【】
    19  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    20  pub fn set_nodelay(&self, _: bool) -> io::Result<()> 【】
    21  pub fn nodelay(&self) -> io::Result<bool> 【】
    22  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    23  pub fn ttl(&self) -> io::Result<u32> 【】
    24  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    25  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    26  pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    27  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    28  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    29  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    30  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    31  pub fn ttl(&self) -> io::Result<u32> 【】
    32  pub fn set_only_v6(&self, _: bool) -> io::Result<()> 【】
    33  pub fn only_v6(&self) -> io::Result<bool> 【】
    34  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    35  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    36  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    37  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    38  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    39  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    40  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    41  pub fn send_to(&self, _: &[u8], _: &SocketAddr) -> io::Result<usize> 【】
    42  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    43  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    44  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    45  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    46  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    47  pub fn set_broadcast(&self, _: bool) -> io::Result<()> 【】
    48  pub fn broadcast(&self) -> io::Result<bool> 【】
    49  pub fn set_multicast_loop_v4(&self, _: bool) -> io::Result<()> 【】
    50  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    51  pub fn set_multicast_ttl_v4(&self, _: u32) -> io::Result<()> 【】
    52  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    53  pub fn set_multicast_loop_v6(&self, _: bool) -> io::Result<()> 【】
    54  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    55  pub fn join_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    56  pub fn join_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    57  pub fn leave_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    58  pub fn leave_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    59  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    60  pub fn ttl(&self) -> io::Result<u32> 【】
    61  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    62  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    63  pub fn recv(&self, _: &mut [u8]) -> io::Result<usize> 【】
    64  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    65  pub fn send(&self, _: &[u8]) -> io::Result<usize> 【】
    66  pub fn connect(&self, _: io::Result<&SocketAddr>) -> io::Result<()> 【】
    67  pub fn port(&self) -> u16 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\os.rs

    ═════════ pub fn 函数
    1  pub fn errno() -> i32 【】
    2  pub fn error_string(errno: i32) -> String 【】
    3  pub fn getcwd() -> io::Result<PathBuf> 【】
    4  pub fn chdir(_: &path::Path) -> io::Result<()> 【】
    5  pub fn split_paths(_unparsed: &OsStr) -> SplitPaths<'_> 【】
    6  pub fn join_paths<I, T>(_paths: I) -> Result<OsString, JoinPathsError>
    7  pub fn current_exe() -> io::Result<PathBuf> 【】
    8  pub fn env() -> Env 【】
    9  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    10  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    11  pub fn unsetenv(k: &OsStr) -> io::Result<()> 【】
    12  pub fn temp_dir() -> PathBuf 【】
    13  pub fn home_dir() -> Option<PathBuf> 【】
    14  pub fn exit(code: i32) -> ! 【】
    15  pub fn getpid() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\path.rs

    ═════════ pub fn 函数
    1  pub fn is_sep_byte(b: u8) -> bool 【】
    2  pub fn is_verbatim_sep(b: u8) -> bool 【】
    3  pub fn parse_prefix(_: &OsStr) -> Option<Prefix<'_>> 【】
    4  pub(crate) fn absolute(_path: &Path) -> io::Result<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    8  pub unsafe extern "C" fn __rust_rwlock_rdlock(p: *mut RwLock) -> i32 【】
    9  pub unsafe extern "C" fn __rust_rwlock_wrlock(p: *mut RwLock) -> i32 【】
    10  pub unsafe extern "C" fn __rust_rwlock_unlock(p: *mut RwLock) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub fn is_ebadf(err: &io::Error) -> bool 【】
    5  pub fn panic_output() -> Option<impl io::Write> 【】
    6  pub unsafe extern "C" fn __rust_print_err(m: *mut u8, s: i32) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\thread.rs

    ═════════ pub fn 函数
    1  pub(super) fn new(p: Box<dyn FnOnce()>) -> (Task, JoinHandle) 【】
    2  pub(super) fn run(self) -> JoinNotifier 【】
    3  pub(super) fn lock() -> MutexGuard<'static, Vec<Task>> 【】
    4  pub fn notify(self) 【】
    5  pub fn wait(self) 【】
    6  pub fn new() -> (Notifier, Waiter) 【】
    7  pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    8  pub(super) fn entry() -> JoinNotifier 【】
    9  pub fn yield_now() 【】
    10  pub fn set_name(_name: &CStr) 【】
    11  pub fn sleep(dur: Duration) 【】
    12  pub fn join(self) 【】
    13  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    14  pub unsafe fn current() -> Option<Guard> 【】
    15  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub unsafe fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    2  pub unsafe fn set(key: Key, value: *mut u8) 【】
    3  pub unsafe fn get(key: Key) -> *mut u8 【】
    4  pub unsafe fn destroy(key: Key) 【】
    5  pub fn requires_synchronized_create() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn now() -> SystemTime 【】
    6  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    7  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    8  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\waitqueue\mod.rs

    ═════════ pub fn 函数
    1  pub const fn new(var: T) -> Self 【】
    2  pub fn queue_empty(&self) -> bool 【】
    3  pub fn lock_var(&self) -> &T 【】
    4  pub fn lock_var_mut(&mut self) -> &mut T 【】
    5  pub fn notified_tcs(&self) -> NotifiedTcs 【】
    6  pub fn drop_after<U>(self, guard: U) 【】
    7  pub const fn new() -> Self 【】
    8  pub fn is_empty(&self) -> bool 【】
    9  pub fn wait<T, F: FnOnce()>(mut guard: SpinMutexGuard<'_, WaitVariable<T>>, before_wait: F) 【】
    10  pub fn wait_timeout<T, F: FnOnce()>(
    11  pub fn notify_one<T>(
    12  pub fn notify_all<T>(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\waitqueue\spin_mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new(value: T) -> Self 【】
    2  pub fn lock(&self) -> SpinMutexGuard<'_, T> 【】
    3  pub fn try_lock(&self) -> Option<SpinMutexGuard<'_, T>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\sgx\waitqueue\unsafe_list.rs

    ═════════ pub fn 函数
    1  pub fn new(value: T) -> Self 【】
    2  pub const fn new() -> Self 【】
    3  pub fn is_empty(&self) -> bool 【】
    4  pub unsafe fn push<'a>(&mut self, entry: &'a mut UnsafeListEntry<T>) -> &'a T 【】
    5  pub unsafe fn pop<'a>(&mut self) -> Option<&'a T> 【】
    6  pub unsafe fn remove(&mut self, entry: &mut UnsafeListEntry<T>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\abi\fs.rs

    ═════════ pub fn 函数
    1  pub fn SOLID_FS_Open(fd: *mut c_int, path: *const c_char, mode: c_int) -> c_int;
    2  pub fn SOLID_FS_Close(fd: c_int) -> c_int;
    3  pub fn SOLID_FS_Read(fd: c_int, buf: *mut u8, size: usize, result: *mut usize) -> c_int;
    4  pub fn SOLID_FS_Write(fd: c_int, buf: *const u8, size: usize, result: *mut usize) -> c_int;
    5  pub fn SOLID_FS_Lseek(fd: c_int, offset: off_t, whence: c_int) -> c_int;
    6  pub fn SOLID_FS_Sync(fd: c_int) -> c_int;
    7  pub fn SOLID_FS_Ftell(fd: c_int, result: *mut off_t) -> c_int;
    8  pub fn SOLID_FS_Feof(fd: c_int, result: *mut c_int) -> c_int;
    9  pub fn SOLID_FS_Fsize(fd: c_int, result: *mut usize) -> c_int;
    10  pub fn SOLID_FS_Truncate(path: *const c_char, size: off_t) -> c_int;
    11  pub fn SOLID_FS_OpenDir(path: *const c_char, pDir: *mut S_DIR) -> c_int;
    12  pub fn SOLID_FS_CloseDir(dir: S_DIR) -> c_int;
    13  pub fn SOLID_FS_ReadDir(dir: S_DIR, dirp: *mut dirent) -> c_int;
    14  pub fn SOLID_FS_Stat(path: *const c_char, buf: *mut stat) -> c_int;
    15  pub fn SOLID_FS_Unlink(path: *const c_char) -> c_int;
    16  pub fn SOLID_FS_Rename(oldpath: *const c_char, newpath: *const c_char) -> c_int;
    17  pub fn SOLID_FS_Chmod(path: *const c_char, mode: c_int) -> c_int;
    18  pub fn SOLID_FS_Utime(path: *const c_char, time: time_t) -> c_int;
    19  pub fn SOLID_FS_Mkdir(path: *const c_char) -> c_int;
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\abi\mod.rs

    ═════════ pub fn 函数
    1  pub fn breakpoint_program_exited(tid: usize) 【】
    2  pub fn breakpoint_abort() 【】
    3  pub fn SOLID_RTC_ReadTime(time: *mut SOLID_RTC_TIME) -> c_int;
    4  pub fn SOLID_LOG_write(s: *const u8, l: usize);
    5  pub fn SOLID_TLS_AddDestructor(id: i32, dtor: unsafe extern "C" fn(*mut u8));
    6  pub fn SOLID_RNG_SampleRandomBytes(buffer: *mut u8, length: usize) -> c_int;
    7  pub fn rwl_loc_rdl(id: ID) -> ER;
    8  pub fn rwl_loc_wrl(id: ID) -> ER;
    9  pub fn rwl_ploc_rdl(id: ID) -> ER;
    10  pub fn rwl_ploc_wrl(id: ID) -> ER;
    11  pub fn rwl_unl_rwl(id: ID) -> ER;
    12  pub fn rwl_acre_rwl() -> ER_ID;
    13  pub fn rwl_del_rwl(id: ID) -> ER;
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\abi\sockets.rs

    ═════════ pub fn 函数
    1  pub fn strerror(errnum: c_int) -> *const c_char;
    2  pub fn SOLID_NET_GetLastError() -> c_int;
    3  pub fn accept(s: c_int, addr: *mut sockaddr, addrlen: *mut socklen_t) -> c_int;
    4  pub fn bind(s: c_int, name: *const sockaddr, namelen: socklen_t) -> c_int;
    5  pub fn connect(s: c_int, name: *const sockaddr, namelen: socklen_t) -> c_int;
    6  pub fn close(s: c_int) -> c_int;
    7  pub fn dup(s: c_int) -> c_int;
    8  pub fn getpeername(s: c_int, name: *mut sockaddr, namelen: *mut socklen_t) -> c_int;
    9  pub fn getsockname(s: c_int, name: *mut sockaddr, namelen: *mut socklen_t) -> c_int;
    10  pub fn getsockopt(
    11  pub fn setsockopt(
    12  pub fn ioctl(s: c_int, cmd: c_long, argp: *mut c_void) -> c_int;
    13  pub fn listen(s: c_int, backlog: c_int) -> c_int;
    14  pub fn recv(s: c_int, mem: *mut c_void, len: size_t, flags: c_int) -> ssize_t;
    15  pub fn read(s: c_int, mem: *mut c_void, len: size_t) -> ssize_t;
    16  pub fn readv(s: c_int, bufs: *const iovec, bufcnt: c_int) -> ssize_t;
    17  pub fn recvfrom(
    18  pub fn send(s: c_int, mem: *const c_void, len: size_t, flags: c_int) -> ssize_t;
    19  pub fn sendmsg(s: c_int, message: *const msghdr, flags: c_int) -> ssize_t;
    20  pub fn sendto(
    21  pub fn shutdown(s: c_int, how: c_int) -> c_int;
    22  pub fn socket(domain: c_int, type_: c_int, protocol: c_int) -> c_int;
    23  pub fn write(s: c_int, mem: *const c_void, len: size_t) -> ssize_t;
    24  pub fn writev(s: c_int, bufs: *const iovec, bufcnt: c_int) -> ssize_t;
    25  pub fn freeaddrinfo(ai: *mut addrinfo);
    26  pub fn getaddrinfo(
    27  pub fn select(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\error.rs

    ═════════ pub fn 函数
    1  pub fn error_name(er: abi::ER) -> Option<&'static str> 【】
    2  pub fn decode_error_kind(er: abi::ER) -> ErrorKind 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\fs.rs

    ═════════ pub fn 函数
    1  pub fn size(&self) -> u64 【】
    2  pub fn perm(&self) -> FilePermissions 【】
    3  pub fn file_type(&self) -> FileType 【】
    4  pub fn modified(&self) -> io::Result<SystemTime> 【】
    5  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    6  pub fn created(&self) -> io::Result<SystemTime> 【】
    7  pub fn readonly(&self) -> bool 【】
    8  pub fn set_readonly(&mut self, readonly: bool) 【】
    9  pub fn is_dir(&self) -> bool 【】
    10  pub fn is_file(&self) -> bool 【】
    11  pub fn is_symlink(&self) -> bool 【】
    12  pub fn is(&self, mode: c_short) -> bool 【】
    13  pub fn readdir(p: &Path) -> io::Result<ReadDir> 【】
    14  pub fn path(&self) -> PathBuf 【】
    15  pub fn file_name(&self) -> OsString 【】
    16  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    17  pub fn file_type(&self) -> io::Result<FileType> 【】
    18  pub fn new() -> OpenOptions 【】
    19  pub fn read(&mut self, read: bool) 【】
    20  pub fn write(&mut self, write: bool) 【】
    21  pub fn append(&mut self, append: bool) 【】
    22  pub fn truncate(&mut self, truncate: bool) 【】
    23  pub fn create(&mut self, create: bool) 【】
    24  pub fn create_new(&mut self, create_new: bool) 【】
    25  pub fn custom_flags(&mut self, flags: i32) 【】
    26  pub fn mode(&mut self, _mode: u32) 【】}
    27  pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    28  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    29  pub fn fsync(&self) -> io::Result<()> 【】
    30  pub fn datasync(&self) -> io::Result<()> 【】
    31  pub fn truncate(&self, _size: u64) -> io::Result<()> 【】
    32  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    33  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    34  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    35  pub fn is_read_vectored(&self) -> bool 【】
    36  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    37  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    38  pub fn is_write_vectored(&self) -> bool 【】
    39  pub fn flush(&self) -> io::Result<()> 【】
    40  pub fn seek(&self, pos: SeekFrom) -> io::Result<u64> 【】
    41  pub fn duplicate(&self) -> io::Result<File> 【】
    42  pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> 【】
    43  pub fn new() -> DirBuilder 【】
    44  pub fn mkdir(&self, p: &Path) -> io::Result<()> 【】
    45  pub fn unlink(p: &Path) -> io::Result<()> 【】
    46  pub fn rename(old: &Path, new: &Path) -> io::Result<()> 【】
    47  pub fn set_perm(p: &Path, perm: FilePermissions) -> io::Result<()> 【】
    48  pub fn rmdir(p: &Path) -> io::Result<()> 【】
    49  pub fn remove_dir_all(path: &Path) -> io::Result<()> 【】
    50  pub fn readlink(p: &Path) -> io::Result<PathBuf> 【】
    51  pub fn symlink(_original: &Path, _link: &Path) -> io::Result<()> 【】
    52  pub fn link(_src: &Path, _dst: &Path) -> io::Result<()> 【】
    53  pub fn stat(p: &Path) -> io::Result<FileAttr> 【】
    54  pub fn lstat(p: &Path) -> io::Result<FileAttr> 【】
    55  pub fn canonicalize(_p: &Path) -> io::Result<PathBuf> 【】
    56  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\io.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    2  pub fn advance(&mut self, n: usize) 【】
    3  pub fn as_slice(&self) -> &[u8] 【】
    4  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    5  pub fn advance(&mut self, n: usize) 【】
    6  pub fn as_slice(&self) -> &[u8] 【】
    7  pub fn as_mut_slice(&mut self) -> &mut [u8] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\memchr.rs

    ═════════ pub fn 函数
    1  pub fn memchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    2  pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】}
    2  pub unsafe fn cleanup() 【】}
    3  pub fn unsupported<T>() -> crate::io::Result<T> 【】
    4  pub fn unsupported_err() -> crate::io::Error 【】
    5  pub fn decode_error_kind(code: i32) -> crate::io::ErrorKind 【】
    6  pub fn abort_internal() -> ! 【】
    7  pub extern "C" fn __rust_abort() 【】
    8  pub fn hashmap_random_keys() -> (u64, u64) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\net.rs

    ═════════ pub fn 函数
    1  pub fn cvt<T: IsMinusOne>(t: T) -> io::Result<T> 【】
    2  pub fn cvt_gai(err: c_int) -> io::Result<()> 【】
    3  pub fn cvt_r<T, F>(mut f: F) -> io::Result<T>
    4  pub(super) fn error_name(er: abi::ER) -> Option<&'static str> 【】
    5  pub(super) fn decode_error_kind(er: abi::ER) -> ErrorKind 【】
    6  pub fn init() 【】}
    7  pub fn new(addr: &SocketAddr, ty: c_int) -> io::Result<Socket> 【】
    8  pub fn new_raw(fam: c_int, ty: c_int) -> io::Result<Socket> 【】
    9  pub fn connect_timeout(&self, addr: &SocketAddr, timeout: Duration) -> io::Result<()> 【】
    10  pub fn accept(&self, storage: *mut sockaddr, len: *mut socklen_t) -> io::Result<Socket> 【】
    11  pub fn duplicate(&self) -> io::Result<Socket> 【】
    12  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    13  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    14  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    15  pub fn is_read_vectored(&self) -> bool 【】
    16  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    17  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    18  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    19  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    20  pub fn is_write_vectored(&self) -> bool 【】
    21  pub fn set_timeout(&self, dur: Option<Duration>, kind: c_int) -> io::Result<()> 【】
    22  pub fn timeout(&self, kind: c_int) -> io::Result<Option<Duration>> 【】
    23  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    24  pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> 【】
    25  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    26  pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> 【】
    27  pub fn nodelay(&self) -> io::Result<bool> 【】
    28  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    29  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    30  pub fn as_raw(&self) -> c_int 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_is_minus_one 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\os.rs

    ═════════ pub fn 函数
    1  pub(crate) fn as_io_error(self) -> crate::io::Error 【】
    2  pub fn errno() -> i32 【】
    3  pub fn error_string(errno: i32) -> String 【】
    4  pub fn getcwd() -> io::Result<PathBuf> 【】
    5  pub fn chdir(_: &path::Path) -> io::Result<()> 【】
    6  pub fn split_paths(_unparsed: &OsStr) -> SplitPaths<'_> 【】
    7  pub fn join_paths<I, T>(_paths: I) -> Result<OsString, JoinPathsError>
    8  pub fn current_exe() -> io::Result<PathBuf> 【】
    9  pub fn env() -> Env 【】
    10  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    11  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    12  pub fn unsetenv(n: &OsStr) -> io::Result<()> 【】
    13  pub fn temp_dir() -> PathBuf 【】
    14  pub fn home_dir() -> Option<PathBuf> 【】
    15  pub fn exit(_code: i32) -> ! 【】
    16  pub fn getpid() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\path.rs

    ═════════ pub fn 函数
    1  pub fn is_sep_byte(b: u8) -> bool 【】
    2  pub fn is_verbatim_sep(b: u8) -> bool 【】
    3  pub fn parse_prefix(_: &OsStr) -> Option<Prefix<'_>> 【】
    4  pub(crate) fn absolute(_path: &Path) -> io::Result<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub const fn new() -> PanicOutput 【】
    5  pub fn is_ebadf(_err: &io::Error) -> bool 【】
    6  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    2  pub unsafe fn run_dtors() 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub unsafe fn create(_dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    2  pub unsafe fn set(_key: Key, _value: *mut u8) 【】
    3  pub unsafe fn get(_key: Key) -> *mut u8 【】
    4  pub unsafe fn destroy(_key: Key) 【】
    5  pub fn requires_synchronized_create() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\solid\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> SystemTime 【】
    2  pub(super) fn from_time_t(t: abi::time_t) -> Self 【】
    3  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    4  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    5  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\android.rs

    ═════════ pub fn 函数
    1  pub fn log2f32(f: f32) -> f32 【】
    2  pub fn log2f64(f: f64) -> f64 【】
    3  pub unsafe fn signal(signum: c_int, handler: sighandler_t) -> sighandler_t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\args.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    2  pub fn args() -> Args 【】
    3  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】
    4  pub fn args() -> Args 【】
    5  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】}
    6  pub fn args() -> Args 【】
    7  pub fn args() -> Args 【】
    8  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】}
    9  pub fn args() -> Args 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\cmath.rs

    ═════════ pub fn 函数
    1  pub fn acos(n: f64) -> f64;
    2  pub fn acosf(n: f32) -> f32;
    3  pub fn asin(n: f64) -> f64;
    4  pub fn asinf(n: f32) -> f32;
    5  pub fn atan(n: f64) -> f64;
    6  pub fn atan2(a: f64, b: f64) -> f64;
    7  pub fn atan2f(a: f32, b: f32) -> f32;
    8  pub fn atanf(n: f32) -> f32;
    9  pub fn cbrt(n: f64) -> f64;
    10  pub fn cbrtf(n: f32) -> f32;
    11  pub fn cosh(n: f64) -> f64;
    12  pub fn coshf(n: f32) -> f32;
    13  pub fn expm1(n: f64) -> f64;
    14  pub fn expm1f(n: f32) -> f32;
    15  pub fn fdim(a: f64, b: f64) -> f64;
    16  pub fn fdimf(a: f32, b: f32) -> f32;
    17  pub fn hypot(x: f64, y: f64) -> f64;
    18  pub fn hypotf(x: f32, y: f32) -> f32;
    19  pub fn log1p(n: f64) -> f64;
    20  pub fn log1pf(n: f32) -> f32;
    21  pub fn sinh(n: f64) -> f64;
    22  pub fn sinhf(n: f32) -> f32;
    23  pub fn tan(n: f64) -> f64;
    24  pub fn tanf(n: f32) -> f32;
    25  pub fn tanh(n: f64) -> f64;
    26  pub fn tanhf(n: f32) -> f32;
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\fd.rs

    ═════════ pub fn 函数
    1  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    2  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    3  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    4  pub fn is_read_vectored(&self) -> bool 【】
    5  pub fn read_to_end(&self, buf: &mut Vec<u8>) -> io::Result<usize> 【】
    6  pub fn read_at(&self, buf: &mut [u8], offset: u64) -> io::Result<usize> 【】
    7  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    8  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    9  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    10  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    11  pub fn is_write_vectored(&self) -> bool 【】
    12  pub fn write_at(&self, buf: &[u8], offset: u64) -> io::Result<usize> 【】
    13  pub fn get_cloexec(&self) -> io::Result<bool> 【】
    14  pub fn set_cloexec(&self) -> io::Result<()> 【】
    15  pub fn set_cloexec(&self) -> io::Result<()> 【】
    16  pub fn set_cloexec(&self) -> io::Result<()> 【】
    17  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    18  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    19  pub fn duplicate(&self) -> io::Result<FileDesc> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\fs.rs

    ═════════ pub fn 函数
    1  pub fn stx_mtime(&self) -> Option<&libc::statx_timestamp> 【】
    2  pub fn stx_atime(&self) -> Option<&libc::statx_timestamp> 【】
    3  pub fn stx_ctime(&self) -> Option<&libc::statx_timestamp> 【】
    4  pub fn size(&self) -> u64 【】
    5  pub fn perm(&self) -> FilePermissions 【】
    6  pub fn file_type(&self) -> FileType 【】
    7  pub fn modified(&self) -> io::Result<SystemTime> 【】
    8  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    9  pub fn created(&self) -> io::Result<SystemTime> 【】
    10  pub fn modified(&self) -> io::Result<SystemTime> 【】
    11  pub fn modified(&self) -> io::Result<SystemTime> 【】
    12  pub fn modified(&self) -> io::Result<SystemTime> 【】
    13  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    14  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    15  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    16  pub fn created(&self) -> io::Result<SystemTime> 【】
    17  pub fn created(&self) -> io::Result<SystemTime> 【】
    18  pub fn readonly(&self) -> bool 【】
    19  pub fn set_readonly(&mut self, readonly: bool) 【】
    20  pub fn mode(&self) -> u32 【】
    21  pub fn is_dir(&self) -> bool 【】
    22  pub fn is_file(&self) -> bool 【】
    23  pub fn is_symlink(&self) -> bool 【】
    24  pub fn is(&self, mode: mode_t) -> bool 【】
    25  pub fn path(&self) -> PathBuf 【】
    26  pub fn file_name(&self) -> OsString 【】
    27  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    28  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    29  pub fn file_type(&self) -> io::Result<FileType> 【】
    30  pub fn file_type(&self) -> io::Result<FileType> 【】
    31  pub fn ino(&self) -> u64 【】
    32  pub fn ino(&self) -> u64 【】
    33  pub fn file_name_os_str(&self) -> &OsStr 【】
    34  pub fn new() -> OpenOptions 【】
    35  pub fn read(&mut self, read: bool) 【】
    36  pub fn write(&mut self, write: bool) 【】
    37  pub fn append(&mut self, append: bool) 【】
    38  pub fn truncate(&mut self, truncate: bool) 【】
    39  pub fn create(&mut self, create: bool) 【】
    40  pub fn create_new(&mut self, create_new: bool) 【】
    41  pub fn custom_flags(&mut self, flags: i32) 【】
    42  pub fn mode(&mut self, mode: u32) 【】
    43  pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    44  pub fn open_c(path: &CStr, opts: &OpenOptions) -> io::Result<File> 【】
    45  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    46  pub fn fsync(&self) -> io::Result<()> 【】
    47  pub fn datasync(&self) -> io::Result<()> 【】
    48  pub fn truncate(&self, size: u64) -> io::Result<()> 【】
    49  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    50  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    51  pub fn is_read_vectored(&self) -> bool 【】
    52  pub fn read_at(&self, buf: &mut [u8], offset: u64) -> io::Result<usize> 【】
    53  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    54  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    55  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    56  pub fn is_write_vectored(&self) -> bool 【】
    57  pub fn write_at(&self, buf: &[u8], offset: u64) -> io::Result<usize> 【】
    58  pub fn flush(&self) -> io::Result<()> 【】
    59  pub fn seek(&self, pos: SeekFrom) -> io::Result<u64> 【】
    60  pub fn duplicate(&self) -> io::Result<File> 【】
    61  pub fn set_permissions(&self, perm: FilePermissions) -> io::Result<()> 【】
    62  pub fn new() -> DirBuilder 【】
    63  pub fn mkdir(&self, p: &Path) -> io::Result<()> 【】
    64  pub fn set_mode(&mut self, mode: u32) 【】
    65  pub fn readdir(p: &Path) -> io::Result<ReadDir> 【】
    66  pub fn unlink(p: &Path) -> io::Result<()> 【】
    67  pub fn rename(old: &Path, new: &Path) -> io::Result<()> 【】
    68  pub fn set_perm(p: &Path, perm: FilePermissions) -> io::Result<()> 【】
    69  pub fn rmdir(p: &Path) -> io::Result<()> 【】
    70  pub fn readlink(p: &Path) -> io::Result<PathBuf> 【】
    71  pub fn symlink(original: &Path, link: &Path) -> io::Result<()> 【】
    72  pub fn link(original: &Path, link: &Path) -> io::Result<()> 【】
    73  pub fn stat(p: &Path) -> io::Result<FileAttr> 【】
    74  pub fn lstat(p: &Path) -> io::Result<FileAttr> 【】
    75  pub fn canonicalize(p: &Path) -> io::Result<PathBuf> 【】
    76  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    77  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    78  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    79  pub fn chown(path: &Path, uid: u32, gid: u32) -> io::Result<()> 【】
    80  pub fn fchown(fd: c_int, uid: u32, gid: u32) -> io::Result<()> 【】
    81  pub fn lchown(path: &Path, uid: u32, gid: u32) -> io::Result<()> 【】
    82  pub fn chroot(dir: &Path) -> io::Result<()> 【】
    83  pub fn has_openat() -> bool 【】
    84  pub unsafe fn openat(dirfd: c_int, pathname: *const c_char, flags: c_int) -> c_int 【】
    85  pub unsafe fn fdopendir(fd: c_int) -> *mut DIR 【】
    86  pub unsafe fn unlinkat(dirfd: c_int, pathname: *const c_char, flags: c_int) -> c_int 【】
    87  pub fn openat_nofollow_dironly(parent_fd: Option<RawFd>, p: &CStr) -> io::Result<OwnedFd> 【】
    88  pub fn remove_dir_all(p: &Path) -> io::Result<()> 【】
    89  pub fn remove_dir_all(p: &Path) -> io::Result<()> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! cfg_has_statx 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\futex.rs

    ═════════ pub fn 函数
    1  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    2  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    3  pub fn futex_wake_all(futex: &AtomicU32) 【】
    4  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    5  pub fn futex_wake_all(futex: &AtomicU32) 【】
    6  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    7  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    8  pub fn futex_wake_all(futex: &AtomicU32) 【】
    9  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    10  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    11  pub fn futex_wake_all(futex: &AtomicU32) 【】
    12  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    13  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    14  pub fn futex_wake_all(futex: &AtomicU32) 【】
    15  pub fn zx_futex_wait(
    16  pub fn zx_futex_wake(value_ptr: *const zx_futex_t, wake_count: u32) -> zx_status_t;
    17  pub fn zx_clock_get_monotonic() -> zx_time_t;
    18  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    19  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\io.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    2  pub fn advance(&mut self, n: usize) 【】
    3  pub fn as_slice(&self) -> &[u8] 【】
    4  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    5  pub fn advance(&mut self, n: usize) 【】
    6  pub fn as_slice(&self) -> &[u8] 【】
    7  pub fn as_mut_slice(&mut self) -> &mut [u8] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\kernel_copy.rs

    ═════════ pub fn 函数
    1  pub(crate) fn copy_spec<R: Read + ?Sized, W: Write + ?Sized>(
    2  pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\l4re.rs

    ═════════ pub fn 函数
    1  pub fn new(_: &SocketAddr, _: libc::c_int) -> io::Result<Socket> 【】
    2  pub fn new_raw(_: libc::c_int, _: libc::c_int) -> io::Result<Socket> 【】
    3  pub fn new_pair(_: libc::c_int, _: libc::c_int) -> io::Result<(Socket, Socket)> 【】
    4  pub fn connect_timeout(&self, _: &SocketAddr, _: Duration) -> io::Result<()> 【】
    5  pub fn accept(
    6  pub fn duplicate(&self) -> io::Result<Socket> 【】
    7  pub fn read(&self, _: &mut [u8]) -> io::Result<usize> 【】
    8  pub fn read_vectored(&self, _: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    9  pub fn is_read_vectored(&self) -> bool 【】
    10  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    11  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    12  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    13  pub fn write(&self, _: &[u8]) -> io::Result<usize> 【】
    14  pub fn write_vectored(&self, _: &[IoSlice<'_>]) -> io::Result<usize> 【】
    15  pub fn is_write_vectored(&self) -> bool 【】
    16  pub fn set_timeout(&self, _: Option<Duration>, _: libc::c_int) -> io::Result<()> 【】
    17  pub fn timeout(&self, _: libc::c_int) -> io::Result<Option<Duration>> 【】
    18  pub fn shutdown(&self, _: Shutdown) -> io::Result<()> 【】
    19  pub fn set_linger(&self, _: Option<Duration>) -> io::Result<()> 【】
    20  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    21  pub fn set_nodelay(&self, _: bool) -> io::Result<()> 【】
    22  pub fn nodelay(&self) -> io::Result<bool> 【】
    23  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    24  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    25  pub fn as_raw(&self) -> RawFd 【】
    26  pub fn connect(_: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    27  pub fn connect_timeout(_: &SocketAddr, _: Duration) -> io::Result<TcpStream> 【】
    28  pub fn socket(&self) -> &Socket 【】
    29  pub fn into_socket(self) -> Socket 【】
    30  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    31  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    32  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    33  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    34  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    35  pub fn read(&self, _: &mut [u8]) -> io::Result<usize> 【】
    36  pub fn read_vectored(&self, _: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    37  pub fn is_read_vectored(&self) -> bool 【】
    38  pub fn write(&self, _: &[u8]) -> io::Result<usize> 【】
    39  pub fn write_vectored(&self, _: &[IoSlice<'_>]) -> io::Result<usize> 【】
    40  pub fn is_write_vectored(&self) -> bool 【】
    41  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    42  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    43  pub fn shutdown(&self, _: Shutdown) -> io::Result<()> 【】
    44  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    45  pub fn set_linger(&self, _: Option<Duration>) -> io::Result<()> 【】
    46  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    47  pub fn set_nodelay(&self, _: bool) -> io::Result<()> 【】
    48  pub fn nodelay(&self) -> io::Result<bool> 【】
    49  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    50  pub fn ttl(&self) -> io::Result<u32> 【】
    51  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    52  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    53  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    54  pub fn socket(&self) -> &Socket 【】
    55  pub fn into_socket(self) -> Socket 【】
    56  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    57  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    58  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    59  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    60  pub fn ttl(&self) -> io::Result<u32> 【】
    61  pub fn set_only_v6(&self, _: bool) -> io::Result<()> 【】
    62  pub fn only_v6(&self) -> io::Result<bool> 【】
    63  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    64  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    65  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    66  pub fn socket(&self) -> &Socket 【】
    67  pub fn into_socket(self) -> Socket 【】
    68  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    69  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    70  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    71  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    72  pub fn send_to(&self, _: &[u8], _: &SocketAddr) -> io::Result<usize> 【】
    73  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    74  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    75  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    76  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    77  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    78  pub fn set_broadcast(&self, _: bool) -> io::Result<()> 【】
    79  pub fn broadcast(&self) -> io::Result<bool> 【】
    80  pub fn set_multicast_loop_v4(&self, _: bool) -> io::Result<()> 【】
    81  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    82  pub fn set_multicast_ttl_v4(&self, _: u32) -> io::Result<()> 【】
    83  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    84  pub fn set_multicast_loop_v6(&self, _: bool) -> io::Result<()> 【】
    85  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    86  pub fn join_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    87  pub fn join_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    88  pub fn leave_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    89  pub fn leave_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    90  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    91  pub fn ttl(&self) -> io::Result<u32> 【】
    92  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    93  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    94  pub fn recv(&self, _: &mut [u8]) -> io::Result<usize> 【】
    95  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    96  pub fn send(&self, _: &[u8]) -> io::Result<usize> 【】
    97  pub fn connect(&self, _: io::Result<&SocketAddr>) -> io::Result<()> 【】
    98  pub fn port(&self) -> u16 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! unimpl 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\locks\futex.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub unsafe fn init(&mut self) 【】}
    3  pub unsafe fn try_lock(&self) -> bool 【】
    4  pub unsafe fn lock(&self) 【】
    5  pub unsafe fn unlock(&self) 【】
    6  pub const fn new() -> Self 【】
    7  pub unsafe fn notify_one(&self) 【】
    8  pub unsafe fn notify_all(&self) 【】
    9  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    10  pub unsafe fn wait_timeout(&self, mutex: &Mutex, timeout: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\locks\futex_rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub unsafe fn try_read(&self) -> bool 【】
    3  pub unsafe fn read(&self) 【】
    4  pub unsafe fn read_unlock(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn write(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\locks\pthread_condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn notify_one(&self) 【】
    3  pub unsafe fn notify_all(&self) 【】
    4  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    5  pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool 【】
    6  pub unsafe fn wait_timeout(&self, mutex: &Mutex, mut dur: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\locks\pthread_mutex.rs

    ═════════ pub fn 函数
    1  pub unsafe fn raw(m: &Mutex) -> *mut libc::pthread_mutex_t 【】
    2  pub const fn new() -> Mutex 【】
    3  pub unsafe fn init(&mut self) 【】
    4  pub unsafe fn lock(&self) 【】
    5  pub unsafe fn unlock(&self) 【】
    6  pub unsafe fn try_lock(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\locks\pthread_rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\memchr.rs

    ═════════ pub fn 函数
    1  pub fn memchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    2  pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\mod.rs

    ═════════ pub fn 函数
    1  pub fn init(argc: isize, argv: *const *const u8) 【】}
    2  pub unsafe fn init(argc: isize, argv: *const *const u8) 【】
    3  pub unsafe fn cleanup() 【】
    4  pub fn decode_error_kind(errno: i32) -> ErrorKind 【】
    5  pub fn cvt<T: IsMinusOne>(t: T) -> crate::io::Result<T> 【】
    6  pub fn cvt_r<T, F>(mut f: F) -> crate::io::Result<T>
    7  pub fn cvt_nz(error: libc::c_int) -> crate::io::Result<()> 【】
    8  pub fn abort_internal() -> ! 【】
    9  pub fn unsupported<T>() -> io::Result<T> 【】
    10  pub fn unsupported_err() -> io::Error 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_is_minus_one 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\net.rs

    ═════════ pub fn 函数
    1  pub fn init() 【】}
    2  pub fn cvt_gai(err: c_int) -> io::Result<()> 【】
    3  pub fn new(addr: &SocketAddr, ty: c_int) -> io::Result<Socket> 【】
    4  pub fn new_raw(fam: c_int, ty: c_int) -> io::Result<Socket> 【】
    5  pub fn new_pair(fam: c_int, ty: c_int) -> io::Result<(Socket, Socket)> 【】
    6  pub fn new_pair(_fam: c_int, _ty: c_int) -> io::Result<(Socket, Socket)> 【】
    7  pub fn connect_timeout(&self, addr: &SocketAddr, timeout: Duration) -> io::Result<()> 【】
    8  pub fn accept(&self, storage: *mut sockaddr, len: *mut socklen_t) -> io::Result<Socket> 【】
    9  pub fn duplicate(&self) -> io::Result<Socket> 【】
    10  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    11  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    12  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    13  pub fn is_read_vectored(&self) -> bool 【】
    14  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    15  pub fn recv_msg(&self, msg: &mut libc::msghdr) -> io::Result<usize> 【】
    16  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    17  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    18  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    19  pub fn is_write_vectored(&self) -> bool 【】
    20  pub fn send_msg(&self, msg: &mut libc::msghdr) -> io::Result<usize> 【】
    21  pub fn set_timeout(&self, dur: Option<Duration>, kind: libc::c_int) -> io::Result<()> 【】
    22  pub fn timeout(&self, kind: libc::c_int) -> io::Result<Option<Duration>> 【】
    23  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    24  pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> 【】
    25  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    26  pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> 【】
    27  pub fn nodelay(&self) -> io::Result<bool> 【】
    28  pub fn set_passcred(&self, passcred: bool) -> io::Result<()> 【】
    29  pub fn passcred(&self) -> io::Result<bool> 【】
    30  pub fn set_passcred(&self, passcred: bool) -> io::Result<()> 【】
    31  pub fn passcred(&self) -> io::Result<bool> 【】
    32  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    33  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    34  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    35  pub fn as_raw(&self) -> RawFd 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\os.rs

    ═════════ pub fn 函数
    1  pub fn errno() -> i32 【】
    2  pub fn set_errno(e: i32) 【】
    3  pub fn errno() -> i32 【】
    4  pub fn errno() -> i32 【】
    5  pub fn set_errno(e: i32) 【】
    6  pub fn error_string(errno: i32) -> String 【】
    7  pub fn getcwd() -> io::Result<PathBuf> 【】
    8  pub fn getcwd() -> io::Result<PathBuf> 【】
    9  pub fn chdir(p: &path::Path) -> io::Result<()> 【】
    10  pub fn chdir(p: &path::Path) -> io::Result<()> 【】
    11  pub fn split_paths(unparsed: &OsStr) -> SplitPaths<'_> 【】
    12  pub fn join_paths<I, T>(paths: I) -> Result<OsString, JoinPathsError>
    13  pub fn current_exe() -> io::Result<PathBuf> 【】
    14  pub fn current_exe() -> io::Result<PathBuf> 【】
    15  pub fn current_exe() -> io::Result<PathBuf> 【】
    16  pub fn current_exe() -> io::Result<PathBuf> 【】
    17  pub fn current_exe() -> io::Result<PathBuf> 【】
    18  pub fn current_exe() -> io::Result<PathBuf> 【】
    19  pub fn current_exe() -> io::Result<PathBuf> 【】
    20  pub fn current_exe() -> io::Result<PathBuf> 【】
    21  pub fn current_exe() -> io::Result<PathBuf> 【】
    22  pub fn current_exe() -> io::Result<PathBuf> 【】
    23  pub fn current_exe() -> io::Result<PathBuf> 【】
    24  pub fn current_exe() -> io::Result<PathBuf> 【】
    25  pub unsafe fn environ() -> *mut *const *const c_char 【】
    26  pub unsafe fn environ() -> *mut *const *const c_char 【】
    27  pub fn env_read_lock() -> StaticRwLockReadGuard 【】
    28  pub fn env() -> Env 【】
    29  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    30  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    31  pub fn unsetenv(n: &OsStr) -> io::Result<()> 【】
    32  pub fn page_size() -> usize 【】
    33  pub fn temp_dir() -> PathBuf 【】
    34  pub fn home_dir() -> Option<PathBuf> 【】
    35  pub fn exit(code: i32) -> ! 【】
    36  pub fn getpid() -> u32 【】
    37  pub fn getppid() -> u32 【】
    38  pub fn glibc_version() -> Option<(usize, usize)> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\os_str.rs

    ═════════ pub fn 函数
    1  pub fn from_string(s: String) -> Buf 【】
    2  pub fn with_capacity(capacity: usize) -> Buf 【】
    3  pub fn clear(&mut self) 【】
    4  pub fn capacity(&self) -> usize 【】
    5  pub fn reserve(&mut self, additional: usize) 【】
    6  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    7  pub fn reserve_exact(&mut self, additional: usize) 【】
    8  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    9  pub fn shrink_to_fit(&mut self) 【】
    10  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    11  pub fn as_slice(&self) -> &Slice 【】
    12  pub fn as_mut_slice(&mut self) -> &mut Slice 【】
    13  pub fn into_string(self) -> Result<String, Buf> 【】
    14  pub fn push_slice(&mut self, s: &Slice) 【】
    15  pub fn into_box(self) -> Box<Slice> 【】
    16  pub fn from_box(boxed: Box<Slice>) -> Buf 【】
    17  pub fn into_arc(&self) -> Arc<Slice> 【】
    18  pub fn into_rc(&self) -> Rc<Slice> 【】
    19  pub fn from_str(s: &str) -> &Slice 【】
    20  pub fn to_str(&self) -> Option<&str> 【】
    21  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    22  pub fn to_owned(&self) -> Buf 【】
    23  pub fn clone_into(&self, buf: &mut Buf) 【】
    24  pub fn into_box(&self) -> Box<Slice> 【】
    25  pub fn empty_box() -> Box<Slice> 【】
    26  pub fn into_arc(&self) -> Arc<Slice> 【】
    27  pub fn into_rc(&self) -> Rc<Slice> 【】
    28  pub fn make_ascii_lowercase(&mut self) 【】
    29  pub fn make_ascii_uppercase(&mut self) 【】
    30  pub fn to_ascii_lowercase(&self) -> Buf 【】
    31  pub fn to_ascii_uppercase(&self) -> Buf 【】
    32  pub fn is_ascii(&self) -> bool 【】
    33  pub fn eq_ignore_ascii_case(&self, other: &Self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\path.rs

    ═════════ pub fn 函数
    1  pub fn is_sep_byte(b: u8) -> bool 【】
    2  pub fn is_verbatim_sep(b: u8) -> bool 【】
    3  pub fn parse_prefix(_: &OsStr) -> Option<Prefix<'_>> 【】
    4  pub(crate) fn absolute(path: &Path) -> io::Result<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\pipe.rs

    ═════════ pub fn 函数
    1  pub fn anon_pipe() -> io::Result<(AnonPipe, AnonPipe)> 【】
    2  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    3  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    4  pub fn is_read_vectored(&self) -> bool 【】
    5  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    6  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    7  pub fn is_write_vectored(&self) -> bool 【】
    8  pub fn read2(p1: AnonPipe, v1: &mut Vec<u8>, p2: AnonPipe, v2: &mut Vec<u8>) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_common\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_common.rs

    ═════════ pub fn 函数
    1  pub unsafe fn sigemptyset(set: *mut libc::sigset_t) -> libc::c_int 【】
    2  pub unsafe fn sigaddset(set: *mut libc::sigset_t, signum: libc::c_int) -> libc::c_int 【】
    3  pub fn new(program: &OsStr) -> Command 【】
    4  pub fn new(program: &OsStr) -> Command 【】
    5  pub fn set_arg_0(&mut self, arg: &OsStr) 【】
    6  pub fn arg(&mut self, arg: &OsStr) 【】
    7  pub fn cwd(&mut self, dir: &OsStr) 【】
    8  pub fn uid(&mut self, id: uid_t) 【】
    9  pub fn gid(&mut self, id: gid_t) 【】
    10  pub fn groups(&mut self, groups: &[gid_t]) 【】
    11  pub fn pgroup(&mut self, pgroup: pid_t) 【】
    12  pub fn create_pidfd(&mut self, val: bool) 【】
    13  pub fn get_create_pidfd(&self) -> bool 【】
    14  pub fn get_create_pidfd(&self) -> bool 【】
    15  pub fn saw_nul(&self) -> bool 【】
    16  pub fn get_program(&self) -> &OsStr 【】
    17  pub fn get_args(&self) -> CommandArgs<'_> 【】
    18  pub fn get_envs(&self) -> CommandEnvs<'_> 【】
    19  pub fn get_current_dir(&self) -> Option<&Path> 【】
    20  pub fn get_argv(&self) -> &Vec<*const c_char> 【】
    21  pub fn get_program_cstr(&self) -> &CStr 【】
    22  pub fn get_cwd(&self) -> &Option<CString> 【】
    23  pub fn get_uid(&self) -> Option<uid_t> 【】
    24  pub fn get_gid(&self) -> Option<gid_t> 【】
    25  pub fn get_groups(&self) -> Option<&[gid_t]> 【】
    26  pub fn get_pgroup(&self) -> Option<pid_t> 【】
    27  pub fn get_closures(&mut self) -> &mut Vec<Box<dyn FnMut() -> io::Result<()> + Send + Sync>> 【】
    28  pub unsafe fn pre_exec(&mut self, f: Box<dyn FnMut() -> io::Result<()> + Send + Sync>) 【】
    29  pub fn stdin(&mut self, stdin: Stdio) 【】
    30  pub fn stdout(&mut self, stdout: Stdio) 【】
    31  pub fn stderr(&mut self, stderr: Stdio) 【】
    32  pub fn env_mut(&mut self) -> &mut CommandEnv 【】
    33  pub fn capture_env(&mut self) -> Option<CStringArray> 【】
    34  pub fn env_saw_path(&self) -> bool 【】
    35  pub fn program_is_path(&self) -> bool 【】
    36  pub fn setup_io(
    37  pub fn with_capacity(capacity: usize) -> Self 【】
    38  pub fn push(&mut self, item: CString) 【】
    39  pub fn as_ptr(&self) -> *const *const c_char 【】
    40  pub fn to_child_stdio(&self, readable: bool) -> io::Result<(ChildStdio, Option<AnonPipe>)> 【】
    41  pub fn fd(&self) -> Option<c_int> 【】
    42  pub fn as_i32(&self) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_fuchsia.rs

    ═════════ pub fn 函数
    1  pub fn spawn(
    2  pub fn exec(&mut self, default: Stdio) -> io::Error 【】
    3  pub fn id(&self) -> u32 【】
    4  pub fn kill(&mut self) -> io::Result<()> 【】
    5  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    6  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    7  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    8  pub fn code(&self) -> Option<i32> 【】
    9  pub fn signal(&self) -> Option<i32> 【】
    10  pub fn core_dumped(&self) -> bool 【】
    11  pub fn stopped_signal(&self) -> Option<i32> 【】
    12  pub fn continued(&self) -> bool 【】
    13  pub fn into_raw(&self) -> c_int 【】
    14  pub fn code(self) -> Option<NonZeroI32> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_unix.rs

    ═════════ pub fn 函数
    1  pub fn spawn(
    2  pub fn exec(&mut self, default: Stdio) -> io::Error 【】
    3  pub fn id(&self) -> u32 【】
    4  pub fn kill(&mut self) -> io::Result<()> 【】
    5  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    6  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    7  pub fn new(status: c_int) -> ExitStatus 【】
    8  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    9  pub fn code(&self) -> Option<i32> 【】
    10  pub fn signal(&self) -> Option<i32> 【】
    11  pub fn core_dumped(&self) -> bool 【】
    12  pub fn stopped_signal(&self) -> Option<i32> 【】
    13  pub fn continued(&self) -> bool 【】
    14  pub fn into_raw(&self) -> c_int 【】
    15  pub fn code(self) -> Option<NonZeroI32> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_unsupported.rs

    ═════════ pub fn 函数
    1  pub fn spawn(
    2  pub fn exec(&mut self, _default: Stdio) -> io::Error 【】
    3  pub fn id(&self) -> u32 【】
    4  pub fn kill(&mut self) -> io::Result<()> 【】
    5  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    6  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    7  pub fn success(&self) -> bool 【】
    8  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    9  pub fn code(&self) -> Option<i32> 【】
    10  pub fn signal(&self) -> Option<i32> 【】
    11  pub fn core_dumped(&self) -> bool 【】
    12  pub fn stopped_signal(&self) -> Option<i32> 【】
    13  pub fn continued(&self) -> bool 【】
    14  pub fn into_raw(&self) -> c_int 【】
    15  pub fn code(self) -> Option<NonZeroI32> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\process_vxworks.rs

    ═════════ pub fn 函数
    1  pub fn spawn(
    2  pub fn exec(&mut self, default: Stdio) -> io::Error 【】
    3  pub fn id(&self) -> u32 【】
    4  pub fn kill(&mut self) -> io::Result<()> 【】
    5  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    6  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    7  pub fn new(status: c_int) -> ExitStatus 【】
    8  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    9  pub fn code(&self) -> Option<i32> 【】
    10  pub fn signal(&self) -> Option<i32> 【】
    11  pub fn core_dumped(&self) -> bool 【】
    12  pub fn stopped_signal(&self) -> Option<i32> 【】
    13  pub fn continued(&self) -> bool 【】
    14  pub fn into_raw(&self) -> c_int 【】
    15  pub fn code(self) -> Option<NonZeroI32> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! t 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\process\zircon.rs

    ═════════ pub fn 函数
    1  pub fn zx_cvt<T>(t: T) -> io::Result<T>
    2  pub fn new(raw: zx_handle_t) -> Handle 【】
    3  pub fn raw(&self) -> zx_handle_t 【】
    4  pub fn zx_job_default() -> zx_handle_t;
    5  pub fn zx_task_kill(handle: zx_handle_t) -> zx_status_t;
    6  pub fn zx_handle_close(handle: zx_handle_t) -> zx_status_t;
    7  pub fn zx_handle_duplicate(
    8  pub fn zx_object_wait_one(
    9  pub fn zx_object_get_info(
    10  pub fn fdio_spawn_etc(
    11  pub fn fdio_fd_clone(fd: c_int, out_handle: *mut zx_handle_t) -> zx_status_t;
    12  pub fn fdio_fd_create(handle: zx_handle_t, fd: *mut c_int) -> zx_status_t;
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\rand.rs

    ═════════ pub fn 函数
    1  pub fn hashmap_random_keys() -> (u64, u64) 【】
    2  pub fn fill_bytes(v: &mut [u8]) 【】
    3  pub fn fill_bytes(v: &mut [u8]) 【】
    4  pub fn fill_bytes(v: &mut [u8]) 【】
    5  pub fn fill_bytes(v: &mut [u8]) 【】
    6  pub fn fill_bytes(v: &mut [u8]) 【】
    7  pub fn fill_bytes(v: &mut [u8]) 【】
    8  pub fn fill_bytes(v: &mut [u8]) 【】
    9  pub fn fill_bytes(v: &mut [u8]) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\stack_overflow.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new() -> Handler 【】
    2  pub unsafe fn init() 【】
    3  pub unsafe fn cleanup() 【】
    4  pub unsafe fn make_handler() -> Handler 【】
    5  pub unsafe fn drop_handler(data: *mut libc::c_void) 【】
    6  pub unsafe fn init() 【】}
    7  pub unsafe fn cleanup() 【】}
    8  pub unsafe fn make_handler() -> super::Handler 【】
    9  pub unsafe fn drop_handler(_data: *mut libc::c_void) 【】}
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub fn is_ebadf(err: &io::Error) -> bool 【】
    5  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\thread.rs

    ═════════ pub fn 函数
    1  pub fn zx_object_set_property(
    2  pub fn zx_thread_self() -> zx_handle_t;
    3  pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    4  pub fn yield_now() 【】
    5  pub fn set_name(name: &CStr) 【】
    6  pub fn set_name(name: &CStr) 【】
    7  pub fn set_name(name: &CStr) 【】
    8  pub fn set_name(name: &CStr) 【】
    9  pub fn set_name(name: &CStr) 【】
    10  pub fn set_name(name: &CStr) 【】
    11  pub fn set_name(name: &CStr) 【】
    12  pub fn set_name(_name: &CStr) 【】
    13  pub fn sleep(dur: Duration) 【】
    14  pub fn sleep(dur: Duration) 【】
    15  pub fn join(self) 【】
    16  pub fn id(&self) -> libc::pthread_t 【】
    17  pub fn into_id(self) -> libc::pthread_t 【】
    18  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    19  pub unsafe fn current() -> Option<Guard> 【】
    20  pub unsafe fn init() -> Option<Guard> 【】
    21  pub unsafe fn init() -> Option<Guard> 【】
    22  pub unsafe fn current() -> Option<Guard> 【】
    23  pub unsafe fn current() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    2  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    3  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub unsafe fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    2  pub unsafe fn set(key: Key, value: *mut u8) 【】
    3  pub unsafe fn get(key: Key) -> *mut u8 【】
    4  pub unsafe fn destroy(key: Key) 【】
    5  pub fn requires_synchronized_create() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\thread_parker.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(parker: *mut Parker) 【】
    2  pub unsafe fn park(self: Pin<&Self>) 【】
    3  pub unsafe fn park_timeout(self: Pin<&Self>, dur: Duration) 【】
    4  pub fn unpark(self: Pin<&Self>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\time.rs

    ═════════ pub fn 函数
    1  pub fn new(tv_sec: i64, tv_nsec: i64) -> SystemTime 【】
    2  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    5  pub const fn zero() -> Timespec 【】
    6  pub fn sub_timespec(&self, other: &Timespec) -> Result<Duration, Duration> 【】
    7  pub fn checked_add_duration(&self, other: &Duration) -> Option<Timespec> 【】
    8  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Timespec> 【】
    9  pub fn to_timespec(&self) -> Option<libc::timespec> 【】
    10  pub fn now() -> Instant 【】
    11  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    12  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    13  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    14  pub fn now() -> SystemTime 【】
    15  pub fn now() -> Instant 【】
    16  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    17  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    18  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    19  pub fn now() -> SystemTime 【】
    20  pub fn now(clock: clock_t) -> Timespec 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unix\weak.rs

    ═════════ pub fn 函数
    1  pub(crate) fn new(weak_ptr: *const libc::c_void) -> Self 【】
    2  pub(crate) fn get(&self) -> Option<F> 【】
    3  pub(crate) const fn new(name: &'static str) -> Self 【】
    4  pub(crate) fn get(&self) -> Option<F> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\args.rs

    ═════════ pub fn 函数
    1  pub fn args() -> Args 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\common.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】}
    2  pub unsafe fn cleanup() 【】}
    3  pub fn unsupported<T>() -> std_io::Result<T> 【】
    4  pub fn unsupported_err() -> std_io::Error 【】
    5  pub fn decode_error_kind(_code: i32) -> crate::io::ErrorKind 【】
    6  pub fn abort_internal() -> ! 【】
    7  pub fn hashmap_random_keys() -> (u64, u64) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\fs.rs

    ═════════ pub fn 函数
    1  pub fn size(&self) -> u64 【】
    2  pub fn perm(&self) -> FilePermissions 【】
    3  pub fn file_type(&self) -> FileType 【】
    4  pub fn modified(&self) -> io::Result<SystemTime> 【】
    5  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    6  pub fn created(&self) -> io::Result<SystemTime> 【】
    7  pub fn readonly(&self) -> bool 【】
    8  pub fn set_readonly(&mut self, _readonly: bool) 【】
    9  pub fn is_dir(&self) -> bool 【】
    10  pub fn is_file(&self) -> bool 【】
    11  pub fn is_symlink(&self) -> bool 【】
    12  pub fn path(&self) -> PathBuf 【】
    13  pub fn file_name(&self) -> OsString 【】
    14  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    15  pub fn file_type(&self) -> io::Result<FileType> 【】
    16  pub fn new() -> OpenOptions 【】
    17  pub fn read(&mut self, _read: bool) 【】}
    18  pub fn write(&mut self, _write: bool) 【】}
    19  pub fn append(&mut self, _append: bool) 【】}
    20  pub fn truncate(&mut self, _truncate: bool) 【】}
    21  pub fn create(&mut self, _create: bool) 【】}
    22  pub fn create_new(&mut self, _create_new: bool) 【】}
    23  pub fn open(_path: &Path, _opts: &OpenOptions) -> io::Result<File> 【】
    24  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    25  pub fn fsync(&self) -> io::Result<()> 【】
    26  pub fn datasync(&self) -> io::Result<()> 【】
    27  pub fn truncate(&self, _size: u64) -> io::Result<()> 【】
    28  pub fn read(&self, _buf: &mut [u8]) -> io::Result<usize> 【】
    29  pub fn read_vectored(&self, _bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    30  pub fn is_read_vectored(&self) -> bool 【】
    31  pub fn read_buf(&self, _buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    32  pub fn write(&self, _buf: &[u8]) -> io::Result<usize> 【】
    33  pub fn write_vectored(&self, _bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    34  pub fn is_write_vectored(&self) -> bool 【】
    35  pub fn flush(&self) -> io::Result<()> 【】
    36  pub fn seek(&self, _pos: SeekFrom) -> io::Result<u64> 【】
    37  pub fn duplicate(&self) -> io::Result<File> 【】
    38  pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> 【】
    39  pub fn new() -> DirBuilder 【】
    40  pub fn mkdir(&self, _p: &Path) -> io::Result<()> 【】
    41  pub fn readdir(_p: &Path) -> io::Result<ReadDir> 【】
    42  pub fn unlink(_p: &Path) -> io::Result<()> 【】
    43  pub fn rename(_old: &Path, _new: &Path) -> io::Result<()> 【】
    44  pub fn set_perm(_p: &Path, perm: FilePermissions) -> io::Result<()> 【】
    45  pub fn rmdir(_p: &Path) -> io::Result<()> 【】
    46  pub fn remove_dir_all(_path: &Path) -> io::Result<()> 【】
    47  pub fn try_exists(_path: &Path) -> io::Result<bool> 【】
    48  pub fn readlink(_p: &Path) -> io::Result<PathBuf> 【】
    49  pub fn symlink(_original: &Path, _link: &Path) -> io::Result<()> 【】
    50  pub fn link(_src: &Path, _dst: &Path) -> io::Result<()> 【】
    51  pub fn stat(_p: &Path) -> io::Result<FileAttr> 【】
    52  pub fn lstat(_p: &Path) -> io::Result<FileAttr> 【】
    53  pub fn canonicalize(_p: &Path) -> io::Result<PathBuf> 【】
    54  pub fn copy(_from: &Path, _to: &Path) -> io::Result<u64> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\io.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    2  pub fn advance(&mut self, n: usize) 【】
    3  pub fn as_slice(&self) -> &[u8] 【】
    4  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    5  pub fn advance(&mut self, n: usize) 【】
    6  pub fn as_slice(&self) -> &[u8] 【】
    7  pub fn as_mut_slice(&mut self) -> &mut [u8] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\locks\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn notify_one(&self) 【】}
    3  pub unsafe fn notify_all(&self) 【】}
    4  pub unsafe fn wait(&self, _mutex: &Mutex) 【】
    5  pub unsafe fn wait_timeout(&self, _mutex: &Mutex, _dur: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\locks\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Mutex 【】
    2  pub unsafe fn init(&mut self) 【】}
    3  pub unsafe fn lock(&self) 【】
    4  pub unsafe fn unlock(&self) 【】
    5  pub unsafe fn try_lock(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\locks\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\net.rs

    ═════════ pub fn 函数
    1  pub fn connect(_: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    2  pub fn connect_timeout(_: &SocketAddr, _: Duration) -> io::Result<TcpStream> 【】
    3  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    4  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    5  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    6  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    7  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    8  pub fn read(&self, _: &mut [u8]) -> io::Result<usize> 【】
    9  pub fn read_vectored(&self, _: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    10  pub fn is_read_vectored(&self) -> bool 【】
    11  pub fn write(&self, _: &[u8]) -> io::Result<usize> 【】
    12  pub fn write_vectored(&self, _: &[IoSlice<'_>]) -> io::Result<usize> 【】
    13  pub fn is_write_vectored(&self) -> bool 【】
    14  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    15  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    16  pub fn shutdown(&self, _: Shutdown) -> io::Result<()> 【】
    17  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    18  pub fn set_linger(&self, _: Option<Duration>) -> io::Result<()> 【】
    19  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    20  pub fn set_nodelay(&self, _: bool) -> io::Result<()> 【】
    21  pub fn nodelay(&self) -> io::Result<bool> 【】
    22  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    23  pub fn ttl(&self) -> io::Result<u32> 【】
    24  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    25  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    26  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    27  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    28  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    29  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    30  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    31  pub fn ttl(&self) -> io::Result<u32> 【】
    32  pub fn set_only_v6(&self, _: bool) -> io::Result<()> 【】
    33  pub fn only_v6(&self) -> io::Result<bool> 【】
    34  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    35  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    36  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    37  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    38  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    39  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    40  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    41  pub fn send_to(&self, _: &[u8], _: &SocketAddr) -> io::Result<usize> 【】
    42  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    43  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    44  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    45  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    46  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    47  pub fn set_broadcast(&self, _: bool) -> io::Result<()> 【】
    48  pub fn broadcast(&self) -> io::Result<bool> 【】
    49  pub fn set_multicast_loop_v4(&self, _: bool) -> io::Result<()> 【】
    50  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    51  pub fn set_multicast_ttl_v4(&self, _: u32) -> io::Result<()> 【】
    52  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    53  pub fn set_multicast_loop_v6(&self, _: bool) -> io::Result<()> 【】
    54  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    55  pub fn join_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    56  pub fn join_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    57  pub fn leave_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    58  pub fn leave_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    59  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    60  pub fn ttl(&self) -> io::Result<u32> 【】
    61  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    62  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    63  pub fn recv(&self, _: &mut [u8]) -> io::Result<usize> 【】
    64  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    65  pub fn send(&self, _: &[u8]) -> io::Result<usize> 【】
    66  pub fn connect(&self, _: io::Result<&SocketAddr>) -> io::Result<()> 【】
    67  pub fn port(&self) -> u16 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\os.rs

    ═════════ pub fn 函数
    1  pub fn errno() -> i32 【】
    2  pub fn error_string(_errno: i32) -> String 【】
    3  pub fn getcwd() -> io::Result<PathBuf> 【】
    4  pub fn chdir(_: &path::Path) -> io::Result<()> 【】
    5  pub fn split_paths(_unparsed: &OsStr) -> SplitPaths<'_> 【】
    6  pub fn join_paths<I, T>(_paths: I) -> Result<OsString, JoinPathsError>
    7  pub fn current_exe() -> io::Result<PathBuf> 【】
    8  pub fn env() -> Env 【】
    9  pub fn getenv(_: &OsStr) -> Option<OsString> 【】
    10  pub fn setenv(_: &OsStr, _: &OsStr) -> io::Result<()> 【】
    11  pub fn unsetenv(_: &OsStr) -> io::Result<()> 【】
    12  pub fn temp_dir() -> PathBuf 【】
    13  pub fn home_dir() -> Option<PathBuf> 【】
    14  pub fn exit(_code: i32) -> ! 【】
    15  pub fn getpid() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\pipe.rs

    ═════════ pub fn 函数
    1  pub fn read(&self, _buf: &mut [u8]) -> io::Result<usize> 【】
    2  pub fn read_vectored(&self, _bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    3  pub fn is_read_vectored(&self) -> bool 【】
    4  pub fn write(&self, _buf: &[u8]) -> io::Result<usize> 【】
    5  pub fn write_vectored(&self, _bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    6  pub fn is_write_vectored(&self) -> bool 【】
    7  pub fn diverge(&self) -> ! 【】
    8  pub fn read2(p1: AnonPipe, _v1: &mut Vec<u8>, _p2: AnonPipe, _v2: &mut Vec<u8>) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\process.rs

    ═════════ pub fn 函数
    1  pub fn new(_program: &OsStr) -> Command 【】
    2  pub fn arg(&mut self, _arg: &OsStr) 【】}
    3  pub fn env_mut(&mut self) -> &mut CommandEnv 【】
    4  pub fn cwd(&mut self, _dir: &OsStr) 【】}
    5  pub fn stdin(&mut self, _stdin: Stdio) 【】}
    6  pub fn stdout(&mut self, _stdout: Stdio) 【】}
    7  pub fn stderr(&mut self, _stderr: Stdio) 【】}
    8  pub fn get_program(&self) -> &OsStr 【】
    9  pub fn get_args(&self) -> CommandArgs<'_> 【】
    10  pub fn get_envs(&self) -> CommandEnvs<'_> 【】
    11  pub fn get_current_dir(&self) -> Option<&Path> 【】
    12  pub fn spawn(
    13  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    14  pub fn code(&self) -> Option<i32> 【】
    15  pub fn code(self) -> Option<NonZeroI32> 【】
    16  pub fn as_i32(&self) -> i32 【】
    17  pub fn id(&self) -> u32 【】
    18  pub fn kill(&mut self) -> io::Result<()> 【】
    19  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    20  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub fn is_ebadf(_err: &io::Error) -> bool 【】
    5  pub fn panic_output() -> Option<Vec<u8>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    2  pub fn yield_now() 【】
    3  pub fn set_name(_name: &CStr) 【】
    4  pub fn sleep(_dur: Duration) 【】
    5  pub fn join(self) 【】
    6  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    7  pub unsafe fn current() -> Option<Guard> 【】
    8  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor(_t: *mut u8, _dtor: unsafe extern "C" fn(*mut u8)) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub unsafe fn create(_dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    2  pub unsafe fn set(_key: Key, _value: *mut u8) 【】
    3  pub unsafe fn get(_key: Key) -> *mut u8 【】
    4  pub unsafe fn destroy(_key: Key) 【】
    5  pub fn requires_synchronized_create() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\unsupported\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn now() -> SystemTime 【】
    6  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    7  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    8  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\args.rs

    ═════════ pub fn 函数
    1  pub fn args() -> Args 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\fd.rs

    ═════════ pub fn 函数
    1  pub fn datasync(&self) -> io::Result<()> 【】
    2  pub fn pread(&self, bufs: &mut [IoSliceMut<'_>], offset: u64) -> io::Result<usize> 【】
    3  pub fn pwrite(&self, bufs: &[IoSlice<'_>], offset: u64) -> io::Result<usize> 【】
    4  pub fn read(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    5  pub fn write(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    6  pub fn seek(&self, pos: SeekFrom) -> io::Result<u64> 【】
    7  pub fn tell(&self) -> io::Result<u64> 【】
    8  pub fn set_flags(&self, flags: wasi::Fdflags) -> io::Result<()> 【】
    9  pub fn set_rights(&self, base: wasi::Rights, inheriting: wasi::Rights) -> io::Result<()> 【】
    10  pub fn sync(&self) -> io::Result<()> 【】
    11  pub fn advise(&self, offset: u64, len: u64, advice: wasi::Advice) -> io::Result<()> 【】
    12  pub fn allocate(&self, offset: u64, len: u64) -> io::Result<()> 【】
    13  pub fn create_directory(&self, path: &str) -> io::Result<()> 【】
    14  pub fn link(
    15  pub fn open(
    16  pub fn readdir(&self, buf: &mut [u8], cookie: wasi::Dircookie) -> io::Result<usize> 【】
    17  pub fn readlink(&self, path: &str, buf: &mut [u8]) -> io::Result<usize> 【】
    18  pub fn rename(&self, old_path: &str, new_fd: &WasiFd, new_path: &str) -> io::Result<()> 【】
    19  pub fn filestat_get(&self) -> io::Result<wasi::Filestat> 【】
    20  pub fn filestat_set_times(
    21  pub fn filestat_set_size(&self, size: u64) -> io::Result<()> 【】
    22  pub fn path_filestat_get(
    23  pub fn path_filestat_set_times(
    24  pub fn symlink(&self, old_path: &str, new_path: &str) -> io::Result<()> 【】
    25  pub fn unlink_file(&self, path: &str) -> io::Result<()> 【】
    26  pub fn remove_directory(&self, path: &str) -> io::Result<()> 【】
    27  pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> 【】
    28  pub fn sock_recv(
    29  pub fn sock_send(&self, si_data: &[IoSlice<'_>], si_flags: wasi::Siflags) -> io::Result<usize> 【】
    30  pub fn sock_shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\fs.rs

    ═════════ pub fn 函数
    1  pub fn size(&self) -> u64 【】
    2  pub fn perm(&self) -> FilePermissions 【】
    3  pub fn file_type(&self) -> FileType 【】
    4  pub fn modified(&self) -> io::Result<SystemTime> 【】
    5  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    6  pub fn created(&self) -> io::Result<SystemTime> 【】
    7  pub fn as_wasi(&self) -> &wasi::Filestat 【】
    8  pub fn readonly(&self) -> bool 【】
    9  pub fn set_readonly(&mut self, readonly: bool) 【】
    10  pub fn is_dir(&self) -> bool 【】
    11  pub fn is_file(&self) -> bool 【】
    12  pub fn is_symlink(&self) -> bool 【】
    13  pub fn bits(&self) -> wasi::Filetype 【】
    14  pub fn path(&self) -> PathBuf 【】
    15  pub fn file_name(&self) -> OsString 【】
    16  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    17  pub fn file_type(&self) -> io::Result<FileType> 【】
    18  pub fn ino(&self) -> wasi::Inode 【】
    19  pub fn new() -> OpenOptions 【】
    20  pub fn read(&mut self, read: bool) 【】
    21  pub fn write(&mut self, write: bool) 【】
    22  pub fn truncate(&mut self, truncate: bool) 【】
    23  pub fn create(&mut self, create: bool) 【】
    24  pub fn create_new(&mut self, create_new: bool) 【】
    25  pub fn directory(&mut self, directory: bool) 【】
    26  pub fn append(&mut self, append: bool) 【】
    27  pub fn dsync(&mut self, set: bool) 【】
    28  pub fn nonblock(&mut self, set: bool) 【】
    29  pub fn rsync(&mut self, set: bool) 【】
    30  pub fn sync(&mut self, set: bool) 【】
    31  pub fn fs_rights_base(&mut self, rights: wasi::Rights) 【】
    32  pub fn fs_rights_inheriting(&mut self, rights: wasi::Rights) 【】
    33  pub fn lookup_flags(&mut self, flags: wasi::Lookupflags) 【】
    34  pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    35  pub fn open_at(&self, path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    36  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    37  pub fn metadata_at(&self, flags: wasi::Lookupflags, path: &Path) -> io::Result<FileAttr> 【】
    38  pub fn fsync(&self) -> io::Result<()> 【】
    39  pub fn datasync(&self) -> io::Result<()> 【】
    40  pub fn truncate(&self, size: u64) -> io::Result<()> 【】
    41  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    42  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    43  pub fn is_read_vectored(&self) -> bool 【】
    44  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    45  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    46  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    47  pub fn is_write_vectored(&self) -> bool 【】
    48  pub fn flush(&self) -> io::Result<()> 【】
    49  pub fn seek(&self, pos: SeekFrom) -> io::Result<u64> 【】
    50  pub fn duplicate(&self) -> io::Result<File> 【】
    51  pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> 【】
    52  pub fn read_link(&self, file: &Path) -> io::Result<PathBuf> 【】
    53  pub fn new() -> DirBuilder 【】
    54  pub fn mkdir(&self, p: &Path) -> io::Result<()> 【】
    55  pub fn readdir(p: &Path) -> io::Result<ReadDir> 【】
    56  pub fn unlink(p: &Path) -> io::Result<()> 【】
    57  pub fn rename(old: &Path, new: &Path) -> io::Result<()> 【】
    58  pub fn set_perm(_p: &Path, _perm: FilePermissions) -> io::Result<()> 【】
    59  pub fn rmdir(p: &Path) -> io::Result<()> 【】
    60  pub fn readlink(p: &Path) -> io::Result<PathBuf> 【】
    61  pub fn symlink(original: &Path, link: &Path) -> io::Result<()> 【】
    62  pub fn link(original: &Path, link: &Path) -> io::Result<()> 【】
    63  pub fn stat(p: &Path) -> io::Result<FileAttr> 【】
    64  pub fn lstat(p: &Path) -> io::Result<FileAttr> 【】
    65  pub fn canonicalize(_p: &Path) -> io::Result<PathBuf> 【】
    66  pub fn __wasilibc_find_relpath(
    67  pub fn osstr2str(f: &OsStr) -> io::Result<&str> 【】
    68  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    69  pub fn remove_dir_all(path: &Path) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\io.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    2  pub fn advance(&mut self, n: usize) 【】
    3  pub fn as_slice(&self) -> &[u8] 【】
    4  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    5  pub fn advance(&mut self, n: usize) 【】
    6  pub fn as_slice(&self) -> &[u8] 【】
    7  pub fn as_mut_slice(&mut self) -> &mut [u8] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\mod.rs

    ═════════ pub fn 函数
    1  pub fn decode_error_kind(errno: i32) -> std_io::ErrorKind 【】
    2  pub fn abort_internal() -> ! 【】
    3  pub fn hashmap_random_keys() -> (u64, u64) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\net.rs

    ═════════ pub fn 函数
    1  pub fn connect(_: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    2  pub fn connect_timeout(_: &SocketAddr, _: Duration) -> io::Result<TcpStream> 【】
    3  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    4  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    5  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    6  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    7  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    8  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    9  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    10  pub fn is_read_vectored(&self) -> bool 【】
    11  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    12  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    13  pub fn is_write_vectored(&self) -> bool 【】
    14  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    15  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    16  pub fn shutdown(&self, _: Shutdown) -> io::Result<()> 【】
    17  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    18  pub fn set_linger(&self, _: Option<Duration>) -> io::Result<()> 【】
    19  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    20  pub fn set_nodelay(&self, _: bool) -> io::Result<()> 【】
    21  pub fn nodelay(&self) -> io::Result<bool> 【】
    22  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    23  pub fn ttl(&self) -> io::Result<u32> 【】
    24  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    25  pub fn set_nonblocking(&self, state: bool) -> io::Result<()> 【】
    26  pub fn socket(&self) -> &Socket 【】
    27  pub fn into_socket(self) -> Socket 【】
    28  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    29  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    30  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    31  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    32  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    33  pub fn ttl(&self) -> io::Result<u32> 【】
    34  pub fn set_only_v6(&self, _: bool) -> io::Result<()> 【】
    35  pub fn only_v6(&self) -> io::Result<bool> 【】
    36  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    37  pub fn set_nonblocking(&self, state: bool) -> io::Result<()> 【】
    38  pub fn socket(&self) -> &Socket 【】
    39  pub fn into_socket(self) -> Socket 【】
    40  pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    41  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    42  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    43  pub fn recv_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    44  pub fn peek_from(&self, _: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    45  pub fn send_to(&self, _: &[u8], _: &SocketAddr) -> io::Result<usize> 【】
    46  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    47  pub fn set_read_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    48  pub fn set_write_timeout(&self, _: Option<Duration>) -> io::Result<()> 【】
    49  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    50  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    51  pub fn set_broadcast(&self, _: bool) -> io::Result<()> 【】
    52  pub fn broadcast(&self) -> io::Result<bool> 【】
    53  pub fn set_multicast_loop_v4(&self, _: bool) -> io::Result<()> 【】
    54  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    55  pub fn set_multicast_ttl_v4(&self, _: u32) -> io::Result<()> 【】
    56  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    57  pub fn set_multicast_loop_v6(&self, _: bool) -> io::Result<()> 【】
    58  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    59  pub fn join_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    60  pub fn join_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    61  pub fn leave_multicast_v4(&self, _: &Ipv4Addr, _: &Ipv4Addr) -> io::Result<()> 【】
    62  pub fn leave_multicast_v6(&self, _: &Ipv6Addr, _: u32) -> io::Result<()> 【】
    63  pub fn set_ttl(&self, _: u32) -> io::Result<()> 【】
    64  pub fn ttl(&self) -> io::Result<u32> 【】
    65  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    66  pub fn set_nonblocking(&self, _: bool) -> io::Result<()> 【】
    67  pub fn recv(&self, _: &mut [u8]) -> io::Result<usize> 【】
    68  pub fn peek(&self, _: &mut [u8]) -> io::Result<usize> 【】
    69  pub fn send(&self, _: &[u8]) -> io::Result<usize> 【】
    70  pub fn connect(&self, _: io::Result<&SocketAddr>) -> io::Result<()> 【】
    71  pub fn socket(&self) -> &Socket 【】
    72  pub fn into_socket(self) -> Socket 【】
    73  pub fn port(&self) -> u16 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\os.rs

    ═════════ pub fn 函数
    1  pub fn getcwd(buf: *mut c_char, size: size_t) -> *mut c_char;
    2  pub fn chdir(dir: *const c_char) -> c_int;
    3  pub unsafe fn env_lock() -> impl Any 【】
    4  pub fn errno() -> i32 【】
    5  pub fn error_string(errno: i32) -> String 【】
    6  pub fn getcwd() -> io::Result<PathBuf> 【】
    7  pub fn chdir(p: &path::Path) -> io::Result<()> 【】
    8  pub fn split_paths(_unparsed: &OsStr) -> SplitPaths<'_> 【】
    9  pub fn join_paths<I, T>(_paths: I) -> Result<OsString, JoinPathsError>
    10  pub fn current_exe() -> io::Result<PathBuf> 【】
    11  pub fn env() -> Env 【】
    12  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    13  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    14  pub fn unsetenv(n: &OsStr) -> io::Result<()> 【】
    15  pub fn temp_dir() -> PathBuf 【】
    16  pub fn home_dir() -> Option<PathBuf> 【】
    17  pub fn exit(code: i32) -> ! 【】
    18  pub fn getpid() -> u32 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_is_minus_one 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\stdio.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Stdin 【】
    2  pub const fn new() -> Stdout 【】
    3  pub const fn new() -> Stderr 【】
    4  pub fn is_ebadf(err: &io::Error) -> bool 【】
    5  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    2  pub fn yield_now() 【】
    3  pub fn set_name(_name: &CStr) 【】
    4  pub fn sleep(dur: Duration) 【】
    5  pub fn join(self) 【】
    6  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    7  pub unsafe fn current() -> Option<Guard> 【】
    8  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasi\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn now() -> SystemTime 【】
    6  pub fn from_wasi_timestamp(ts: wasi::Timestamp) -> SystemTime 【】
    7  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    8  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    9  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasm\alloc.rs

    ═════════ pub fn 函数
    1  pub fn lock() -> DropLock 【】
    2  pub fn lock() 【】} // no atomics, no threads, that's easy!
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasm\atomics\futex.rs

    ═════════ pub fn 函数
    1  pub fn futex_wait(futex: &AtomicU32, expected: u32, timeout: Option<Duration>) -> bool 【】
    2  pub fn futex_wake(futex: &AtomicU32) -> bool 【】
    3  pub fn futex_wake_all(futex: &AtomicU32) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\wasm\atomics\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    2  pub fn yield_now() 【】}
    3  pub fn set_name(_name: &CStr) 【】}
    4  pub fn sleep(dur: Duration) 【】
    5  pub fn join(self) 【】}
    6  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    7  pub unsafe fn current() -> Option<Guard> 【】
    8  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\args.rs

    ═════════ pub fn 函数
    1  pub fn args() -> Args 【】
    2  pub(crate) fn append_arg(cmd: &mut Vec<u16>, arg: &Arg, force_quotes: bool) -> io::Result<()> 【】
    3  pub(crate) fn make_bat_command_line(
    4  pub(crate) fn to_user_path(mut path: Vec<u16>) -> io::Result<Vec<u16>> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\c.rs

    ═════════ pub fn 函数
    1  pub fn nt_success(status: NTSTATUS) -> bool 【】
    2  pub fn from_ref(slice: &[u16]) -> Self 【】
    3  pub fn status(&self) -> NTSTATUS 【】
    4  pub fn RtlGenRandom(RandomBuffer: *mut u8, RandomBufferLength: ULONG) -> BOOLEAN;
    5  pub fn OpenProcessToken(
    6  pub fn GetUserProfileDirectoryW(
    7  pub fn ReadConsoleW(
    8  pub fn WriteConsoleW(
    9  pub fn GetConsoleMode(hConsoleHandle: HANDLE, lpMode: LPDWORD) -> BOOL;
    10  pub fn GetFileInformationByHandle(
    11  pub fn SetHandleInformation(hObject: HANDLE, dwMask: DWORD, dwFlags: DWORD) -> BOOL;
    12  pub fn AddVectoredExceptionHandler(
    13  pub fn CreateHardLinkW(
    14  pub fn SetThreadStackGuarantee(_size: *mut c_ulong) -> BOOL;
    15  pub fn GetWindowsDirectoryW(lpBuffer: LPWSTR, uSize: UINT) -> UINT;
    16  pub fn GetCurrentProcessId() -> DWORD;
    17  pub fn GetSystemDirectoryW(lpBuffer: LPWSTR, uSize: UINT) -> UINT;
    18  pub fn RemoveDirectoryW(lpPathName: LPCWSTR) -> BOOL;
    19  pub fn SetFileAttributesW(lpFileName: LPCWSTR, dwFileAttributes: DWORD) -> BOOL;
    20  pub fn SetLastError(dwErrCode: DWORD);
    21  pub fn GetCommandLineW() -> LPWSTR;
    22  pub fn GetTempPathW(nBufferLength: DWORD, lpBuffer: LPCWSTR) -> DWORD;
    23  pub fn GetCurrentProcess() -> HANDLE;
    24  pub fn GetCurrentThread() -> HANDLE;
    25  pub fn GetStdHandle(which: DWORD) -> HANDLE;
    26  pub fn ExitProcess(uExitCode: c_uint) -> !;
    27  pub fn DeviceIoControl(
    28  pub fn CreateThread(
    29  pub fn WaitForSingleObject(hHandle: HANDLE, dwMilliseconds: DWORD) -> DWORD;
    30  pub fn SwitchToThread() -> BOOL;
    31  pub fn Sleep(dwMilliseconds: DWORD);
    32  pub fn SleepEx(dwMilliseconds: DWORD, bAlertable: BOOL) -> DWORD;
    33  pub fn GetProcessId(handle: HANDLE) -> DWORD;
    34  pub fn CopyFileExW(
    35  pub fn FormatMessageW(
    36  pub fn TlsAlloc() -> DWORD;
    37  pub fn TlsGetValue(dwTlsIndex: DWORD) -> LPVOID;
    38  pub fn TlsSetValue(dwTlsIndex: DWORD, lpTlsvalue: LPVOID) -> BOOL;
    39  pub fn GetLastError() -> DWORD;
    40  pub fn QueryPerformanceFrequency(lpFrequency: *mut LARGE_INTEGER) -> BOOL;
    41  pub fn QueryPerformanceCounter(lpPerformanceCount: *mut LARGE_INTEGER) -> BOOL;
    42  pub fn GetExitCodeProcess(hProcess: HANDLE, lpExitCode: LPDWORD) -> BOOL;
    43  pub fn TerminateProcess(hProcess: HANDLE, uExitCode: UINT) -> BOOL;
    44  pub fn CreateProcessW(
    45  pub fn GetEnvironmentVariableW(n: LPCWSTR, v: LPWSTR, nsize: DWORD) -> DWORD;
    46  pub fn SetEnvironmentVariableW(n: LPCWSTR, v: LPCWSTR) -> BOOL;
    47  pub fn GetEnvironmentStringsW() -> LPWCH;
    48  pub fn FreeEnvironmentStringsW(env_ptr: LPWCH) -> BOOL;
    49  pub fn GetModuleFileNameW(hModule: HMODULE, lpFilename: LPWSTR, nSize: DWORD) -> DWORD;
    50  pub fn CreateDirectoryW(
    51  pub fn DeleteFileW(lpPathName: LPCWSTR) -> BOOL;
    52  pub fn GetCurrentDirectoryW(nBufferLength: DWORD, lpBuffer: LPWSTR) -> DWORD;
    53  pub fn SetCurrentDirectoryW(lpPathName: LPCWSTR) -> BOOL;
    54  pub fn DuplicateHandle(
    55  pub fn ReadFile(
    56  pub fn ReadFileEx(
    57  pub fn WriteFileEx(
    58  pub fn CloseHandle(hObject: HANDLE) -> BOOL;
    59  pub fn MoveFileExW(lpExistingFileName: LPCWSTR, lpNewFileName: LPCWSTR, dwFlags: DWORD)
    60  pub fn SetFilePointerEx(
    61  pub fn FlushFileBuffers(hFile: HANDLE) -> BOOL;
    62  pub fn CreateFileW(
    63  pub fn FindFirstFileW(fileName: LPCWSTR, findFileData: LPWIN32_FIND_DATAW) -> HANDLE;
    64  pub fn FindNextFileW(findFile: HANDLE, findFileData: LPWIN32_FIND_DATAW) -> BOOL;
    65  pub fn FindClose(findFile: HANDLE) -> BOOL;
    66  pub fn GetProcAddress(handle: HMODULE, name: LPCSTR) -> *mut c_void;
    67  pub fn GetModuleHandleA(lpModuleName: LPCSTR) -> HMODULE;
    68  pub fn GetModuleHandleW(lpModuleName: LPCWSTR) -> HMODULE;
    69  pub fn GetSystemTimeAsFileTime(lpSystemTimeAsFileTime: LPFILETIME);
    70  pub fn GetSystemInfo(lpSystemInfo: LPSYSTEM_INFO);
    71  pub fn CreateEventW(
    72  pub fn WaitForMultipleObjects(
    73  pub fn CreateNamedPipeW(
    74  pub fn CancelIo(handle: HANDLE) -> BOOL;
    75  pub fn GetOverlappedResult(
    76  pub fn CreateSymbolicLinkW(
    77  pub fn GetFinalPathNameByHandleW(
    78  pub fn GetFileInformationByHandleEx(
    79  pub fn SetFileInformationByHandle(
    80  pub fn SleepConditionVariableSRW(
    81  pub fn WakeConditionVariable(ConditionVariable: PCONDITION_VARIABLE);
    82  pub fn WakeAllConditionVariable(ConditionVariable: PCONDITION_VARIABLE);
    83  pub fn AcquireSRWLockExclusive(SRWLock: PSRWLOCK);
    84  pub fn AcquireSRWLockShared(SRWLock: PSRWLOCK);
    85  pub fn ReleaseSRWLockExclusive(SRWLock: PSRWLOCK);
    86  pub fn ReleaseSRWLockShared(SRWLock: PSRWLOCK);
    87  pub fn TryAcquireSRWLockExclusive(SRWLock: PSRWLOCK) -> BOOLEAN;
    88  pub fn TryAcquireSRWLockShared(SRWLock: PSRWLOCK) -> BOOLEAN;
    89  pub fn CompareStringOrdinal(
    90  pub fn GetFullPathNameW(
    91  pub fn GetFileAttributesW(lpFileName: LPCWSTR) -> DWORD;
    92  pub fn WSAStartup(wVersionRequested: WORD, lpWSAData: LPWSADATA) -> c_int;
    93  pub fn WSACleanup() -> c_int;
    94  pub fn WSAGetLastError() -> c_int;
    95  pub fn WSADuplicateSocketW(
    96  pub fn WSASend(
    97  pub fn WSARecv(
    98  pub fn WSASocketW(
    99  pub fn ioctlsocket(s: SOCKET, cmd: c_long, argp: *mut c_ulong) -> c_int;
    100  pub fn closesocket(socket: SOCKET) -> c_int;
    101  pub fn recv(socket: SOCKET, buf: *mut c_void, len: c_int, flags: c_int) -> c_int;
    102  pub fn send(socket: SOCKET, buf: *const c_void, len: c_int, flags: c_int) -> c_int;
    103  pub fn recvfrom(
    104  pub fn sendto(
    105  pub fn shutdown(socket: SOCKET, how: c_int) -> c_int;
    106  pub fn accept(socket: SOCKET, address: *mut SOCKADDR, address_len: *mut c_int) -> SOCKET;
    107  pub fn getsockopt(
    108  pub fn setsockopt(
    109  pub fn getsockname(socket: SOCKET, address: *mut SOCKADDR, address_len: *mut c_int) -> c_int;
    110  pub fn getpeername(socket: SOCKET, address: *mut SOCKADDR, address_len: *mut c_int) -> c_int;
    111  pub fn bind(socket: SOCKET, address: *const SOCKADDR, address_len: socklen_t) -> c_int;
    112  pub fn listen(socket: SOCKET, backlog: c_int) -> c_int;
    113  pub fn connect(socket: SOCKET, address: *const SOCKADDR, len: c_int) -> c_int;
    114  pub fn getaddrinfo(
    115  pub fn freeaddrinfo(res: *mut ADDRINFOA);
    116  pub fn select(
    117  pub fn BCryptGenRandom(
    118  pub fn SetThreadDescription(hThread: HANDLE,
    119  pub fn GetSystemTimePreciseAsFileTime(lpSystemTimeAsFileTime: LPFILETIME)
    120  pub fn GetTempPath2W(nBufferLength: DWORD, lpBuffer: LPCWSTR) -> DWORD 【】
    121  pub fn WaitOnAddress(
    122  pub fn WakeByAddressSingle(Address: LPVOID) -> () 【】
    123  pub fn NtCreateFile(
    124  pub fn NtReadFile(
    125  pub fn NtWriteFile(
    126  pub fn RtlNtStatusToDosError(
    127  pub fn NtCreateKeyedEvent(
    128  pub fn NtReleaseKeyedEvent(
    129  pub fn NtWaitForKeyedEvent(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\cmath.rs

    ═════════ pub fn 函数
    1  pub fn acos(n: c_double) -> c_double;
    2  pub fn asin(n: c_double) -> c_double;
    3  pub fn atan(n: c_double) -> c_double;
    4  pub fn atan2(a: c_double, b: c_double) -> c_double;
    5  pub fn cbrt(n: c_double) -> c_double;
    6  pub fn cbrtf(n: c_float) -> c_float;
    7  pub fn cosh(n: c_double) -> c_double;
    8  pub fn expm1(n: c_double) -> c_double;
    9  pub fn expm1f(n: c_float) -> c_float;
    10  pub fn fdim(a: c_double, b: c_double) -> c_double;
    11  pub fn fdimf(a: c_float, b: c_float) -> c_float;
    12  pub fn hypot(x: c_double, y: c_double) -> c_double;
    13  pub fn hypotf(x: c_float, y: c_float) -> c_float;
    14  pub fn log1p(n: c_double) -> c_double;
    15  pub fn log1pf(n: c_float) -> c_float;
    16  pub fn sinh(n: c_double) -> c_double;
    17  pub fn tan(n: c_double) -> c_double;
    18  pub fn tanh(n: c_double) -> c_double;
    19  pub fn acosf(n: c_float) -> c_float;
    20  pub fn asinf(n: c_float) -> c_float;
    21  pub fn atan2f(a: c_float, b: c_float) -> c_float;
    22  pub fn atanf(n: c_float) -> c_float;
    23  pub fn coshf(n: c_float) -> c_float;
    24  pub fn sinhf(n: c_float) -> c_float;
    25  pub fn tanf(n: c_float) -> c_float;
    26  pub fn tanhf(n: c_float) -> c_float;
    27  pub unsafe fn acosf(n: c_float) -> c_float 【】
    28  pub unsafe fn asinf(n: c_float) -> c_float 【】
    29  pub unsafe fn atan2f(n: c_float, b: c_float) -> c_float 【】
    30  pub unsafe fn atanf(n: c_float) -> c_float 【】
    31  pub unsafe fn coshf(n: c_float) -> c_float 【】
    32  pub unsafe fn sinhf(n: c_float) -> c_float 【】
    33  pub unsafe fn tanf(n: c_float) -> c_float 【】
    34  pub unsafe fn tanhf(n: c_float) -> c_float 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\compat.rs

    ═════════ pub fn 函数
    1  pub fn $symbol:ident($($argname:ident: $argtype:ty),*) -> $rettype:ty $fallback_body:block
    2  pub fn option() -> Option<F> 【】
    3  pub unsafe fn call($($argname: $argtype),*) -> $rettype 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! compat_fn 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\fs.rs

    ═════════ pub fn 函数
    1  pub fn path(&self) -> PathBuf 【】
    2  pub fn file_name(&self) -> OsString 【】
    3  pub fn file_type(&self) -> io::Result<FileType> 【】
    4  pub fn metadata(&self) -> io::Result<FileAttr> 【】
    5  pub fn new() -> OpenOptions 【】
    6  pub fn read(&mut self, read: bool) 【】
    7  pub fn write(&mut self, write: bool) 【】
    8  pub fn append(&mut self, append: bool) 【】
    9  pub fn truncate(&mut self, truncate: bool) 【】
    10  pub fn create(&mut self, create: bool) 【】
    11  pub fn create_new(&mut self, create_new: bool) 【】
    12  pub fn custom_flags(&mut self, flags: u32) 【】
    13  pub fn access_mode(&mut self, access_mode: u32) 【】
    14  pub fn share_mode(&mut self, share_mode: u32) 【】
    15  pub fn attributes(&mut self, attrs: u32) 【】
    16  pub fn security_qos_flags(&mut self, flags: u32) 【】
    17  pub fn security_attributes(&mut self, attrs: c::LPSECURITY_ATTRIBUTES) 【】
    18  pub fn open(path: &Path, opts: &OpenOptions) -> io::Result<File> 【】
    19  pub fn fsync(&self) -> io::Result<()> 【】
    20  pub fn datasync(&self) -> io::Result<()> 【】
    21  pub fn truncate(&self, size: u64) -> io::Result<()> 【】
    22  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    23  pub fn file_attr(&self) -> io::Result<FileAttr> 【】
    24  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    25  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    26  pub fn is_read_vectored(&self) -> bool 【】
    27  pub fn read_at(&self, buf: &mut [u8], offset: u64) -> io::Result<usize> 【】
    28  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    29  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    30  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    31  pub fn is_write_vectored(&self) -> bool 【】
    32  pub fn write_at(&self, buf: &[u8], offset: u64) -> io::Result<usize> 【】
    33  pub fn flush(&self) -> io::Result<()> 【】
    34  pub fn seek(&self, pos: SeekFrom) -> io::Result<u64> 【】
    35  pub fn duplicate(&self) -> io::Result<File> 【】
    36  pub fn set_permissions(&self, perm: FilePermissions) -> io::Result<()> 【】
    37  pub fn size(&self) -> u64 【】
    38  pub fn perm(&self) -> FilePermissions 【】
    39  pub fn attrs(&self) -> u32 【】
    40  pub fn file_type(&self) -> FileType 【】
    41  pub fn modified(&self) -> io::Result<SystemTime> 【】
    42  pub fn accessed(&self) -> io::Result<SystemTime> 【】
    43  pub fn created(&self) -> io::Result<SystemTime> 【】
    44  pub fn modified_u64(&self) -> u64 【】
    45  pub fn accessed_u64(&self) -> u64 【】
    46  pub fn created_u64(&self) -> u64 【】
    47  pub fn volume_serial_number(&self) -> Option<u32> 【】
    48  pub fn number_of_links(&self) -> Option<u32> 【】
    49  pub fn file_index(&self) -> Option<u64> 【】
    50  pub fn readonly(&self) -> bool 【】
    51  pub fn set_readonly(&mut self, readonly: bool) 【】
    52  pub fn is_dir(&self) -> bool 【】
    53  pub fn is_file(&self) -> bool 【】
    54  pub fn is_symlink(&self) -> bool 【】
    55  pub fn is_symlink_dir(&self) -> bool 【】
    56  pub fn is_symlink_file(&self) -> bool 【】
    57  pub fn new() -> DirBuilder 【】
    58  pub fn mkdir(&self, p: &Path) -> io::Result<()> 【】
    59  pub fn readdir(p: &Path) -> io::Result<ReadDir> 【】
    60  pub fn unlink(p: &Path) -> io::Result<()> 【】
    61  pub fn rename(old: &Path, new: &Path) -> io::Result<()> 【】
    62  pub fn rmdir(p: &Path) -> io::Result<()> 【】
    63  pub fn remove_dir_all(path: &Path) -> io::Result<()> 【】
    64  pub fn readlink(path: &Path) -> io::Result<PathBuf> 【】
    65  pub fn symlink(original: &Path, link: &Path) -> io::Result<()> 【】
    66  pub fn symlink_inner(original: &Path, link: &Path, dir: bool) -> io::Result<()> 【】
    67  pub fn link(original: &Path, link: &Path) -> io::Result<()> 【】
    68  pub fn link(_original: &Path, _link: &Path) -> io::Result<()> 【】
    69  pub fn stat(path: &Path) -> io::Result<FileAttr> 【】
    70  pub fn lstat(path: &Path) -> io::Result<FileAttr> 【】
    71  pub fn set_perm(p: &Path, perm: FilePermissions) -> io::Result<()> 【】
    72  pub fn canonicalize(p: &Path) -> io::Result<PathBuf> 【】
    73  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    74  pub fn symlink_junction<P: AsRef<Path>, Q: AsRef<Path>>(
    75  pub fn try_exists(path: &Path) -> io::Result<bool> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\handle.rs

    ═════════ pub fn 函数
    1  pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> 【】
    2  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    3  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    4  pub fn is_read_vectored(&self) -> bool 【】
    5  pub fn read_at(&self, buf: &mut [u8], offset: u64) -> io::Result<usize> 【】
    6  pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> 【】
    7  pub unsafe fn read_overlapped(
    8  pub fn overlapped_result(
    9  pub fn cancel_io(&self) -> io::Result<()> 【】
    10  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    11  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    12  pub fn is_write_vectored(&self) -> bool 【】
    13  pub fn write_at(&self, buf: &[u8], offset: u64) -> io::Result<usize> 【】
    14  pub fn try_clone(&self) -> io::Result<Self> 【】
    15  pub fn duplicate(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\io.rs

    ═════════ pub fn 函数
    1  pub fn new(buf: &'a [u8]) -> IoSlice<'a> 【】
    2  pub fn advance(&mut self, n: usize) 【】
    3  pub fn as_slice(&self) -> &[u8] 【】
    4  pub fn new(buf: &'a mut [u8]) -> IoSliceMut<'a> 【】
    5  pub fn advance(&mut self, n: usize) 【】
    6  pub fn as_slice(&self) -> &[u8] 【】
    7  pub fn as_mut_slice(&mut self) -> &mut [u8] 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\locks\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Condvar 【】
    2  pub unsafe fn wait(&self, mutex: &Mutex) 【】
    3  pub unsafe fn wait_timeout(&self, mutex: &Mutex, dur: Duration) -> bool 【】
    4  pub unsafe fn notify_one(&self) 【】
    5  pub unsafe fn notify_all(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\locks\mutex.rs

    ═════════ pub fn 函数
    1  pub unsafe fn raw(m: &Mutex) -> c::PSRWLOCK 【】
    2  pub const fn new() -> Mutex 【】
    3  pub unsafe fn init(&mut self) 【】}
    4  pub unsafe fn lock(&self) 【】
    5  pub unsafe fn try_lock(&self) -> bool 【】
    6  pub unsafe fn unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\locks\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> RwLock 【】
    2  pub unsafe fn read(&self) 【】
    3  pub unsafe fn try_read(&self) -> bool 【】
    4  pub unsafe fn write(&self) 【】
    5  pub unsafe fn try_write(&self) -> bool 【】
    6  pub unsafe fn read_unlock(&self) 【】
    7  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn init(_argc: isize, _argv: *const *const u8) 【】
    2  pub unsafe fn cleanup() 【】
    3  pub fn decode_error_kind(errno: i32) -> ErrorKind 【】
    4  pub fn unrolled_find_u16s(needle: u16, haystack: &[u16]) -> Option<usize> 【】
    5  pub fn to_u16s<S: AsRef<OsStr>>(s: S) -> crate::io::Result<Vec<u16>> 【】
    6  pub fn truncate_utf16_at_nul(v: &[u16]) -> &[u16] 【】
    7  pub fn cvt<I: IsZero>(i: I) -> crate::io::Result<I> 【】
    8  pub fn dur2timeout(dur: Duration) -> c::DWORD 【】
    9  pub fn abort_internal() -> ! 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! if_return 【】
    2  macro_rules! impl_is_zero 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\net.rs

    ═════════ pub fn 函数
    1  pub fn init() 【】
    2  pub fn cleanup() 【】
    3  pub fn cvt<T: IsMinusOne>(t: T) -> io::Result<T> 【】
    4  pub fn cvt_gai(err: c_int) -> io::Result<()> 【】
    5  pub fn cvt_r<T, F>(mut f: F) -> io::Result<T>
    6  pub fn new(addr: &SocketAddr, ty: c_int) -> io::Result<Socket> 【】
    7  pub fn connect_timeout(&self, addr: &SocketAddr, timeout: Duration) -> io::Result<()> 【】
    8  pub fn accept(&self, storage: *mut c::SOCKADDR, len: *mut c_int) -> io::Result<Socket> 【】
    9  pub fn duplicate(&self) -> io::Result<Socket> 【】
    10  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    11  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    12  pub fn is_read_vectored(&self) -> bool 【】
    13  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    14  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    15  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    16  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    17  pub fn is_write_vectored(&self) -> bool 【】
    18  pub fn set_timeout(&self, dur: Option<Duration>, kind: c_int) -> io::Result<()> 【】
    19  pub fn timeout(&self, kind: c_int) -> io::Result<Option<Duration>> 【】
    20  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    21  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    22  pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> 【】
    23  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    24  pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> 【】
    25  pub fn nodelay(&self) -> io::Result<bool> 【】
    26  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    27  pub fn as_raw(&self) -> RawSocket 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_is_minus_one 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\os.rs

    ═════════ pub fn 函数
    1  pub fn errno() -> i32 【】
    2  pub fn error_string(mut errnum: i32) -> String 【】
    3  pub fn env() -> Env 【】
    4  pub fn split_paths(unparsed: &OsStr) -> SplitPaths<'_> 【】
    5  pub fn join_paths<I, T>(paths: I) -> Result<OsString, JoinPathsError>
    6  pub fn current_exe() -> io::Result<PathBuf> 【】
    7  pub fn getcwd() -> io::Result<PathBuf> 【】
    8  pub fn chdir(p: &path::Path) -> io::Result<()> 【】
    9  pub fn getenv(k: &OsStr) -> Option<OsString> 【】
    10  pub fn setenv(k: &OsStr, v: &OsStr) -> io::Result<()> 【】
    11  pub fn unsetenv(n: &OsStr) -> io::Result<()> 【】
    12  pub fn temp_dir() -> PathBuf 【】
    13  pub fn home_dir() -> Option<PathBuf> 【】
    14  pub fn exit(code: i32) -> ! 【】
    15  pub fn getpid() -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\os_str.rs

    ═════════ pub fn 函数
    1  pub fn with_capacity(capacity: usize) -> Buf 【】
    2  pub fn clear(&mut self) 【】
    3  pub fn capacity(&self) -> usize 【】
    4  pub fn from_string(s: String) -> Buf 【】
    5  pub fn as_slice(&self) -> &Slice 【】
    6  pub fn as_mut_slice(&mut self) -> &mut Slice 【】
    7  pub fn into_string(self) -> Result<String, Buf> 【】
    8  pub fn push_slice(&mut self, s: &Slice) 【】
    9  pub fn reserve(&mut self, additional: usize) 【】
    10  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    11  pub fn reserve_exact(&mut self, additional: usize) 【】
    12  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    13  pub fn shrink_to_fit(&mut self) 【】
    14  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    15  pub fn into_box(self) -> Box<Slice> 【】
    16  pub fn from_box(boxed: Box<Slice>) -> Buf 【】
    17  pub fn into_arc(&self) -> Arc<Slice> 【】
    18  pub fn into_rc(&self) -> Rc<Slice> 【】
    19  pub fn from_str(s: &str) -> &Slice 【】
    20  pub fn to_str(&self) -> Option<&str> 【】
    21  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    22  pub fn to_owned(&self) -> Buf 【】
    23  pub fn clone_into(&self, buf: &mut Buf) 【】
    24  pub fn into_box(&self) -> Box<Slice> 【】
    25  pub fn empty_box() -> Box<Slice> 【】
    26  pub fn into_arc(&self) -> Arc<Slice> 【】
    27  pub fn into_rc(&self) -> Rc<Slice> 【】
    28  pub fn make_ascii_lowercase(&mut self) 【】
    29  pub fn make_ascii_uppercase(&mut self) 【】
    30  pub fn to_ascii_lowercase(&self) -> Buf 【】
    31  pub fn to_ascii_uppercase(&self) -> Buf 【】
    32  pub fn is_ascii(&self) -> bool 【】
    33  pub fn eq_ignore_ascii_case(&self, other: &Self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\path.rs

    ═════════ pub fn 函数
    1  pub fn is_sep_byte(b: u8) -> bool 【】
    2  pub fn is_verbatim_sep(b: u8) -> bool 【】
    3  pub(crate) fn is_file_name(path: &OsStr) -> bool 【】
    4  pub(crate) fn has_trailing_slash(path: &OsStr) -> bool 【】
    5  pub(crate) fn append_suffix(path: PathBuf, suffix: &OsStr) -> PathBuf 【】
    6  pub fn parse_prefix(path: &OsStr) -> Option<Prefix<'_>> 【】
    7  pub(crate) fn maybe_verbatim(path: &Path) -> io::Result<Vec<u16>> 【】
    8  pub(crate) fn absolute(path: &Path) -> io::Result<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\pipe.rs

    ═════════ pub fn 函数
    1  pub fn anon_pipe(ours_readable: bool, their_handle_inheritable: bool) -> io::Result<Pipes> 【】
    2  pub fn spawn_pipe_relay(
    3  pub fn handle(&self) -> &Handle 【】
    4  pub fn into_handle(self) -> Handle 【】
    5  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    6  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    7  pub fn is_read_vectored(&self) -> bool 【】
    8  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    9  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    10  pub fn is_write_vectored(&self) -> bool 【】
    11  pub fn read2(p1: AnonPipe, v1: &mut Vec<u8>, p2: AnonPipe, v2: &mut Vec<u8>) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\process.rs

    ═════════ pub fn 函数
    1  pub(crate) fn ensure_no_nuls<T: AsRef<OsStr>>(str: T) -> io::Result<T> 【】
    2  pub fn new(program: &OsStr) -> Command 【】
    3  pub fn arg(&mut self, arg: &OsStr) 【】
    4  pub fn env_mut(&mut self) -> &mut CommandEnv 【】
    5  pub fn cwd(&mut self, dir: &OsStr) 【】
    6  pub fn stdin(&mut self, stdin: Stdio) 【】
    7  pub fn stdout(&mut self, stdout: Stdio) 【】
    8  pub fn stderr(&mut self, stderr: Stdio) 【】
    9  pub fn creation_flags(&mut self, flags: u32) 【】
    10  pub fn force_quotes(&mut self, enabled: bool) 【】
    11  pub fn raw_arg(&mut self, command_str_to_append: &OsStr) 【】
    12  pub fn get_program(&self) -> &OsStr 【】
    13  pub fn get_args(&self) -> CommandArgs<'_> 【】
    14  pub fn get_envs(&self) -> CommandEnvs<'_> 【】
    15  pub fn get_current_dir(&self) -> Option<&Path> 【】
    16  pub fn spawn(
    17  pub fn kill(&mut self) -> io::Result<()> 【】
    18  pub fn id(&self) -> u32 【】
    19  pub fn main_thread_handle(&self) -> BorrowedHandle<'_> 【】
    20  pub fn wait(&mut self) -> io::Result<ExitStatus> 【】
    21  pub fn try_wait(&mut self) -> io::Result<Option<ExitStatus>> 【】
    22  pub fn handle(&self) -> &Handle 【】
    23  pub fn into_handle(self) -> Handle 【】
    24  pub fn exit_ok(&self) -> Result<(), ExitStatusError> 【】
    25  pub fn code(&self) -> Option<i32> 【】
    26  pub fn code(self) -> Option<NonZeroI32> 【】
    27  pub fn as_i32(&self) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\rand.rs

    ═════════ pub fn 函数
    1  pub fn hashmap_random_keys() -> (u64, u64) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\stack_overflow.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new() -> Handler 【】
    2  pub unsafe fn init() 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\stack_overflow_uwp.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Handler 【】
    2  pub unsafe fn init() 【】}
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\stdio.rs

    ═════════ pub fn 函数
    1  pub fn get_handle(handle_id: c::DWORD) -> io::Result<c::HANDLE> 【】
    2  pub const fn new() -> Stdin 【】
    3  pub const fn new() -> IncompleteUtf8 【】
    4  pub const fn new() -> Stdout 【】
    5  pub const fn new() -> Stderr 【】
    6  pub fn is_ebadf(err: &io::Error) -> bool 【】
    7  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\stdio_uwp.rs

    ═════════ pub fn 函数
    1  pub fn get_handle(handle_id: c::DWORD) -> io::Result<c::HANDLE> 【】
    2  pub const fn new() -> Stdin 【】
    3  pub const fn new() -> Stdout 【】
    4  pub const fn new() -> Stderr 【】
    5  pub fn is_ebadf(err: &io::Error) -> bool 【】
    6  pub fn panic_output() -> Option<impl io::Write> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\thread.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> 【】
    2  pub fn set_name(name: &CStr) 【】
    3  pub fn join(self) 【】
    4  pub fn yield_now() 【】
    5  pub fn sleep(dur: Duration) 【】
    6  pub fn handle(&self) -> &Handle 【】
    7  pub fn into_handle(self) -> Handle 【】
    8  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    9  pub unsafe fn current() -> Option<Guard> 【】
    10  pub unsafe fn init() -> Option<Guard> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    2  pub unsafe fn run_keyless_dtors() 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub unsafe fn create(dtor: Option<Dtor>) -> Key 【】
    2  pub unsafe fn set(key: Key, value: *mut u8) 【】
    3  pub unsafe fn get(key: Key) -> *mut u8 【】
    4  pub unsafe fn destroy(_key: Key) 【】
    5  pub fn requires_synchronized_create() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\thread_parker.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(parker: *mut Parker) 【】
    2  pub unsafe fn park(self: Pin<&Self>) 【】
    3  pub unsafe fn park_timeout(self: Pin<&Self>, timeout: Duration) 【】
    4  pub fn unpark(self: Pin<&Self>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys\windows\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> 【】
    3  pub fn checked_add_duration(&self, other: &Duration) -> Option<Instant> 【】
    4  pub fn checked_sub_duration(&self, other: &Duration) -> Option<Instant> 【】
    5  pub fn now() -> SystemTime 【】
    6  pub fn sub_time(&self, other: &SystemTime) -> Result<Duration, Duration> 【】
    7  pub fn checked_add_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    8  pub fn checked_sub_duration(&self, other: &Duration) -> Option<SystemTime> 【】
    9  pub fn now() -> Self 【】
    10  pub fn epsilon() -> Duration 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\backtrace.rs

    ═════════ pub fn 函数
    1  pub unsafe fn lock() -> impl Drop 【】
    2  pub fn print(w: &mut dyn Write, format: PrintFmt) -> io::Result<()> 【】
    3  pub fn __rust_begin_short_backtrace<F, T>(f: F) -> T
    4  pub fn __rust_end_short_backtrace<F, T>(f: F) -> T
    5  pub fn output_filename(
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\condvar\check.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn verify(&self, mutex: &MovableMutex) 【】
    3  pub const fn new() -> Self 【】
    4  pub fn verify(&self, _: &MovableMutex) 【】}
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\condvar.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn notify_one(&self) 【】
    3  pub fn notify_all(&self) 【】
    4  pub unsafe fn wait(&self, mutex: &MovableMutex) 【】
    5  pub unsafe fn wait_timeout(&self, mutex: &MovableMutex, dur: Duration) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\fs.rs

    ═════════ pub fn 函数
    1  pub fn copy(from: &Path, to: &Path) -> io::Result<u64> 【】
    2  pub fn remove_dir_all(path: &Path) -> io::Result<()> 【】
    3  pub fn try_exists(path: &Path) -> io::Result<bool> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\io.rs

    ═════════ pub fn 函数
    1  pub fn join(&self, path: &str) -> PathBuf 【】
    2  pub fn path(&self) -> &Path 【】
    3  pub fn tmpdir() -> TempDir 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\lazy_box.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\memchr.rs

    ═════════ pub fn 函数
    1  pub fn memchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    2  pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\mod.rs

    ═════════ pub fn 函数
    1  pub fn mul_div_u64(value: u64, numer: u64, denom: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\mutex.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub unsafe fn lock(&'static self) -> StaticMutexGuard 【】
    3  pub const fn new() -> Self 【】
    4  pub(super) fn raw(&self) -> &imp::Mutex 【】
    5  pub fn raw_lock(&self) 【】
    6  pub fn try_lock(&self) -> bool 【】
    7  pub unsafe fn raw_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\net.rs

    ═════════ pub fn 函数
    1  pub fn setsockopt<T>(
    2  pub fn getsockopt<T: Copy>(sock: &Socket, level: c_int, option_name: c_int) -> io::Result<T> 【】
    3  pub fn sockaddr_to_addr(storage: &c::sockaddr_storage, len: usize) -> io::Result<SocketAddr> 【】
    4  pub fn port(&self) -> u16 【】
    5  pub fn connect(addr: io::Result<&SocketAddr>) -> io::Result<TcpStream> 【】
    6  pub fn connect_timeout(addr: &SocketAddr, timeout: Duration) -> io::Result<TcpStream> 【】
    7  pub fn socket(&self) -> &Socket 【】
    8  pub fn into_socket(self) -> Socket 【】
    9  pub fn set_read_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    10  pub fn set_write_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    11  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    12  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    13  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    14  pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    15  pub fn read_vectored(&self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> 【】
    16  pub fn is_read_vectored(&self) -> bool 【】
    17  pub fn write(&self, buf: &[u8]) -> io::Result<usize> 【】
    18  pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> io::Result<usize> 【】
    19  pub fn is_write_vectored(&self) -> bool 【】
    20  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    21  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    22  pub fn shutdown(&self, how: Shutdown) -> io::Result<()> 【】
    23  pub fn duplicate(&self) -> io::Result<TcpStream> 【】
    24  pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> 【】
    25  pub fn linger(&self) -> io::Result<Option<Duration>> 【】
    26  pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> 【】
    27  pub fn nodelay(&self) -> io::Result<bool> 【】
    28  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    29  pub fn ttl(&self) -> io::Result<u32> 【】
    30  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    31  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    32  pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<TcpListener> 【】
    33  pub fn socket(&self) -> &Socket 【】
    34  pub fn into_socket(self) -> Socket 【】
    35  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    36  pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> 【】
    37  pub fn duplicate(&self) -> io::Result<TcpListener> 【】
    38  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    39  pub fn ttl(&self) -> io::Result<u32> 【】
    40  pub fn set_only_v6(&self, only_v6: bool) -> io::Result<()> 【】
    41  pub fn only_v6(&self) -> io::Result<bool> 【】
    42  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    43  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    44  pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> 【】
    45  pub fn socket(&self) -> &Socket 【】
    46  pub fn into_socket(self) -> Socket 【】
    47  pub fn peer_addr(&self) -> io::Result<SocketAddr> 【】
    48  pub fn socket_addr(&self) -> io::Result<SocketAddr> 【】
    49  pub fn recv_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    50  pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> 【】
    51  pub fn send_to(&self, buf: &[u8], dst: &SocketAddr) -> io::Result<usize> 【】
    52  pub fn duplicate(&self) -> io::Result<UdpSocket> 【】
    53  pub fn set_read_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    54  pub fn set_write_timeout(&self, dur: Option<Duration>) -> io::Result<()> 【】
    55  pub fn read_timeout(&self) -> io::Result<Option<Duration>> 【】
    56  pub fn write_timeout(&self) -> io::Result<Option<Duration>> 【】
    57  pub fn set_broadcast(&self, broadcast: bool) -> io::Result<()> 【】
    58  pub fn broadcast(&self) -> io::Result<bool> 【】
    59  pub fn set_multicast_loop_v4(&self, multicast_loop_v4: bool) -> io::Result<()> 【】
    60  pub fn multicast_loop_v4(&self) -> io::Result<bool> 【】
    61  pub fn set_multicast_ttl_v4(&self, multicast_ttl_v4: u32) -> io::Result<()> 【】
    62  pub fn multicast_ttl_v4(&self) -> io::Result<u32> 【】
    63  pub fn set_multicast_loop_v6(&self, multicast_loop_v6: bool) -> io::Result<()> 【】
    64  pub fn multicast_loop_v6(&self) -> io::Result<bool> 【】
    65  pub fn join_multicast_v4(&self, multiaddr: &Ipv4Addr, interface: &Ipv4Addr) -> io::Result<()> 【】
    66  pub fn join_multicast_v6(&self, multiaddr: &Ipv6Addr, interface: u32) -> io::Result<()> 【】
    67  pub fn leave_multicast_v4(&self, multiaddr: &Ipv4Addr, interface: &Ipv4Addr) -> io::Result<()> 【】
    68  pub fn leave_multicast_v6(&self, multiaddr: &Ipv6Addr, interface: u32) -> io::Result<()> 【】
    69  pub fn set_ttl(&self, ttl: u32) -> io::Result<()> 【】
    70  pub fn ttl(&self) -> io::Result<u32> 【】
    71  pub fn take_error(&self) -> io::Result<Option<io::Error>> 【】
    72  pub fn set_nonblocking(&self, nonblocking: bool) -> io::Result<()> 【】
    73  pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    74  pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> 【】
    75  pub fn send(&self, buf: &[u8]) -> io::Result<usize> 【】
    76  pub fn connect(&self, addr: io::Result<&SocketAddr>) -> io::Result<()> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try_opt 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\process.rs

    ═════════ pub fn 函数
    1  pub fn capture(&self) -> BTreeMap<EnvKey, OsString> 【】
    2  pub fn is_unchanged(&self) -> bool 【】
    3  pub fn capture_if_changed(&self) -> Option<BTreeMap<EnvKey, OsString>> 【】
    4  pub fn set(&mut self, key: &OsStr, value: &OsStr) 【】
    5  pub fn remove(&mut self, key: &OsStr) 【】
    6  pub fn clear(&mut self) 【】
    7  pub fn have_changed_path(&self) -> bool 【】
    8  pub fn iter(&self) -> CommandEnvs<'_> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\remutex.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn new(t: T) -> ReentrantMutex<T> 【】
    2  pub unsafe fn init(self: Pin<&mut Self>) 【】
    3  pub fn lock(self: Pin<&Self>) -> ReentrantMutexGuard<'_, T> 【】
    4  pub fn try_lock(self: Pin<&Self>) -> Option<ReentrantMutexGuard<'_, T>> 【】
    5  pub fn current_thread_unique_ptr() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\rwlock.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn read(&'static self) -> StaticRwLockReadGuard 【】
    3  pub fn write(&'static self) -> StaticRwLockWriteGuard 【】
    4  pub const fn new() -> Self 【】
    5  pub fn read(&self) 【】
    6  pub fn try_read(&self) -> bool 【】
    7  pub fn write(&self) 【】
    8  pub fn try_write(&self) -> bool 【】
    9  pub unsafe fn read_unlock(&self) 【】
    10  pub unsafe fn write_unlock(&self) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread.rs

    ═════════ pub fn 函数
    1  pub fn min_stack() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread_info.rs

    ═════════ pub fn 函数
    1  pub fn current_thread() -> Option<Thread> 【】
    2  pub fn stack_guard() -> Option<Guard> 【】
    3  pub fn set(stack_guard: Option<Guard>, thread: Thread) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread_local_dtor.rs

    ═════════ pub fn 函数
    1  pub unsafe fn register_dtor_fallback(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread_local_key.rs

    ═════════ pub fn 函数
    1  pub const fn new(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> StaticKey 【】
    2  pub unsafe fn get(&self) -> *mut u8 【】
    3  pub unsafe fn set(&self, val: *mut u8) 【】
    4  pub fn new(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key 【】
    5  pub fn get(&self) -> *mut u8 【】
    6  pub fn set(&self, val: *mut u8) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread_parker\futex.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(parker: *mut Parker) 【】
    2  pub unsafe fn park(self: Pin<&Self>) 【】
    3  pub unsafe fn park_timeout(self: Pin<&Self>, timeout: Duration) 【】
    4  pub fn unpark(self: Pin<&Self>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\thread_parker\generic.rs

    ═════════ pub fn 函数
    1  pub unsafe fn new(parker: *mut Parker) 【】
    2  pub unsafe fn park(self: Pin<&Self>) 【】
    3  pub unsafe fn park_timeout(self: Pin<&Self>, dur: Duration) 【】
    4  pub fn unpark(self: Pin<&Self>) 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\sys_common\wtf8.rs

    ═════════ pub fn 函数
    1  pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint 【】
    2  pub fn from_u32(value: u32) -> Option<CodePoint> 【】
    3  pub fn from_char(value: char) -> CodePoint 【】
    4  pub fn to_u32(&self) -> u32 【】
    5  pub fn to_char(&self) -> Option<char> 【】
    6  pub fn to_char_lossy(&self) -> char 【】
    7  pub fn new() -> Wtf8Buf 【】
    8  pub fn with_capacity(capacity: usize) -> Wtf8Buf 【】
    9  pub fn from_string(string: String) -> Wtf8Buf 【】
    10  pub fn from_str(str: &str) -> Wtf8Buf 【】
    11  pub fn clear(&mut self) 【】
    12  pub fn from_wide(v: &[u16]) -> Wtf8Buf 【】
    13  pub fn as_slice(&self) -> &Wtf8 【】
    14  pub fn as_mut_slice(&mut self) -> &mut Wtf8 【】
    15  pub fn reserve(&mut self, additional: usize) 【】
    16  pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    17  pub fn reserve_exact(&mut self, additional: usize) 【】
    18  pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> 【】
    19  pub fn shrink_to_fit(&mut self) 【】
    20  pub fn shrink_to(&mut self, min_capacity: usize) 【】
    21  pub fn capacity(&self) -> usize 【】
    22  pub fn push_str(&mut self, other: &str) 【】
    23  pub fn push_wtf8(&mut self, other: &Wtf8) 【】
    24  pub fn push_char(&mut self, c: char) 【】
    25  pub fn push(&mut self, code_point: CodePoint) 【】
    26  pub fn truncate(&mut self, new_len: usize) 【】
    27  pub fn into_string(self) -> Result<String, Wtf8Buf> 【】
    28  pub fn into_string_lossy(mut self) -> String 【】
    29  pub fn into_box(self) -> Box<Wtf8> 【】
    30  pub fn from_box(boxed: Box<Wtf8>) -> Wtf8Buf 【】
    31  pub fn from_str(value: &str) -> &Wtf8 【】
    32  pub fn len(&self) -> usize 【】
    33  pub fn is_empty(&self) -> bool 【】
    34  pub fn ascii_byte_at(&self, position: usize) -> u8 【】
    35  pub fn code_points(&self) -> Wtf8CodePoints<'_> 【】
    36  pub fn as_str(&self) -> Option<&str> 【】
    37  pub fn to_string_lossy(&self) -> Cow<'_, str> 【】
    38  pub fn encode_wide(&self) -> EncodeWide<'_> 【】
    39  pub fn clone_into(&self, buf: &mut Wtf8Buf) 【】
    40  pub fn into_box(&self) -> Box<Wtf8> 【】
    41  pub fn empty_box() -> Box<Wtf8> 【】
    42  pub fn into_arc(&self) -> Arc<Wtf8> 【】
    43  pub fn into_rc(&self) -> Rc<Wtf8> 【】
    44  pub fn make_ascii_lowercase(&mut self) 【】
    45  pub fn make_ascii_uppercase(&mut self) 【】
    46  pub fn to_ascii_lowercase(&self) -> Wtf8Buf 【】
    47  pub fn to_ascii_uppercase(&self) -> Wtf8Buf 【】
    48  pub fn is_ascii(&self) -> bool 【】
    49  pub fn eq_ignore_ascii_case(&self, other: &Self) -> bool 【】
    50  pub fn is_code_point_boundary(slice: &Wtf8, index: usize) -> bool 【】
    51  pub unsafe fn slice_unchecked(s: &Wtf8, begin: usize, end: usize) -> &Wtf8 【】
    52  pub fn slice_error_fail(s: &Wtf8, begin: usize, end: usize) -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\thread\local.rs

    ═════════ pub fn 函数
    1  pub const unsafe fn new(
    2  pub fn with<F, R>(&'static self, f: F) -> R
    3  pub fn try_with<F, R>(&'static self, f: F) -> Result<R, AccessError>
    4  pub fn set(&'static self, value: T) 【】
    5  pub fn get(&'static self) -> T
    6  pub fn take(&'static self) -> T
    7  pub fn replace(&'static self, value: T) -> T 【】
    8  pub fn with_borrow<F, R>(&'static self, f: F) -> R
    9  pub fn with_borrow_mut<F, R>(&'static self, f: F) -> R
    10  pub fn set(&'static self, value: T) 【】
    11  pub fn take(&'static self) -> T
    12  pub fn replace(&'static self, value: T) -> T 【】
    13  pub const fn new() -> LazyKeyInner<T> 【】
    14  pub unsafe fn get(&self) -> Option<&'static T> 【】
    15  pub unsafe fn initialize<F: FnOnce() -> T>(&self, init: F) -> &'static T 【】
    16  pub unsafe fn take(&mut self) -> Option<T> 【】
    17  pub const fn new() -> Key<T> 【】
    18  pub unsafe fn get(&self, init: impl FnOnce() -> T) -> Option<&'static T> 【】
    19  pub const fn new() -> Key<T> 【】
    20  pub unsafe fn register_dtor(a: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) 【】
    21  pub unsafe fn get<F: FnOnce() -> T>(&self, init: F) -> Option<&'static T> 【】
    22  pub const fn new() -> Key<T> 【】
    23  pub unsafe fn get(&'static self, init: impl FnOnce() -> T) -> Option<&'static T> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! thread_local 【】
    2  macro_rules! __thread_local_inner 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\thread\mod.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Builder 【】
    2  pub fn name(mut self, name: String) -> Builder 【】
    3  pub fn stack_size(mut self, size: usize) -> Builder 【】
    4  pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>>
    5  pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>>
    6  pub fn spawn<F, T>(f: F) -> JoinHandle<T>
    7  pub fn current() -> Thread 【】
    8  pub fn yield_now() 【】
    9  pub fn panicking() -> bool 【】
    10  pub fn sleep_ms(ms: u32) 【】
    11  pub fn sleep(dur: Duration) 【】
    12  pub fn park() 【】
    13  pub fn park_timeout_ms(ms: u32) 【】
    14  pub fn park_timeout(dur: Duration) 【】
    15  pub fn as_u64(&self) -> NonZeroU64 【】
    16  pub(crate) fn new(name: Option<CString>) -> Thread 【】
    17  pub fn unpark(&self) 【】
    18  pub fn id(&self) -> ThreadId 【】
    19  pub fn name(&self) -> Option<&str> 【】
    20  pub fn thread(&self) -> &Thread 【】
    21  pub fn join(self) -> Result<T> 【】
    22  pub fn is_finished(&self) -> bool 【】
    23  pub fn available_parallelism() -> io::Result<NonZeroUsize> 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\thread\scoped.rs

    ═════════ pub fn 函数
    1  pub(super) fn increment_num_running_threads(&self) 【】
    2  pub(super) fn decrement_num_running_threads(&self, panic: bool) 【】
    3  pub fn scope<'env, F, T>(f: F) -> T
    4  pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T>
    5  pub fn spawn_scoped<'scope, 'env, F, T>(
    6  pub fn thread(&self) -> &Thread 【】
    7  pub fn join(self) -> Result<T> 【】
    8  pub fn is_finished(&self) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\time\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_almost_eq 【】
    2  macro_rules! bench_instant_threaded 【】
    
    
    
    

    \rustlib\src\rust\library\std\src\time.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Instant 【】
    2  pub fn duration_since(&self, earlier: Instant) -> Duration 【】
    3  pub fn checked_duration_since(&self, earlier: Instant) -> Option<Duration> 【】
    4  pub fn saturating_duration_since(&self, earlier: Instant) -> Duration 【】
    5  pub fn elapsed(&self) -> Duration 【】
    6  pub fn checked_add(&self, duration: Duration) -> Option<Instant> 【】
    7  pub fn checked_sub(&self, duration: Duration) -> Option<Instant> 【】
    8  pub fn now() -> SystemTime 【】
    9  pub fn duration_since(&self, earlier: SystemTime) -> Result<Duration, SystemTimeError> 【】
    10  pub fn elapsed(&self) -> Result<Duration, SystemTimeError> 【】
    11  pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> 【】
    12  pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> 【】
    13  pub fn duration(&self) -> Duration 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\assert-instr-macro\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn assert_instr(
    2  pub unsafe extern #abi fn #shim_name(#(#inputs),*) #ret 【】
    3  pub unsafe extern #abi fn #shim_name(#(#inputs),*) #ret 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\armclang.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __breakpoint<const VAL: i32>() 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\crc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __crc32d(crc: u32, data: u64) -> u32 【】
    2  pub unsafe fn __crc32cd(crc: u32, data: u64) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn brk() -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\neon\generated.rs

    ═════════ pub fn 函数
    1  pub unsafe fn veor3q_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    2  pub unsafe fn veor3q_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    3  pub unsafe fn veor3q_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    4  pub unsafe fn veor3q_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t 【】
    5  pub unsafe fn veor3q_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    6  pub unsafe fn veor3q_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    7  pub unsafe fn veor3q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    8  pub unsafe fn veor3q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    9  pub unsafe fn vabd_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    10  pub unsafe fn vabdq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    11  pub unsafe fn vabds_f32(a: f32, b: f32) -> f32 【】
    12  pub unsafe fn vabdd_f64(a: f64, b: f64) -> f64 【】
    13  pub unsafe fn vabdl_high_u8(a: uint8x16_t, b: uint8x16_t) -> uint16x8_t 【】
    14  pub unsafe fn vabdl_high_u16(a: uint16x8_t, b: uint16x8_t) -> uint32x4_t 【】
    15  pub unsafe fn vabdl_high_u32(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t 【】
    16  pub unsafe fn vabdl_high_s8(a: int8x16_t, b: int8x16_t) -> int16x8_t 【】
    17  pub unsafe fn vabdl_high_s16(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    18  pub unsafe fn vabdl_high_s32(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    19  pub unsafe fn vceq_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    20  pub unsafe fn vceqq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    21  pub unsafe fn vceq_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    22  pub unsafe fn vceqq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    23  pub unsafe fn vceq_p64(a: poly64x1_t, b: poly64x1_t) -> uint64x1_t 【】
    24  pub unsafe fn vceqq_p64(a: poly64x2_t, b: poly64x2_t) -> uint64x2_t 【】
    25  pub unsafe fn vceq_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    26  pub unsafe fn vceqq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    27  pub unsafe fn vceqd_s64(a: i64, b: i64) -> u64 【】
    28  pub unsafe fn vceqd_u64(a: u64, b: u64) -> u64 【】
    29  pub unsafe fn vceqs_f32(a: f32, b: f32) -> u32 【】
    30  pub unsafe fn vceqd_f64(a: f64, b: f64) -> u64 【】
    31  pub unsafe fn vceqz_s8(a: int8x8_t) -> uint8x8_t 【】
    32  pub unsafe fn vceqzq_s8(a: int8x16_t) -> uint8x16_t 【】
    33  pub unsafe fn vceqz_s16(a: int16x4_t) -> uint16x4_t 【】
    34  pub unsafe fn vceqzq_s16(a: int16x8_t) -> uint16x8_t 【】
    35  pub unsafe fn vceqz_s32(a: int32x2_t) -> uint32x2_t 【】
    36  pub unsafe fn vceqzq_s32(a: int32x4_t) -> uint32x4_t 【】
    37  pub unsafe fn vceqz_s64(a: int64x1_t) -> uint64x1_t 【】
    38  pub unsafe fn vceqzq_s64(a: int64x2_t) -> uint64x2_t 【】
    39  pub unsafe fn vceqz_p8(a: poly8x8_t) -> uint8x8_t 【】
    40  pub unsafe fn vceqzq_p8(a: poly8x16_t) -> uint8x16_t 【】
    41  pub unsafe fn vceqz_p64(a: poly64x1_t) -> uint64x1_t 【】
    42  pub unsafe fn vceqzq_p64(a: poly64x2_t) -> uint64x2_t 【】
    43  pub unsafe fn vceqz_u8(a: uint8x8_t) -> uint8x8_t 【】
    44  pub unsafe fn vceqzq_u8(a: uint8x16_t) -> uint8x16_t 【】
    45  pub unsafe fn vceqz_u16(a: uint16x4_t) -> uint16x4_t 【】
    46  pub unsafe fn vceqzq_u16(a: uint16x8_t) -> uint16x8_t 【】
    47  pub unsafe fn vceqz_u32(a: uint32x2_t) -> uint32x2_t 【】
    48  pub unsafe fn vceqzq_u32(a: uint32x4_t) -> uint32x4_t 【】
    49  pub unsafe fn vceqz_u64(a: uint64x1_t) -> uint64x1_t 【】
    50  pub unsafe fn vceqzq_u64(a: uint64x2_t) -> uint64x2_t 【】
    51  pub unsafe fn vceqz_f32(a: float32x2_t) -> uint32x2_t 【】
    52  pub unsafe fn vceqzq_f32(a: float32x4_t) -> uint32x4_t 【】
    53  pub unsafe fn vceqz_f64(a: float64x1_t) -> uint64x1_t 【】
    54  pub unsafe fn vceqzq_f64(a: float64x2_t) -> uint64x2_t 【】
    55  pub unsafe fn vceqzd_s64(a: i64) -> u64 【】
    56  pub unsafe fn vceqzd_u64(a: u64) -> u64 【】
    57  pub unsafe fn vceqzs_f32(a: f32) -> u32 【】
    58  pub unsafe fn vceqzd_f64(a: f64) -> u64 【】
    59  pub unsafe fn vtst_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    60  pub unsafe fn vtstq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    61  pub unsafe fn vtst_p64(a: poly64x1_t, b: poly64x1_t) -> uint64x1_t 【】
    62  pub unsafe fn vtstq_p64(a: poly64x2_t, b: poly64x2_t) -> uint64x2_t 【】
    63  pub unsafe fn vtst_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    64  pub unsafe fn vtstq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    65  pub unsafe fn vtstd_s64(a: i64, b: i64) -> u64 【】
    66  pub unsafe fn vtstd_u64(a: u64, b: u64) -> u64 【】
    67  pub unsafe fn vuqadds_s32(a: i32, b: u32) -> i32 【】
    68  pub unsafe fn vuqaddd_s64(a: i64, b: u64) -> i64 【】
    69  pub unsafe fn vuqaddb_s8(a: i8, b: u8) -> i8 【】
    70  pub unsafe fn vuqaddh_s16(a: i16, b: u16) -> i16 【】
    71  pub unsafe fn vabs_f64(a: float64x1_t) -> float64x1_t 【】
    72  pub unsafe fn vabsq_f64(a: float64x2_t) -> float64x2_t 【】
    73  pub unsafe fn vcgt_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    74  pub unsafe fn vcgtq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    75  pub unsafe fn vcgt_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    76  pub unsafe fn vcgtq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    77  pub unsafe fn vcgt_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    78  pub unsafe fn vcgtq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    79  pub unsafe fn vcgtd_s64(a: i64, b: i64) -> u64 【】
    80  pub unsafe fn vcgtd_u64(a: u64, b: u64) -> u64 【】
    81  pub unsafe fn vcgts_f32(a: f32, b: f32) -> u32 【】
    82  pub unsafe fn vcgtd_f64(a: f64, b: f64) -> u64 【】
    83  pub unsafe fn vclt_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    84  pub unsafe fn vcltq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    85  pub unsafe fn vclt_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    86  pub unsafe fn vcltq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    87  pub unsafe fn vclt_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    88  pub unsafe fn vcltq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    89  pub unsafe fn vcltd_s64(a: i64, b: i64) -> u64 【】
    90  pub unsafe fn vcltd_u64(a: u64, b: u64) -> u64 【】
    91  pub unsafe fn vclts_f32(a: f32, b: f32) -> u32 【】
    92  pub unsafe fn vcltd_f64(a: f64, b: f64) -> u64 【】
    93  pub unsafe fn vcle_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    94  pub unsafe fn vcleq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    95  pub unsafe fn vcged_s64(a: i64, b: i64) -> u64 【】
    96  pub unsafe fn vcged_u64(a: u64, b: u64) -> u64 【】
    97  pub unsafe fn vcges_f32(a: f32, b: f32) -> u32 【】
    98  pub unsafe fn vcged_f64(a: f64, b: f64) -> u64 【】
    99  pub unsafe fn vcle_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    100  pub unsafe fn vcleq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    101  pub unsafe fn vcle_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    102  pub unsafe fn vcleq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    103  pub unsafe fn vcled_s64(a: i64, b: i64) -> u64 【】
    104  pub unsafe fn vcled_u64(a: u64, b: u64) -> u64 【】
    105  pub unsafe fn vcles_f32(a: f32, b: f32) -> u32 【】
    106  pub unsafe fn vcled_f64(a: f64, b: f64) -> u64 【】
    107  pub unsafe fn vcge_s64(a: int64x1_t, b: int64x1_t) -> uint64x1_t 【】
    108  pub unsafe fn vcgeq_s64(a: int64x2_t, b: int64x2_t) -> uint64x2_t 【】
    109  pub unsafe fn vcge_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    110  pub unsafe fn vcgeq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    111  pub unsafe fn vcge_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    112  pub unsafe fn vcgeq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    113  pub unsafe fn vcgez_s8(a: int8x8_t) -> uint8x8_t 【】
    114  pub unsafe fn vcgezq_s8(a: int8x16_t) -> uint8x16_t 【】
    115  pub unsafe fn vcgez_s16(a: int16x4_t) -> uint16x4_t 【】
    116  pub unsafe fn vcgezq_s16(a: int16x8_t) -> uint16x8_t 【】
    117  pub unsafe fn vcgez_s32(a: int32x2_t) -> uint32x2_t 【】
    118  pub unsafe fn vcgezq_s32(a: int32x4_t) -> uint32x4_t 【】
    119  pub unsafe fn vcgez_s64(a: int64x1_t) -> uint64x1_t 【】
    120  pub unsafe fn vcgezq_s64(a: int64x2_t) -> uint64x2_t 【】
    121  pub unsafe fn vcgez_f32(a: float32x2_t) -> uint32x2_t 【】
    122  pub unsafe fn vcgezq_f32(a: float32x4_t) -> uint32x4_t 【】
    123  pub unsafe fn vcgez_f64(a: float64x1_t) -> uint64x1_t 【】
    124  pub unsafe fn vcgezq_f64(a: float64x2_t) -> uint64x2_t 【】
    125  pub unsafe fn vcgezd_s64(a: i64) -> u64 【】
    126  pub unsafe fn vcgezs_f32(a: f32) -> u32 【】
    127  pub unsafe fn vcgezd_f64(a: f64) -> u64 【】
    128  pub unsafe fn vcgtz_s8(a: int8x8_t) -> uint8x8_t 【】
    129  pub unsafe fn vcgtzq_s8(a: int8x16_t) -> uint8x16_t 【】
    130  pub unsafe fn vcgtz_s16(a: int16x4_t) -> uint16x4_t 【】
    131  pub unsafe fn vcgtzq_s16(a: int16x8_t) -> uint16x8_t 【】
    132  pub unsafe fn vcgtz_s32(a: int32x2_t) -> uint32x2_t 【】
    133  pub unsafe fn vcgtzq_s32(a: int32x4_t) -> uint32x4_t 【】
    134  pub unsafe fn vcgtz_s64(a: int64x1_t) -> uint64x1_t 【】
    135  pub unsafe fn vcgtzq_s64(a: int64x2_t) -> uint64x2_t 【】
    136  pub unsafe fn vcgtz_f32(a: float32x2_t) -> uint32x2_t 【】
    137  pub unsafe fn vcgtzq_f32(a: float32x4_t) -> uint32x4_t 【】
    138  pub unsafe fn vcgtz_f64(a: float64x1_t) -> uint64x1_t 【】
    139  pub unsafe fn vcgtzq_f64(a: float64x2_t) -> uint64x2_t 【】
    140  pub unsafe fn vcgtzd_s64(a: i64) -> u64 【】
    141  pub unsafe fn vcgtzs_f32(a: f32) -> u32 【】
    142  pub unsafe fn vcgtzd_f64(a: f64) -> u64 【】
    143  pub unsafe fn vclez_s8(a: int8x8_t) -> uint8x8_t 【】
    144  pub unsafe fn vclezq_s8(a: int8x16_t) -> uint8x16_t 【】
    145  pub unsafe fn vclez_s16(a: int16x4_t) -> uint16x4_t 【】
    146  pub unsafe fn vclezq_s16(a: int16x8_t) -> uint16x8_t 【】
    147  pub unsafe fn vclez_s32(a: int32x2_t) -> uint32x2_t 【】
    148  pub unsafe fn vclezq_s32(a: int32x4_t) -> uint32x4_t 【】
    149  pub unsafe fn vclez_s64(a: int64x1_t) -> uint64x1_t 【】
    150  pub unsafe fn vclezq_s64(a: int64x2_t) -> uint64x2_t 【】
    151  pub unsafe fn vclez_f32(a: float32x2_t) -> uint32x2_t 【】
    152  pub unsafe fn vclezq_f32(a: float32x4_t) -> uint32x4_t 【】
    153  pub unsafe fn vclez_f64(a: float64x1_t) -> uint64x1_t 【】
    154  pub unsafe fn vclezq_f64(a: float64x2_t) -> uint64x2_t 【】
    155  pub unsafe fn vclezd_s64(a: i64) -> u64 【】
    156  pub unsafe fn vclezs_f32(a: f32) -> u32 【】
    157  pub unsafe fn vclezd_f64(a: f64) -> u64 【】
    158  pub unsafe fn vcltz_s8(a: int8x8_t) -> uint8x8_t 【】
    159  pub unsafe fn vcltzq_s8(a: int8x16_t) -> uint8x16_t 【】
    160  pub unsafe fn vcltz_s16(a: int16x4_t) -> uint16x4_t 【】
    161  pub unsafe fn vcltzq_s16(a: int16x8_t) -> uint16x8_t 【】
    162  pub unsafe fn vcltz_s32(a: int32x2_t) -> uint32x2_t 【】
    163  pub unsafe fn vcltzq_s32(a: int32x4_t) -> uint32x4_t 【】
    164  pub unsafe fn vcltz_s64(a: int64x1_t) -> uint64x1_t 【】
    165  pub unsafe fn vcltzq_s64(a: int64x2_t) -> uint64x2_t 【】
    166  pub unsafe fn vcltz_f32(a: float32x2_t) -> uint32x2_t 【】
    167  pub unsafe fn vcltzq_f32(a: float32x4_t) -> uint32x4_t 【】
    168  pub unsafe fn vcltz_f64(a: float64x1_t) -> uint64x1_t 【】
    169  pub unsafe fn vcltzq_f64(a: float64x2_t) -> uint64x2_t 【】
    170  pub unsafe fn vcltzd_s64(a: i64) -> u64 【】
    171  pub unsafe fn vcltzs_f32(a: f32) -> u32 【】
    172  pub unsafe fn vcltzd_f64(a: f64) -> u64 【】
    173  pub unsafe fn vcagt_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    174  pub unsafe fn vcagtq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    175  pub unsafe fn vcagts_f32(a: f32, b: f32) -> u32 【】
    176  pub unsafe fn vcagtd_f64(a: f64, b: f64) -> u64 【】
    177  pub unsafe fn vcage_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    178  pub unsafe fn vcageq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    179  pub unsafe fn vcages_f32(a: f32, b: f32) -> u32 【】
    180  pub unsafe fn vcaged_f64(a: f64, b: f64) -> u64 【】
    181  pub unsafe fn vcalt_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    182  pub unsafe fn vcaltq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    183  pub unsafe fn vcalts_f32(a: f32, b: f32) -> u32 【】
    184  pub unsafe fn vcaltd_f64(a: f64, b: f64) -> u64 【】
    185  pub unsafe fn vcale_f64(a: float64x1_t, b: float64x1_t) -> uint64x1_t 【】
    186  pub unsafe fn vcaleq_f64(a: float64x2_t, b: float64x2_t) -> uint64x2_t 【】
    187  pub unsafe fn vcales_f32(a: f32, b: f32) -> u32 【】
    188  pub unsafe fn vcaled_f64(a: f64, b: f64) -> u64 【】
    189  pub unsafe fn vcopy_lane_s8<const LANE1: i32, const LANE2: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    190  pub unsafe fn vcopyq_laneq_s8<const LANE1: i32, const LANE2: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    191  pub unsafe fn vcopy_lane_s16<const LANE1: i32, const LANE2: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    192  pub unsafe fn vcopyq_laneq_s16<const LANE1: i32, const LANE2: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    193  pub unsafe fn vcopy_lane_s32<const LANE1: i32, const LANE2: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    194  pub unsafe fn vcopyq_laneq_s32<const LANE1: i32, const LANE2: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    195  pub unsafe fn vcopyq_laneq_s64<const LANE1: i32, const LANE2: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    196  pub unsafe fn vcopy_lane_u8<const LANE1: i32, const LANE2: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    197  pub unsafe fn vcopyq_laneq_u8<const LANE1: i32, const LANE2: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    198  pub unsafe fn vcopy_lane_u16<const LANE1: i32, const LANE2: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    199  pub unsafe fn vcopyq_laneq_u16<const LANE1: i32, const LANE2: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    200  pub unsafe fn vcopy_lane_u32<const LANE1: i32, const LANE2: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    201  pub unsafe fn vcopyq_laneq_u32<const LANE1: i32, const LANE2: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    202  pub unsafe fn vcopyq_laneq_u64<const LANE1: i32, const LANE2: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    203  pub unsafe fn vcopy_lane_p8<const LANE1: i32, const LANE2: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    204  pub unsafe fn vcopyq_laneq_p8<const LANE1: i32, const LANE2: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    205  pub unsafe fn vcopy_lane_p16<const LANE1: i32, const LANE2: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    206  pub unsafe fn vcopyq_laneq_p16<const LANE1: i32, const LANE2: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    207  pub unsafe fn vcopyq_laneq_p64<const LANE1: i32, const LANE2: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    208  pub unsafe fn vcopy_lane_f32<const LANE1: i32, const LANE2: i32>(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    209  pub unsafe fn vcopyq_laneq_f32<const LANE1: i32, const LANE2: i32>(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    210  pub unsafe fn vcopyq_laneq_f64<const LANE1: i32, const LANE2: i32>(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    211  pub unsafe fn vcopy_laneq_s8<const LANE1: i32, const LANE2: i32>(a: int8x8_t, b: int8x16_t) -> int8x8_t 【】
    212  pub unsafe fn vcopy_laneq_s16<const LANE1: i32, const LANE2: i32>(a: int16x4_t, b: int16x8_t) -> int16x4_t 【】
    213  pub unsafe fn vcopy_laneq_s32<const LANE1: i32, const LANE2: i32>(a: int32x2_t, b: int32x4_t) -> int32x2_t 【】
    214  pub unsafe fn vcopy_laneq_u8<const LANE1: i32, const LANE2: i32>(a: uint8x8_t, b: uint8x16_t) -> uint8x8_t 【】
    215  pub unsafe fn vcopy_laneq_u16<const LANE1: i32, const LANE2: i32>(a: uint16x4_t, b: uint16x8_t) -> uint16x4_t 【】
    216  pub unsafe fn vcopy_laneq_u32<const LANE1: i32, const LANE2: i32>(a: uint32x2_t, b: uint32x4_t) -> uint32x2_t 【】
    217  pub unsafe fn vcopy_laneq_p8<const LANE1: i32, const LANE2: i32>(a: poly8x8_t, b: poly8x16_t) -> poly8x8_t 【】
    218  pub unsafe fn vcopy_laneq_p16<const LANE1: i32, const LANE2: i32>(a: poly16x4_t, b: poly16x8_t) -> poly16x4_t 【】
    219  pub unsafe fn vcopy_laneq_f32<const LANE1: i32, const LANE2: i32>(a: float32x2_t, b: float32x4_t) -> float32x2_t 【】
    220  pub unsafe fn vcopyq_lane_s8<const LANE1: i32, const LANE2: i32>(a: int8x16_t, b: int8x8_t) -> int8x16_t 【】
    221  pub unsafe fn vcopyq_lane_s16<const LANE1: i32, const LANE2: i32>(a: int16x8_t, b: int16x4_t) -> int16x8_t 【】
    222  pub unsafe fn vcopyq_lane_s32<const LANE1: i32, const LANE2: i32>(a: int32x4_t, b: int32x2_t) -> int32x4_t 【】
    223  pub unsafe fn vcopyq_lane_u8<const LANE1: i32, const LANE2: i32>(a: uint8x16_t, b: uint8x8_t) -> uint8x16_t 【】
    224  pub unsafe fn vcopyq_lane_u16<const LANE1: i32, const LANE2: i32>(a: uint16x8_t, b: uint16x4_t) -> uint16x8_t 【】
    225  pub unsafe fn vcopyq_lane_u32<const LANE1: i32, const LANE2: i32>(a: uint32x4_t, b: uint32x2_t) -> uint32x4_t 【】
    226  pub unsafe fn vcopyq_lane_p8<const LANE1: i32, const LANE2: i32>(a: poly8x16_t, b: poly8x8_t) -> poly8x16_t 【】
    227  pub unsafe fn vcopyq_lane_p16<const LANE1: i32, const LANE2: i32>(a: poly16x8_t, b: poly16x4_t) -> poly16x8_t 【】
    228  pub unsafe fn vcopyq_lane_s64<const LANE1: i32, const LANE2: i32>(a: int64x2_t, b: int64x1_t) -> int64x2_t 【】
    229  pub unsafe fn vcopyq_lane_u64<const LANE1: i32, const LANE2: i32>(a: uint64x2_t, b: uint64x1_t) -> uint64x2_t 【】
    230  pub unsafe fn vcopyq_lane_p64<const LANE1: i32, const LANE2: i32>(a: poly64x2_t, b: poly64x1_t) -> poly64x2_t 【】
    231  pub unsafe fn vcopyq_lane_f32<const LANE1: i32, const LANE2: i32>(a: float32x4_t, b: float32x2_t) -> float32x4_t 【】
    232  pub unsafe fn vcopyq_lane_f64<const LANE1: i32, const LANE2: i32>(a: float64x2_t, b: float64x1_t) -> float64x2_t 【】
    233  pub unsafe fn vcreate_f64(a: u64) -> float64x1_t 【】
    234  pub unsafe fn vcvt_f64_s64(a: int64x1_t) -> float64x1_t 【】
    235  pub unsafe fn vcvtq_f64_s64(a: int64x2_t) -> float64x2_t 【】
    236  pub unsafe fn vcvt_f64_u64(a: uint64x1_t) -> float64x1_t 【】
    237  pub unsafe fn vcvtq_f64_u64(a: uint64x2_t) -> float64x2_t 【】
    238  pub unsafe fn vcvt_f64_f32(a: float32x2_t) -> float64x2_t 【】
    239  pub unsafe fn vcvt_high_f64_f32(a: float32x4_t) -> float64x2_t 【】
    240  pub unsafe fn vcvt_f32_f64(a: float64x2_t) -> float32x2_t 【】
    241  pub unsafe fn vcvt_high_f32_f64(a: float32x2_t, b: float64x2_t) -> float32x4_t 【】
    242  pub unsafe fn vcvtx_f32_f64(a: float64x2_t) -> float32x2_t 【】
    243  pub unsafe fn vcvtxd_f32_f64(a: f64) -> f32 【】
    244  pub unsafe fn vcvtx_high_f32_f64(a: float32x2_t, b: float64x2_t) -> float32x4_t 【】
    245  pub unsafe fn vcvt_n_f64_s64<const N: i32>(a: int64x1_t) -> float64x1_t 【】
    246  pub unsafe fn vcvtq_n_f64_s64<const N: i32>(a: int64x2_t) -> float64x2_t 【】
    247  pub unsafe fn vcvts_n_f32_s32<const N: i32>(a: i32) -> f32 【】
    248  pub unsafe fn vcvtd_n_f64_s64<const N: i32>(a: i64) -> f64 【】
    249  pub unsafe fn vcvt_n_f64_u64<const N: i32>(a: uint64x1_t) -> float64x1_t 【】
    250  pub unsafe fn vcvtq_n_f64_u64<const N: i32>(a: uint64x2_t) -> float64x2_t 【】
    251  pub unsafe fn vcvts_n_f32_u32<const N: i32>(a: u32) -> f32 【】
    252  pub unsafe fn vcvtd_n_f64_u64<const N: i32>(a: u64) -> f64 【】
    253  pub unsafe fn vcvt_n_s64_f64<const N: i32>(a: float64x1_t) -> int64x1_t 【】
    254  pub unsafe fn vcvtq_n_s64_f64<const N: i32>(a: float64x2_t) -> int64x2_t 【】
    255  pub unsafe fn vcvts_n_s32_f32<const N: i32>(a: f32) -> i32 【】
    256  pub unsafe fn vcvtd_n_s64_f64<const N: i32>(a: f64) -> i64 【】
    257  pub unsafe fn vcvt_n_u64_f64<const N: i32>(a: float64x1_t) -> uint64x1_t 【】
    258  pub unsafe fn vcvtq_n_u64_f64<const N: i32>(a: float64x2_t) -> uint64x2_t 【】
    259  pub unsafe fn vcvts_n_u32_f32<const N: i32>(a: f32) -> u32 【】
    260  pub unsafe fn vcvtd_n_u64_f64<const N: i32>(a: f64) -> u64 【】
    261  pub unsafe fn vcvts_f32_s32(a: i32) -> f32 【】
    262  pub unsafe fn vcvtd_f64_s64(a: i64) -> f64 【】
    263  pub unsafe fn vcvts_f32_u32(a: u32) -> f32 【】
    264  pub unsafe fn vcvtd_f64_u64(a: u64) -> f64 【】
    265  pub unsafe fn vcvts_s32_f32(a: f32) -> i32 【】
    266  pub unsafe fn vcvtd_s64_f64(a: f64) -> i64 【】
    267  pub unsafe fn vcvts_u32_f32(a: f32) -> u32 【】
    268  pub unsafe fn vcvtd_u64_f64(a: f64) -> u64 【】
    269  pub unsafe fn vcvt_s64_f64(a: float64x1_t) -> int64x1_t 【】
    270  pub unsafe fn vcvtq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    271  pub unsafe fn vcvt_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    272  pub unsafe fn vcvtq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    273  pub unsafe fn vcvta_s32_f32(a: float32x2_t) -> int32x2_t 【】
    274  pub unsafe fn vcvtaq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    275  pub unsafe fn vcvta_s64_f64(a: float64x1_t) -> int64x1_t 【】
    276  pub unsafe fn vcvtaq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    277  pub unsafe fn vcvtas_s32_f32(a: f32) -> i32 【】
    278  pub unsafe fn vcvtad_s64_f64(a: f64) -> i64 【】
    279  pub unsafe fn vcvtas_u32_f32(a: f32) -> u32 【】
    280  pub unsafe fn vcvtad_u64_f64(a: f64) -> u64 【】
    281  pub unsafe fn vcvtn_s32_f32(a: float32x2_t) -> int32x2_t 【】
    282  pub unsafe fn vcvtnq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    283  pub unsafe fn vcvtn_s64_f64(a: float64x1_t) -> int64x1_t 【】
    284  pub unsafe fn vcvtnq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    285  pub unsafe fn vcvtns_s32_f32(a: f32) -> i32 【】
    286  pub unsafe fn vcvtnd_s64_f64(a: f64) -> i64 【】
    287  pub unsafe fn vcvtm_s32_f32(a: float32x2_t) -> int32x2_t 【】
    288  pub unsafe fn vcvtmq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    289  pub unsafe fn vcvtm_s64_f64(a: float64x1_t) -> int64x1_t 【】
    290  pub unsafe fn vcvtmq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    291  pub unsafe fn vcvtms_s32_f32(a: f32) -> i32 【】
    292  pub unsafe fn vcvtmd_s64_f64(a: f64) -> i64 【】
    293  pub unsafe fn vcvtp_s32_f32(a: float32x2_t) -> int32x2_t 【】
    294  pub unsafe fn vcvtpq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    295  pub unsafe fn vcvtp_s64_f64(a: float64x1_t) -> int64x1_t 【】
    296  pub unsafe fn vcvtpq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    297  pub unsafe fn vcvtps_s32_f32(a: f32) -> i32 【】
    298  pub unsafe fn vcvtpd_s64_f64(a: f64) -> i64 【】
    299  pub unsafe fn vcvta_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    300  pub unsafe fn vcvtaq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    301  pub unsafe fn vcvta_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    302  pub unsafe fn vcvtaq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    303  pub unsafe fn vcvtn_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    304  pub unsafe fn vcvtnq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    305  pub unsafe fn vcvtn_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    306  pub unsafe fn vcvtnq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    307  pub unsafe fn vcvtns_u32_f32(a: f32) -> u32 【】
    308  pub unsafe fn vcvtnd_u64_f64(a: f64) -> u64 【】
    309  pub unsafe fn vcvtm_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    310  pub unsafe fn vcvtmq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    311  pub unsafe fn vcvtm_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    312  pub unsafe fn vcvtmq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    313  pub unsafe fn vcvtms_u32_f32(a: f32) -> u32 【】
    314  pub unsafe fn vcvtmd_u64_f64(a: f64) -> u64 【】
    315  pub unsafe fn vcvtp_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    316  pub unsafe fn vcvtpq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    317  pub unsafe fn vcvtp_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    318  pub unsafe fn vcvtpq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    319  pub unsafe fn vcvtps_u32_f32(a: f32) -> u32 【】
    320  pub unsafe fn vcvtpd_u64_f64(a: f64) -> u64 【】
    321  pub unsafe fn vdupq_laneq_p64<const N: i32>(a: poly64x2_t) -> poly64x2_t 【】
    322  pub unsafe fn vdupq_lane_p64<const N: i32>(a: poly64x1_t) -> poly64x2_t 【】
    323  pub unsafe fn vdupq_laneq_f64<const N: i32>(a: float64x2_t) -> float64x2_t 【】
    324  pub unsafe fn vdupq_lane_f64<const N: i32>(a: float64x1_t) -> float64x2_t 【】
    325  pub unsafe fn vdup_lane_p64<const N: i32>(a: poly64x1_t) -> poly64x1_t 【】
    326  pub unsafe fn vdup_lane_f64<const N: i32>(a: float64x1_t) -> float64x1_t 【】
    327  pub unsafe fn vdup_laneq_p64<const N: i32>(a: poly64x2_t) -> poly64x1_t 【】
    328  pub unsafe fn vdup_laneq_f64<const N: i32>(a: float64x2_t) -> float64x1_t 【】
    329  pub unsafe fn vdupb_lane_s8<const N: i32>(a: int8x8_t) -> i8 【】
    330  pub unsafe fn vdupb_laneq_s8<const N: i32>(a: int8x16_t) -> i8 【】
    331  pub unsafe fn vduph_lane_s16<const N: i32>(a: int16x4_t) -> i16 【】
    332  pub unsafe fn vduph_laneq_s16<const N: i32>(a: int16x8_t) -> i16 【】
    333  pub unsafe fn vdups_lane_s32<const N: i32>(a: int32x2_t) -> i32 【】
    334  pub unsafe fn vdups_laneq_s32<const N: i32>(a: int32x4_t) -> i32 【】
    335  pub unsafe fn vdupd_lane_s64<const N: i32>(a: int64x1_t) -> i64 【】
    336  pub unsafe fn vdupd_laneq_s64<const N: i32>(a: int64x2_t) -> i64 【】
    337  pub unsafe fn vdupb_lane_u8<const N: i32>(a: uint8x8_t) -> u8 【】
    338  pub unsafe fn vdupb_laneq_u8<const N: i32>(a: uint8x16_t) -> u8 【】
    339  pub unsafe fn vduph_lane_u16<const N: i32>(a: uint16x4_t) -> u16 【】
    340  pub unsafe fn vduph_laneq_u16<const N: i32>(a: uint16x8_t) -> u16 【】
    341  pub unsafe fn vdups_lane_u32<const N: i32>(a: uint32x2_t) -> u32 【】
    342  pub unsafe fn vdups_laneq_u32<const N: i32>(a: uint32x4_t) -> u32 【】
    343  pub unsafe fn vdupd_lane_u64<const N: i32>(a: uint64x1_t) -> u64 【】
    344  pub unsafe fn vdupd_laneq_u64<const N: i32>(a: uint64x2_t) -> u64 【】
    345  pub unsafe fn vdupb_lane_p8<const N: i32>(a: poly8x8_t) -> p8 【】
    346  pub unsafe fn vdupb_laneq_p8<const N: i32>(a: poly8x16_t) -> p8 【】
    347  pub unsafe fn vduph_lane_p16<const N: i32>(a: poly16x4_t) -> p16 【】
    348  pub unsafe fn vduph_laneq_p16<const N: i32>(a: poly16x8_t) -> p16 【】
    349  pub unsafe fn vdups_lane_f32<const N: i32>(a: float32x2_t) -> f32 【】
    350  pub unsafe fn vdups_laneq_f32<const N: i32>(a: float32x4_t) -> f32 【】
    351  pub unsafe fn vdupd_lane_f64<const N: i32>(a: float64x1_t) -> f64 【】
    352  pub unsafe fn vdupd_laneq_f64<const N: i32>(a: float64x2_t) -> f64 【】
    353  pub unsafe fn vextq_p64<const N: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    354  pub unsafe fn vextq_f64<const N: i32>(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    355  pub unsafe fn vmla_f64(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    356  pub unsafe fn vmlaq_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    357  pub unsafe fn vmlal_high_s8(a: int16x8_t, b: int8x16_t, c: int8x16_t) -> int16x8_t 【】
    358  pub unsafe fn vmlal_high_s16(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    359  pub unsafe fn vmlal_high_s32(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    360  pub unsafe fn vmlal_high_u8(a: uint16x8_t, b: uint8x16_t, c: uint8x16_t) -> uint16x8_t 【】
    361  pub unsafe fn vmlal_high_u16(a: uint32x4_t, b: uint16x8_t, c: uint16x8_t) -> uint32x4_t 【】
    362  pub unsafe fn vmlal_high_u32(a: uint64x2_t, b: uint32x4_t, c: uint32x4_t) -> uint64x2_t 【】
    363  pub unsafe fn vmlal_high_n_s16(a: int32x4_t, b: int16x8_t, c: i16) -> int32x4_t 【】
    364  pub unsafe fn vmlal_high_n_s32(a: int64x2_t, b: int32x4_t, c: i32) -> int64x2_t 【】
    365  pub unsafe fn vmlal_high_n_u16(a: uint32x4_t, b: uint16x8_t, c: u16) -> uint32x4_t 【】
    366  pub unsafe fn vmlal_high_n_u32(a: uint64x2_t, b: uint32x4_t, c: u32) -> uint64x2_t 【】
    367  pub unsafe fn vmlal_high_lane_s16<const LANE: i32>(a: int32x4_t, b: int16x8_t, c: int16x4_t) -> int32x4_t 【】
    368  pub unsafe fn vmlal_high_laneq_s16<const LANE: i32>(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    369  pub unsafe fn vmlal_high_lane_s32<const LANE: i32>(a: int64x2_t, b: int32x4_t, c: int32x2_t) -> int64x2_t 【】
    370  pub unsafe fn vmlal_high_laneq_s32<const LANE: i32>(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    371  pub unsafe fn vmlal_high_lane_u16<const LANE: i32>(a: uint32x4_t, b: uint16x8_t, c: uint16x4_t) -> uint32x4_t 【】
    372  pub unsafe fn vmlal_high_laneq_u16<const LANE: i32>(a: uint32x4_t, b: uint16x8_t, c: uint16x8_t) -> uint32x4_t 【】
    373  pub unsafe fn vmlal_high_lane_u32<const LANE: i32>(a: uint64x2_t, b: uint32x4_t, c: uint32x2_t) -> uint64x2_t 【】
    374  pub unsafe fn vmlal_high_laneq_u32<const LANE: i32>(a: uint64x2_t, b: uint32x4_t, c: uint32x4_t) -> uint64x2_t 【】
    375  pub unsafe fn vmls_f64(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    376  pub unsafe fn vmlsq_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    377  pub unsafe fn vmlsl_high_s8(a: int16x8_t, b: int8x16_t, c: int8x16_t) -> int16x8_t 【】
    378  pub unsafe fn vmlsl_high_s16(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    379  pub unsafe fn vmlsl_high_s32(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    380  pub unsafe fn vmlsl_high_u8(a: uint16x8_t, b: uint8x16_t, c: uint8x16_t) -> uint16x8_t 【】
    381  pub unsafe fn vmlsl_high_u16(a: uint32x4_t, b: uint16x8_t, c: uint16x8_t) -> uint32x4_t 【】
    382  pub unsafe fn vmlsl_high_u32(a: uint64x2_t, b: uint32x4_t, c: uint32x4_t) -> uint64x2_t 【】
    383  pub unsafe fn vmlsl_high_n_s16(a: int32x4_t, b: int16x8_t, c: i16) -> int32x4_t 【】
    384  pub unsafe fn vmlsl_high_n_s32(a: int64x2_t, b: int32x4_t, c: i32) -> int64x2_t 【】
    385  pub unsafe fn vmlsl_high_n_u16(a: uint32x4_t, b: uint16x8_t, c: u16) -> uint32x4_t 【】
    386  pub unsafe fn vmlsl_high_n_u32(a: uint64x2_t, b: uint32x4_t, c: u32) -> uint64x2_t 【】
    387  pub unsafe fn vmlsl_high_lane_s16<const LANE: i32>(a: int32x4_t, b: int16x8_t, c: int16x4_t) -> int32x4_t 【】
    388  pub unsafe fn vmlsl_high_laneq_s16<const LANE: i32>(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    389  pub unsafe fn vmlsl_high_lane_s32<const LANE: i32>(a: int64x2_t, b: int32x4_t, c: int32x2_t) -> int64x2_t 【】
    390  pub unsafe fn vmlsl_high_laneq_s32<const LANE: i32>(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    391  pub unsafe fn vmlsl_high_lane_u16<const LANE: i32>(a: uint32x4_t, b: uint16x8_t, c: uint16x4_t) -> uint32x4_t 【】
    392  pub unsafe fn vmlsl_high_laneq_u16<const LANE: i32>(a: uint32x4_t, b: uint16x8_t, c: uint16x8_t) -> uint32x4_t 【】
    393  pub unsafe fn vmlsl_high_lane_u32<const LANE: i32>(a: uint64x2_t, b: uint32x4_t, c: uint32x2_t) -> uint64x2_t 【】
    394  pub unsafe fn vmlsl_high_laneq_u32<const LANE: i32>(a: uint64x2_t, b: uint32x4_t, c: uint32x4_t) -> uint64x2_t 【】
    395  pub unsafe fn vmovn_high_s16(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    396  pub unsafe fn vmovn_high_s32(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    397  pub unsafe fn vmovn_high_s64(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    398  pub unsafe fn vmovn_high_u16(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    399  pub unsafe fn vmovn_high_u32(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    400  pub unsafe fn vmovn_high_u64(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    401  pub unsafe fn vneg_s64(a: int64x1_t) -> int64x1_t 【】
    402  pub unsafe fn vnegq_s64(a: int64x2_t) -> int64x2_t 【】
    403  pub unsafe fn vnegd_s64(a: i64) -> i64 【】
    404  pub unsafe fn vneg_f64(a: float64x1_t) -> float64x1_t 【】
    405  pub unsafe fn vnegq_f64(a: float64x2_t) -> float64x2_t 【】
    406  pub unsafe fn vqneg_s64(a: int64x1_t) -> int64x1_t 【】
    407  pub unsafe fn vqnegq_s64(a: int64x2_t) -> int64x2_t 【】
    408  pub unsafe fn vqnegb_s8(a: i8) -> i8 【】
    409  pub unsafe fn vqnegh_s16(a: i16) -> i16 【】
    410  pub unsafe fn vqnegs_s32(a: i32) -> i32 【】
    411  pub unsafe fn vqnegd_s64(a: i64) -> i64 【】
    412  pub unsafe fn vqsubb_s8(a: i8, b: i8) -> i8 【】
    413  pub unsafe fn vqsubh_s16(a: i16, b: i16) -> i16 【】
    414  pub unsafe fn vqsubb_u8(a: u8, b: u8) -> u8 【】
    415  pub unsafe fn vqsubh_u16(a: u16, b: u16) -> u16 【】
    416  pub unsafe fn vqsubs_u32(a: u32, b: u32) -> u32 【】
    417  pub unsafe fn vqsubd_u64(a: u64, b: u64) -> u64 【】
    418  pub unsafe fn vqsubs_s32(a: i32, b: i32) -> i32 【】
    419  pub unsafe fn vqsubd_s64(a: i64, b: i64) -> i64 【】
    420  pub unsafe fn vrbit_s8(a: int8x8_t) -> int8x8_t 【】
    421  pub unsafe fn vrbitq_s8(a: int8x16_t) -> int8x16_t 【】
    422  pub unsafe fn vrbit_u8(a: uint8x8_t) -> uint8x8_t 【】
    423  pub unsafe fn vrbitq_u8(a: uint8x16_t) -> uint8x16_t 【】
    424  pub unsafe fn vrbit_p8(a: poly8x8_t) -> poly8x8_t 【】
    425  pub unsafe fn vrbitq_p8(a: poly8x16_t) -> poly8x16_t 【】
    426  pub unsafe fn vrndx_f32(a: float32x2_t) -> float32x2_t 【】
    427  pub unsafe fn vrndxq_f32(a: float32x4_t) -> float32x4_t 【】
    428  pub unsafe fn vrndx_f64(a: float64x1_t) -> float64x1_t 【】
    429  pub unsafe fn vrndxq_f64(a: float64x2_t) -> float64x2_t 【】
    430  pub unsafe fn vrnda_f32(a: float32x2_t) -> float32x2_t 【】
    431  pub unsafe fn vrndaq_f32(a: float32x4_t) -> float32x4_t 【】
    432  pub unsafe fn vrnda_f64(a: float64x1_t) -> float64x1_t 【】
    433  pub unsafe fn vrndaq_f64(a: float64x2_t) -> float64x2_t 【】
    434  pub unsafe fn vrndn_f64(a: float64x1_t) -> float64x1_t 【】
    435  pub unsafe fn vrndnq_f64(a: float64x2_t) -> float64x2_t 【】
    436  pub unsafe fn vrndns_f32(a: f32) -> f32 【】
    437  pub unsafe fn vrndm_f32(a: float32x2_t) -> float32x2_t 【】
    438  pub unsafe fn vrndmq_f32(a: float32x4_t) -> float32x4_t 【】
    439  pub unsafe fn vrndm_f64(a: float64x1_t) -> float64x1_t 【】
    440  pub unsafe fn vrndmq_f64(a: float64x2_t) -> float64x2_t 【】
    441  pub unsafe fn vrndp_f32(a: float32x2_t) -> float32x2_t 【】
    442  pub unsafe fn vrndpq_f32(a: float32x4_t) -> float32x4_t 【】
    443  pub unsafe fn vrndp_f64(a: float64x1_t) -> float64x1_t 【】
    444  pub unsafe fn vrndpq_f64(a: float64x2_t) -> float64x2_t 【】
    445  pub unsafe fn vrnd_f32(a: float32x2_t) -> float32x2_t 【】
    446  pub unsafe fn vrndq_f32(a: float32x4_t) -> float32x4_t 【】
    447  pub unsafe fn vrnd_f64(a: float64x1_t) -> float64x1_t 【】
    448  pub unsafe fn vrndq_f64(a: float64x2_t) -> float64x2_t 【】
    449  pub unsafe fn vrndi_f32(a: float32x2_t) -> float32x2_t 【】
    450  pub unsafe fn vrndiq_f32(a: float32x4_t) -> float32x4_t 【】
    451  pub unsafe fn vrndi_f64(a: float64x1_t) -> float64x1_t 【】
    452  pub unsafe fn vrndiq_f64(a: float64x2_t) -> float64x2_t 【】
    453  pub unsafe fn vqaddb_s8(a: i8, b: i8) -> i8 【】
    454  pub unsafe fn vqaddh_s16(a: i16, b: i16) -> i16 【】
    455  pub unsafe fn vqaddb_u8(a: u8, b: u8) -> u8 【】
    456  pub unsafe fn vqaddh_u16(a: u16, b: u16) -> u16 【】
    457  pub unsafe fn vqadds_u32(a: u32, b: u32) -> u32 【】
    458  pub unsafe fn vqaddd_u64(a: u64, b: u64) -> u64 【】
    459  pub unsafe fn vqadds_s32(a: i32, b: i32) -> i32 【】
    460  pub unsafe fn vqaddd_s64(a: i64, b: i64) -> i64 【】
    461  pub unsafe fn vld1_f64_x2(a: *const f64) -> float64x1x2_t 【】
    462  pub unsafe fn vld1q_f64_x2(a: *const f64) -> float64x2x2_t 【】
    463  pub unsafe fn vld1_f64_x3(a: *const f64) -> float64x1x3_t 【】
    464  pub unsafe fn vld1q_f64_x3(a: *const f64) -> float64x2x3_t 【】
    465  pub unsafe fn vld1_f64_x4(a: *const f64) -> float64x1x4_t 【】
    466  pub unsafe fn vld1q_f64_x4(a: *const f64) -> float64x2x4_t 【】
    467  pub unsafe fn vld2q_s64(a: *const i64) -> int64x2x2_t 【】
    468  pub unsafe fn vld2q_u64(a: *const u64) -> uint64x2x2_t 【】
    469  pub unsafe fn vld2q_p64(a: *const p64) -> poly64x2x2_t 【】
    470  pub unsafe fn vld2_f64(a: *const f64) -> float64x1x2_t 【】
    471  pub unsafe fn vld2q_f64(a: *const f64) -> float64x2x2_t 【】
    472  pub unsafe fn vld2q_dup_s64(a: *const i64) -> int64x2x2_t 【】
    473  pub unsafe fn vld2q_dup_u64(a: *const u64) -> uint64x2x2_t 【】
    474  pub unsafe fn vld2q_dup_p64(a: *const p64) -> poly64x2x2_t 【】
    475  pub unsafe fn vld2_dup_f64(a: *const f64) -> float64x1x2_t 【】
    476  pub unsafe fn vld2q_dup_f64(a: *const f64) -> float64x2x2_t 【】
    477  pub unsafe fn vld2q_lane_s8<const LANE: i32>(a: *const i8, b: int8x16x2_t) -> int8x16x2_t 【】
    478  pub unsafe fn vld2_lane_s64<const LANE: i32>(a: *const i64, b: int64x1x2_t) -> int64x1x2_t 【】
    479  pub unsafe fn vld2q_lane_s64<const LANE: i32>(a: *const i64, b: int64x2x2_t) -> int64x2x2_t 【】
    480  pub unsafe fn vld2_lane_p64<const LANE: i32>(a: *const p64, b: poly64x1x2_t) -> poly64x1x2_t 【】
    481  pub unsafe fn vld2q_lane_p64<const LANE: i32>(a: *const p64, b: poly64x2x2_t) -> poly64x2x2_t 【】
    482  pub unsafe fn vld2q_lane_u8<const LANE: i32>(a: *const u8, b: uint8x16x2_t) -> uint8x16x2_t 【】
    483  pub unsafe fn vld2_lane_u64<const LANE: i32>(a: *const u64, b: uint64x1x2_t) -> uint64x1x2_t 【】
    484  pub unsafe fn vld2q_lane_u64<const LANE: i32>(a: *const u64, b: uint64x2x2_t) -> uint64x2x2_t 【】
    485  pub unsafe fn vld2q_lane_p8<const LANE: i32>(a: *const p8, b: poly8x16x2_t) -> poly8x16x2_t 【】
    486  pub unsafe fn vld2_lane_f64<const LANE: i32>(a: *const f64, b: float64x1x2_t) -> float64x1x2_t 【】
    487  pub unsafe fn vld2q_lane_f64<const LANE: i32>(a: *const f64, b: float64x2x2_t) -> float64x2x2_t 【】
    488  pub unsafe fn vld3q_s64(a: *const i64) -> int64x2x3_t 【】
    489  pub unsafe fn vld3q_u64(a: *const u64) -> uint64x2x3_t 【】
    490  pub unsafe fn vld3q_p64(a: *const p64) -> poly64x2x3_t 【】
    491  pub unsafe fn vld3_f64(a: *const f64) -> float64x1x3_t 【】
    492  pub unsafe fn vld3q_f64(a: *const f64) -> float64x2x3_t 【】
    493  pub unsafe fn vld3q_dup_s64(a: *const i64) -> int64x2x3_t 【】
    494  pub unsafe fn vld3q_dup_u64(a: *const u64) -> uint64x2x3_t 【】
    495  pub unsafe fn vld3q_dup_p64(a: *const p64) -> poly64x2x3_t 【】
    496  pub unsafe fn vld3_dup_f64(a: *const f64) -> float64x1x3_t 【】
    497  pub unsafe fn vld3q_dup_f64(a: *const f64) -> float64x2x3_t 【】
    498  pub unsafe fn vld3q_lane_s8<const LANE: i32>(a: *const i8, b: int8x16x3_t) -> int8x16x3_t 【】
    499  pub unsafe fn vld3_lane_s64<const LANE: i32>(a: *const i64, b: int64x1x3_t) -> int64x1x3_t 【】
    500  pub unsafe fn vld3q_lane_s64<const LANE: i32>(a: *const i64, b: int64x2x3_t) -> int64x2x3_t 【】
    501  pub unsafe fn vld3_lane_p64<const LANE: i32>(a: *const p64, b: poly64x1x3_t) -> poly64x1x3_t 【】
    502  pub unsafe fn vld3q_lane_p64<const LANE: i32>(a: *const p64, b: poly64x2x3_t) -> poly64x2x3_t 【】
    503  pub unsafe fn vld3q_lane_p8<const LANE: i32>(a: *const p8, b: poly8x16x3_t) -> poly8x16x3_t 【】
    504  pub unsafe fn vld3q_lane_u8<const LANE: i32>(a: *const u8, b: uint8x16x3_t) -> uint8x16x3_t 【】
    505  pub unsafe fn vld3_lane_u64<const LANE: i32>(a: *const u64, b: uint64x1x3_t) -> uint64x1x3_t 【】
    506  pub unsafe fn vld3q_lane_u64<const LANE: i32>(a: *const u64, b: uint64x2x3_t) -> uint64x2x3_t 【】
    507  pub unsafe fn vld3_lane_f64<const LANE: i32>(a: *const f64, b: float64x1x3_t) -> float64x1x3_t 【】
    508  pub unsafe fn vld3q_lane_f64<const LANE: i32>(a: *const f64, b: float64x2x3_t) -> float64x2x3_t 【】
    509  pub unsafe fn vld4q_s64(a: *const i64) -> int64x2x4_t 【】
    510  pub unsafe fn vld4q_u64(a: *const u64) -> uint64x2x4_t 【】
    511  pub unsafe fn vld4q_p64(a: *const p64) -> poly64x2x4_t 【】
    512  pub unsafe fn vld4_f64(a: *const f64) -> float64x1x4_t 【】
    513  pub unsafe fn vld4q_f64(a: *const f64) -> float64x2x4_t 【】
    514  pub unsafe fn vld4q_dup_s64(a: *const i64) -> int64x2x4_t 【】
    515  pub unsafe fn vld4q_dup_u64(a: *const u64) -> uint64x2x4_t 【】
    516  pub unsafe fn vld4q_dup_p64(a: *const p64) -> poly64x2x4_t 【】
    517  pub unsafe fn vld4_dup_f64(a: *const f64) -> float64x1x4_t 【】
    518  pub unsafe fn vld4q_dup_f64(a: *const f64) -> float64x2x4_t 【】
    519  pub unsafe fn vld4q_lane_s8<const LANE: i32>(a: *const i8, b: int8x16x4_t) -> int8x16x4_t 【】
    520  pub unsafe fn vld4_lane_s64<const LANE: i32>(a: *const i64, b: int64x1x4_t) -> int64x1x4_t 【】
    521  pub unsafe fn vld4q_lane_s64<const LANE: i32>(a: *const i64, b: int64x2x4_t) -> int64x2x4_t 【】
    522  pub unsafe fn vld4_lane_p64<const LANE: i32>(a: *const p64, b: poly64x1x4_t) -> poly64x1x4_t 【】
    523  pub unsafe fn vld4q_lane_p64<const LANE: i32>(a: *const p64, b: poly64x2x4_t) -> poly64x2x4_t 【】
    524  pub unsafe fn vld4q_lane_p8<const LANE: i32>(a: *const p8, b: poly8x16x4_t) -> poly8x16x4_t 【】
    525  pub unsafe fn vld4q_lane_u8<const LANE: i32>(a: *const u8, b: uint8x16x4_t) -> uint8x16x4_t 【】
    526  pub unsafe fn vld4_lane_u64<const LANE: i32>(a: *const u64, b: uint64x1x4_t) -> uint64x1x4_t 【】
    527  pub unsafe fn vld4q_lane_u64<const LANE: i32>(a: *const u64, b: uint64x2x4_t) -> uint64x2x4_t 【】
    528  pub unsafe fn vld4_lane_f64<const LANE: i32>(a: *const f64, b: float64x1x4_t) -> float64x1x4_t 【】
    529  pub unsafe fn vld4q_lane_f64<const LANE: i32>(a: *const f64, b: float64x2x4_t) -> float64x2x4_t 【】
    530  pub unsafe fn vst1_lane_f64<const LANE: i32>(a: *mut f64, b: float64x1_t) 【】
    531  pub unsafe fn vst1q_lane_f64<const LANE: i32>(a: *mut f64, b: float64x2_t) 【】
    532  pub unsafe fn vst1_f64_x2(a: *mut f64, b: float64x1x2_t) 【】
    533  pub unsafe fn vst1q_f64_x2(a: *mut f64, b: float64x2x2_t) 【】
    534  pub unsafe fn vst1_f64_x3(a: *mut f64, b: float64x1x3_t) 【】
    535  pub unsafe fn vst1q_f64_x3(a: *mut f64, b: float64x2x3_t) 【】
    536  pub unsafe fn vst1_f64_x4(a: *mut f64, b: float64x1x4_t) 【】
    537  pub unsafe fn vst1q_f64_x4(a: *mut f64, b: float64x2x4_t) 【】
    538  pub unsafe fn vst2q_s64(a: *mut i64, b: int64x2x2_t) 【】
    539  pub unsafe fn vst2q_u64(a: *mut u64, b: uint64x2x2_t) 【】
    540  pub unsafe fn vst2q_p64(a: *mut p64, b: poly64x2x2_t) 【】
    541  pub unsafe fn vst2_f64(a: *mut f64, b: float64x1x2_t) 【】
    542  pub unsafe fn vst2q_f64(a: *mut f64, b: float64x2x2_t) 【】
    543  pub unsafe fn vst2q_lane_s8<const LANE: i32>(a: *mut i8, b: int8x16x2_t) 【】
    544  pub unsafe fn vst2_lane_s64<const LANE: i32>(a: *mut i64, b: int64x1x2_t) 【】
    545  pub unsafe fn vst2q_lane_s64<const LANE: i32>(a: *mut i64, b: int64x2x2_t) 【】
    546  pub unsafe fn vst2q_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x16x2_t) 【】
    547  pub unsafe fn vst2_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x1x2_t) 【】
    548  pub unsafe fn vst2q_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x2x2_t) 【】
    549  pub unsafe fn vst2q_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x16x2_t) 【】
    550  pub unsafe fn vst2_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x1x2_t) 【】
    551  pub unsafe fn vst2q_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x2x2_t) 【】
    552  pub unsafe fn vst2_lane_f64<const LANE: i32>(a: *mut f64, b: float64x1x2_t) 【】
    553  pub unsafe fn vst2q_lane_f64<const LANE: i32>(a: *mut f64, b: float64x2x2_t) 【】
    554  pub unsafe fn vst3q_s64(a: *mut i64, b: int64x2x3_t) 【】
    555  pub unsafe fn vst3q_u64(a: *mut u64, b: uint64x2x3_t) 【】
    556  pub unsafe fn vst3q_p64(a: *mut p64, b: poly64x2x3_t) 【】
    557  pub unsafe fn vst3_f64(a: *mut f64, b: float64x1x3_t) 【】
    558  pub unsafe fn vst3q_f64(a: *mut f64, b: float64x2x3_t) 【】
    559  pub unsafe fn vst3q_lane_s8<const LANE: i32>(a: *mut i8, b: int8x16x3_t) 【】
    560  pub unsafe fn vst3_lane_s64<const LANE: i32>(a: *mut i64, b: int64x1x3_t) 【】
    561  pub unsafe fn vst3q_lane_s64<const LANE: i32>(a: *mut i64, b: int64x2x3_t) 【】
    562  pub unsafe fn vst3q_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x16x3_t) 【】
    563  pub unsafe fn vst3_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x1x3_t) 【】
    564  pub unsafe fn vst3q_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x2x3_t) 【】
    565  pub unsafe fn vst3q_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x16x3_t) 【】
    566  pub unsafe fn vst3_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x1x3_t) 【】
    567  pub unsafe fn vst3q_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x2x3_t) 【】
    568  pub unsafe fn vst3_lane_f64<const LANE: i32>(a: *mut f64, b: float64x1x3_t) 【】
    569  pub unsafe fn vst3q_lane_f64<const LANE: i32>(a: *mut f64, b: float64x2x3_t) 【】
    570  pub unsafe fn vst4q_s64(a: *mut i64, b: int64x2x4_t) 【】
    571  pub unsafe fn vst4q_u64(a: *mut u64, b: uint64x2x4_t) 【】
    572  pub unsafe fn vst4q_p64(a: *mut p64, b: poly64x2x4_t) 【】
    573  pub unsafe fn vst4_f64(a: *mut f64, b: float64x1x4_t) 【】
    574  pub unsafe fn vst4q_f64(a: *mut f64, b: float64x2x4_t) 【】
    575  pub unsafe fn vst4q_lane_s8<const LANE: i32>(a: *mut i8, b: int8x16x4_t) 【】
    576  pub unsafe fn vst4_lane_s64<const LANE: i32>(a: *mut i64, b: int64x1x4_t) 【】
    577  pub unsafe fn vst4q_lane_s64<const LANE: i32>(a: *mut i64, b: int64x2x4_t) 【】
    578  pub unsafe fn vst4q_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x16x4_t) 【】
    579  pub unsafe fn vst4_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x1x4_t) 【】
    580  pub unsafe fn vst4q_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x2x4_t) 【】
    581  pub unsafe fn vst4q_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x16x4_t) 【】
    582  pub unsafe fn vst4_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x1x4_t) 【】
    583  pub unsafe fn vst4q_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x2x4_t) 【】
    584  pub unsafe fn vst4_lane_f64<const LANE: i32>(a: *mut f64, b: float64x1x4_t) 【】
    585  pub unsafe fn vst4q_lane_f64<const LANE: i32>(a: *mut f64, b: float64x2x4_t) 【】
    586  pub unsafe fn vmul_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    587  pub unsafe fn vmulq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    588  pub unsafe fn vmul_n_f64(a: float64x1_t, b: f64) -> float64x1_t 【】
    589  pub unsafe fn vmulq_n_f64(a: float64x2_t, b: f64) -> float64x2_t 【】
    590  pub unsafe fn vmul_lane_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    591  pub unsafe fn vmul_laneq_f64<const LANE: i32>(a: float64x1_t, b: float64x2_t) -> float64x1_t 【】
    592  pub unsafe fn vmulq_lane_f64<const LANE: i32>(a: float64x2_t, b: float64x1_t) -> float64x2_t 【】
    593  pub unsafe fn vmulq_laneq_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    594  pub unsafe fn vmuls_lane_f32<const LANE: i32>(a: f32, b: float32x2_t) -> f32 【】
    595  pub unsafe fn vmuls_laneq_f32<const LANE: i32>(a: f32, b: float32x4_t) -> f32 【】
    596  pub unsafe fn vmuld_lane_f64<const LANE: i32>(a: f64, b: float64x1_t) -> f64 【】
    597  pub unsafe fn vmuld_laneq_f64<const LANE: i32>(a: f64, b: float64x2_t) -> f64 【】
    598  pub unsafe fn vmull_high_s8(a: int8x16_t, b: int8x16_t) -> int16x8_t 【】
    599  pub unsafe fn vmull_high_s16(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    600  pub unsafe fn vmull_high_s32(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    601  pub unsafe fn vmull_high_u8(a: uint8x16_t, b: uint8x16_t) -> uint16x8_t 【】
    602  pub unsafe fn vmull_high_u16(a: uint16x8_t, b: uint16x8_t) -> uint32x4_t 【】
    603  pub unsafe fn vmull_high_u32(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t 【】
    604  pub unsafe fn vmull_p64(a: p64, b: p64) -> p128 【】
    605  pub unsafe fn vmull_high_p8(a: poly8x16_t, b: poly8x16_t) -> poly16x8_t 【】
    606  pub unsafe fn vmull_high_p64(a: poly64x2_t, b: poly64x2_t) -> p128 【】
    607  pub unsafe fn vmull_high_n_s16(a: int16x8_t, b: i16) -> int32x4_t 【】
    608  pub unsafe fn vmull_high_n_s32(a: int32x4_t, b: i32) -> int64x2_t 【】
    609  pub unsafe fn vmull_high_n_u16(a: uint16x8_t, b: u16) -> uint32x4_t 【】
    610  pub unsafe fn vmull_high_n_u32(a: uint32x4_t, b: u32) -> uint64x2_t 【】
    611  pub unsafe fn vmull_high_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x4_t) -> int32x4_t 【】
    612  pub unsafe fn vmull_high_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    613  pub unsafe fn vmull_high_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x2_t) -> int64x2_t 【】
    614  pub unsafe fn vmull_high_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    615  pub unsafe fn vmull_high_lane_u16<const LANE: i32>(a: uint16x8_t, b: uint16x4_t) -> uint32x4_t 【】
    616  pub unsafe fn vmull_high_laneq_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t) -> uint32x4_t 【】
    617  pub unsafe fn vmull_high_lane_u32<const LANE: i32>(a: uint32x4_t, b: uint32x2_t) -> uint64x2_t 【】
    618  pub unsafe fn vmull_high_laneq_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t 【】
    619  pub unsafe fn vmulx_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    620  pub unsafe fn vmulxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    621  pub unsafe fn vmulx_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    622  pub unsafe fn vmulxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    623  pub unsafe fn vmulx_lane_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    624  pub unsafe fn vmulx_laneq_f64<const LANE: i32>(a: float64x1_t, b: float64x2_t) -> float64x1_t 【】
    625  pub unsafe fn vmulx_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    626  pub unsafe fn vmulx_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x4_t) -> float32x2_t 【】
    627  pub unsafe fn vmulxq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x2_t) -> float32x4_t 【】
    628  pub unsafe fn vmulxq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    629  pub unsafe fn vmulxq_lane_f64<const LANE: i32>(a: float64x2_t, b: float64x1_t) -> float64x2_t 【】
    630  pub unsafe fn vmulxq_laneq_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    631  pub unsafe fn vmulxs_f32(a: f32, b: f32) -> f32 【】
    632  pub unsafe fn vmulxd_f64(a: f64, b: f64) -> f64 【】
    633  pub unsafe fn vmulxs_lane_f32<const LANE: i32>(a: f32, b: float32x2_t) -> f32 【】
    634  pub unsafe fn vmulxs_laneq_f32<const LANE: i32>(a: f32, b: float32x4_t) -> f32 【】
    635  pub unsafe fn vmulxd_lane_f64<const LANE: i32>(a: f64, b: float64x1_t) -> f64 【】
    636  pub unsafe fn vmulxd_laneq_f64<const LANE: i32>(a: f64, b: float64x2_t) -> f64 【】
    637  pub unsafe fn vfma_f64(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    638  pub unsafe fn vfmaq_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    639  pub unsafe fn vfma_n_f64(a: float64x1_t, b: float64x1_t, c: f64) -> float64x1_t 【】
    640  pub unsafe fn vfmaq_n_f64(a: float64x2_t, b: float64x2_t, c: f64) -> float64x2_t 【】
    641  pub unsafe fn vfma_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    642  pub unsafe fn vfma_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    643  pub unsafe fn vfmaq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    644  pub unsafe fn vfmaq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    645  pub unsafe fn vfma_lane_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    646  pub unsafe fn vfma_laneq_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t, c: float64x2_t) -> float64x1_t 【】
    647  pub unsafe fn vfmaq_lane_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t, c: float64x1_t) -> float64x2_t 【】
    648  pub unsafe fn vfmaq_laneq_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    649  pub unsafe fn vfmas_lane_f32<const LANE: i32>(a: f32, b: f32, c: float32x2_t) -> f32 【】
    650  pub unsafe fn vfmas_laneq_f32<const LANE: i32>(a: f32, b: f32, c: float32x4_t) -> f32 【】
    651  pub unsafe fn vfmad_lane_f64<const LANE: i32>(a: f64, b: f64, c: float64x1_t) -> f64 【】
    652  pub unsafe fn vfmad_laneq_f64<const LANE: i32>(a: f64, b: f64, c: float64x2_t) -> f64 【】
    653  pub unsafe fn vfms_f64(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    654  pub unsafe fn vfmsq_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    655  pub unsafe fn vfms_n_f64(a: float64x1_t, b: float64x1_t, c: f64) -> float64x1_t 【】
    656  pub unsafe fn vfmsq_n_f64(a: float64x2_t, b: float64x2_t, c: f64) -> float64x2_t 【】
    657  pub unsafe fn vfms_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    658  pub unsafe fn vfms_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    659  pub unsafe fn vfmsq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    660  pub unsafe fn vfmsq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    661  pub unsafe fn vfms_lane_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    662  pub unsafe fn vfms_laneq_f64<const LANE: i32>(a: float64x1_t, b: float64x1_t, c: float64x2_t) -> float64x1_t 【】
    663  pub unsafe fn vfmsq_lane_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t, c: float64x1_t) -> float64x2_t 【】
    664  pub unsafe fn vfmsq_laneq_f64<const LANE: i32>(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    665  pub unsafe fn vfmss_lane_f32<const LANE: i32>(a: f32, b: f32, c: float32x2_t) -> f32 【】
    666  pub unsafe fn vfmss_laneq_f32<const LANE: i32>(a: f32, b: f32, c: float32x4_t) -> f32 【】
    667  pub unsafe fn vfmsd_lane_f64<const LANE: i32>(a: f64, b: f64, c: float64x1_t) -> f64 【】
    668  pub unsafe fn vfmsd_laneq_f64<const LANE: i32>(a: f64, b: f64, c: float64x2_t) -> f64 【】
    669  pub unsafe fn vdiv_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    670  pub unsafe fn vdivq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    671  pub unsafe fn vdiv_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    672  pub unsafe fn vdivq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    673  pub unsafe fn vsub_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    674  pub unsafe fn vsubq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    675  pub unsafe fn vsubd_s64(a: i64, b: i64) -> i64 【】
    676  pub unsafe fn vsubd_u64(a: u64, b: u64) -> u64 【】
    677  pub unsafe fn vaddd_s64(a: i64, b: i64) -> i64 【】
    678  pub unsafe fn vaddd_u64(a: u64, b: u64) -> u64 【】
    679  pub unsafe fn vaddv_f32(a: float32x2_t) -> f32 【】
    680  pub unsafe fn vaddvq_f32(a: float32x4_t) -> f32 【】
    681  pub unsafe fn vaddvq_f64(a: float64x2_t) -> f64 【】
    682  pub unsafe fn vaddlv_s16(a: int16x4_t) -> i32 【】
    683  pub unsafe fn vaddlvq_s16(a: int16x8_t) -> i32 【】
    684  pub unsafe fn vaddlv_s32(a: int32x2_t) -> i64 【】
    685  pub unsafe fn vaddlvq_s32(a: int32x4_t) -> i64 【】
    686  pub unsafe fn vaddlv_u16(a: uint16x4_t) -> u32 【】
    687  pub unsafe fn vaddlvq_u16(a: uint16x8_t) -> u32 【】
    688  pub unsafe fn vaddlv_u32(a: uint32x2_t) -> u64 【】
    689  pub unsafe fn vaddlvq_u32(a: uint32x4_t) -> u64 【】
    690  pub unsafe fn vsubw_high_s8(a: int16x8_t, b: int8x16_t) -> int16x8_t 【】
    691  pub unsafe fn vsubw_high_s16(a: int32x4_t, b: int16x8_t) -> int32x4_t 【】
    692  pub unsafe fn vsubw_high_s32(a: int64x2_t, b: int32x4_t) -> int64x2_t 【】
    693  pub unsafe fn vsubw_high_u8(a: uint16x8_t, b: uint8x16_t) -> uint16x8_t 【】
    694  pub unsafe fn vsubw_high_u16(a: uint32x4_t, b: uint16x8_t) -> uint32x4_t 【】
    695  pub unsafe fn vsubw_high_u32(a: uint64x2_t, b: uint32x4_t) -> uint64x2_t 【】
    696  pub unsafe fn vsubl_high_s8(a: int8x16_t, b: int8x16_t) -> int16x8_t 【】
    697  pub unsafe fn vsubl_high_s16(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    698  pub unsafe fn vsubl_high_s32(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    699  pub unsafe fn vsubl_high_u8(a: uint8x16_t, b: uint8x16_t) -> uint16x8_t 【】
    700  pub unsafe fn vsubl_high_u16(a: uint16x8_t, b: uint16x8_t) -> uint32x4_t 【】
    701  pub unsafe fn vsubl_high_u32(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t 【】
    702  pub unsafe fn vbcaxq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    703  pub unsafe fn vbcaxq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    704  pub unsafe fn vbcaxq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    705  pub unsafe fn vbcaxq_s64(a: int64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t 【】
    706  pub unsafe fn vbcaxq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    707  pub unsafe fn vbcaxq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    708  pub unsafe fn vbcaxq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    709  pub unsafe fn vbcaxq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    710  pub unsafe fn vcadd_rot270_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    711  pub unsafe fn vcaddq_rot270_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    712  pub unsafe fn vcaddq_rot270_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    713  pub unsafe fn vcadd_rot90_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    714  pub unsafe fn vcaddq_rot90_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    715  pub unsafe fn vcaddq_rot90_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    716  pub unsafe fn vcmla_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    717  pub unsafe fn vcmlaq_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    718  pub unsafe fn vcmlaq_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    719  pub unsafe fn vcmla_rot90_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    720  pub unsafe fn vcmlaq_rot90_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    721  pub unsafe fn vcmlaq_rot90_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    722  pub unsafe fn vcmla_rot180_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    723  pub unsafe fn vcmlaq_rot180_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    724  pub unsafe fn vcmlaq_rot180_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    725  pub unsafe fn vcmla_rot270_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    726  pub unsafe fn vcmlaq_rot270_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    727  pub unsafe fn vcmlaq_rot270_f64(a: float64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    728  pub unsafe fn vcmla_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    729  pub unsafe fn vcmla_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    730  pub unsafe fn vcmlaq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    731  pub unsafe fn vcmlaq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    732  pub unsafe fn vcmla_rot90_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    733  pub unsafe fn vcmla_rot90_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    734  pub unsafe fn vcmlaq_rot90_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    735  pub unsafe fn vcmlaq_rot90_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    736  pub unsafe fn vcmla_rot180_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    737  pub unsafe fn vcmla_rot180_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    738  pub unsafe fn vcmlaq_rot180_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    739  pub unsafe fn vcmlaq_rot180_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    740  pub unsafe fn vcmla_rot270_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    741  pub unsafe fn vcmla_rot270_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    742  pub unsafe fn vcmlaq_rot270_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    743  pub unsafe fn vcmlaq_rot270_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    744  pub unsafe fn vdot_s32(a: int32x2_t, b: int8x8_t, c: int8x8_t) -> int32x2_t 【】
    745  pub unsafe fn vdotq_s32(a: int32x4_t, b: int8x16_t, c: int8x16_t) -> int32x4_t 【】
    746  pub unsafe fn vdot_u32(a: uint32x2_t, b: uint8x8_t, c: uint8x8_t) -> uint32x2_t 【】
    747  pub unsafe fn vdotq_u32(a: uint32x4_t, b: uint8x16_t, c: uint8x16_t) -> uint32x4_t 【】
    748  pub unsafe fn vdot_lane_s32<const LANE: i32>(a: int32x2_t, b: int8x8_t, c: int8x8_t) -> int32x2_t 【】
    749  pub unsafe fn vdot_laneq_s32<const LANE: i32>(a: int32x2_t, b: int8x8_t, c: int8x16_t) -> int32x2_t 【】
    750  pub unsafe fn vdotq_lane_s32<const LANE: i32>(a: int32x4_t, b: int8x16_t, c: int8x8_t) -> int32x4_t 【】
    751  pub unsafe fn vdotq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int8x16_t, c: int8x16_t) -> int32x4_t 【】
    752  pub unsafe fn vdot_lane_u32<const LANE: i32>(a: uint32x2_t, b: uint8x8_t, c: uint8x8_t) -> uint32x2_t 【】
    753  pub unsafe fn vdot_laneq_u32<const LANE: i32>(a: uint32x2_t, b: uint8x8_t, c: uint8x16_t) -> uint32x2_t 【】
    754  pub unsafe fn vdotq_lane_u32<const LANE: i32>(a: uint32x4_t, b: uint8x16_t, c: uint8x8_t) -> uint32x4_t 【】
    755  pub unsafe fn vdotq_laneq_u32<const LANE: i32>(a: uint32x4_t, b: uint8x16_t, c: uint8x16_t) -> uint32x4_t 【】
    756  pub unsafe fn vmax_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    757  pub unsafe fn vmaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    758  pub unsafe fn vmaxnm_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    759  pub unsafe fn vmaxnmq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    760  pub unsafe fn vmaxnmv_f32(a: float32x2_t) -> f32 【】
    761  pub unsafe fn vmaxnmvq_f64(a: float64x2_t) -> f64 【】
    762  pub unsafe fn vmaxnmvq_f32(a: float32x4_t) -> f32 【】
    763  pub unsafe fn vpmaxnm_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    764  pub unsafe fn vpmaxnmq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    765  pub unsafe fn vpmaxnmq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    766  pub unsafe fn vpmaxnms_f32(a: float32x2_t) -> f32 【】
    767  pub unsafe fn vpmaxnmqd_f64(a: float64x2_t) -> f64 【】
    768  pub unsafe fn vpmaxs_f32(a: float32x2_t) -> f32 【】
    769  pub unsafe fn vpmaxqd_f64(a: float64x2_t) -> f64 【】
    770  pub unsafe fn vmin_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    771  pub unsafe fn vminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    772  pub unsafe fn vminnm_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    773  pub unsafe fn vminnmq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    774  pub unsafe fn vminnmv_f32(a: float32x2_t) -> f32 【】
    775  pub unsafe fn vminnmvq_f64(a: float64x2_t) -> f64 【】
    776  pub unsafe fn vminnmvq_f32(a: float32x4_t) -> f32 【】
    777  pub unsafe fn vmovl_high_s8(a: int8x16_t) -> int16x8_t 【】
    778  pub unsafe fn vmovl_high_s16(a: int16x8_t) -> int32x4_t 【】
    779  pub unsafe fn vmovl_high_s32(a: int32x4_t) -> int64x2_t 【】
    780  pub unsafe fn vmovl_high_u8(a: uint8x16_t) -> uint16x8_t 【】
    781  pub unsafe fn vmovl_high_u16(a: uint16x8_t) -> uint32x4_t 【】
    782  pub unsafe fn vmovl_high_u32(a: uint32x4_t) -> uint64x2_t 【】
    783  pub unsafe fn vpaddq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    784  pub unsafe fn vpaddq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    785  pub unsafe fn vpadds_f32(a: float32x2_t) -> f32 【】
    786  pub unsafe fn vpaddd_f64(a: float64x2_t) -> f64 【】
    787  pub unsafe fn vpminnm_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    788  pub unsafe fn vpminnmq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    789  pub unsafe fn vpminnmq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    790  pub unsafe fn vpminnms_f32(a: float32x2_t) -> f32 【】
    791  pub unsafe fn vpminnmqd_f64(a: float64x2_t) -> f64 【】
    792  pub unsafe fn vpmins_f32(a: float32x2_t) -> f32 【】
    793  pub unsafe fn vpminqd_f64(a: float64x2_t) -> f64 【】
    794  pub unsafe fn vqdmullh_s16(a: i16, b: i16) -> i32 【】
    795  pub unsafe fn vqdmulls_s32(a: i32, b: i32) -> i64 【】
    796  pub unsafe fn vqdmull_high_s16(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    797  pub unsafe fn vqdmull_high_s32(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    798  pub unsafe fn vqdmull_high_n_s16(a: int16x8_t, b: i16) -> int32x4_t 【】
    799  pub unsafe fn vqdmull_high_n_s32(a: int32x4_t, b: i32) -> int64x2_t 【】
    800  pub unsafe fn vqdmull_laneq_s16<const N: i32>(a: int16x4_t, b: int16x8_t) -> int32x4_t 【】
    801  pub unsafe fn vqdmull_laneq_s32<const N: i32>(a: int32x2_t, b: int32x4_t) -> int64x2_t 【】
    802  pub unsafe fn vqdmullh_lane_s16<const N: i32>(a: i16, b: int16x4_t) -> i32 【】
    803  pub unsafe fn vqdmullh_laneq_s16<const N: i32>(a: i16, b: int16x8_t) -> i32 【】
    804  pub unsafe fn vqdmulls_lane_s32<const N: i32>(a: i32, b: int32x2_t) -> i64 【】
    805  pub unsafe fn vqdmulls_laneq_s32<const N: i32>(a: i32, b: int32x4_t) -> i64 【】
    806  pub unsafe fn vqdmull_high_lane_s16<const N: i32>(a: int16x8_t, b: int16x4_t) -> int32x4_t 【】
    807  pub unsafe fn vqdmull_high_lane_s32<const N: i32>(a: int32x4_t, b: int32x2_t) -> int64x2_t 【】
    808  pub unsafe fn vqdmull_high_laneq_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    809  pub unsafe fn vqdmull_high_laneq_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    810  pub unsafe fn vqdmlal_high_s16(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    811  pub unsafe fn vqdmlal_high_s32(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    812  pub unsafe fn vqdmlal_high_n_s16(a: int32x4_t, b: int16x8_t, c: i16) -> int32x4_t 【】
    813  pub unsafe fn vqdmlal_high_n_s32(a: int64x2_t, b: int32x4_t, c: i32) -> int64x2_t 【】
    814  pub unsafe fn vqdmlal_laneq_s16<const N: i32>(a: int32x4_t, b: int16x4_t, c: int16x8_t) -> int32x4_t 【】
    815  pub unsafe fn vqdmlal_laneq_s32<const N: i32>(a: int64x2_t, b: int32x2_t, c: int32x4_t) -> int64x2_t 【】
    816  pub unsafe fn vqdmlal_high_lane_s16<const N: i32>(a: int32x4_t, b: int16x8_t, c: int16x4_t) -> int32x4_t 【】
    817  pub unsafe fn vqdmlal_high_laneq_s16<const N: i32>(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    818  pub unsafe fn vqdmlal_high_lane_s32<const N: i32>(a: int64x2_t, b: int32x4_t, c: int32x2_t) -> int64x2_t 【】
    819  pub unsafe fn vqdmlal_high_laneq_s32<const N: i32>(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    820  pub unsafe fn vqdmlalh_s16(a: i32, b: i16, c: i16) -> i32 【】
    821  pub unsafe fn vqdmlals_s32(a: i64, b: i32, c: i32) -> i64 【】
    822  pub unsafe fn vqdmlalh_lane_s16<const LANE: i32>(a: i32, b: i16, c: int16x4_t) -> i32 【】
    823  pub unsafe fn vqdmlalh_laneq_s16<const LANE: i32>(a: i32, b: i16, c: int16x8_t) -> i32 【】
    824  pub unsafe fn vqdmlals_lane_s32<const LANE: i32>(a: i64, b: i32, c: int32x2_t) -> i64 【】
    825  pub unsafe fn vqdmlals_laneq_s32<const LANE: i32>(a: i64, b: i32, c: int32x4_t) -> i64 【】
    826  pub unsafe fn vqdmlsl_high_s16(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    827  pub unsafe fn vqdmlsl_high_s32(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    828  pub unsafe fn vqdmlsl_high_n_s16(a: int32x4_t, b: int16x8_t, c: i16) -> int32x4_t 【】
    829  pub unsafe fn vqdmlsl_high_n_s32(a: int64x2_t, b: int32x4_t, c: i32) -> int64x2_t 【】
    830  pub unsafe fn vqdmlsl_laneq_s16<const N: i32>(a: int32x4_t, b: int16x4_t, c: int16x8_t) -> int32x4_t 【】
    831  pub unsafe fn vqdmlsl_laneq_s32<const N: i32>(a: int64x2_t, b: int32x2_t, c: int32x4_t) -> int64x2_t 【】
    832  pub unsafe fn vqdmlsl_high_lane_s16<const N: i32>(a: int32x4_t, b: int16x8_t, c: int16x4_t) -> int32x4_t 【】
    833  pub unsafe fn vqdmlsl_high_laneq_s16<const N: i32>(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    834  pub unsafe fn vqdmlsl_high_lane_s32<const N: i32>(a: int64x2_t, b: int32x4_t, c: int32x2_t) -> int64x2_t 【】
    835  pub unsafe fn vqdmlsl_high_laneq_s32<const N: i32>(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    836  pub unsafe fn vqdmlslh_s16(a: i32, b: i16, c: i16) -> i32 【】
    837  pub unsafe fn vqdmlsls_s32(a: i64, b: i32, c: i32) -> i64 【】
    838  pub unsafe fn vqdmlslh_lane_s16<const LANE: i32>(a: i32, b: i16, c: int16x4_t) -> i32 【】
    839  pub unsafe fn vqdmlslh_laneq_s16<const LANE: i32>(a: i32, b: i16, c: int16x8_t) -> i32 【】
    840  pub unsafe fn vqdmlsls_lane_s32<const LANE: i32>(a: i64, b: i32, c: int32x2_t) -> i64 【】
    841  pub unsafe fn vqdmlsls_laneq_s32<const LANE: i32>(a: i64, b: i32, c: int32x4_t) -> i64 【】
    842  pub unsafe fn vqdmulhh_s16(a: i16, b: i16) -> i16 【】
    843  pub unsafe fn vqdmulhs_s32(a: i32, b: i32) -> i32 【】
    844  pub unsafe fn vqdmulhh_lane_s16<const N: i32>(a: i16, b: int16x4_t) -> i16 【】
    845  pub unsafe fn vqdmulhh_laneq_s16<const N: i32>(a: i16, b: int16x8_t) -> i16 【】
    846  pub unsafe fn vqdmulhs_lane_s32<const N: i32>(a: i32, b: int32x2_t) -> i32 【】
    847  pub unsafe fn vqdmulhs_laneq_s32<const N: i32>(a: i32, b: int32x4_t) -> i32 【】
    848  pub unsafe fn vqdmulh_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    849  pub unsafe fn vqdmulhq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x4_t) -> int16x8_t 【】
    850  pub unsafe fn vqdmulh_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    851  pub unsafe fn vqdmulhq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x2_t) -> int32x4_t 【】
    852  pub unsafe fn vqmovnh_s16(a: i16) -> i8 【】
    853  pub unsafe fn vqmovns_s32(a: i32) -> i16 【】
    854  pub unsafe fn vqmovnh_u16(a: u16) -> u8 【】
    855  pub unsafe fn vqmovns_u32(a: u32) -> u16 【】
    856  pub unsafe fn vqmovnd_s64(a: i64) -> i32 【】
    857  pub unsafe fn vqmovnd_u64(a: u64) -> u32 【】
    858  pub unsafe fn vqmovn_high_s16(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    859  pub unsafe fn vqmovn_high_s32(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    860  pub unsafe fn vqmovn_high_s64(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    861  pub unsafe fn vqmovn_high_u16(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    862  pub unsafe fn vqmovn_high_u32(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    863  pub unsafe fn vqmovn_high_u64(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    864  pub unsafe fn vqmovunh_s16(a: i16) -> u8 【】
    865  pub unsafe fn vqmovuns_s32(a: i32) -> u16 【】
    866  pub unsafe fn vqmovund_s64(a: i64) -> u32 【】
    867  pub unsafe fn vqmovun_high_s16(a: uint8x8_t, b: int16x8_t) -> uint8x16_t 【】
    868  pub unsafe fn vqmovun_high_s32(a: uint16x4_t, b: int32x4_t) -> uint16x8_t 【】
    869  pub unsafe fn vqmovun_high_s64(a: uint32x2_t, b: int64x2_t) -> uint32x4_t 【】
    870  pub unsafe fn vqrdmulhh_s16(a: i16, b: i16) -> i16 【】
    871  pub unsafe fn vqrdmulhs_s32(a: i32, b: i32) -> i32 【】
    872  pub unsafe fn vqrdmulhh_lane_s16<const LANE: i32>(a: i16, b: int16x4_t) -> i16 【】
    873  pub unsafe fn vqrdmulhh_laneq_s16<const LANE: i32>(a: i16, b: int16x8_t) -> i16 【】
    874  pub unsafe fn vqrdmulhs_lane_s32<const LANE: i32>(a: i32, b: int32x2_t) -> i32 【】
    875  pub unsafe fn vqrdmulhs_laneq_s32<const LANE: i32>(a: i32, b: int32x4_t) -> i32 【】
    876  pub unsafe fn vqrdmlah_s16(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    877  pub unsafe fn vqrdmlahq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    878  pub unsafe fn vqrdmlah_s32(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    879  pub unsafe fn vqrdmlahq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    880  pub unsafe fn vqrdmlahh_s16(a: i16, b: i16, c: i16) -> i16 【】
    881  pub unsafe fn vqrdmlahs_s32(a: i32, b: i32, c: i32) -> i32 【】
    882  pub unsafe fn vqrdmlah_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    883  pub unsafe fn vqrdmlah_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x8_t) -> int16x4_t 【】
    884  pub unsafe fn vqrdmlahq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x4_t) -> int16x8_t 【】
    885  pub unsafe fn vqrdmlahq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    886  pub unsafe fn vqrdmlah_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    887  pub unsafe fn vqrdmlah_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x4_t) -> int32x2_t 【】
    888  pub unsafe fn vqrdmlahq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x2_t) -> int32x4_t 【】
    889  pub unsafe fn vqrdmlahq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    890  pub unsafe fn vqrdmlahh_lane_s16<const LANE: i32>(a: i16, b: i16, c: int16x4_t) -> i16 【】
    891  pub unsafe fn vqrdmlahh_laneq_s16<const LANE: i32>(a: i16, b: i16, c: int16x8_t) -> i16 【】
    892  pub unsafe fn vqrdmlahs_lane_s32<const LANE: i32>(a: i32, b: i32, c: int32x2_t) -> i32 【】
    893  pub unsafe fn vqrdmlahs_laneq_s32<const LANE: i32>(a: i32, b: i32, c: int32x4_t) -> i32 【】
    894  pub unsafe fn vqrdmlsh_s16(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    895  pub unsafe fn vqrdmlshq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    896  pub unsafe fn vqrdmlsh_s32(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    897  pub unsafe fn vqrdmlshq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    898  pub unsafe fn vqrdmlshh_s16(a: i16, b: i16, c: i16) -> i16 【】
    899  pub unsafe fn vqrdmlshs_s32(a: i32, b: i32, c: i32) -> i32 【】
    900  pub unsafe fn vqrdmlsh_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    901  pub unsafe fn vqrdmlsh_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x8_t) -> int16x4_t 【】
    902  pub unsafe fn vqrdmlshq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x4_t) -> int16x8_t 【】
    903  pub unsafe fn vqrdmlshq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    904  pub unsafe fn vqrdmlsh_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    905  pub unsafe fn vqrdmlsh_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x4_t) -> int32x2_t 【】
    906  pub unsafe fn vqrdmlshq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x2_t) -> int32x4_t 【】
    907  pub unsafe fn vqrdmlshq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    908  pub unsafe fn vqrdmlshh_lane_s16<const LANE: i32>(a: i16, b: i16, c: int16x4_t) -> i16 【】
    909  pub unsafe fn vqrdmlshh_laneq_s16<const LANE: i32>(a: i16, b: i16, c: int16x8_t) -> i16 【】
    910  pub unsafe fn vqrdmlshs_lane_s32<const LANE: i32>(a: i32, b: i32, c: int32x2_t) -> i32 【】
    911  pub unsafe fn vqrdmlshs_laneq_s32<const LANE: i32>(a: i32, b: i32, c: int32x4_t) -> i32 【】
    912  pub unsafe fn vqrshls_s32(a: i32, b: i32) -> i32 【】
    913  pub unsafe fn vqrshld_s64(a: i64, b: i64) -> i64 【】
    914  pub unsafe fn vqrshlb_s8(a: i8, b: i8) -> i8 【】
    915  pub unsafe fn vqrshlh_s16(a: i16, b: i16) -> i16 【】
    916  pub unsafe fn vqrshls_u32(a: u32, b: i32) -> u32 【】
    917  pub unsafe fn vqrshld_u64(a: u64, b: i64) -> u64 【】
    918  pub unsafe fn vqrshlb_u8(a: u8, b: i8) -> u8 【】
    919  pub unsafe fn vqrshlh_u16(a: u16, b: i16) -> u16 【】
    920  pub unsafe fn vqrshrnh_n_s16<const N: i32>(a: i16) -> i8 【】
    921  pub unsafe fn vqrshrns_n_s32<const N: i32>(a: i32) -> i16 【】
    922  pub unsafe fn vqrshrnd_n_s64<const N: i32>(a: i64) -> i32 【】
    923  pub unsafe fn vqrshrn_high_n_s16<const N: i32>(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    924  pub unsafe fn vqrshrn_high_n_s32<const N: i32>(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    925  pub unsafe fn vqrshrn_high_n_s64<const N: i32>(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    926  pub unsafe fn vqrshrnh_n_u16<const N: i32>(a: u16) -> u8 【】
    927  pub unsafe fn vqrshrns_n_u32<const N: i32>(a: u32) -> u16 【】
    928  pub unsafe fn vqrshrnd_n_u64<const N: i32>(a: u64) -> u32 【】
    929  pub unsafe fn vqrshrn_high_n_u16<const N: i32>(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    930  pub unsafe fn vqrshrn_high_n_u32<const N: i32>(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    931  pub unsafe fn vqrshrn_high_n_u64<const N: i32>(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    932  pub unsafe fn vqrshrunh_n_s16<const N: i32>(a: i16) -> u8 【】
    933  pub unsafe fn vqrshruns_n_s32<const N: i32>(a: i32) -> u16 【】
    934  pub unsafe fn vqrshrund_n_s64<const N: i32>(a: i64) -> u32 【】
    935  pub unsafe fn vqrshrun_high_n_s16<const N: i32>(a: uint8x8_t, b: int16x8_t) -> uint8x16_t 【】
    936  pub unsafe fn vqrshrun_high_n_s32<const N: i32>(a: uint16x4_t, b: int32x4_t) -> uint16x8_t 【】
    937  pub unsafe fn vqrshrun_high_n_s64<const N: i32>(a: uint32x2_t, b: int64x2_t) -> uint32x4_t 【】
    938  pub unsafe fn vqshld_s64(a: i64, b: i64) -> i64 【】
    939  pub unsafe fn vqshlb_s8(a: i8, b: i8) -> i8 【】
    940  pub unsafe fn vqshlh_s16(a: i16, b: i16) -> i16 【】
    941  pub unsafe fn vqshls_s32(a: i32, b: i32) -> i32 【】
    942  pub unsafe fn vqshld_u64(a: u64, b: i64) -> u64 【】
    943  pub unsafe fn vqshlb_u8(a: u8, b: i8) -> u8 【】
    944  pub unsafe fn vqshlh_u16(a: u16, b: i16) -> u16 【】
    945  pub unsafe fn vqshls_u32(a: u32, b: i32) -> u32 【】
    946  pub unsafe fn vqshlb_n_s8<const N: i32>(a: i8) -> i8 【】
    947  pub unsafe fn vqshlh_n_s16<const N: i32>(a: i16) -> i16 【】
    948  pub unsafe fn vqshls_n_s32<const N: i32>(a: i32) -> i32 【】
    949  pub unsafe fn vqshld_n_s64<const N: i32>(a: i64) -> i64 【】
    950  pub unsafe fn vqshlb_n_u8<const N: i32>(a: u8) -> u8 【】
    951  pub unsafe fn vqshlh_n_u16<const N: i32>(a: u16) -> u16 【】
    952  pub unsafe fn vqshls_n_u32<const N: i32>(a: u32) -> u32 【】
    953  pub unsafe fn vqshld_n_u64<const N: i32>(a: u64) -> u64 【】
    954  pub unsafe fn vqshlub_n_s8<const N: i32>(a: i8) -> u8 【】
    955  pub unsafe fn vqshluh_n_s16<const N: i32>(a: i16) -> u16 【】
    956  pub unsafe fn vqshlus_n_s32<const N: i32>(a: i32) -> u32 【】
    957  pub unsafe fn vqshlud_n_s64<const N: i32>(a: i64) -> u64 【】
    958  pub unsafe fn vqshrnd_n_s64<const N: i32>(a: i64) -> i32 【】
    959  pub unsafe fn vqshrnh_n_s16<const N: i32>(a: i16) -> i8 【】
    960  pub unsafe fn vqshrns_n_s32<const N: i32>(a: i32) -> i16 【】
    961  pub unsafe fn vqshrn_high_n_s16<const N: i32>(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    962  pub unsafe fn vqshrn_high_n_s32<const N: i32>(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    963  pub unsafe fn vqshrn_high_n_s64<const N: i32>(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    964  pub unsafe fn vqshrnd_n_u64<const N: i32>(a: u64) -> u32 【】
    965  pub unsafe fn vqshrnh_n_u16<const N: i32>(a: u16) -> u8 【】
    966  pub unsafe fn vqshrns_n_u32<const N: i32>(a: u32) -> u16 【】
    967  pub unsafe fn vqshrn_high_n_u16<const N: i32>(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    968  pub unsafe fn vqshrn_high_n_u32<const N: i32>(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    969  pub unsafe fn vqshrn_high_n_u64<const N: i32>(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    970  pub unsafe fn vqshrunh_n_s16<const N: i32>(a: i16) -> u8 【】
    971  pub unsafe fn vqshruns_n_s32<const N: i32>(a: i32) -> u16 【】
    972  pub unsafe fn vqshrund_n_s64<const N: i32>(a: i64) -> u32 【】
    973  pub unsafe fn vqshrun_high_n_s16<const N: i32>(a: uint8x8_t, b: int16x8_t) -> uint8x16_t 【】
    974  pub unsafe fn vqshrun_high_n_s32<const N: i32>(a: uint16x4_t, b: int32x4_t) -> uint16x8_t 【】
    975  pub unsafe fn vqshrun_high_n_s64<const N: i32>(a: uint32x2_t, b: int64x2_t) -> uint32x4_t 【】
    976  pub unsafe fn vsqaddb_u8(a: u8, b: i8) -> u8 【】
    977  pub unsafe fn vsqaddh_u16(a: u16, b: i16) -> u16 【】
    978  pub unsafe fn vsqadds_u32(a: u32, b: i32) -> u32 【】
    979  pub unsafe fn vsqaddd_u64(a: u64, b: i64) -> u64 【】
    980  pub unsafe fn vsqrt_f32(a: float32x2_t) -> float32x2_t 【】
    981  pub unsafe fn vsqrtq_f32(a: float32x4_t) -> float32x4_t 【】
    982  pub unsafe fn vsqrt_f64(a: float64x1_t) -> float64x1_t 【】
    983  pub unsafe fn vsqrtq_f64(a: float64x2_t) -> float64x2_t 【】
    984  pub unsafe fn vrsqrte_f64(a: float64x1_t) -> float64x1_t 【】
    985  pub unsafe fn vrsqrteq_f64(a: float64x2_t) -> float64x2_t 【】
    986  pub unsafe fn vrsqrtes_f32(a: f32) -> f32 【】
    987  pub unsafe fn vrsqrted_f64(a: f64) -> f64 【】
    988  pub unsafe fn vrsqrts_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    989  pub unsafe fn vrsqrtsq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    990  pub unsafe fn vrsqrtss_f32(a: f32, b: f32) -> f32 【】
    991  pub unsafe fn vrsqrtsd_f64(a: f64, b: f64) -> f64 【】
    992  pub unsafe fn vrecpe_f64(a: float64x1_t) -> float64x1_t 【】
    993  pub unsafe fn vrecpeq_f64(a: float64x2_t) -> float64x2_t 【】
    994  pub unsafe fn vrecpes_f32(a: f32) -> f32 【】
    995  pub unsafe fn vrecped_f64(a: f64) -> f64 【】
    996  pub unsafe fn vrecps_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    997  pub unsafe fn vrecpsq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    998  pub unsafe fn vrecpss_f32(a: f32, b: f32) -> f32 【】
    999  pub unsafe fn vrecpsd_f64(a: f64, b: f64) -> f64 【】
    1000  pub unsafe fn vrecpxs_f32(a: f32) -> f32 【】
    1001  pub unsafe fn vrecpxd_f64(a: f64) -> f64 【】
    1002  pub unsafe fn vreinterpret_s64_p64(a: poly64x1_t) -> int64x1_t 【】
    1003  pub unsafe fn vreinterpret_u64_p64(a: poly64x1_t) -> uint64x1_t 【】
    1004  pub unsafe fn vreinterpret_p64_s64(a: int64x1_t) -> poly64x1_t 【】
    1005  pub unsafe fn vreinterpret_p64_u64(a: uint64x1_t) -> poly64x1_t 【】
    1006  pub unsafe fn vreinterpretq_s64_p64(a: poly64x2_t) -> int64x2_t 【】
    1007  pub unsafe fn vreinterpretq_u64_p64(a: poly64x2_t) -> uint64x2_t 【】
    1008  pub unsafe fn vreinterpretq_p64_s64(a: int64x2_t) -> poly64x2_t 【】
    1009  pub unsafe fn vreinterpretq_p64_u64(a: uint64x2_t) -> poly64x2_t 【】
    1010  pub unsafe fn vreinterpret_s8_f64(a: float64x1_t) -> int8x8_t 【】
    1011  pub unsafe fn vreinterpret_s16_f64(a: float64x1_t) -> int16x4_t 【】
    1012  pub unsafe fn vreinterpret_s32_f64(a: float64x1_t) -> int32x2_t 【】
    1013  pub unsafe fn vreinterpret_s64_f64(a: float64x1_t) -> int64x1_t 【】
    1014  pub unsafe fn vreinterpretq_s8_f64(a: float64x2_t) -> int8x16_t 【】
    1015  pub unsafe fn vreinterpretq_s16_f64(a: float64x2_t) -> int16x8_t 【】
    1016  pub unsafe fn vreinterpretq_s32_f64(a: float64x2_t) -> int32x4_t 【】
    1017  pub unsafe fn vreinterpretq_s64_f64(a: float64x2_t) -> int64x2_t 【】
    1018  pub unsafe fn vreinterpret_u8_f64(a: float64x1_t) -> uint8x8_t 【】
    1019  pub unsafe fn vreinterpret_u16_f64(a: float64x1_t) -> uint16x4_t 【】
    1020  pub unsafe fn vreinterpret_u32_f64(a: float64x1_t) -> uint32x2_t 【】
    1021  pub unsafe fn vreinterpret_u64_f64(a: float64x1_t) -> uint64x1_t 【】
    1022  pub unsafe fn vreinterpretq_u8_f64(a: float64x2_t) -> uint8x16_t 【】
    1023  pub unsafe fn vreinterpretq_u16_f64(a: float64x2_t) -> uint16x8_t 【】
    1024  pub unsafe fn vreinterpretq_u32_f64(a: float64x2_t) -> uint32x4_t 【】
    1025  pub unsafe fn vreinterpretq_u64_f64(a: float64x2_t) -> uint64x2_t 【】
    1026  pub unsafe fn vreinterpret_p8_f64(a: float64x1_t) -> poly8x8_t 【】
    1027  pub unsafe fn vreinterpret_p16_f64(a: float64x1_t) -> poly16x4_t 【】
    1028  pub unsafe fn vreinterpret_p64_f32(a: float32x2_t) -> poly64x1_t 【】
    1029  pub unsafe fn vreinterpret_p64_f64(a: float64x1_t) -> poly64x1_t 【】
    1030  pub unsafe fn vreinterpretq_p8_f64(a: float64x2_t) -> poly8x16_t 【】
    1031  pub unsafe fn vreinterpretq_p16_f64(a: float64x2_t) -> poly16x8_t 【】
    1032  pub unsafe fn vreinterpretq_p64_f32(a: float32x4_t) -> poly64x2_t 【】
    1033  pub unsafe fn vreinterpretq_p64_f64(a: float64x2_t) -> poly64x2_t 【】
    1034  pub unsafe fn vreinterpretq_p128_f64(a: float64x2_t) -> p128 【】
    1035  pub unsafe fn vreinterpret_f64_s8(a: int8x8_t) -> float64x1_t 【】
    1036  pub unsafe fn vreinterpret_f64_s16(a: int16x4_t) -> float64x1_t 【】
    1037  pub unsafe fn vreinterpret_f64_s32(a: int32x2_t) -> float64x1_t 【】
    1038  pub unsafe fn vreinterpret_f64_s64(a: int64x1_t) -> float64x1_t 【】
    1039  pub unsafe fn vreinterpretq_f64_s8(a: int8x16_t) -> float64x2_t 【】
    1040  pub unsafe fn vreinterpretq_f64_s16(a: int16x8_t) -> float64x2_t 【】
    1041  pub unsafe fn vreinterpretq_f64_s32(a: int32x4_t) -> float64x2_t 【】
    1042  pub unsafe fn vreinterpretq_f64_s64(a: int64x2_t) -> float64x2_t 【】
    1043  pub unsafe fn vreinterpret_f64_p8(a: poly8x8_t) -> float64x1_t 【】
    1044  pub unsafe fn vreinterpret_f64_u16(a: uint16x4_t) -> float64x1_t 【】
    1045  pub unsafe fn vreinterpret_f64_u32(a: uint32x2_t) -> float64x1_t 【】
    1046  pub unsafe fn vreinterpret_f64_u64(a: uint64x1_t) -> float64x1_t 【】
    1047  pub unsafe fn vreinterpretq_f64_p8(a: poly8x16_t) -> float64x2_t 【】
    1048  pub unsafe fn vreinterpretq_f64_u16(a: uint16x8_t) -> float64x2_t 【】
    1049  pub unsafe fn vreinterpretq_f64_u32(a: uint32x4_t) -> float64x2_t 【】
    1050  pub unsafe fn vreinterpretq_f64_u64(a: uint64x2_t) -> float64x2_t 【】
    1051  pub unsafe fn vreinterpret_f64_u8(a: uint8x8_t) -> float64x1_t 【】
    1052  pub unsafe fn vreinterpret_f64_p16(a: poly16x4_t) -> float64x1_t 【】
    1053  pub unsafe fn vreinterpret_f64_p64(a: poly64x1_t) -> float64x1_t 【】
    1054  pub unsafe fn vreinterpret_f32_p64(a: poly64x1_t) -> float32x2_t 【】
    1055  pub unsafe fn vreinterpretq_f64_u8(a: uint8x16_t) -> float64x2_t 【】
    1056  pub unsafe fn vreinterpretq_f64_p16(a: poly16x8_t) -> float64x2_t 【】
    1057  pub unsafe fn vreinterpretq_f64_p64(a: poly64x2_t) -> float64x2_t 【】
    1058  pub unsafe fn vreinterpretq_f32_p64(a: poly64x2_t) -> float32x4_t 【】
    1059  pub unsafe fn vreinterpretq_f64_p128(a: p128) -> float64x2_t 【】
    1060  pub unsafe fn vreinterpret_f64_f32(a: float32x2_t) -> float64x1_t 【】
    1061  pub unsafe fn vreinterpret_f32_f64(a: float64x1_t) -> float32x2_t 【】
    1062  pub unsafe fn vreinterpretq_f64_f32(a: float32x4_t) -> float64x2_t 【】
    1063  pub unsafe fn vreinterpretq_f32_f64(a: float64x2_t) -> float32x4_t 【】
    1064  pub unsafe fn vrshld_s64(a: i64, b: i64) -> i64 【】
    1065  pub unsafe fn vrshld_u64(a: u64, b: i64) -> u64 【】
    1066  pub unsafe fn vrshrd_n_s64<const N: i32>(a: i64) -> i64 【】
    1067  pub unsafe fn vrshrd_n_u64<const N: i32>(a: u64) -> u64 【】
    1068  pub unsafe fn vrshrn_high_n_s16<const N: i32>(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    1069  pub unsafe fn vrshrn_high_n_s32<const N: i32>(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    1070  pub unsafe fn vrshrn_high_n_s64<const N: i32>(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    1071  pub unsafe fn vrshrn_high_n_u16<const N: i32>(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    1072  pub unsafe fn vrshrn_high_n_u32<const N: i32>(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    1073  pub unsafe fn vrshrn_high_n_u64<const N: i32>(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    1074  pub unsafe fn vrsrad_n_s64<const N: i32>(a: i64, b: i64) -> i64 【】
    1075  pub unsafe fn vrsrad_n_u64<const N: i32>(a: u64, b: u64) -> u64 【】
    1076  pub unsafe fn vrsubhn_high_s16(a: int8x8_t, b: int16x8_t, c: int16x8_t) -> int8x16_t 【】
    1077  pub unsafe fn vrsubhn_high_s32(a: int16x4_t, b: int32x4_t, c: int32x4_t) -> int16x8_t 【】
    1078  pub unsafe fn vrsubhn_high_s64(a: int32x2_t, b: int64x2_t, c: int64x2_t) -> int32x4_t 【】
    1079  pub unsafe fn vrsubhn_high_u16(a: uint8x8_t, b: uint16x8_t, c: uint16x8_t) -> uint8x16_t 【】
    1080  pub unsafe fn vrsubhn_high_u32(a: uint16x4_t, b: uint32x4_t, c: uint32x4_t) -> uint16x8_t 【】
    1081  pub unsafe fn vrsubhn_high_u64(a: uint32x2_t, b: uint64x2_t, c: uint64x2_t) -> uint32x4_t 【】
    1082  pub unsafe fn vset_lane_f64<const LANE: i32>(a: f64, b: float64x1_t) -> float64x1_t 【】
    1083  pub unsafe fn vsetq_lane_f64<const LANE: i32>(a: f64, b: float64x2_t) -> float64x2_t 【】
    1084  pub unsafe fn vshld_s64(a: i64, b: i64) -> i64 【】
    1085  pub unsafe fn vshld_u64(a: u64, b: i64) -> u64 【】
    1086  pub unsafe fn vshll_high_n_s8<const N: i32>(a: int8x16_t) -> int16x8_t 【】
    1087  pub unsafe fn vshll_high_n_s16<const N: i32>(a: int16x8_t) -> int32x4_t 【】
    1088  pub unsafe fn vshll_high_n_s32<const N: i32>(a: int32x4_t) -> int64x2_t 【】
    1089  pub unsafe fn vshll_high_n_u8<const N: i32>(a: uint8x16_t) -> uint16x8_t 【】
    1090  pub unsafe fn vshll_high_n_u16<const N: i32>(a: uint16x8_t) -> uint32x4_t 【】
    1091  pub unsafe fn vshll_high_n_u32<const N: i32>(a: uint32x4_t) -> uint64x2_t 【】
    1092  pub unsafe fn vshrn_high_n_s16<const N: i32>(a: int8x8_t, b: int16x8_t) -> int8x16_t 【】
    1093  pub unsafe fn vshrn_high_n_s32<const N: i32>(a: int16x4_t, b: int32x4_t) -> int16x8_t 【】
    1094  pub unsafe fn vshrn_high_n_s64<const N: i32>(a: int32x2_t, b: int64x2_t) -> int32x4_t 【】
    1095  pub unsafe fn vshrn_high_n_u16<const N: i32>(a: uint8x8_t, b: uint16x8_t) -> uint8x16_t 【】
    1096  pub unsafe fn vshrn_high_n_u32<const N: i32>(a: uint16x4_t, b: uint32x4_t) -> uint16x8_t 【】
    1097  pub unsafe fn vshrn_high_n_u64<const N: i32>(a: uint32x2_t, b: uint64x2_t) -> uint32x4_t 【】
    1098  pub unsafe fn vsm3partw1q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    1099  pub unsafe fn vsm3partw2q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    1100  pub unsafe fn vsm3ss1q_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    1101  pub unsafe fn vsm4ekeyq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1102  pub unsafe fn vsm4eq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1103  pub unsafe fn vrax1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1104  pub unsafe fn vsha512hq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    1105  pub unsafe fn vsha512h2q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    1106  pub unsafe fn vsha512su0q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1107  pub unsafe fn vsha512su1q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    1108  pub unsafe fn vrnd32x_f32(a: float32x2_t) -> float32x2_t 【】
    1109  pub unsafe fn vrnd32xq_f32(a: float32x4_t) -> float32x4_t 【】
    1110  pub unsafe fn vrnd32z_f32(a: float32x2_t) -> float32x2_t 【】
    1111  pub unsafe fn vrnd32zq_f32(a: float32x4_t) -> float32x4_t 【】
    1112  pub unsafe fn vrnd64x_f32(a: float32x2_t) -> float32x2_t 【】
    1113  pub unsafe fn vrnd64xq_f32(a: float32x4_t) -> float32x4_t 【】
    1114  pub unsafe fn vrnd64z_f32(a: float32x2_t) -> float32x2_t 【】
    1115  pub unsafe fn vrnd64zq_f32(a: float32x4_t) -> float32x4_t 【】
    1116  pub unsafe fn vtrn1_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1117  pub unsafe fn vtrn1q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1118  pub unsafe fn vtrn1_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1119  pub unsafe fn vtrn1q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1120  pub unsafe fn vtrn1q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1121  pub unsafe fn vtrn1_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1122  pub unsafe fn vtrn1q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1123  pub unsafe fn vtrn1_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1124  pub unsafe fn vtrn1q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1125  pub unsafe fn vtrn1q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1126  pub unsafe fn vtrn1_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1127  pub unsafe fn vtrn1q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1128  pub unsafe fn vtrn1_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1129  pub unsafe fn vtrn1q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1130  pub unsafe fn vtrn1_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1131  pub unsafe fn vtrn1q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1132  pub unsafe fn vtrn1_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1133  pub unsafe fn vtrn1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1134  pub unsafe fn vtrn1q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1135  pub unsafe fn vtrn1q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1136  pub unsafe fn vtrn1_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1137  pub unsafe fn vtrn1q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1138  pub unsafe fn vtrn2_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1139  pub unsafe fn vtrn2q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1140  pub unsafe fn vtrn2_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1141  pub unsafe fn vtrn2q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1142  pub unsafe fn vtrn2q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1143  pub unsafe fn vtrn2_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1144  pub unsafe fn vtrn2q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1145  pub unsafe fn vtrn2_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1146  pub unsafe fn vtrn2q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1147  pub unsafe fn vtrn2q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1148  pub unsafe fn vtrn2_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1149  pub unsafe fn vtrn2q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1150  pub unsafe fn vtrn2_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1151  pub unsafe fn vtrn2q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1152  pub unsafe fn vtrn2_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1153  pub unsafe fn vtrn2q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1154  pub unsafe fn vtrn2_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1155  pub unsafe fn vtrn2q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1156  pub unsafe fn vtrn2q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1157  pub unsafe fn vtrn2q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1158  pub unsafe fn vtrn2_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1159  pub unsafe fn vtrn2q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1160  pub unsafe fn vzip1_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1161  pub unsafe fn vzip1q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1162  pub unsafe fn vzip1_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1163  pub unsafe fn vzip1q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1164  pub unsafe fn vzip1_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1165  pub unsafe fn vzip1q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1166  pub unsafe fn vzip1q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1167  pub unsafe fn vzip1_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1168  pub unsafe fn vzip1q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1169  pub unsafe fn vzip1_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1170  pub unsafe fn vzip1q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1171  pub unsafe fn vzip1_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1172  pub unsafe fn vzip1q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1173  pub unsafe fn vzip1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1174  pub unsafe fn vzip1_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1175  pub unsafe fn vzip1q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1176  pub unsafe fn vzip1_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1177  pub unsafe fn vzip1q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1178  pub unsafe fn vzip1q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1179  pub unsafe fn vzip1_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1180  pub unsafe fn vzip1q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1181  pub unsafe fn vzip1q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1182  pub unsafe fn vzip2_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1183  pub unsafe fn vzip2q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1184  pub unsafe fn vzip2_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1185  pub unsafe fn vzip2q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1186  pub unsafe fn vzip2_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1187  pub unsafe fn vzip2q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1188  pub unsafe fn vzip2q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1189  pub unsafe fn vzip2_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1190  pub unsafe fn vzip2q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1191  pub unsafe fn vzip2_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1192  pub unsafe fn vzip2q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1193  pub unsafe fn vzip2_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1194  pub unsafe fn vzip2q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1195  pub unsafe fn vzip2q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1196  pub unsafe fn vzip2_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1197  pub unsafe fn vzip2q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1198  pub unsafe fn vzip2_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1199  pub unsafe fn vzip2q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1200  pub unsafe fn vzip2q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1201  pub unsafe fn vzip2_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1202  pub unsafe fn vzip2q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1203  pub unsafe fn vzip2q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1204  pub unsafe fn vuzp1_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1205  pub unsafe fn vuzp1q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1206  pub unsafe fn vuzp1_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1207  pub unsafe fn vuzp1q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1208  pub unsafe fn vuzp1q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1209  pub unsafe fn vuzp1_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1210  pub unsafe fn vuzp1q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1211  pub unsafe fn vuzp1_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1212  pub unsafe fn vuzp1q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1213  pub unsafe fn vuzp1q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1214  pub unsafe fn vuzp1_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1215  pub unsafe fn vuzp1q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1216  pub unsafe fn vuzp1_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1217  pub unsafe fn vuzp1q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1218  pub unsafe fn vuzp1_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1219  pub unsafe fn vuzp1q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1220  pub unsafe fn vuzp1_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1221  pub unsafe fn vuzp1q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1222  pub unsafe fn vuzp1q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1223  pub unsafe fn vuzp1q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1224  pub unsafe fn vuzp1_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1225  pub unsafe fn vuzp1q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1226  pub unsafe fn vuzp2_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1227  pub unsafe fn vuzp2q_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1228  pub unsafe fn vuzp2_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1229  pub unsafe fn vuzp2q_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1230  pub unsafe fn vuzp2q_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1231  pub unsafe fn vuzp2_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1232  pub unsafe fn vuzp2q_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1233  pub unsafe fn vuzp2_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1234  pub unsafe fn vuzp2q_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1235  pub unsafe fn vuzp2q_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1236  pub unsafe fn vuzp2_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1237  pub unsafe fn vuzp2q_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1238  pub unsafe fn vuzp2_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1239  pub unsafe fn vuzp2q_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1240  pub unsafe fn vuzp2_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1241  pub unsafe fn vuzp2q_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1242  pub unsafe fn vuzp2_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1243  pub unsafe fn vuzp2q_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1244  pub unsafe fn vuzp2q_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1245  pub unsafe fn vuzp2q_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1246  pub unsafe fn vuzp2_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1247  pub unsafe fn vuzp2q_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    1248  pub unsafe fn vabal_high_u8(a: uint16x8_t, b: uint8x16_t, c: uint8x16_t) -> uint16x8_t 【】
    1249  pub unsafe fn vabal_high_u16(a: uint32x4_t, b: uint16x8_t, c: uint16x8_t) -> uint32x4_t 【】
    1250  pub unsafe fn vabal_high_u32(a: uint64x2_t, b: uint32x4_t, c: uint32x4_t) -> uint64x2_t 【】
    1251  pub unsafe fn vabal_high_s8(a: int16x8_t, b: int8x16_t, c: int8x16_t) -> int16x8_t 【】
    1252  pub unsafe fn vabal_high_s16(a: int32x4_t, b: int16x8_t, c: int16x8_t) -> int32x4_t 【】
    1253  pub unsafe fn vabal_high_s32(a: int64x2_t, b: int32x4_t, c: int32x4_t) -> int64x2_t 【】
    1254  pub unsafe fn vqabs_s64(a: int64x1_t) -> int64x1_t 【】
    1255  pub unsafe fn vqabsq_s64(a: int64x2_t) -> int64x2_t 【】
    1256  pub unsafe fn vqabsb_s8(a: i8) -> i8 【】
    1257  pub unsafe fn vqabsh_s16(a: i16) -> i16 【】
    1258  pub unsafe fn vqabss_s32(a: i32) -> i32 【】
    1259  pub unsafe fn vqabsd_s64(a: i64) -> i64 【】
    1260  pub unsafe fn vslid_n_s64<const N: i32>(a: i64, b: i64) -> i64 【】
    1261  pub unsafe fn vslid_n_u64<const N: i32>(a: u64, b: u64) -> u64 【】
    1262  pub unsafe fn vsrid_n_s64<const N: i32>(a: i64, b: i64) -> i64 【】
    1263  pub unsafe fn vsrid_n_u64<const N: i32>(a: u64, b: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\neon\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn vcopy_lane_s64<const N1: i32, const N2: i32>(
    2  pub unsafe fn vcopy_lane_u64<const N1: i32, const N2: i32>(
    3  pub unsafe fn vcopy_lane_p64<const N1: i32, const N2: i32>(
    4  pub unsafe fn vcopy_lane_f64<const N1: i32, const N2: i32>(
    5  pub unsafe fn vcopy_laneq_s64<const LANE1: i32, const LANE2: i32>(
    6  pub unsafe fn vcopy_laneq_u64<const LANE1: i32, const LANE2: i32>(
    7  pub unsafe fn vcopy_laneq_p64<const LANE1: i32, const LANE2: i32>(
    8  pub unsafe fn vcopy_laneq_f64<const LANE1: i32, const LANE2: i32>(
    9  pub unsafe fn vld1_s8(ptr: *const i8) -> int8x8_t 【】
    10  pub unsafe fn vld1q_s8(ptr: *const i8) -> int8x16_t 【】
    11  pub unsafe fn vld1_s16(ptr: *const i16) -> int16x4_t 【】
    12  pub unsafe fn vld1q_s16(ptr: *const i16) -> int16x8_t 【】
    13  pub unsafe fn vld1_s32(ptr: *const i32) -> int32x2_t 【】
    14  pub unsafe fn vld1q_s32(ptr: *const i32) -> int32x4_t 【】
    15  pub unsafe fn vld1_s64(ptr: *const i64) -> int64x1_t 【】
    16  pub unsafe fn vld1q_s64(ptr: *const i64) -> int64x2_t 【】
    17  pub unsafe fn vld1_u8(ptr: *const u8) -> uint8x8_t 【】
    18  pub unsafe fn vld1q_u8(ptr: *const u8) -> uint8x16_t 【】
    19  pub unsafe fn vld1_u16(ptr: *const u16) -> uint16x4_t 【】
    20  pub unsafe fn vld1q_u16(ptr: *const u16) -> uint16x8_t 【】
    21  pub unsafe fn vld1_u32(ptr: *const u32) -> uint32x2_t 【】
    22  pub unsafe fn vld1q_u32(ptr: *const u32) -> uint32x4_t 【】
    23  pub unsafe fn vld1_u64(ptr: *const u64) -> uint64x1_t 【】
    24  pub unsafe fn vld1q_u64(ptr: *const u64) -> uint64x2_t 【】
    25  pub unsafe fn vld1_p8(ptr: *const p8) -> poly8x8_t 【】
    26  pub unsafe fn vld1q_p8(ptr: *const p8) -> poly8x16_t 【】
    27  pub unsafe fn vld1_p16(ptr: *const p16) -> poly16x4_t 【】
    28  pub unsafe fn vld1q_p16(ptr: *const p16) -> poly16x8_t 【】
    29  pub unsafe fn vld1_p64(ptr: *const p64) -> poly64x1_t 【】
    30  pub unsafe fn vld1q_p64(ptr: *const p64) -> poly64x2_t 【】
    31  pub unsafe fn vld1_f32(ptr: *const f32) -> float32x2_t 【】
    32  pub unsafe fn vld1q_f32(ptr: *const f32) -> float32x4_t 【】
    33  pub unsafe fn vld1_f64(ptr: *const f64) -> float64x1_t 【】
    34  pub unsafe fn vld1q_f64(ptr: *const f64) -> float64x2_t 【】
    35  pub unsafe fn vld1_dup_f64(ptr: *const f64) -> float64x1_t 【】
    36  pub unsafe fn vld1q_dup_f64(ptr: *const f64) -> float64x2_t 【】
    37  pub unsafe fn vld1_lane_f64<const LANE: i32>(ptr: *const f64, src: float64x1_t) -> float64x1_t 【】
    38  pub unsafe fn vld1q_lane_f64<const LANE: i32>(ptr: *const f64, src: float64x2_t) -> float64x2_t 【】
    39  pub unsafe fn vst1_s8(ptr: *mut i8, a: int8x8_t) 【】
    40  pub unsafe fn vst1q_s8(ptr: *mut i8, a: int8x16_t) 【】
    41  pub unsafe fn vst1_s16(ptr: *mut i16, a: int16x4_t) 【】
    42  pub unsafe fn vst1q_s16(ptr: *mut i16, a: int16x8_t) 【】
    43  pub unsafe fn vst1_s32(ptr: *mut i32, a: int32x2_t) 【】
    44  pub unsafe fn vst1q_s32(ptr: *mut i32, a: int32x4_t) 【】
    45  pub unsafe fn vst1_s64(ptr: *mut i64, a: int64x1_t) 【】
    46  pub unsafe fn vst1q_s64(ptr: *mut i64, a: int64x2_t) 【】
    47  pub unsafe fn vst1_u8(ptr: *mut u8, a: uint8x8_t) 【】
    48  pub unsafe fn vst1q_u8(ptr: *mut u8, a: uint8x16_t) 【】
    49  pub unsafe fn vst1_u16(ptr: *mut u16, a: uint16x4_t) 【】
    50  pub unsafe fn vst1q_u16(ptr: *mut u16, a: uint16x8_t) 【】
    51  pub unsafe fn vst1_u32(ptr: *mut u32, a: uint32x2_t) 【】
    52  pub unsafe fn vst1q_u32(ptr: *mut u32, a: uint32x4_t) 【】
    53  pub unsafe fn vst1_u64(ptr: *mut u64, a: uint64x1_t) 【】
    54  pub unsafe fn vst1q_u64(ptr: *mut u64, a: uint64x2_t) 【】
    55  pub unsafe fn vst1_p8(ptr: *mut p8, a: poly8x8_t) 【】
    56  pub unsafe fn vst1q_p8(ptr: *mut p8, a: poly8x16_t) 【】
    57  pub unsafe fn vst1_p16(ptr: *mut p16, a: poly16x4_t) 【】
    58  pub unsafe fn vst1q_p16(ptr: *mut p16, a: poly16x8_t) 【】
    59  pub unsafe fn vst1_p64(ptr: *mut p64, a: poly64x1_t) 【】
    60  pub unsafe fn vst1q_p64(ptr: *mut p64, a: poly64x2_t) 【】
    61  pub unsafe fn vst1_f32(ptr: *mut f32, a: float32x2_t) 【】
    62  pub unsafe fn vst1q_f32(ptr: *mut f32, a: float32x4_t) 【】
    63  pub unsafe fn vst1_f64(ptr: *mut f64, a: float64x1_t) 【】
    64  pub unsafe fn vst1q_f64(ptr: *mut f64, a: float64x2_t) 【】
    65  pub unsafe fn vabsd_s64(a: i64) -> i64 【】
    66  pub unsafe fn vabs_s64(a: int64x1_t) -> int64x1_t 【】
    67  pub unsafe fn vabsq_s64(a: int64x2_t) -> int64x2_t 【】
    68  pub unsafe fn vbsl_f64(a: uint64x1_t, b: float64x1_t, c: float64x1_t) -> float64x1_t 【】
    69  pub unsafe fn vbsl_p64(a: poly64x1_t, b: poly64x1_t, c: poly64x1_t) -> poly64x1_t 【】
    70  pub unsafe fn vbslq_f64(a: uint64x2_t, b: float64x2_t, c: float64x2_t) -> float64x2_t 【】
    71  pub unsafe fn vbslq_p64(a: poly64x2_t, b: poly64x2_t, c: poly64x2_t) -> poly64x2_t 【】
    72  pub unsafe fn vuqadd_s8(a: int8x8_t, b: uint8x8_t) -> int8x8_t 【】
    73  pub unsafe fn vuqaddq_s8(a: int8x16_t, b: uint8x16_t) -> int8x16_t 【】
    74  pub unsafe fn vuqadd_s16(a: int16x4_t, b: uint16x4_t) -> int16x4_t 【】
    75  pub unsafe fn vuqaddq_s16(a: int16x8_t, b: uint16x8_t) -> int16x8_t 【】
    76  pub unsafe fn vuqadd_s32(a: int32x2_t, b: uint32x2_t) -> int32x2_t 【】
    77  pub unsafe fn vuqaddq_s32(a: int32x4_t, b: uint32x4_t) -> int32x4_t 【】
    78  pub unsafe fn vuqadd_s64(a: int64x1_t, b: uint64x1_t) -> int64x1_t 【】
    79  pub unsafe fn vuqaddq_s64(a: int64x2_t, b: uint64x2_t) -> int64x2_t 【】
    80  pub unsafe fn vsqadd_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t 【】
    81  pub unsafe fn vsqaddq_u8(a: uint8x16_t, b: int8x16_t) -> uint8x16_t 【】
    82  pub unsafe fn vsqadd_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t 【】
    83  pub unsafe fn vsqaddq_u16(a: uint16x8_t, b: int16x8_t) -> uint16x8_t 【】
    84  pub unsafe fn vsqadd_u32(a: uint32x2_t, b: int32x2_t) -> uint32x2_t 【】
    85  pub unsafe fn vsqaddq_u32(a: uint32x4_t, b: int32x4_t) -> uint32x4_t 【】
    86  pub unsafe fn vsqadd_u64(a: uint64x1_t, b: int64x1_t) -> uint64x1_t 【】
    87  pub unsafe fn vsqaddq_u64(a: uint64x2_t, b: int64x2_t) -> uint64x2_t 【】
    88  pub unsafe fn vpaddq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    89  pub unsafe fn vpaddq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    90  pub unsafe fn vpaddq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    91  pub unsafe fn vpaddq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    92  pub unsafe fn vpaddq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    93  pub unsafe fn vpaddq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    94  pub unsafe fn vpaddq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    95  pub unsafe fn vpaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    96  pub unsafe fn vpaddd_s64(a: int64x2_t) -> i64 【】
    97  pub unsafe fn vpaddd_u64(a: uint64x2_t) -> u64 【】
    98  pub unsafe fn vaddv_s16(a: int16x4_t) -> i16 【】
    99  pub unsafe fn vaddv_s32(a: int32x2_t) -> i32 【】
    100  pub unsafe fn vaddv_s8(a: int8x8_t) -> i8 【】
    101  pub unsafe fn vaddv_u16(a: uint16x4_t) -> u16 【】
    102  pub unsafe fn vaddv_u32(a: uint32x2_t) -> u32 【】
    103  pub unsafe fn vaddv_u8(a: uint8x8_t) -> u8 【】
    104  pub unsafe fn vaddvq_s16(a: int16x8_t) -> i16 【】
    105  pub unsafe fn vaddvq_s32(a: int32x4_t) -> i32 【】
    106  pub unsafe fn vaddvq_s8(a: int8x16_t) -> i8 【】
    107  pub unsafe fn vaddvq_u16(a: uint16x8_t) -> u16 【】
    108  pub unsafe fn vaddvq_u32(a: uint32x4_t) -> u32 【】
    109  pub unsafe fn vaddvq_u8(a: uint8x16_t) -> u8 【】
    110  pub unsafe fn vaddvq_s64(a: int64x2_t) -> i64 【】
    111  pub unsafe fn vaddvq_u64(a: uint64x2_t) -> u64 【】
    112  pub unsafe fn vaddlv_s8(a: int8x8_t) -> i16 【】
    113  pub unsafe fn vaddlvq_s8(a: int8x16_t) -> i16 【】
    114  pub unsafe fn vaddlv_u8(a: uint8x8_t) -> u16 【】
    115  pub unsafe fn vaddlvq_u8(a: uint8x16_t) -> u16 【】
    116  pub unsafe fn vadd_f64(a: float64x1_t, b: float64x1_t) -> float64x1_t 【】
    117  pub unsafe fn vaddq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    118  pub unsafe fn vadd_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    119  pub unsafe fn vadd_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    120  pub unsafe fn vaddd_s64(a: i64, b: i64) -> i64 【】
    121  pub unsafe fn vaddd_u64(a: u64, b: u64) -> u64 【】
    122  pub unsafe fn vmaxv_s8(a: int8x8_t) -> i8 【】
    123  pub unsafe fn vmaxvq_s8(a: int8x16_t) -> i8 【】
    124  pub unsafe fn vmaxv_s16(a: int16x4_t) -> i16 【】
    125  pub unsafe fn vmaxvq_s16(a: int16x8_t) -> i16 【】
    126  pub unsafe fn vmaxv_s32(a: int32x2_t) -> i32 【】
    127  pub unsafe fn vmaxvq_s32(a: int32x4_t) -> i32 【】
    128  pub unsafe fn vmaxv_u8(a: uint8x8_t) -> u8 【】
    129  pub unsafe fn vmaxvq_u8(a: uint8x16_t) -> u8 【】
    130  pub unsafe fn vmaxv_u16(a: uint16x4_t) -> u16 【】
    131  pub unsafe fn vmaxvq_u16(a: uint16x8_t) -> u16 【】
    132  pub unsafe fn vmaxv_u32(a: uint32x2_t) -> u32 【】
    133  pub unsafe fn vmaxvq_u32(a: uint32x4_t) -> u32 【】
    134  pub unsafe fn vmaxv_f32(a: float32x2_t) -> f32 【】
    135  pub unsafe fn vmaxvq_f32(a: float32x4_t) -> f32 【】
    136  pub unsafe fn vmaxvq_f64(a: float64x2_t) -> f64 【】
    137  pub unsafe fn vminv_s8(a: int8x8_t) -> i8 【】
    138  pub unsafe fn vminvq_s8(a: int8x16_t) -> i8 【】
    139  pub unsafe fn vminv_s16(a: int16x4_t) -> i16 【】
    140  pub unsafe fn vminvq_s16(a: int16x8_t) -> i16 【】
    141  pub unsafe fn vminv_s32(a: int32x2_t) -> i32 【】
    142  pub unsafe fn vminvq_s32(a: int32x4_t) -> i32 【】
    143  pub unsafe fn vminv_u8(a: uint8x8_t) -> u8 【】
    144  pub unsafe fn vminvq_u8(a: uint8x16_t) -> u8 【】
    145  pub unsafe fn vminv_u16(a: uint16x4_t) -> u16 【】
    146  pub unsafe fn vminvq_u16(a: uint16x8_t) -> u16 【】
    147  pub unsafe fn vminv_u32(a: uint32x2_t) -> u32 【】
    148  pub unsafe fn vminvq_u32(a: uint32x4_t) -> u32 【】
    149  pub unsafe fn vminv_f32(a: float32x2_t) -> f32 【】
    150  pub unsafe fn vminvq_f32(a: float32x4_t) -> f32 【】
    151  pub unsafe fn vminvq_f64(a: float64x2_t) -> f64 【】
    152  pub unsafe fn vpminq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    153  pub unsafe fn vpminq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    154  pub unsafe fn vpminq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    155  pub unsafe fn vpminq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    156  pub unsafe fn vpminq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    157  pub unsafe fn vpminq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    158  pub unsafe fn vpminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    159  pub unsafe fn vpminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    160  pub unsafe fn vpmaxq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    161  pub unsafe fn vpmaxq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    162  pub unsafe fn vpmaxq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    163  pub unsafe fn vpmaxq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    164  pub unsafe fn vpmaxq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    165  pub unsafe fn vpmaxq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    166  pub unsafe fn vpmaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    167  pub unsafe fn vpmaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t 【】
    168  pub unsafe fn vext_p64<const N: i32>(a: poly64x1_t, _b: poly64x1_t) -> poly64x1_t 【】
    169  pub unsafe fn vext_f64<const N: i32>(a: float64x1_t, _b: float64x1_t) -> float64x1_t 【】
    170  pub unsafe fn vcombine_s8(low: int8x8_t, high: int8x8_t) -> int8x16_t 【】
    171  pub unsafe fn vcombine_s16(low: int16x4_t, high: int16x4_t) -> int16x8_t 【】
    172  pub unsafe fn vcombine_s32(low: int32x2_t, high: int32x2_t) -> int32x4_t 【】
    173  pub unsafe fn vcombine_s64(low: int64x1_t, high: int64x1_t) -> int64x2_t 【】
    174  pub unsafe fn vcombine_u8(low: uint8x8_t, high: uint8x8_t) -> uint8x16_t 【】
    175  pub unsafe fn vcombine_u16(low: uint16x4_t, high: uint16x4_t) -> uint16x8_t 【】
    176  pub unsafe fn vcombine_u32(low: uint32x2_t, high: uint32x2_t) -> uint32x4_t 【】
    177  pub unsafe fn vcombine_u64(low: uint64x1_t, high: uint64x1_t) -> uint64x2_t 【】
    178  pub unsafe fn vcombine_p64(low: poly64x1_t, high: poly64x1_t) -> poly64x2_t 【】
    179  pub unsafe fn vdup_n_p64(value: p64) -> poly64x1_t 【】
    180  pub unsafe fn vdup_n_f64(value: f64) -> float64x1_t 【】
    181  pub unsafe fn vdupq_n_p64(value: p64) -> poly64x2_t 【】
    182  pub unsafe fn vdupq_n_f64(value: f64) -> float64x2_t 【】
    183  pub unsafe fn vmov_n_p64(value: p64) -> poly64x1_t 【】
    184  pub unsafe fn vmov_n_f64(value: f64) -> float64x1_t 【】
    185  pub unsafe fn vmovq_n_p64(value: p64) -> poly64x2_t 【】
    186  pub unsafe fn vmovq_n_f64(value: f64) -> float64x2_t 【】
    187  pub unsafe fn vget_high_f64(a: float64x2_t) -> float64x1_t 【】
    188  pub unsafe fn vget_high_p64(a: poly64x2_t) -> poly64x1_t 【】
    189  pub unsafe fn vget_low_f64(a: float64x2_t) -> float64x1_t 【】
    190  pub unsafe fn vget_low_p64(a: poly64x2_t) -> poly64x1_t 【】
    191  pub unsafe fn vget_lane_f64<const IMM5: i32>(v: float64x1_t) -> f64 【】
    192  pub unsafe fn vgetq_lane_f64<const IMM5: i32>(v: float64x2_t) -> f64 【】
    193  pub unsafe fn vcombine_f16 ( low: float16x4_t,  high: float16x4_t) -> float16x8_t 【】
    194  pub unsafe fn vcombine_f32(low: float32x2_t, high: float32x2_t) -> float32x4_t 【】
    195  pub unsafe fn vcombine_p8(low: poly8x8_t, high: poly8x8_t) -> poly8x16_t 【】
    196  pub unsafe fn vcombine_p16(low: poly16x4_t, high: poly16x4_t) -> poly16x8_t 【】
    197  pub unsafe fn vcombine_f64(low: float64x1_t, high: float64x1_t) -> float64x2_t 【】
    198  pub unsafe fn vtbl1_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    199  pub unsafe fn vtbl1_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    200  pub unsafe fn vtbl1_p8(a: poly8x8_t, b: uint8x8_t) -> poly8x8_t 【】
    201  pub unsafe fn vtbl2_s8(a: int8x8x2_t, b: int8x8_t) -> int8x8_t 【】
    202  pub unsafe fn vtbl2_u8(a: uint8x8x2_t, b: uint8x8_t) -> uint8x8_t 【】
    203  pub unsafe fn vtbl2_p8(a: poly8x8x2_t, b: uint8x8_t) -> poly8x8_t 【】
    204  pub unsafe fn vtbl3_s8(a: int8x8x3_t, b: int8x8_t) -> int8x8_t 【】
    205  pub unsafe fn vtbl3_u8(a: uint8x8x3_t, b: uint8x8_t) -> uint8x8_t 【】
    206  pub unsafe fn vtbl3_p8(a: poly8x8x3_t, b: uint8x8_t) -> poly8x8_t 【】
    207  pub unsafe fn vtbl4_s8(a: int8x8x4_t, b: int8x8_t) -> int8x8_t 【】
    208  pub unsafe fn vtbl4_u8(a: uint8x8x4_t, b: uint8x8_t) -> uint8x8_t 【】
    209  pub unsafe fn vtbl4_p8(a: poly8x8x4_t, b: uint8x8_t) -> poly8x8_t 【】
    210  pub unsafe fn vtbx1_s8(a: int8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    211  pub unsafe fn vtbx1_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    212  pub unsafe fn vtbx1_p8(a: poly8x8_t, b: poly8x8_t, c: uint8x8_t) -> poly8x8_t 【】
    213  pub unsafe fn vtbx2_s8(a: int8x8_t, b: int8x8x2_t, c: int8x8_t) -> int8x8_t 【】
    214  pub unsafe fn vtbx2_u8(a: uint8x8_t, b: uint8x8x2_t, c: uint8x8_t) -> uint8x8_t 【】
    215  pub unsafe fn vtbx2_p8(a: poly8x8_t, b: poly8x8x2_t, c: uint8x8_t) -> poly8x8_t 【】
    216  pub unsafe fn vtbx3_s8(a: int8x8_t, b: int8x8x3_t, c: int8x8_t) -> int8x8_t 【】
    217  pub unsafe fn vtbx3_u8(a: uint8x8_t, b: uint8x8x3_t, c: uint8x8_t) -> uint8x8_t 【】
    218  pub unsafe fn vtbx3_p8(a: poly8x8_t, b: poly8x8x3_t, c: uint8x8_t) -> poly8x8_t 【】
    219  pub unsafe fn vtbx4_s8(a: int8x8_t, b: int8x8x4_t, c: int8x8_t) -> int8x8_t 【】
    220  pub unsafe fn vtbx4_u8(a: uint8x8_t, b: uint8x8x4_t, c: uint8x8_t) -> uint8x8_t 【】
    221  pub unsafe fn vtbx4_p8(a: poly8x8_t, b: poly8x8x4_t, c: uint8x8_t) -> poly8x8_t 【】
    222  pub unsafe fn vqtbl1_s8(t: int8x16_t, idx: uint8x8_t) -> int8x8_t 【】
    223  pub unsafe fn vqtbl1q_s8(t: int8x16_t, idx: uint8x16_t) -> int8x16_t 【】
    224  pub unsafe fn vqtbl1_u8(t: uint8x16_t, idx: uint8x8_t) -> uint8x8_t 【】
    225  pub unsafe fn vqtbl1q_u8(t: uint8x16_t, idx: uint8x16_t) -> uint8x16_t 【】
    226  pub unsafe fn vqtbl1_p8(t: poly8x16_t, idx: uint8x8_t) -> poly8x8_t 【】
    227  pub unsafe fn vqtbl1q_p8(t: poly8x16_t, idx: uint8x16_t) -> poly8x16_t 【】
    228  pub unsafe fn vqtbx1_s8(a: int8x8_t, t: int8x16_t, idx: uint8x8_t) -> int8x8_t 【】
    229  pub unsafe fn vqtbx1q_s8(a: int8x16_t, t: int8x16_t, idx: uint8x16_t) -> int8x16_t 【】
    230  pub unsafe fn vqtbx1_u8(a: uint8x8_t, t: uint8x16_t, idx: uint8x8_t) -> uint8x8_t 【】
    231  pub unsafe fn vqtbx1q_u8(a: uint8x16_t, t: uint8x16_t, idx: uint8x16_t) -> uint8x16_t 【】
    232  pub unsafe fn vqtbx1_p8(a: poly8x8_t, t: poly8x16_t, idx: uint8x8_t) -> poly8x8_t 【】
    233  pub unsafe fn vqtbx1q_p8(a: poly8x16_t, t: poly8x16_t, idx: uint8x16_t) -> poly8x16_t 【】
    234  pub unsafe fn vqtbl2_s8(t: int8x16x2_t, idx: uint8x8_t) -> int8x8_t 【】
    235  pub unsafe fn vqtbl2q_s8(t: int8x16x2_t, idx: uint8x16_t) -> int8x16_t 【】
    236  pub unsafe fn vqtbl2_u8(t: uint8x16x2_t, idx: uint8x8_t) -> uint8x8_t 【】
    237  pub unsafe fn vqtbl2q_u8(t: uint8x16x2_t, idx: uint8x16_t) -> uint8x16_t 【】
    238  pub unsafe fn vqtbl2_p8(t: poly8x16x2_t, idx: uint8x8_t) -> poly8x8_t 【】
    239  pub unsafe fn vqtbl2q_p8(t: poly8x16x2_t, idx: uint8x16_t) -> poly8x16_t 【】
    240  pub unsafe fn vqtbx2_s8(a: int8x8_t, t: int8x16x2_t, idx: uint8x8_t) -> int8x8_t 【】
    241  pub unsafe fn vqtbx2q_s8(a: int8x16_t, t: int8x16x2_t, idx: uint8x16_t) -> int8x16_t 【】
    242  pub unsafe fn vqtbx2_u8(a: uint8x8_t, t: uint8x16x2_t, idx: uint8x8_t) -> uint8x8_t 【】
    243  pub unsafe fn vqtbx2q_u8(a: uint8x16_t, t: uint8x16x2_t, idx: uint8x16_t) -> uint8x16_t 【】
    244  pub unsafe fn vqtbx2_p8(a: poly8x8_t, t: poly8x16x2_t, idx: uint8x8_t) -> poly8x8_t 【】
    245  pub unsafe fn vqtbx2q_p8(a: poly8x16_t, t: poly8x16x2_t, idx: uint8x16_t) -> poly8x16_t 【】
    246  pub unsafe fn vqtbl3_s8(t: int8x16x3_t, idx: uint8x8_t) -> int8x8_t 【】
    247  pub unsafe fn vqtbl3q_s8(t: int8x16x3_t, idx: uint8x16_t) -> int8x16_t 【】
    248  pub unsafe fn vqtbl3_u8(t: uint8x16x3_t, idx: uint8x8_t) -> uint8x8_t 【】
    249  pub unsafe fn vqtbl3q_u8(t: uint8x16x3_t, idx: uint8x16_t) -> uint8x16_t 【】
    250  pub unsafe fn vqtbl3_p8(t: poly8x16x3_t, idx: uint8x8_t) -> poly8x8_t 【】
    251  pub unsafe fn vqtbl3q_p8(t: poly8x16x3_t, idx: uint8x16_t) -> poly8x16_t 【】
    252  pub unsafe fn vqtbx3_s8(a: int8x8_t, t: int8x16x3_t, idx: uint8x8_t) -> int8x8_t 【】
    253  pub unsafe fn vqtbx3q_s8(a: int8x16_t, t: int8x16x3_t, idx: uint8x16_t) -> int8x16_t 【】
    254  pub unsafe fn vqtbx3_u8(a: uint8x8_t, t: uint8x16x3_t, idx: uint8x8_t) -> uint8x8_t 【】
    255  pub unsafe fn vqtbx3q_u8(a: uint8x16_t, t: uint8x16x3_t, idx: uint8x16_t) -> uint8x16_t 【】
    256  pub unsafe fn vqtbx3_p8(a: poly8x8_t, t: poly8x16x3_t, idx: uint8x8_t) -> poly8x8_t 【】
    257  pub unsafe fn vqtbx3q_p8(a: poly8x16_t, t: poly8x16x3_t, idx: uint8x16_t) -> poly8x16_t 【】
    258  pub unsafe fn vqtbl4_s8(t: int8x16x4_t, idx: uint8x8_t) -> int8x8_t 【】
    259  pub unsafe fn vqtbl4q_s8(t: int8x16x4_t, idx: uint8x16_t) -> int8x16_t 【】
    260  pub unsafe fn vqtbl4_u8(t: uint8x16x4_t, idx: uint8x8_t) -> uint8x8_t 【】
    261  pub unsafe fn vqtbl4q_u8(t: uint8x16x4_t, idx: uint8x16_t) -> uint8x16_t 【】
    262  pub unsafe fn vqtbl4_p8(t: poly8x16x4_t, idx: uint8x8_t) -> poly8x8_t 【】
    263  pub unsafe fn vqtbl4q_p8(t: poly8x16x4_t, idx: uint8x16_t) -> poly8x16_t 【】
    264  pub unsafe fn vqtbx4_s8(a: int8x8_t, t: int8x16x4_t, idx: uint8x8_t) -> int8x8_t 【】
    265  pub unsafe fn vqtbx4q_s8(a: int8x16_t, t: int8x16x4_t, idx: uint8x16_t) -> int8x16_t 【】
    266  pub unsafe fn vqtbx4_u8(a: uint8x8_t, t: uint8x16x4_t, idx: uint8x8_t) -> uint8x8_t 【】
    267  pub unsafe fn vqtbx4q_u8(a: uint8x16_t, t: uint8x16x4_t, idx: uint8x16_t) -> uint8x16_t 【】
    268  pub unsafe fn vqtbx4_p8(a: poly8x8_t, t: poly8x16x4_t, idx: uint8x8_t) -> poly8x8_t 【】
    269  pub unsafe fn vqtbx4q_p8(a: poly8x16_t, t: poly8x16x4_t, idx: uint8x16_t) -> poly8x16_t 【】
    270  pub unsafe fn vshld_n_s64<const N: i32>(a: i64) -> i64 【】
    271  pub unsafe fn vshld_n_u64<const N: i32>(a: u64) -> u64 【】
    272  pub unsafe fn vshrd_n_s64<const N: i32>(a: i64) -> i64 【】
    273  pub unsafe fn vshrd_n_u64<const N: i32>(a: u64) -> u64 【】
    274  pub unsafe fn vsrad_n_s64<const N: i32>(a: i64, b: i64) -> i64 【】
    275  pub unsafe fn vsrad_n_u64<const N: i32>(a: u64, b: u64) -> u64 【】
    276  pub unsafe fn vsli_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    277  pub unsafe fn vsliq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    278  pub unsafe fn vsli_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    279  pub unsafe fn vsliq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    280  pub unsafe fn vsli_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    281  pub unsafe fn vsliq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    282  pub unsafe fn vsli_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    283  pub unsafe fn vsliq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    284  pub unsafe fn vsli_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    285  pub unsafe fn vsliq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    286  pub unsafe fn vsli_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    287  pub unsafe fn vsliq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    288  pub unsafe fn vsli_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    289  pub unsafe fn vsliq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    290  pub unsafe fn vsli_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    291  pub unsafe fn vsliq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    292  pub unsafe fn vsli_n_p8<const N: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    293  pub unsafe fn vsliq_n_p8<const N: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    294  pub unsafe fn vsli_n_p16<const N: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    295  pub unsafe fn vsliq_n_p16<const N: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    296  pub unsafe fn vsli_n_p64<const N: i32>(a: poly64x1_t, b: poly64x1_t) -> poly64x1_t 【】
    297  pub unsafe fn vsliq_n_p64<const N: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    298  pub unsafe fn vsri_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    299  pub unsafe fn vsriq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    300  pub unsafe fn vsri_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    301  pub unsafe fn vsriq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    302  pub unsafe fn vsri_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    303  pub unsafe fn vsriq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    304  pub unsafe fn vsri_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    305  pub unsafe fn vsriq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    306  pub unsafe fn vsri_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    307  pub unsafe fn vsriq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    308  pub unsafe fn vsri_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    309  pub unsafe fn vsriq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    310  pub unsafe fn vsri_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    311  pub unsafe fn vsriq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    312  pub unsafe fn vsri_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    313  pub unsafe fn vsriq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    314  pub unsafe fn vsri_n_p8<const N: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    315  pub unsafe fn vsriq_n_p8<const N: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    316  pub unsafe fn vsri_n_p16<const N: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    317  pub unsafe fn vsriq_n_p16<const N: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    318  pub unsafe fn vsri_n_p64<const N: i32>(a: poly64x1_t, b: poly64x1_t) -> poly64x1_t 【】
    319  pub unsafe fn vsriq_n_p64<const N: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    320  pub unsafe fn vsm3tt1aq_u32<const IMM2: i32>(
    321  pub unsafe fn vsm3tt1bq_u32<const IMM2: i32>(
    322  pub unsafe fn vsm3tt2aq_u32<const IMM2: i32>(
    323  pub unsafe fn vsm3tt2bq_u32<const IMM2: i32>(
    324  pub unsafe fn vxarq_u64<const IMM6: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_vcombine 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\prefetch.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _prefetch<const RW: i32, const LOCALITY: i32>(p: *const i8) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\test_support.rs

    ═════════ pub fn 函数
    1  pub(crate) fn test<T, U, V, W, X>(
    2  pub(crate) fn $n(test_fun: fn($v, $v) -> $w, verify_fun: fn($t, $t) -> $u) 【】
    3  pub(crate) fn $id(val: $in_t) -> $out_t 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! V_u64 【】
    2  macro_rules! V_f64 【】
    3  macro_rules! to64 【】
    4  macro_rules! to128 【】
    5  macro_rules! gen_test_fn 【】
    6  macro_rules! gen_fill_fn 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\tme.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __tstart() -> u64 【】
    2  pub unsafe fn __tcommit() 【】
    3  pub unsafe fn __tcancel<const IMM16: u64>() 【】
    4  pub unsafe fn __ttest() -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\aarch64\v8.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _rev_u64(x: u64) -> u64 【】
    2  pub unsafe fn _clz_u64(x: u64) -> u64 【】
    3  pub unsafe fn _rbit_u64(x: u64) -> u64 【】
    4  pub unsafe fn _cls_u32(x: u32) -> u32 【】
    5  pub unsafe fn _cls_u64(x: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\armclang.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __breakpoint<const VAL: i32>() 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\dsp.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __smulbb(a: int16x2_t, b: int16x2_t) -> i32 【】
    2  pub unsafe fn __smultb(a: int16x2_t, b: int16x2_t) -> i32 【】
    3  pub unsafe fn __smulbt(a: int16x2_t, b: int16x2_t) -> i32 【】
    4  pub unsafe fn __smultt(a: int16x2_t, b: int16x2_t) -> i32 【】
    5  pub unsafe fn __smulwb(a: int16x2_t, b: i32) -> i32 【】
    6  pub unsafe fn __smulwt(a: int16x2_t, b: i32) -> i32 【】
    7  pub unsafe fn __qadd(a: i32, b: i32) -> i32 【】
    8  pub unsafe fn __qsub(a: i32, b: i32) -> i32 【】
    9  pub unsafe fn __qdbl(a: i32) -> i32 【】
    10  pub unsafe fn __smlabb(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    11  pub unsafe fn __smlabt(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    12  pub unsafe fn __smlatb(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    13  pub unsafe fn __smlatt(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    14  pub unsafe fn __smlawb(a: i32, b: int16x2_t, c: i32) -> i32 【】
    15  pub unsafe fn __smlawt(a: i32, b: int16x2_t, c: i32) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\ex.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __clrex() 【】
    2  pub unsafe fn __ldrexb(p: *const u8) -> u8 【】
    3  pub unsafe fn __ldrexh(p: *const u16) -> u16 【】
    4  pub unsafe fn __ldrex(p: *const u32) -> u32 【】
    5  pub unsafe fn __strexb(value: u32, addr: *mut u8) -> u32 【】
    6  pub unsafe fn __strexh(value: u16, addr: *mut u16) -> u32 【】
    7  pub unsafe fn __strex(value: u32, addr: *mut u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn udf() -> ! 【】
    2  pub unsafe fn __dbg<const IMM4: i32>() 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\neon.rs

    ═════════ pub fn 函数
    1  pub(crate) fn vpadal_s8_(a: int16x4_t, b: int8x8_t) -> int16x4_t;
    2  pub(crate) fn vpadal_s16_(a: int32x2_t, b: int16x4_t) -> int32x2_t;
    3  pub(crate) fn vpadal_s32_(a: int64x1_t, b: int32x2_t) -> int64x1_t;
    4  pub(crate) fn vpadalq_s8_(a: int16x8_t, b: int8x16_t) -> int16x8_t;
    5  pub(crate) fn vpadalq_s16_(a: int32x4_t, b: int16x8_t) -> int32x4_t;
    6  pub(crate) fn vpadalq_s32_(a: int64x2_t, b: int32x4_t) -> int64x2_t;
    7  pub(crate) fn vpadal_u8_(a: uint16x4_t, b: uint8x8_t) -> uint16x4_t;
    8  pub(crate) fn vpadal_u16_(a: uint32x2_t, b: uint16x4_t) -> uint32x2_t;
    9  pub(crate) fn vpadal_u32_(a: uint64x1_t, b: uint32x2_t) -> uint64x1_t;
    10  pub(crate) fn vpadalq_u8_(a: uint16x8_t, b: uint8x16_t) -> uint16x8_t;
    11  pub(crate) fn vpadalq_u16_(a: uint32x4_t, b: uint16x8_t) -> uint32x4_t;
    12  pub(crate) fn vpadalq_u32_(a: uint64x2_t, b: uint32x4_t) -> uint64x2_t;
    13  pub unsafe fn vld1_s8(ptr: *const i8) -> int8x8_t 【】
    14  pub unsafe fn vld1q_s8(ptr: *const i8) -> int8x16_t 【】
    15  pub unsafe fn vld1_s16(ptr: *const i16) -> int16x4_t 【】
    16  pub unsafe fn vld1q_s16(ptr: *const i16) -> int16x8_t 【】
    17  pub unsafe fn vld1_s32(ptr: *const i32) -> int32x2_t 【】
    18  pub unsafe fn vld1q_s32(ptr: *const i32) -> int32x4_t 【】
    19  pub unsafe fn vld1_s64(ptr: *const i64) -> int64x1_t 【】
    20  pub unsafe fn vld1q_s64(ptr: *const i64) -> int64x2_t 【】
    21  pub unsafe fn vld1_u8(ptr: *const u8) -> uint8x8_t 【】
    22  pub unsafe fn vld1q_u8(ptr: *const u8) -> uint8x16_t 【】
    23  pub unsafe fn vld1_u16(ptr: *const u16) -> uint16x4_t 【】
    24  pub unsafe fn vld1q_u16(ptr: *const u16) -> uint16x8_t 【】
    25  pub unsafe fn vld1_u32(ptr: *const u32) -> uint32x2_t 【】
    26  pub unsafe fn vld1q_u32(ptr: *const u32) -> uint32x4_t 【】
    27  pub unsafe fn vld1_u64(ptr: *const u64) -> uint64x1_t 【】
    28  pub unsafe fn vld1q_u64(ptr: *const u64) -> uint64x2_t 【】
    29  pub unsafe fn vld1_p8(ptr: *const p8) -> poly8x8_t 【】
    30  pub unsafe fn vld1q_p8(ptr: *const p8) -> poly8x16_t 【】
    31  pub unsafe fn vld1_p16(ptr: *const p16) -> poly16x4_t 【】
    32  pub unsafe fn vld1q_p16(ptr: *const p16) -> poly16x8_t 【】
    33  pub unsafe fn vld1_p64(ptr: *const p64) -> poly64x1_t 【】
    34  pub unsafe fn vld1q_p64(ptr: *const p64) -> poly64x2_t 【】
    35  pub unsafe fn vld1_f32(ptr: *const f32) -> float32x2_t 【】
    36  pub unsafe fn vld1q_f32(ptr: *const f32) -> float32x4_t 【】
    37  pub unsafe fn vst1_s8(ptr: *mut i8, a: int8x8_t) 【】
    38  pub unsafe fn vst1q_s8(ptr: *mut i8, a: int8x16_t) 【】
    39  pub unsafe fn vst1_s16(ptr: *mut i16, a: int16x4_t) 【】
    40  pub unsafe fn vst1q_s16(ptr: *mut i16, a: int16x8_t) 【】
    41  pub unsafe fn vst1_s32(ptr: *mut i32, a: int32x2_t) 【】
    42  pub unsafe fn vst1q_s32(ptr: *mut i32, a: int32x4_t) 【】
    43  pub unsafe fn vst1_s64(ptr: *mut i64, a: int64x1_t) 【】
    44  pub unsafe fn vst1q_s64(ptr: *mut i64, a: int64x2_t) 【】
    45  pub unsafe fn vst1_u8(ptr: *mut u8, a: uint8x8_t) 【】
    46  pub unsafe fn vst1q_u8(ptr: *mut u8, a: uint8x16_t) 【】
    47  pub unsafe fn vst1_u16(ptr: *mut u16, a: uint16x4_t) 【】
    48  pub unsafe fn vst1q_u16(ptr: *mut u16, a: uint16x8_t) 【】
    49  pub unsafe fn vst1_u32(ptr: *mut u32, a: uint32x2_t) 【】
    50  pub unsafe fn vst1q_u32(ptr: *mut u32, a: uint32x4_t) 【】
    51  pub unsafe fn vst1_u64(ptr: *mut u64, a: uint64x1_t) 【】
    52  pub unsafe fn vst1q_u64(ptr: *mut u64, a: uint64x2_t) 【】
    53  pub unsafe fn vst1_p8(ptr: *mut p8, a: poly8x8_t) 【】
    54  pub unsafe fn vst1q_p8(ptr: *mut p8, a: poly8x16_t) 【】
    55  pub unsafe fn vst1_p16(ptr: *mut p16, a: poly16x4_t) 【】
    56  pub unsafe fn vst1q_p16(ptr: *mut p16, a: poly16x8_t) 【】
    57  pub unsafe fn vst1_p64(ptr: *mut p64, a: poly64x1_t) 【】
    58  pub unsafe fn vst1q_p64(ptr: *mut p64, a: poly64x2_t) 【】
    59  pub unsafe fn vst1_f32(ptr: *mut f32, a: float32x2_t) 【】
    60  pub unsafe fn vst1q_f32(ptr: *mut f32, a: float32x4_t) 【】
    61  pub unsafe fn vtbl1_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    62  pub unsafe fn vtbl1_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    63  pub unsafe fn vtbl1_p8(a: poly8x8_t, b: uint8x8_t) -> poly8x8_t 【】
    64  pub unsafe fn vtbl2_s8(a: int8x8x2_t, b: int8x8_t) -> int8x8_t 【】
    65  pub unsafe fn vtbl2_u8(a: uint8x8x2_t, b: uint8x8_t) -> uint8x8_t 【】
    66  pub unsafe fn vtbl2_p8(a: poly8x8x2_t, b: uint8x8_t) -> poly8x8_t 【】
    67  pub unsafe fn vtbl3_s8(a: int8x8x3_t, b: int8x8_t) -> int8x8_t 【】
    68  pub unsafe fn vtbl3_u8(a: uint8x8x3_t, b: uint8x8_t) -> uint8x8_t 【】
    69  pub unsafe fn vtbl3_p8(a: poly8x8x3_t, b: uint8x8_t) -> poly8x8_t 【】
    70  pub unsafe fn vtbl4_s8(a: int8x8x4_t, b: int8x8_t) -> int8x8_t 【】
    71  pub unsafe fn vtbl4_u8(a: uint8x8x4_t, b: uint8x8_t) -> uint8x8_t 【】
    72  pub unsafe fn vtbl4_p8(a: poly8x8x4_t, b: uint8x8_t) -> poly8x8_t 【】
    73  pub unsafe fn vtbx1_s8(a: int8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    74  pub unsafe fn vtbx1_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    75  pub unsafe fn vtbx1_p8(a: poly8x8_t, b: poly8x8_t, c: uint8x8_t) -> poly8x8_t 【】
    76  pub unsafe fn vtbx2_s8(a: int8x8_t, b: int8x8x2_t, c: int8x8_t) -> int8x8_t 【】
    77  pub unsafe fn vtbx2_u8(a: uint8x8_t, b: uint8x8x2_t, c: uint8x8_t) -> uint8x8_t 【】
    78  pub unsafe fn vtbx2_p8(a: poly8x8_t, b: poly8x8x2_t, c: uint8x8_t) -> poly8x8_t 【】
    79  pub unsafe fn vtbx3_s8(a: int8x8_t, b: int8x8x3_t, c: int8x8_t) -> int8x8_t 【】
    80  pub unsafe fn vtbx3_u8(a: uint8x8_t, b: uint8x8x3_t, c: uint8x8_t) -> uint8x8_t 【】
    81  pub unsafe fn vtbx3_p8(a: poly8x8_t, b: poly8x8x3_t, c: uint8x8_t) -> poly8x8_t 【】
    82  pub unsafe fn vtbx4_s8(a: int8x8_t, b: int8x8x4_t, c: int8x8_t) -> int8x8_t 【】
    83  pub unsafe fn vtbx4_u8(a: uint8x8_t, b: uint8x8x4_t, c: uint8x8_t) -> uint8x8_t 【】
    84  pub unsafe fn vtbx4_p8(a: poly8x8_t, b: poly8x8x4_t, c: uint8x8_t) -> poly8x8_t 【】
    85  pub unsafe fn vcvtq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    86  pub unsafe fn vcvtq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    87  pub unsafe fn vsli_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    88  pub unsafe fn vsliq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    89  pub unsafe fn vsli_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    90  pub unsafe fn vsliq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    91  pub unsafe fn vsli_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    92  pub unsafe fn vsliq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    93  pub unsafe fn vsli_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    94  pub unsafe fn vsliq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    95  pub unsafe fn vsli_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    96  pub unsafe fn vsliq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    97  pub unsafe fn vsli_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    98  pub unsafe fn vsliq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    99  pub unsafe fn vsli_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    100  pub unsafe fn vsliq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    101  pub unsafe fn vsli_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    102  pub unsafe fn vsliq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    103  pub unsafe fn vsli_n_p8<const N: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    104  pub unsafe fn vsliq_n_p8<const N: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    105  pub unsafe fn vsli_n_p16<const N: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    106  pub unsafe fn vsliq_n_p16<const N: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    107  pub unsafe fn vsli_n_p64<const N: i32>(a: poly64x1_t, b: poly64x1_t) -> poly64x1_t 【】
    108  pub unsafe fn vsliq_n_p64<const N: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    109  pub unsafe fn vsri_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    110  pub unsafe fn vsriq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    111  pub unsafe fn vsri_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    112  pub unsafe fn vsriq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    113  pub unsafe fn vsri_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    114  pub unsafe fn vsriq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    115  pub unsafe fn vsri_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    116  pub unsafe fn vsriq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    117  pub unsafe fn vsri_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    118  pub unsafe fn vsriq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    119  pub unsafe fn vsri_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    120  pub unsafe fn vsriq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    121  pub unsafe fn vsri_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    122  pub unsafe fn vsriq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    123  pub unsafe fn vsri_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    124  pub unsafe fn vsriq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    125  pub unsafe fn vsri_n_p8<const N: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    126  pub unsafe fn vsriq_n_p8<const N: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    127  pub unsafe fn vsri_n_p16<const N: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    128  pub unsafe fn vsriq_n_p16<const N: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    129  pub unsafe fn vsri_n_p64<const N: i32>(a: poly64x1_t, b: poly64x1_t) -> poly64x1_t 【】
    130  pub unsafe fn vsriq_n_p64<const N: i32>(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\simd32.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __qadd8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    2  pub unsafe fn __qsub8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    3  pub unsafe fn __qsub16(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    4  pub unsafe fn __qadd16(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    5  pub unsafe fn __qasx(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    6  pub unsafe fn __qsax(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    7  pub unsafe fn __sadd16(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    8  pub unsafe fn __sadd8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    9  pub unsafe fn __smlad(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    10  pub unsafe fn __smlsd(a: int16x2_t, b: int16x2_t, c: i32) -> i32 【】
    11  pub unsafe fn __sasx(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    12  pub unsafe fn __sel(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    13  pub unsafe fn __shadd8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    14  pub unsafe fn __shadd16(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    15  pub unsafe fn __shsub8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    16  pub unsafe fn __usub8(a: uint8x4_t, b: uint8x4_t) -> uint8x4_t 【】
    17  pub unsafe fn __ssub8(a: int8x4_t, b: int8x4_t) -> int8x4_t 【】
    18  pub unsafe fn __shsub16(a: int16x2_t, b: int16x2_t) -> int16x2_t 【】
    19  pub unsafe fn __smuad(a: int16x2_t, b: int16x2_t) -> i32 【】
    20  pub unsafe fn __smuadx(a: int16x2_t, b: int16x2_t) -> i32 【】
    21  pub unsafe fn __smusd(a: int16x2_t, b: int16x2_t) -> i32 【】
    22  pub unsafe fn __smusdx(a: int16x2_t, b: int16x2_t) -> i32 【】
    23  pub unsafe fn __usad8(a: int8x4_t, b: int8x4_t) -> u32 【】
    24  pub unsafe fn __usada8(a: int8x4_t, b: int8x4_t, c: u32) -> u32 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! dsp_call 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\v6.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _rev_u16(x: u16) -> u16 【】
    2  pub unsafe fn _rev_u32(x: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm\v7.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _clz_u8(x: u8) -> u8 【】
    2  pub unsafe fn _clz_u16(x: u16) -> u16 【】
    3  pub unsafe fn _clz_u32(x: u32) -> u32 【】
    4  pub unsafe fn _rbit_u32(x: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\barrier\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __dmb<A>(arg: A)
    2  pub unsafe fn __dsb<A>(arg: A)
    3  pub unsafe fn __isb<A>(arg: A)
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! dmb_dsb 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\crc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __crc32b(crc: u32, data: u8) -> u32 【】
    2  pub unsafe fn __crc32h(crc: u32, data: u16) -> u32 【】
    3  pub unsafe fn __crc32w(crc: u32, data: u32) -> u32 【】
    4  pub unsafe fn __crc32cb(crc: u32, data: u8) -> u32 【】
    5  pub unsafe fn __crc32ch(crc: u32, data: u16) -> u32 【】
    6  pub unsafe fn __crc32cw(crc: u32, data: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\crypto.rs

    ═════════ pub fn 函数
    1  pub unsafe fn vaeseq_u8(data: uint8x16_t, key: uint8x16_t) -> uint8x16_t 【】
    2  pub unsafe fn vaesdq_u8(data: uint8x16_t, key: uint8x16_t) -> uint8x16_t 【】
    3  pub unsafe fn vaesmcq_u8(data: uint8x16_t) -> uint8x16_t 【】
    4  pub unsafe fn vaesimcq_u8(data: uint8x16_t) -> uint8x16_t 【】
    5  pub unsafe fn vsha1h_u32(hash_e: u32) -> u32 【】
    6  pub unsafe fn vsha1cq_u32(hash_abcd: uint32x4_t, hash_e: u32, wk: uint32x4_t) -> uint32x4_t 【】
    7  pub unsafe fn vsha1mq_u32(hash_abcd: uint32x4_t, hash_e: u32, wk: uint32x4_t) -> uint32x4_t 【】
    8  pub unsafe fn vsha1pq_u32(hash_abcd: uint32x4_t, hash_e: u32, wk: uint32x4_t) -> uint32x4_t 【】
    9  pub unsafe fn vsha1su0q_u32(w0_3: uint32x4_t, w4_7: uint32x4_t, w8_11: uint32x4_t) -> uint32x4_t 【】
    10  pub unsafe fn vsha1su1q_u32(tw0_3: uint32x4_t, w12_15: uint32x4_t) -> uint32x4_t 【】
    11  pub unsafe fn vsha256hq_u32(
    12  pub unsafe fn vsha256h2q_u32(
    13  pub unsafe fn vsha256su0q_u32(w0_3: uint32x4_t, w4_7: uint32x4_t) -> uint32x4_t 【】
    14  pub unsafe fn vsha256su1q_u32(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\hints.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __wfi() 【】
    2  pub unsafe fn __wfe() 【】
    3  pub unsafe fn __sev() 【】
    4  pub unsafe fn __sevl() 【】
    5  pub unsafe fn __yield() 【】
    6  pub unsafe fn __nop() 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\neon\generated.rs

    ═════════ pub fn 函数
    1  pub unsafe fn vand_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    2  pub unsafe fn vandq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    3  pub unsafe fn vand_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    4  pub unsafe fn vandq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    5  pub unsafe fn vand_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    6  pub unsafe fn vandq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    7  pub unsafe fn vand_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    8  pub unsafe fn vandq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    9  pub unsafe fn vand_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    10  pub unsafe fn vandq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    11  pub unsafe fn vand_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    12  pub unsafe fn vandq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    13  pub unsafe fn vand_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    14  pub unsafe fn vandq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    15  pub unsafe fn vand_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    16  pub unsafe fn vandq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    17  pub unsafe fn vorr_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    18  pub unsafe fn vorrq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    19  pub unsafe fn vorr_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    20  pub unsafe fn vorrq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    21  pub unsafe fn vorr_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    22  pub unsafe fn vorrq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    23  pub unsafe fn vorr_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    24  pub unsafe fn vorrq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    25  pub unsafe fn vorr_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    26  pub unsafe fn vorrq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    27  pub unsafe fn vorr_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    28  pub unsafe fn vorrq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    29  pub unsafe fn vorr_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    30  pub unsafe fn vorrq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    31  pub unsafe fn vorr_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    32  pub unsafe fn vorrq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    33  pub unsafe fn veor_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    34  pub unsafe fn veorq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    35  pub unsafe fn veor_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    36  pub unsafe fn veorq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    37  pub unsafe fn veor_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    38  pub unsafe fn veorq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    39  pub unsafe fn veor_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    40  pub unsafe fn veorq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    41  pub unsafe fn veor_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    42  pub unsafe fn veorq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    43  pub unsafe fn veor_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    44  pub unsafe fn veorq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    45  pub unsafe fn veor_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    46  pub unsafe fn veorq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    47  pub unsafe fn veor_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    48  pub unsafe fn veorq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    49  pub unsafe fn vabd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    50  pub unsafe fn vabdq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    51  pub unsafe fn vabd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    52  pub unsafe fn vabdq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    53  pub unsafe fn vabd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    54  pub unsafe fn vabdq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    55  pub unsafe fn vabd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    56  pub unsafe fn vabdq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    57  pub unsafe fn vabd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    58  pub unsafe fn vabdq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    59  pub unsafe fn vabd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    60  pub unsafe fn vabdq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    61  pub unsafe fn vabd_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    62  pub unsafe fn vabdq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    63  pub unsafe fn vabdl_u8(a: uint8x8_t, b: uint8x8_t) -> uint16x8_t 【】
    64  pub unsafe fn vabdl_u16(a: uint16x4_t, b: uint16x4_t) -> uint32x4_t 【】
    65  pub unsafe fn vabdl_u32(a: uint32x2_t, b: uint32x2_t) -> uint64x2_t 【】
    66  pub unsafe fn vabdl_s8(a: int8x8_t, b: int8x8_t) -> int16x8_t 【】
    67  pub unsafe fn vabdl_s16(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    68  pub unsafe fn vabdl_s32(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    69  pub unsafe fn vceq_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    70  pub unsafe fn vceqq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    71  pub unsafe fn vceq_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    72  pub unsafe fn vceqq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    73  pub unsafe fn vceq_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    74  pub unsafe fn vceqq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    75  pub unsafe fn vceq_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    76  pub unsafe fn vceqq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    77  pub unsafe fn vceq_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    78  pub unsafe fn vceqq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    79  pub unsafe fn vceq_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    80  pub unsafe fn vceqq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    81  pub unsafe fn vceq_p8(a: poly8x8_t, b: poly8x8_t) -> uint8x8_t 【】
    82  pub unsafe fn vceqq_p8(a: poly8x16_t, b: poly8x16_t) -> uint8x16_t 【】
    83  pub unsafe fn vceq_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    84  pub unsafe fn vceqq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    85  pub unsafe fn vtst_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    86  pub unsafe fn vtstq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    87  pub unsafe fn vtst_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    88  pub unsafe fn vtstq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    89  pub unsafe fn vtst_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    90  pub unsafe fn vtstq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    91  pub unsafe fn vtst_p8(a: poly8x8_t, b: poly8x8_t) -> uint8x8_t 【】
    92  pub unsafe fn vtstq_p8(a: poly8x16_t, b: poly8x16_t) -> uint8x16_t 【】
    93  pub unsafe fn vtst_p16(a: poly16x4_t, b: poly16x4_t) -> uint16x4_t 【】
    94  pub unsafe fn vtstq_p16(a: poly16x8_t, b: poly16x8_t) -> uint16x8_t 【】
    95  pub unsafe fn vtst_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    96  pub unsafe fn vtstq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    97  pub unsafe fn vtst_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    98  pub unsafe fn vtstq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    99  pub unsafe fn vtst_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    100  pub unsafe fn vtstq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    101  pub unsafe fn vabs_f32(a: float32x2_t) -> float32x2_t 【】
    102  pub unsafe fn vabsq_f32(a: float32x4_t) -> float32x4_t 【】
    103  pub unsafe fn vcgt_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    104  pub unsafe fn vcgtq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    105  pub unsafe fn vcgt_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    106  pub unsafe fn vcgtq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    107  pub unsafe fn vcgt_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    108  pub unsafe fn vcgtq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    109  pub unsafe fn vcgt_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    110  pub unsafe fn vcgtq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    111  pub unsafe fn vcgt_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    112  pub unsafe fn vcgtq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    113  pub unsafe fn vcgt_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    114  pub unsafe fn vcgtq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    115  pub unsafe fn vcgt_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    116  pub unsafe fn vcgtq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    117  pub unsafe fn vclt_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    118  pub unsafe fn vcltq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    119  pub unsafe fn vclt_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    120  pub unsafe fn vcltq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    121  pub unsafe fn vclt_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    122  pub unsafe fn vcltq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    123  pub unsafe fn vclt_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    124  pub unsafe fn vcltq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    125  pub unsafe fn vclt_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    126  pub unsafe fn vcltq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    127  pub unsafe fn vclt_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    128  pub unsafe fn vcltq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    129  pub unsafe fn vclt_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    130  pub unsafe fn vcltq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    131  pub unsafe fn vcle_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    132  pub unsafe fn vcleq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    133  pub unsafe fn vcle_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    134  pub unsafe fn vcleq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    135  pub unsafe fn vcle_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    136  pub unsafe fn vcleq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    137  pub unsafe fn vcle_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    138  pub unsafe fn vcleq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    139  pub unsafe fn vcle_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    140  pub unsafe fn vcleq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    141  pub unsafe fn vcle_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    142  pub unsafe fn vcleq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    143  pub unsafe fn vcle_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    144  pub unsafe fn vcleq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    145  pub unsafe fn vcge_s8(a: int8x8_t, b: int8x8_t) -> uint8x8_t 【】
    146  pub unsafe fn vcgeq_s8(a: int8x16_t, b: int8x16_t) -> uint8x16_t 【】
    147  pub unsafe fn vcge_s16(a: int16x4_t, b: int16x4_t) -> uint16x4_t 【】
    148  pub unsafe fn vcgeq_s16(a: int16x8_t, b: int16x8_t) -> uint16x8_t 【】
    149  pub unsafe fn vcge_s32(a: int32x2_t, b: int32x2_t) -> uint32x2_t 【】
    150  pub unsafe fn vcgeq_s32(a: int32x4_t, b: int32x4_t) -> uint32x4_t 【】
    151  pub unsafe fn vcge_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    152  pub unsafe fn vcgeq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    153  pub unsafe fn vcge_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    154  pub unsafe fn vcgeq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    155  pub unsafe fn vcge_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    156  pub unsafe fn vcgeq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    157  pub unsafe fn vcge_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    158  pub unsafe fn vcgeq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    159  pub unsafe fn vcls_s8(a: int8x8_t) -> int8x8_t 【】
    160  pub unsafe fn vclsq_s8(a: int8x16_t) -> int8x16_t 【】
    161  pub unsafe fn vcls_s16(a: int16x4_t) -> int16x4_t 【】
    162  pub unsafe fn vclsq_s16(a: int16x8_t) -> int16x8_t 【】
    163  pub unsafe fn vcls_s32(a: int32x2_t) -> int32x2_t 【】
    164  pub unsafe fn vclsq_s32(a: int32x4_t) -> int32x4_t 【】
    165  pub unsafe fn vcls_u8(a: uint8x8_t) -> int8x8_t 【】
    166  pub unsafe fn vclsq_u8(a: uint8x16_t) -> int8x16_t 【】
    167  pub unsafe fn vcls_u16(a: uint16x4_t) -> int16x4_t 【】
    168  pub unsafe fn vclsq_u16(a: uint16x8_t) -> int16x8_t 【】
    169  pub unsafe fn vcls_u32(a: uint32x2_t) -> int32x2_t 【】
    170  pub unsafe fn vclsq_u32(a: uint32x4_t) -> int32x4_t 【】
    171  pub unsafe fn vclz_s8(a: int8x8_t) -> int8x8_t 【】
    172  pub unsafe fn vclzq_s8(a: int8x16_t) -> int8x16_t 【】
    173  pub unsafe fn vclz_s16(a: int16x4_t) -> int16x4_t 【】
    174  pub unsafe fn vclzq_s16(a: int16x8_t) -> int16x8_t 【】
    175  pub unsafe fn vclz_s32(a: int32x2_t) -> int32x2_t 【】
    176  pub unsafe fn vclzq_s32(a: int32x4_t) -> int32x4_t 【】
    177  pub unsafe fn vclz_u8(a: uint8x8_t) -> uint8x8_t 【】
    178  pub unsafe fn vclzq_u8(a: uint8x16_t) -> uint8x16_t 【】
    179  pub unsafe fn vclz_u16(a: uint16x4_t) -> uint16x4_t 【】
    180  pub unsafe fn vclzq_u16(a: uint16x8_t) -> uint16x8_t 【】
    181  pub unsafe fn vclz_u32(a: uint32x2_t) -> uint32x2_t 【】
    182  pub unsafe fn vclzq_u32(a: uint32x4_t) -> uint32x4_t 【】
    183  pub unsafe fn vcagt_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    184  pub unsafe fn vcagtq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    185  pub unsafe fn vcage_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    186  pub unsafe fn vcageq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    187  pub unsafe fn vcalt_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    188  pub unsafe fn vcaltq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    189  pub unsafe fn vcale_f32(a: float32x2_t, b: float32x2_t) -> uint32x2_t 【】
    190  pub unsafe fn vcaleq_f32(a: float32x4_t, b: float32x4_t) -> uint32x4_t 【】
    191  pub unsafe fn vcreate_s8(a: u64) -> int8x8_t 【】
    192  pub unsafe fn vcreate_s16(a: u64) -> int16x4_t 【】
    193  pub unsafe fn vcreate_s32(a: u64) -> int32x2_t 【】
    194  pub unsafe fn vcreate_s64(a: u64) -> int64x1_t 【】
    195  pub unsafe fn vcreate_u8(a: u64) -> uint8x8_t 【】
    196  pub unsafe fn vcreate_u16(a: u64) -> uint16x4_t 【】
    197  pub unsafe fn vcreate_u32(a: u64) -> uint32x2_t 【】
    198  pub unsafe fn vcreate_u64(a: u64) -> uint64x1_t 【】
    199  pub unsafe fn vcreate_p8(a: u64) -> poly8x8_t 【】
    200  pub unsafe fn vcreate_p16(a: u64) -> poly16x4_t 【】
    201  pub unsafe fn vcreate_p64(a: u64) -> poly64x1_t 【】
    202  pub unsafe fn vcreate_f32(a: u64) -> float32x2_t 【】
    203  pub unsafe fn vcvt_f32_s32(a: int32x2_t) -> float32x2_t 【】
    204  pub unsafe fn vcvtq_f32_s32(a: int32x4_t) -> float32x4_t 【】
    205  pub unsafe fn vcvt_f32_u32(a: uint32x2_t) -> float32x2_t 【】
    206  pub unsafe fn vcvtq_f32_u32(a: uint32x4_t) -> float32x4_t 【】
    207  pub unsafe fn vcvt_n_f32_s32<const N: i32>(a: int32x2_t) -> float32x2_t 【】
    208  pub unsafe fn vcvt_n_f32_s32<const N: i32>(a: int32x2_t) -> float32x2_t 【】
    209  pub unsafe fn vcvtq_n_f32_s32<const N: i32>(a: int32x4_t) -> float32x4_t 【】
    210  pub unsafe fn vcvtq_n_f32_s32<const N: i32>(a: int32x4_t) -> float32x4_t 【】
    211  pub unsafe fn vcvt_n_f32_u32<const N: i32>(a: uint32x2_t) -> float32x2_t 【】
    212  pub unsafe fn vcvt_n_f32_u32<const N: i32>(a: uint32x2_t) -> float32x2_t 【】
    213  pub unsafe fn vcvtq_n_f32_u32<const N: i32>(a: uint32x4_t) -> float32x4_t 【】
    214  pub unsafe fn vcvtq_n_f32_u32<const N: i32>(a: uint32x4_t) -> float32x4_t 【】
    215  pub unsafe fn vcvt_n_s32_f32<const N: i32>(a: float32x2_t) -> int32x2_t 【】
    216  pub unsafe fn vcvt_n_s32_f32<const N: i32>(a: float32x2_t) -> int32x2_t 【】
    217  pub unsafe fn vcvtq_n_s32_f32<const N: i32>(a: float32x4_t) -> int32x4_t 【】
    218  pub unsafe fn vcvtq_n_s32_f32<const N: i32>(a: float32x4_t) -> int32x4_t 【】
    219  pub unsafe fn vcvt_n_u32_f32<const N: i32>(a: float32x2_t) -> uint32x2_t 【】
    220  pub unsafe fn vcvt_n_u32_f32<const N: i32>(a: float32x2_t) -> uint32x2_t 【】
    221  pub unsafe fn vcvtq_n_u32_f32<const N: i32>(a: float32x4_t) -> uint32x4_t 【】
    222  pub unsafe fn vcvtq_n_u32_f32<const N: i32>(a: float32x4_t) -> uint32x4_t 【】
    223  pub unsafe fn vcvt_s32_f32(a: float32x2_t) -> int32x2_t 【】
    224  pub unsafe fn vcvtq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    225  pub unsafe fn vcvt_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    226  pub unsafe fn vcvtq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    227  pub unsafe fn vdup_lane_s8<const N: i32>(a: int8x8_t) -> int8x8_t 【】
    228  pub unsafe fn vdupq_laneq_s8<const N: i32>(a: int8x16_t) -> int8x16_t 【】
    229  pub unsafe fn vdup_lane_s16<const N: i32>(a: int16x4_t) -> int16x4_t 【】
    230  pub unsafe fn vdupq_laneq_s16<const N: i32>(a: int16x8_t) -> int16x8_t 【】
    231  pub unsafe fn vdup_lane_s32<const N: i32>(a: int32x2_t) -> int32x2_t 【】
    232  pub unsafe fn vdupq_laneq_s32<const N: i32>(a: int32x4_t) -> int32x4_t 【】
    233  pub unsafe fn vdup_laneq_s8<const N: i32>(a: int8x16_t) -> int8x8_t 【】
    234  pub unsafe fn vdup_laneq_s16<const N: i32>(a: int16x8_t) -> int16x4_t 【】
    235  pub unsafe fn vdup_laneq_s32<const N: i32>(a: int32x4_t) -> int32x2_t 【】
    236  pub unsafe fn vdupq_lane_s8<const N: i32>(a: int8x8_t) -> int8x16_t 【】
    237  pub unsafe fn vdupq_lane_s16<const N: i32>(a: int16x4_t) -> int16x8_t 【】
    238  pub unsafe fn vdupq_lane_s32<const N: i32>(a: int32x2_t) -> int32x4_t 【】
    239  pub unsafe fn vdup_lane_u8<const N: i32>(a: uint8x8_t) -> uint8x8_t 【】
    240  pub unsafe fn vdupq_laneq_u8<const N: i32>(a: uint8x16_t) -> uint8x16_t 【】
    241  pub unsafe fn vdup_lane_u16<const N: i32>(a: uint16x4_t) -> uint16x4_t 【】
    242  pub unsafe fn vdupq_laneq_u16<const N: i32>(a: uint16x8_t) -> uint16x8_t 【】
    243  pub unsafe fn vdup_lane_u32<const N: i32>(a: uint32x2_t) -> uint32x2_t 【】
    244  pub unsafe fn vdupq_laneq_u32<const N: i32>(a: uint32x4_t) -> uint32x4_t 【】
    245  pub unsafe fn vdup_laneq_u8<const N: i32>(a: uint8x16_t) -> uint8x8_t 【】
    246  pub unsafe fn vdup_laneq_u16<const N: i32>(a: uint16x8_t) -> uint16x4_t 【】
    247  pub unsafe fn vdup_laneq_u32<const N: i32>(a: uint32x4_t) -> uint32x2_t 【】
    248  pub unsafe fn vdupq_lane_u8<const N: i32>(a: uint8x8_t) -> uint8x16_t 【】
    249  pub unsafe fn vdupq_lane_u16<const N: i32>(a: uint16x4_t) -> uint16x8_t 【】
    250  pub unsafe fn vdupq_lane_u32<const N: i32>(a: uint32x2_t) -> uint32x4_t 【】
    251  pub unsafe fn vdup_lane_p8<const N: i32>(a: poly8x8_t) -> poly8x8_t 【】
    252  pub unsafe fn vdupq_laneq_p8<const N: i32>(a: poly8x16_t) -> poly8x16_t 【】
    253  pub unsafe fn vdup_lane_p16<const N: i32>(a: poly16x4_t) -> poly16x4_t 【】
    254  pub unsafe fn vdupq_laneq_p16<const N: i32>(a: poly16x8_t) -> poly16x8_t 【】
    255  pub unsafe fn vdup_laneq_p8<const N: i32>(a: poly8x16_t) -> poly8x8_t 【】
    256  pub unsafe fn vdup_laneq_p16<const N: i32>(a: poly16x8_t) -> poly16x4_t 【】
    257  pub unsafe fn vdupq_lane_p8<const N: i32>(a: poly8x8_t) -> poly8x16_t 【】
    258  pub unsafe fn vdupq_lane_p16<const N: i32>(a: poly16x4_t) -> poly16x8_t 【】
    259  pub unsafe fn vdupq_laneq_s64<const N: i32>(a: int64x2_t) -> int64x2_t 【】
    260  pub unsafe fn vdupq_lane_s64<const N: i32>(a: int64x1_t) -> int64x2_t 【】
    261  pub unsafe fn vdupq_laneq_u64<const N: i32>(a: uint64x2_t) -> uint64x2_t 【】
    262  pub unsafe fn vdupq_lane_u64<const N: i32>(a: uint64x1_t) -> uint64x2_t 【】
    263  pub unsafe fn vdup_lane_f32<const N: i32>(a: float32x2_t) -> float32x2_t 【】
    264  pub unsafe fn vdupq_laneq_f32<const N: i32>(a: float32x4_t) -> float32x4_t 【】
    265  pub unsafe fn vdup_laneq_f32<const N: i32>(a: float32x4_t) -> float32x2_t 【】
    266  pub unsafe fn vdupq_lane_f32<const N: i32>(a: float32x2_t) -> float32x4_t 【】
    267  pub unsafe fn vdup_lane_s64<const N: i32>(a: int64x1_t) -> int64x1_t 【】
    268  pub unsafe fn vdup_lane_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t 【】
    269  pub unsafe fn vdup_laneq_s64<const N: i32>(a: int64x2_t) -> int64x1_t 【】
    270  pub unsafe fn vdup_laneq_u64<const N: i32>(a: uint64x2_t) -> uint64x1_t 【】
    271  pub unsafe fn vext_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    272  pub unsafe fn vextq_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    273  pub unsafe fn vext_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    274  pub unsafe fn vextq_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    275  pub unsafe fn vext_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    276  pub unsafe fn vextq_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    277  pub unsafe fn vext_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    278  pub unsafe fn vextq_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    279  pub unsafe fn vext_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    280  pub unsafe fn vextq_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    281  pub unsafe fn vext_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    282  pub unsafe fn vextq_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    283  pub unsafe fn vext_p8<const N: i32>(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    284  pub unsafe fn vextq_p8<const N: i32>(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    285  pub unsafe fn vext_p16<const N: i32>(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    286  pub unsafe fn vextq_p16<const N: i32>(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    287  pub unsafe fn vextq_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    288  pub unsafe fn vextq_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    289  pub unsafe fn vext_f32<const N: i32>(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    290  pub unsafe fn vextq_f32<const N: i32>(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    291  pub unsafe fn vmla_s8(a: int8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    292  pub unsafe fn vmlaq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    293  pub unsafe fn vmla_s16(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    294  pub unsafe fn vmlaq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    295  pub unsafe fn vmla_s32(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    296  pub unsafe fn vmlaq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    297  pub unsafe fn vmla_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    298  pub unsafe fn vmlaq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    299  pub unsafe fn vmla_u16(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    300  pub unsafe fn vmlaq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    301  pub unsafe fn vmla_u32(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    302  pub unsafe fn vmlaq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    303  pub unsafe fn vmla_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    304  pub unsafe fn vmlaq_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    305  pub unsafe fn vmla_n_s16(a: int16x4_t, b: int16x4_t, c: i16) -> int16x4_t 【】
    306  pub unsafe fn vmlaq_n_s16(a: int16x8_t, b: int16x8_t, c: i16) -> int16x8_t 【】
    307  pub unsafe fn vmla_n_s32(a: int32x2_t, b: int32x2_t, c: i32) -> int32x2_t 【】
    308  pub unsafe fn vmlaq_n_s32(a: int32x4_t, b: int32x4_t, c: i32) -> int32x4_t 【】
    309  pub unsafe fn vmla_n_u16(a: uint16x4_t, b: uint16x4_t, c: u16) -> uint16x4_t 【】
    310  pub unsafe fn vmlaq_n_u16(a: uint16x8_t, b: uint16x8_t, c: u16) -> uint16x8_t 【】
    311  pub unsafe fn vmla_n_u32(a: uint32x2_t, b: uint32x2_t, c: u32) -> uint32x2_t 【】
    312  pub unsafe fn vmlaq_n_u32(a: uint32x4_t, b: uint32x4_t, c: u32) -> uint32x4_t 【】
    313  pub unsafe fn vmla_n_f32(a: float32x2_t, b: float32x2_t, c: f32) -> float32x2_t 【】
    314  pub unsafe fn vmlaq_n_f32(a: float32x4_t, b: float32x4_t, c: f32) -> float32x4_t 【】
    315  pub unsafe fn vmla_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    316  pub unsafe fn vmla_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x8_t) -> int16x4_t 【】
    317  pub unsafe fn vmlaq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x4_t) -> int16x8_t 【】
    318  pub unsafe fn vmlaq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    319  pub unsafe fn vmla_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    320  pub unsafe fn vmla_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x4_t) -> int32x2_t 【】
    321  pub unsafe fn vmlaq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x2_t) -> int32x4_t 【】
    322  pub unsafe fn vmlaq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    323  pub unsafe fn vmla_lane_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    324  pub unsafe fn vmla_laneq_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t, c: uint16x8_t) -> uint16x4_t 【】
    325  pub unsafe fn vmlaq_lane_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t, c: uint16x4_t) -> uint16x8_t 【】
    326  pub unsafe fn vmlaq_laneq_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    327  pub unsafe fn vmla_lane_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    328  pub unsafe fn vmla_laneq_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t, c: uint32x4_t) -> uint32x2_t 【】
    329  pub unsafe fn vmlaq_lane_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t, c: uint32x2_t) -> uint32x4_t 【】
    330  pub unsafe fn vmlaq_laneq_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    331  pub unsafe fn vmla_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    332  pub unsafe fn vmla_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    333  pub unsafe fn vmlaq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    334  pub unsafe fn vmlaq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    335  pub unsafe fn vmlal_s8(a: int16x8_t, b: int8x8_t, c: int8x8_t) -> int16x8_t 【】
    336  pub unsafe fn vmlal_s16(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    337  pub unsafe fn vmlal_s32(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    338  pub unsafe fn vmlal_u8(a: uint16x8_t, b: uint8x8_t, c: uint8x8_t) -> uint16x8_t 【】
    339  pub unsafe fn vmlal_u16(a: uint32x4_t, b: uint16x4_t, c: uint16x4_t) -> uint32x4_t 【】
    340  pub unsafe fn vmlal_u32(a: uint64x2_t, b: uint32x2_t, c: uint32x2_t) -> uint64x2_t 【】
    341  pub unsafe fn vmlal_n_s16(a: int32x4_t, b: int16x4_t, c: i16) -> int32x4_t 【】
    342  pub unsafe fn vmlal_n_s32(a: int64x2_t, b: int32x2_t, c: i32) -> int64x2_t 【】
    343  pub unsafe fn vmlal_n_u16(a: uint32x4_t, b: uint16x4_t, c: u16) -> uint32x4_t 【】
    344  pub unsafe fn vmlal_n_u32(a: uint64x2_t, b: uint32x2_t, c: u32) -> uint64x2_t 【】
    345  pub unsafe fn vmlal_lane_s16<const LANE: i32>(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    346  pub unsafe fn vmlal_laneq_s16<const LANE: i32>(a: int32x4_t, b: int16x4_t, c: int16x8_t) -> int32x4_t 【】
    347  pub unsafe fn vmlal_lane_s32<const LANE: i32>(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    348  pub unsafe fn vmlal_laneq_s32<const LANE: i32>(a: int64x2_t, b: int32x2_t, c: int32x4_t) -> int64x2_t 【】
    349  pub unsafe fn vmlal_lane_u16<const LANE: i32>(a: uint32x4_t, b: uint16x4_t, c: uint16x4_t) -> uint32x4_t 【】
    350  pub unsafe fn vmlal_laneq_u16<const LANE: i32>(a: uint32x4_t, b: uint16x4_t, c: uint16x8_t) -> uint32x4_t 【】
    351  pub unsafe fn vmlal_lane_u32<const LANE: i32>(a: uint64x2_t, b: uint32x2_t, c: uint32x2_t) -> uint64x2_t 【】
    352  pub unsafe fn vmlal_laneq_u32<const LANE: i32>(a: uint64x2_t, b: uint32x2_t, c: uint32x4_t) -> uint64x2_t 【】
    353  pub unsafe fn vmls_s8(a: int8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    354  pub unsafe fn vmlsq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    355  pub unsafe fn vmls_s16(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    356  pub unsafe fn vmlsq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    357  pub unsafe fn vmls_s32(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    358  pub unsafe fn vmlsq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    359  pub unsafe fn vmls_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    360  pub unsafe fn vmlsq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    361  pub unsafe fn vmls_u16(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    362  pub unsafe fn vmlsq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    363  pub unsafe fn vmls_u32(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    364  pub unsafe fn vmlsq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    365  pub unsafe fn vmls_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    366  pub unsafe fn vmlsq_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    367  pub unsafe fn vmls_n_s16(a: int16x4_t, b: int16x4_t, c: i16) -> int16x4_t 【】
    368  pub unsafe fn vmlsq_n_s16(a: int16x8_t, b: int16x8_t, c: i16) -> int16x8_t 【】
    369  pub unsafe fn vmls_n_s32(a: int32x2_t, b: int32x2_t, c: i32) -> int32x2_t 【】
    370  pub unsafe fn vmlsq_n_s32(a: int32x4_t, b: int32x4_t, c: i32) -> int32x4_t 【】
    371  pub unsafe fn vmls_n_u16(a: uint16x4_t, b: uint16x4_t, c: u16) -> uint16x4_t 【】
    372  pub unsafe fn vmlsq_n_u16(a: uint16x8_t, b: uint16x8_t, c: u16) -> uint16x8_t 【】
    373  pub unsafe fn vmls_n_u32(a: uint32x2_t, b: uint32x2_t, c: u32) -> uint32x2_t 【】
    374  pub unsafe fn vmlsq_n_u32(a: uint32x4_t, b: uint32x4_t, c: u32) -> uint32x4_t 【】
    375  pub unsafe fn vmls_n_f32(a: float32x2_t, b: float32x2_t, c: f32) -> float32x2_t 【】
    376  pub unsafe fn vmlsq_n_f32(a: float32x4_t, b: float32x4_t, c: f32) -> float32x4_t 【】
    377  pub unsafe fn vmls_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    378  pub unsafe fn vmls_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t, c: int16x8_t) -> int16x4_t 【】
    379  pub unsafe fn vmlsq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x4_t) -> int16x8_t 【】
    380  pub unsafe fn vmlsq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    381  pub unsafe fn vmls_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    382  pub unsafe fn vmls_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t, c: int32x4_t) -> int32x2_t 【】
    383  pub unsafe fn vmlsq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x2_t) -> int32x4_t 【】
    384  pub unsafe fn vmlsq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    385  pub unsafe fn vmls_lane_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    386  pub unsafe fn vmls_laneq_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t, c: uint16x8_t) -> uint16x4_t 【】
    387  pub unsafe fn vmlsq_lane_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t, c: uint16x4_t) -> uint16x8_t 【】
    388  pub unsafe fn vmlsq_laneq_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    389  pub unsafe fn vmls_lane_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    390  pub unsafe fn vmls_laneq_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t, c: uint32x4_t) -> uint32x2_t 【】
    391  pub unsafe fn vmlsq_lane_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t, c: uint32x2_t) -> uint32x4_t 【】
    392  pub unsafe fn vmlsq_laneq_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    393  pub unsafe fn vmls_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    394  pub unsafe fn vmls_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t, c: float32x4_t) -> float32x2_t 【】
    395  pub unsafe fn vmlsq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x2_t) -> float32x4_t 【】
    396  pub unsafe fn vmlsq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    397  pub unsafe fn vmlsl_s8(a: int16x8_t, b: int8x8_t, c: int8x8_t) -> int16x8_t 【】
    398  pub unsafe fn vmlsl_s16(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    399  pub unsafe fn vmlsl_s32(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    400  pub unsafe fn vmlsl_u8(a: uint16x8_t, b: uint8x8_t, c: uint8x8_t) -> uint16x8_t 【】
    401  pub unsafe fn vmlsl_u16(a: uint32x4_t, b: uint16x4_t, c: uint16x4_t) -> uint32x4_t 【】
    402  pub unsafe fn vmlsl_u32(a: uint64x2_t, b: uint32x2_t, c: uint32x2_t) -> uint64x2_t 【】
    403  pub unsafe fn vmlsl_n_s16(a: int32x4_t, b: int16x4_t, c: i16) -> int32x4_t 【】
    404  pub unsafe fn vmlsl_n_s32(a: int64x2_t, b: int32x2_t, c: i32) -> int64x2_t 【】
    405  pub unsafe fn vmlsl_n_u16(a: uint32x4_t, b: uint16x4_t, c: u16) -> uint32x4_t 【】
    406  pub unsafe fn vmlsl_n_u32(a: uint64x2_t, b: uint32x2_t, c: u32) -> uint64x2_t 【】
    407  pub unsafe fn vmlsl_lane_s16<const LANE: i32>(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    408  pub unsafe fn vmlsl_laneq_s16<const LANE: i32>(a: int32x4_t, b: int16x4_t, c: int16x8_t) -> int32x4_t 【】
    409  pub unsafe fn vmlsl_lane_s32<const LANE: i32>(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    410  pub unsafe fn vmlsl_laneq_s32<const LANE: i32>(a: int64x2_t, b: int32x2_t, c: int32x4_t) -> int64x2_t 【】
    411  pub unsafe fn vmlsl_lane_u16<const LANE: i32>(a: uint32x4_t, b: uint16x4_t, c: uint16x4_t) -> uint32x4_t 【】
    412  pub unsafe fn vmlsl_laneq_u16<const LANE: i32>(a: uint32x4_t, b: uint16x4_t, c: uint16x8_t) -> uint32x4_t 【】
    413  pub unsafe fn vmlsl_lane_u32<const LANE: i32>(a: uint64x2_t, b: uint32x2_t, c: uint32x2_t) -> uint64x2_t 【】
    414  pub unsafe fn vmlsl_laneq_u32<const LANE: i32>(a: uint64x2_t, b: uint32x2_t, c: uint32x4_t) -> uint64x2_t 【】
    415  pub unsafe fn vneg_s8(a: int8x8_t) -> int8x8_t 【】
    416  pub unsafe fn vnegq_s8(a: int8x16_t) -> int8x16_t 【】
    417  pub unsafe fn vneg_s16(a: int16x4_t) -> int16x4_t 【】
    418  pub unsafe fn vnegq_s16(a: int16x8_t) -> int16x8_t 【】
    419  pub unsafe fn vneg_s32(a: int32x2_t) -> int32x2_t 【】
    420  pub unsafe fn vnegq_s32(a: int32x4_t) -> int32x4_t 【】
    421  pub unsafe fn vneg_f32(a: float32x2_t) -> float32x2_t 【】
    422  pub unsafe fn vnegq_f32(a: float32x4_t) -> float32x4_t 【】
    423  pub unsafe fn vqneg_s8(a: int8x8_t) -> int8x8_t 【】
    424  pub unsafe fn vqnegq_s8(a: int8x16_t) -> int8x16_t 【】
    425  pub unsafe fn vqneg_s16(a: int16x4_t) -> int16x4_t 【】
    426  pub unsafe fn vqnegq_s16(a: int16x8_t) -> int16x8_t 【】
    427  pub unsafe fn vqneg_s32(a: int32x2_t) -> int32x2_t 【】
    428  pub unsafe fn vqnegq_s32(a: int32x4_t) -> int32x4_t 【】
    429  pub unsafe fn vqsub_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    430  pub unsafe fn vqsubq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    431  pub unsafe fn vqsub_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    432  pub unsafe fn vqsubq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    433  pub unsafe fn vqsub_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    434  pub unsafe fn vqsubq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    435  pub unsafe fn vqsub_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    436  pub unsafe fn vqsubq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    437  pub unsafe fn vqsub_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    438  pub unsafe fn vqsubq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    439  pub unsafe fn vqsub_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    440  pub unsafe fn vqsubq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    441  pub unsafe fn vqsub_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    442  pub unsafe fn vqsubq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    443  pub unsafe fn vqsub_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    444  pub unsafe fn vqsubq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    445  pub unsafe fn vhadd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    446  pub unsafe fn vhaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    447  pub unsafe fn vhadd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    448  pub unsafe fn vhaddq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    449  pub unsafe fn vhadd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    450  pub unsafe fn vhaddq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    451  pub unsafe fn vhadd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    452  pub unsafe fn vhaddq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    453  pub unsafe fn vhadd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    454  pub unsafe fn vhaddq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    455  pub unsafe fn vhadd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    456  pub unsafe fn vhaddq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    457  pub unsafe fn vrhadd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    458  pub unsafe fn vrhaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    459  pub unsafe fn vrhadd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    460  pub unsafe fn vrhaddq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    461  pub unsafe fn vrhadd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    462  pub unsafe fn vrhaddq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    463  pub unsafe fn vrhadd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    464  pub unsafe fn vrhaddq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    465  pub unsafe fn vrhadd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    466  pub unsafe fn vrhaddq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    467  pub unsafe fn vrhadd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    468  pub unsafe fn vrhaddq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    469  pub unsafe fn vrndn_f32(a: float32x2_t) -> float32x2_t 【】
    470  pub unsafe fn vrndnq_f32(a: float32x4_t) -> float32x4_t 【】
    471  pub unsafe fn vqadd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    472  pub unsafe fn vqaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    473  pub unsafe fn vqadd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    474  pub unsafe fn vqaddq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    475  pub unsafe fn vqadd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    476  pub unsafe fn vqaddq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    477  pub unsafe fn vqadd_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    478  pub unsafe fn vqaddq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    479  pub unsafe fn vqadd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    480  pub unsafe fn vqaddq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    481  pub unsafe fn vqadd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    482  pub unsafe fn vqaddq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    483  pub unsafe fn vqadd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    484  pub unsafe fn vqaddq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    485  pub unsafe fn vqadd_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    486  pub unsafe fn vqaddq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    487  pub unsafe fn vld1_s8_x2(a: *const i8) -> int8x8x2_t 【】
    488  pub unsafe fn vld1_s16_x2(a: *const i16) -> int16x4x2_t 【】
    489  pub unsafe fn vld1_s32_x2(a: *const i32) -> int32x2x2_t 【】
    490  pub unsafe fn vld1_s64_x2(a: *const i64) -> int64x1x2_t 【】
    491  pub unsafe fn vld1q_s8_x2(a: *const i8) -> int8x16x2_t 【】
    492  pub unsafe fn vld1q_s16_x2(a: *const i16) -> int16x8x2_t 【】
    493  pub unsafe fn vld1q_s32_x2(a: *const i32) -> int32x4x2_t 【】
    494  pub unsafe fn vld1q_s64_x2(a: *const i64) -> int64x2x2_t 【】
    495  pub unsafe fn vld1_s8_x3(a: *const i8) -> int8x8x3_t 【】
    496  pub unsafe fn vld1_s16_x3(a: *const i16) -> int16x4x3_t 【】
    497  pub unsafe fn vld1_s32_x3(a: *const i32) -> int32x2x3_t 【】
    498  pub unsafe fn vld1_s64_x3(a: *const i64) -> int64x1x3_t 【】
    499  pub unsafe fn vld1q_s8_x3(a: *const i8) -> int8x16x3_t 【】
    500  pub unsafe fn vld1q_s16_x3(a: *const i16) -> int16x8x3_t 【】
    501  pub unsafe fn vld1q_s32_x3(a: *const i32) -> int32x4x3_t 【】
    502  pub unsafe fn vld1q_s64_x3(a: *const i64) -> int64x2x3_t 【】
    503  pub unsafe fn vld1_s8_x4(a: *const i8) -> int8x8x4_t 【】
    504  pub unsafe fn vld1_s16_x4(a: *const i16) -> int16x4x4_t 【】
    505  pub unsafe fn vld1_s32_x4(a: *const i32) -> int32x2x4_t 【】
    506  pub unsafe fn vld1_s64_x4(a: *const i64) -> int64x1x4_t 【】
    507  pub unsafe fn vld1q_s8_x4(a: *const i8) -> int8x16x4_t 【】
    508  pub unsafe fn vld1q_s16_x4(a: *const i16) -> int16x8x4_t 【】
    509  pub unsafe fn vld1q_s32_x4(a: *const i32) -> int32x4x4_t 【】
    510  pub unsafe fn vld1q_s64_x4(a: *const i64) -> int64x2x4_t 【】
    511  pub unsafe fn vld1_u8_x2(a: *const u8) -> uint8x8x2_t 【】
    512  pub unsafe fn vld1_u16_x2(a: *const u16) -> uint16x4x2_t 【】
    513  pub unsafe fn vld1_u32_x2(a: *const u32) -> uint32x2x2_t 【】
    514  pub unsafe fn vld1_u64_x2(a: *const u64) -> uint64x1x2_t 【】
    515  pub unsafe fn vld1q_u8_x2(a: *const u8) -> uint8x16x2_t 【】
    516  pub unsafe fn vld1q_u16_x2(a: *const u16) -> uint16x8x2_t 【】
    517  pub unsafe fn vld1q_u32_x2(a: *const u32) -> uint32x4x2_t 【】
    518  pub unsafe fn vld1q_u64_x2(a: *const u64) -> uint64x2x2_t 【】
    519  pub unsafe fn vld1_u8_x3(a: *const u8) -> uint8x8x3_t 【】
    520  pub unsafe fn vld1_u16_x3(a: *const u16) -> uint16x4x3_t 【】
    521  pub unsafe fn vld1_u32_x3(a: *const u32) -> uint32x2x3_t 【】
    522  pub unsafe fn vld1_u64_x3(a: *const u64) -> uint64x1x3_t 【】
    523  pub unsafe fn vld1q_u8_x3(a: *const u8) -> uint8x16x3_t 【】
    524  pub unsafe fn vld1q_u16_x3(a: *const u16) -> uint16x8x3_t 【】
    525  pub unsafe fn vld1q_u32_x3(a: *const u32) -> uint32x4x3_t 【】
    526  pub unsafe fn vld1q_u64_x3(a: *const u64) -> uint64x2x3_t 【】
    527  pub unsafe fn vld1_u8_x4(a: *const u8) -> uint8x8x4_t 【】
    528  pub unsafe fn vld1_u16_x4(a: *const u16) -> uint16x4x4_t 【】
    529  pub unsafe fn vld1_u32_x4(a: *const u32) -> uint32x2x4_t 【】
    530  pub unsafe fn vld1_u64_x4(a: *const u64) -> uint64x1x4_t 【】
    531  pub unsafe fn vld1q_u8_x4(a: *const u8) -> uint8x16x4_t 【】
    532  pub unsafe fn vld1q_u16_x4(a: *const u16) -> uint16x8x4_t 【】
    533  pub unsafe fn vld1q_u32_x4(a: *const u32) -> uint32x4x4_t 【】
    534  pub unsafe fn vld1q_u64_x4(a: *const u64) -> uint64x2x4_t 【】
    535  pub unsafe fn vld1_p8_x2(a: *const p8) -> poly8x8x2_t 【】
    536  pub unsafe fn vld1_p8_x3(a: *const p8) -> poly8x8x3_t 【】
    537  pub unsafe fn vld1_p8_x4(a: *const p8) -> poly8x8x4_t 【】
    538  pub unsafe fn vld1q_p8_x2(a: *const p8) -> poly8x16x2_t 【】
    539  pub unsafe fn vld1q_p8_x3(a: *const p8) -> poly8x16x3_t 【】
    540  pub unsafe fn vld1q_p8_x4(a: *const p8) -> poly8x16x4_t 【】
    541  pub unsafe fn vld1_p16_x2(a: *const p16) -> poly16x4x2_t 【】
    542  pub unsafe fn vld1_p16_x3(a: *const p16) -> poly16x4x3_t 【】
    543  pub unsafe fn vld1_p16_x4(a: *const p16) -> poly16x4x4_t 【】
    544  pub unsafe fn vld1q_p16_x2(a: *const p16) -> poly16x8x2_t 【】
    545  pub unsafe fn vld1q_p16_x3(a: *const p16) -> poly16x8x3_t 【】
    546  pub unsafe fn vld1q_p16_x4(a: *const p16) -> poly16x8x4_t 【】
    547  pub unsafe fn vld1_p64_x2(a: *const p64) -> poly64x1x2_t 【】
    548  pub unsafe fn vld1_p64_x3(a: *const p64) -> poly64x1x3_t 【】
    549  pub unsafe fn vld1_p64_x4(a: *const p64) -> poly64x1x4_t 【】
    550  pub unsafe fn vld1q_p64_x2(a: *const p64) -> poly64x2x2_t 【】
    551  pub unsafe fn vld1q_p64_x3(a: *const p64) -> poly64x2x3_t 【】
    552  pub unsafe fn vld1q_p64_x4(a: *const p64) -> poly64x2x4_t 【】
    553  pub unsafe fn vld1_f32_x2(a: *const f32) -> float32x2x2_t 【】
    554  pub unsafe fn vld1q_f32_x2(a: *const f32) -> float32x4x2_t 【】
    555  pub unsafe fn vld1_f32_x3(a: *const f32) -> float32x2x3_t 【】
    556  pub unsafe fn vld1q_f32_x3(a: *const f32) -> float32x4x3_t 【】
    557  pub unsafe fn vld1_f32_x4(a: *const f32) -> float32x2x4_t 【】
    558  pub unsafe fn vld1q_f32_x4(a: *const f32) -> float32x4x4_t 【】
    559  pub unsafe fn vld2_s8(a: *const i8) -> int8x8x2_t 【】
    560  pub unsafe fn vld2_s8(a: *const i8) -> int8x8x2_t 【】
    561  pub unsafe fn vld2_s16(a: *const i16) -> int16x4x2_t 【】
    562  pub unsafe fn vld2_s16(a: *const i16) -> int16x4x2_t 【】
    563  pub unsafe fn vld2_s32(a: *const i32) -> int32x2x2_t 【】
    564  pub unsafe fn vld2_s32(a: *const i32) -> int32x2x2_t 【】
    565  pub unsafe fn vld2q_s8(a: *const i8) -> int8x16x2_t 【】
    566  pub unsafe fn vld2q_s8(a: *const i8) -> int8x16x2_t 【】
    567  pub unsafe fn vld2q_s16(a: *const i16) -> int16x8x2_t 【】
    568  pub unsafe fn vld2q_s16(a: *const i16) -> int16x8x2_t 【】
    569  pub unsafe fn vld2q_s32(a: *const i32) -> int32x4x2_t 【】
    570  pub unsafe fn vld2q_s32(a: *const i32) -> int32x4x2_t 【】
    571  pub unsafe fn vld2_s64(a: *const i64) -> int64x1x2_t 【】
    572  pub unsafe fn vld2_s64(a: *const i64) -> int64x1x2_t 【】
    573  pub unsafe fn vld2_u8(a: *const u8) -> uint8x8x2_t 【】
    574  pub unsafe fn vld2_u16(a: *const u16) -> uint16x4x2_t 【】
    575  pub unsafe fn vld2_u32(a: *const u32) -> uint32x2x2_t 【】
    576  pub unsafe fn vld2q_u8(a: *const u8) -> uint8x16x2_t 【】
    577  pub unsafe fn vld2q_u16(a: *const u16) -> uint16x8x2_t 【】
    578  pub unsafe fn vld2q_u32(a: *const u32) -> uint32x4x2_t 【】
    579  pub unsafe fn vld2_p8(a: *const p8) -> poly8x8x2_t 【】
    580  pub unsafe fn vld2_p16(a: *const p16) -> poly16x4x2_t 【】
    581  pub unsafe fn vld2q_p8(a: *const p8) -> poly8x16x2_t 【】
    582  pub unsafe fn vld2q_p16(a: *const p16) -> poly16x8x2_t 【】
    583  pub unsafe fn vld2_u64(a: *const u64) -> uint64x1x2_t 【】
    584  pub unsafe fn vld2_p64(a: *const p64) -> poly64x1x2_t 【】
    585  pub unsafe fn vld2_f32(a: *const f32) -> float32x2x2_t 【】
    586  pub unsafe fn vld2_f32(a: *const f32) -> float32x2x2_t 【】
    587  pub unsafe fn vld2q_f32(a: *const f32) -> float32x4x2_t 【】
    588  pub unsafe fn vld2q_f32(a: *const f32) -> float32x4x2_t 【】
    589  pub unsafe fn vld2_dup_s8(a: *const i8) -> int8x8x2_t 【】
    590  pub unsafe fn vld2_dup_s8(a: *const i8) -> int8x8x2_t 【】
    591  pub unsafe fn vld2_dup_s16(a: *const i16) -> int16x4x2_t 【】
    592  pub unsafe fn vld2_dup_s16(a: *const i16) -> int16x4x2_t 【】
    593  pub unsafe fn vld2_dup_s32(a: *const i32) -> int32x2x2_t 【】
    594  pub unsafe fn vld2_dup_s32(a: *const i32) -> int32x2x2_t 【】
    595  pub unsafe fn vld2q_dup_s8(a: *const i8) -> int8x16x2_t 【】
    596  pub unsafe fn vld2q_dup_s8(a: *const i8) -> int8x16x2_t 【】
    597  pub unsafe fn vld2q_dup_s16(a: *const i16) -> int16x8x2_t 【】
    598  pub unsafe fn vld2q_dup_s16(a: *const i16) -> int16x8x2_t 【】
    599  pub unsafe fn vld2q_dup_s32(a: *const i32) -> int32x4x2_t 【】
    600  pub unsafe fn vld2q_dup_s32(a: *const i32) -> int32x4x2_t 【】
    601  pub unsafe fn vld2_dup_s64(a: *const i64) -> int64x1x2_t 【】
    602  pub unsafe fn vld2_dup_s64(a: *const i64) -> int64x1x2_t 【】
    603  pub unsafe fn vld2_dup_u8(a: *const u8) -> uint8x8x2_t 【】
    604  pub unsafe fn vld2_dup_u16(a: *const u16) -> uint16x4x2_t 【】
    605  pub unsafe fn vld2_dup_u32(a: *const u32) -> uint32x2x2_t 【】
    606  pub unsafe fn vld2q_dup_u8(a: *const u8) -> uint8x16x2_t 【】
    607  pub unsafe fn vld2q_dup_u16(a: *const u16) -> uint16x8x2_t 【】
    608  pub unsafe fn vld2q_dup_u32(a: *const u32) -> uint32x4x2_t 【】
    609  pub unsafe fn vld2_dup_p8(a: *const p8) -> poly8x8x2_t 【】
    610  pub unsafe fn vld2_dup_p16(a: *const p16) -> poly16x4x2_t 【】
    611  pub unsafe fn vld2q_dup_p8(a: *const p8) -> poly8x16x2_t 【】
    612  pub unsafe fn vld2q_dup_p16(a: *const p16) -> poly16x8x2_t 【】
    613  pub unsafe fn vld2_dup_u64(a: *const u64) -> uint64x1x2_t 【】
    614  pub unsafe fn vld2_dup_p64(a: *const p64) -> poly64x1x2_t 【】
    615  pub unsafe fn vld2_dup_f32(a: *const f32) -> float32x2x2_t 【】
    616  pub unsafe fn vld2_dup_f32(a: *const f32) -> float32x2x2_t 【】
    617  pub unsafe fn vld2q_dup_f32(a: *const f32) -> float32x4x2_t 【】
    618  pub unsafe fn vld2q_dup_f32(a: *const f32) -> float32x4x2_t 【】
    619  pub unsafe fn vld2_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x2_t) -> int8x8x2_t 【】
    620  pub unsafe fn vld2_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x2_t) -> int8x8x2_t 【】
    621  pub unsafe fn vld2_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x2_t) -> int16x4x2_t 【】
    622  pub unsafe fn vld2_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x2_t) -> int16x4x2_t 【】
    623  pub unsafe fn vld2_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x2_t) -> int32x2x2_t 【】
    624  pub unsafe fn vld2_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x2_t) -> int32x2x2_t 【】
    625  pub unsafe fn vld2q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x2_t) -> int16x8x2_t 【】
    626  pub unsafe fn vld2q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x2_t) -> int16x8x2_t 【】
    627  pub unsafe fn vld2q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x2_t) -> int32x4x2_t 【】
    628  pub unsafe fn vld2q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x2_t) -> int32x4x2_t 【】
    629  pub unsafe fn vld2_lane_u8<const LANE: i32>(a: *const u8, b: uint8x8x2_t) -> uint8x8x2_t 【】
    630  pub unsafe fn vld2_lane_u16<const LANE: i32>(a: *const u16, b: uint16x4x2_t) -> uint16x4x2_t 【】
    631  pub unsafe fn vld2_lane_u32<const LANE: i32>(a: *const u32, b: uint32x2x2_t) -> uint32x2x2_t 【】
    632  pub unsafe fn vld2q_lane_u16<const LANE: i32>(a: *const u16, b: uint16x8x2_t) -> uint16x8x2_t 【】
    633  pub unsafe fn vld2q_lane_u32<const LANE: i32>(a: *const u32, b: uint32x4x2_t) -> uint32x4x2_t 【】
    634  pub unsafe fn vld2_lane_p8<const LANE: i32>(a: *const p8, b: poly8x8x2_t) -> poly8x8x2_t 【】
    635  pub unsafe fn vld2_lane_p16<const LANE: i32>(a: *const p16, b: poly16x4x2_t) -> poly16x4x2_t 【】
    636  pub unsafe fn vld2q_lane_p16<const LANE: i32>(a: *const p16, b: poly16x8x2_t) -> poly16x8x2_t 【】
    637  pub unsafe fn vld2_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x2_t) -> float32x2x2_t 【】
    638  pub unsafe fn vld2_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x2_t) -> float32x2x2_t 【】
    639  pub unsafe fn vld2q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x2_t) -> float32x4x2_t 【】
    640  pub unsafe fn vld2q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x2_t) -> float32x4x2_t 【】
    641  pub unsafe fn vld3_s8(a: *const i8) -> int8x8x3_t 【】
    642  pub unsafe fn vld3_s8(a: *const i8) -> int8x8x3_t 【】
    643  pub unsafe fn vld3_s16(a: *const i16) -> int16x4x3_t 【】
    644  pub unsafe fn vld3_s16(a: *const i16) -> int16x4x3_t 【】
    645  pub unsafe fn vld3_s32(a: *const i32) -> int32x2x3_t 【】
    646  pub unsafe fn vld3_s32(a: *const i32) -> int32x2x3_t 【】
    647  pub unsafe fn vld3q_s8(a: *const i8) -> int8x16x3_t 【】
    648  pub unsafe fn vld3q_s8(a: *const i8) -> int8x16x3_t 【】
    649  pub unsafe fn vld3q_s16(a: *const i16) -> int16x8x3_t 【】
    650  pub unsafe fn vld3q_s16(a: *const i16) -> int16x8x3_t 【】
    651  pub unsafe fn vld3q_s32(a: *const i32) -> int32x4x3_t 【】
    652  pub unsafe fn vld3q_s32(a: *const i32) -> int32x4x3_t 【】
    653  pub unsafe fn vld3_s64(a: *const i64) -> int64x1x3_t 【】
    654  pub unsafe fn vld3_s64(a: *const i64) -> int64x1x3_t 【】
    655  pub unsafe fn vld3_u8(a: *const u8) -> uint8x8x3_t 【】
    656  pub unsafe fn vld3_u16(a: *const u16) -> uint16x4x3_t 【】
    657  pub unsafe fn vld3_u32(a: *const u32) -> uint32x2x3_t 【】
    658  pub unsafe fn vld3q_u8(a: *const u8) -> uint8x16x3_t 【】
    659  pub unsafe fn vld3q_u16(a: *const u16) -> uint16x8x3_t 【】
    660  pub unsafe fn vld3q_u32(a: *const u32) -> uint32x4x3_t 【】
    661  pub unsafe fn vld3_p8(a: *const p8) -> poly8x8x3_t 【】
    662  pub unsafe fn vld3_p16(a: *const p16) -> poly16x4x3_t 【】
    663  pub unsafe fn vld3q_p8(a: *const p8) -> poly8x16x3_t 【】
    664  pub unsafe fn vld3q_p16(a: *const p16) -> poly16x8x3_t 【】
    665  pub unsafe fn vld3_u64(a: *const u64) -> uint64x1x3_t 【】
    666  pub unsafe fn vld3_p64(a: *const p64) -> poly64x1x3_t 【】
    667  pub unsafe fn vld3_f32(a: *const f32) -> float32x2x3_t 【】
    668  pub unsafe fn vld3_f32(a: *const f32) -> float32x2x3_t 【】
    669  pub unsafe fn vld3q_f32(a: *const f32) -> float32x4x3_t 【】
    670  pub unsafe fn vld3q_f32(a: *const f32) -> float32x4x3_t 【】
    671  pub unsafe fn vld3_dup_s8(a: *const i8) -> int8x8x3_t 【】
    672  pub unsafe fn vld3_dup_s8(a: *const i8) -> int8x8x3_t 【】
    673  pub unsafe fn vld3_dup_s16(a: *const i16) -> int16x4x3_t 【】
    674  pub unsafe fn vld3_dup_s16(a: *const i16) -> int16x4x3_t 【】
    675  pub unsafe fn vld3_dup_s32(a: *const i32) -> int32x2x3_t 【】
    676  pub unsafe fn vld3_dup_s32(a: *const i32) -> int32x2x3_t 【】
    677  pub unsafe fn vld3q_dup_s8(a: *const i8) -> int8x16x3_t 【】
    678  pub unsafe fn vld3q_dup_s8(a: *const i8) -> int8x16x3_t 【】
    679  pub unsafe fn vld3q_dup_s16(a: *const i16) -> int16x8x3_t 【】
    680  pub unsafe fn vld3q_dup_s16(a: *const i16) -> int16x8x3_t 【】
    681  pub unsafe fn vld3q_dup_s32(a: *const i32) -> int32x4x3_t 【】
    682  pub unsafe fn vld3q_dup_s32(a: *const i32) -> int32x4x3_t 【】
    683  pub unsafe fn vld3_dup_s64(a: *const i64) -> int64x1x3_t 【】
    684  pub unsafe fn vld3_dup_s64(a: *const i64) -> int64x1x3_t 【】
    685  pub unsafe fn vld3_dup_u8(a: *const u8) -> uint8x8x3_t 【】
    686  pub unsafe fn vld3_dup_u16(a: *const u16) -> uint16x4x3_t 【】
    687  pub unsafe fn vld3_dup_u32(a: *const u32) -> uint32x2x3_t 【】
    688  pub unsafe fn vld3q_dup_u8(a: *const u8) -> uint8x16x3_t 【】
    689  pub unsafe fn vld3q_dup_u16(a: *const u16) -> uint16x8x3_t 【】
    690  pub unsafe fn vld3q_dup_u32(a: *const u32) -> uint32x4x3_t 【】
    691  pub unsafe fn vld3_dup_p8(a: *const p8) -> poly8x8x3_t 【】
    692  pub unsafe fn vld3_dup_p16(a: *const p16) -> poly16x4x3_t 【】
    693  pub unsafe fn vld3q_dup_p8(a: *const p8) -> poly8x16x3_t 【】
    694  pub unsafe fn vld3q_dup_p16(a: *const p16) -> poly16x8x3_t 【】
    695  pub unsafe fn vld3_dup_u64(a: *const u64) -> uint64x1x3_t 【】
    696  pub unsafe fn vld3_dup_p64(a: *const p64) -> poly64x1x3_t 【】
    697  pub unsafe fn vld3_dup_f32(a: *const f32) -> float32x2x3_t 【】
    698  pub unsafe fn vld3_dup_f32(a: *const f32) -> float32x2x3_t 【】
    699  pub unsafe fn vld3q_dup_f32(a: *const f32) -> float32x4x3_t 【】
    700  pub unsafe fn vld3q_dup_f32(a: *const f32) -> float32x4x3_t 【】
    701  pub unsafe fn vld3_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x3_t) -> int8x8x3_t 【】
    702  pub unsafe fn vld3_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x3_t) -> int8x8x3_t 【】
    703  pub unsafe fn vld3_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x3_t) -> int16x4x3_t 【】
    704  pub unsafe fn vld3_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x3_t) -> int16x4x3_t 【】
    705  pub unsafe fn vld3_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x3_t) -> int32x2x3_t 【】
    706  pub unsafe fn vld3_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x3_t) -> int32x2x3_t 【】
    707  pub unsafe fn vld3q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x3_t) -> int16x8x3_t 【】
    708  pub unsafe fn vld3q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x3_t) -> int16x8x3_t 【】
    709  pub unsafe fn vld3q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x3_t) -> int32x4x3_t 【】
    710  pub unsafe fn vld3q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x3_t) -> int32x4x3_t 【】
    711  pub unsafe fn vld3_lane_u8<const LANE: i32>(a: *const u8, b: uint8x8x3_t) -> uint8x8x3_t 【】
    712  pub unsafe fn vld3_lane_u16<const LANE: i32>(a: *const u16, b: uint16x4x3_t) -> uint16x4x3_t 【】
    713  pub unsafe fn vld3_lane_u32<const LANE: i32>(a: *const u32, b: uint32x2x3_t) -> uint32x2x3_t 【】
    714  pub unsafe fn vld3q_lane_u16<const LANE: i32>(a: *const u16, b: uint16x8x3_t) -> uint16x8x3_t 【】
    715  pub unsafe fn vld3q_lane_u32<const LANE: i32>(a: *const u32, b: uint32x4x3_t) -> uint32x4x3_t 【】
    716  pub unsafe fn vld3_lane_p8<const LANE: i32>(a: *const p8, b: poly8x8x3_t) -> poly8x8x3_t 【】
    717  pub unsafe fn vld3_lane_p16<const LANE: i32>(a: *const p16, b: poly16x4x3_t) -> poly16x4x3_t 【】
    718  pub unsafe fn vld3q_lane_p16<const LANE: i32>(a: *const p16, b: poly16x8x3_t) -> poly16x8x3_t 【】
    719  pub unsafe fn vld3_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x3_t) -> float32x2x3_t 【】
    720  pub unsafe fn vld3_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x3_t) -> float32x2x3_t 【】
    721  pub unsafe fn vld3q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x3_t) -> float32x4x3_t 【】
    722  pub unsafe fn vld3q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x3_t) -> float32x4x3_t 【】
    723  pub unsafe fn vld4_s8(a: *const i8) -> int8x8x4_t 【】
    724  pub unsafe fn vld4_s8(a: *const i8) -> int8x8x4_t 【】
    725  pub unsafe fn vld4_s16(a: *const i16) -> int16x4x4_t 【】
    726  pub unsafe fn vld4_s16(a: *const i16) -> int16x4x4_t 【】
    727  pub unsafe fn vld4_s32(a: *const i32) -> int32x2x4_t 【】
    728  pub unsafe fn vld4_s32(a: *const i32) -> int32x2x4_t 【】
    729  pub unsafe fn vld4q_s8(a: *const i8) -> int8x16x4_t 【】
    730  pub unsafe fn vld4q_s8(a: *const i8) -> int8x16x4_t 【】
    731  pub unsafe fn vld4q_s16(a: *const i16) -> int16x8x4_t 【】
    732  pub unsafe fn vld4q_s16(a: *const i16) -> int16x8x4_t 【】
    733  pub unsafe fn vld4q_s32(a: *const i32) -> int32x4x4_t 【】
    734  pub unsafe fn vld4q_s32(a: *const i32) -> int32x4x4_t 【】
    735  pub unsafe fn vld4_s64(a: *const i64) -> int64x1x4_t 【】
    736  pub unsafe fn vld4_s64(a: *const i64) -> int64x1x4_t 【】
    737  pub unsafe fn vld4_u8(a: *const u8) -> uint8x8x4_t 【】
    738  pub unsafe fn vld4_u16(a: *const u16) -> uint16x4x4_t 【】
    739  pub unsafe fn vld4_u32(a: *const u32) -> uint32x2x4_t 【】
    740  pub unsafe fn vld4q_u8(a: *const u8) -> uint8x16x4_t 【】
    741  pub unsafe fn vld4q_u16(a: *const u16) -> uint16x8x4_t 【】
    742  pub unsafe fn vld4q_u32(a: *const u32) -> uint32x4x4_t 【】
    743  pub unsafe fn vld4_p8(a: *const p8) -> poly8x8x4_t 【】
    744  pub unsafe fn vld4_p16(a: *const p16) -> poly16x4x4_t 【】
    745  pub unsafe fn vld4q_p8(a: *const p8) -> poly8x16x4_t 【】
    746  pub unsafe fn vld4q_p16(a: *const p16) -> poly16x8x4_t 【】
    747  pub unsafe fn vld4_u64(a: *const u64) -> uint64x1x4_t 【】
    748  pub unsafe fn vld4_p64(a: *const p64) -> poly64x1x4_t 【】
    749  pub unsafe fn vld4_f32(a: *const f32) -> float32x2x4_t 【】
    750  pub unsafe fn vld4_f32(a: *const f32) -> float32x2x4_t 【】
    751  pub unsafe fn vld4q_f32(a: *const f32) -> float32x4x4_t 【】
    752  pub unsafe fn vld4q_f32(a: *const f32) -> float32x4x4_t 【】
    753  pub unsafe fn vld4_dup_s8(a: *const i8) -> int8x8x4_t 【】
    754  pub unsafe fn vld4_dup_s8(a: *const i8) -> int8x8x4_t 【】
    755  pub unsafe fn vld4_dup_s16(a: *const i16) -> int16x4x4_t 【】
    756  pub unsafe fn vld4_dup_s16(a: *const i16) -> int16x4x4_t 【】
    757  pub unsafe fn vld4_dup_s32(a: *const i32) -> int32x2x4_t 【】
    758  pub unsafe fn vld4_dup_s32(a: *const i32) -> int32x2x4_t 【】
    759  pub unsafe fn vld4q_dup_s8(a: *const i8) -> int8x16x4_t 【】
    760  pub unsafe fn vld4q_dup_s8(a: *const i8) -> int8x16x4_t 【】
    761  pub unsafe fn vld4q_dup_s16(a: *const i16) -> int16x8x4_t 【】
    762  pub unsafe fn vld4q_dup_s16(a: *const i16) -> int16x8x4_t 【】
    763  pub unsafe fn vld4q_dup_s32(a: *const i32) -> int32x4x4_t 【】
    764  pub unsafe fn vld4q_dup_s32(a: *const i32) -> int32x4x4_t 【】
    765  pub unsafe fn vld4_dup_s64(a: *const i64) -> int64x1x4_t 【】
    766  pub unsafe fn vld4_dup_s64(a: *const i64) -> int64x1x4_t 【】
    767  pub unsafe fn vld4_dup_u8(a: *const u8) -> uint8x8x4_t 【】
    768  pub unsafe fn vld4_dup_u16(a: *const u16) -> uint16x4x4_t 【】
    769  pub unsafe fn vld4_dup_u32(a: *const u32) -> uint32x2x4_t 【】
    770  pub unsafe fn vld4q_dup_u8(a: *const u8) -> uint8x16x4_t 【】
    771  pub unsafe fn vld4q_dup_u16(a: *const u16) -> uint16x8x4_t 【】
    772  pub unsafe fn vld4q_dup_u32(a: *const u32) -> uint32x4x4_t 【】
    773  pub unsafe fn vld4_dup_p8(a: *const p8) -> poly8x8x4_t 【】
    774  pub unsafe fn vld4_dup_p16(a: *const p16) -> poly16x4x4_t 【】
    775  pub unsafe fn vld4q_dup_p8(a: *const p8) -> poly8x16x4_t 【】
    776  pub unsafe fn vld4q_dup_p16(a: *const p16) -> poly16x8x4_t 【】
    777  pub unsafe fn vld4_dup_u64(a: *const u64) -> uint64x1x4_t 【】
    778  pub unsafe fn vld4_dup_p64(a: *const p64) -> poly64x1x4_t 【】
    779  pub unsafe fn vld4_dup_f32(a: *const f32) -> float32x2x4_t 【】
    780  pub unsafe fn vld4_dup_f32(a: *const f32) -> float32x2x4_t 【】
    781  pub unsafe fn vld4q_dup_f32(a: *const f32) -> float32x4x4_t 【】
    782  pub unsafe fn vld4q_dup_f32(a: *const f32) -> float32x4x4_t 【】
    783  pub unsafe fn vld4_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x4_t) -> int8x8x4_t 【】
    784  pub unsafe fn vld4_lane_s8<const LANE: i32>(a: *const i8, b: int8x8x4_t) -> int8x8x4_t 【】
    785  pub unsafe fn vld4_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x4_t) -> int16x4x4_t 【】
    786  pub unsafe fn vld4_lane_s16<const LANE: i32>(a: *const i16, b: int16x4x4_t) -> int16x4x4_t 【】
    787  pub unsafe fn vld4_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x4_t) -> int32x2x4_t 【】
    788  pub unsafe fn vld4_lane_s32<const LANE: i32>(a: *const i32, b: int32x2x4_t) -> int32x2x4_t 【】
    789  pub unsafe fn vld4q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x4_t) -> int16x8x4_t 【】
    790  pub unsafe fn vld4q_lane_s16<const LANE: i32>(a: *const i16, b: int16x8x4_t) -> int16x8x4_t 【】
    791  pub unsafe fn vld4q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x4_t) -> int32x4x4_t 【】
    792  pub unsafe fn vld4q_lane_s32<const LANE: i32>(a: *const i32, b: int32x4x4_t) -> int32x4x4_t 【】
    793  pub unsafe fn vld4_lane_u8<const LANE: i32>(a: *const u8, b: uint8x8x4_t) -> uint8x8x4_t 【】
    794  pub unsafe fn vld4_lane_u16<const LANE: i32>(a: *const u16, b: uint16x4x4_t) -> uint16x4x4_t 【】
    795  pub unsafe fn vld4_lane_u32<const LANE: i32>(a: *const u32, b: uint32x2x4_t) -> uint32x2x4_t 【】
    796  pub unsafe fn vld4q_lane_u16<const LANE: i32>(a: *const u16, b: uint16x8x4_t) -> uint16x8x4_t 【】
    797  pub unsafe fn vld4q_lane_u32<const LANE: i32>(a: *const u32, b: uint32x4x4_t) -> uint32x4x4_t 【】
    798  pub unsafe fn vld4_lane_p8<const LANE: i32>(a: *const p8, b: poly8x8x4_t) -> poly8x8x4_t 【】
    799  pub unsafe fn vld4_lane_p16<const LANE: i32>(a: *const p16, b: poly16x4x4_t) -> poly16x4x4_t 【】
    800  pub unsafe fn vld4q_lane_p16<const LANE: i32>(a: *const p16, b: poly16x8x4_t) -> poly16x8x4_t 【】
    801  pub unsafe fn vld4_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x4_t) -> float32x2x4_t 【】
    802  pub unsafe fn vld4_lane_f32<const LANE: i32>(a: *const f32, b: float32x2x4_t) -> float32x2x4_t 【】
    803  pub unsafe fn vld4q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x4_t) -> float32x4x4_t 【】
    804  pub unsafe fn vld4q_lane_f32<const LANE: i32>(a: *const f32, b: float32x4x4_t) -> float32x4x4_t 【】
    805  pub unsafe fn vst1_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8_t) 【】
    806  pub unsafe fn vst1_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4_t) 【】
    807  pub unsafe fn vst1_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2_t) 【】
    808  pub unsafe fn vst1_lane_s64<const LANE: i32>(a: *mut i64, b: int64x1_t) 【】
    809  pub unsafe fn vst1q_lane_s8<const LANE: i32>(a: *mut i8, b: int8x16_t) 【】
    810  pub unsafe fn vst1q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8_t) 【】
    811  pub unsafe fn vst1q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4_t) 【】
    812  pub unsafe fn vst1q_lane_s64<const LANE: i32>(a: *mut i64, b: int64x2_t) 【】
    813  pub unsafe fn vst1_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x8_t) 【】
    814  pub unsafe fn vst1_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x4_t) 【】
    815  pub unsafe fn vst1_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x2_t) 【】
    816  pub unsafe fn vst1_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x1_t) 【】
    817  pub unsafe fn vst1q_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x16_t) 【】
    818  pub unsafe fn vst1q_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x8_t) 【】
    819  pub unsafe fn vst1q_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x4_t) 【】
    820  pub unsafe fn vst1q_lane_u64<const LANE: i32>(a: *mut u64, b: uint64x2_t) 【】
    821  pub unsafe fn vst1_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x8_t) 【】
    822  pub unsafe fn vst1_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x4_t) 【】
    823  pub unsafe fn vst1q_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x16_t) 【】
    824  pub unsafe fn vst1q_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x8_t) 【】
    825  pub unsafe fn vst1_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x1_t) 【】
    826  pub unsafe fn vst1q_lane_p64<const LANE: i32>(a: *mut p64, b: poly64x2_t) 【】
    827  pub unsafe fn vst1_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2_t) 【】
    828  pub unsafe fn vst1q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4_t) 【】
    829  pub unsafe fn vst1_s8_x2(a: *mut i8, b: int8x8x2_t) 【】
    830  pub unsafe fn vst1_s8_x2(a: *mut i8, b: int8x8x2_t) 【】
    831  pub unsafe fn vst1_s16_x2(a: *mut i16, b: int16x4x2_t) 【】
    832  pub unsafe fn vst1_s16_x2(a: *mut i16, b: int16x4x2_t) 【】
    833  pub unsafe fn vst1_s32_x2(a: *mut i32, b: int32x2x2_t) 【】
    834  pub unsafe fn vst1_s32_x2(a: *mut i32, b: int32x2x2_t) 【】
    835  pub unsafe fn vst1_s64_x2(a: *mut i64, b: int64x1x2_t) 【】
    836  pub unsafe fn vst1_s64_x2(a: *mut i64, b: int64x1x2_t) 【】
    837  pub unsafe fn vst1q_s8_x2(a: *mut i8, b: int8x16x2_t) 【】
    838  pub unsafe fn vst1q_s8_x2(a: *mut i8, b: int8x16x2_t) 【】
    839  pub unsafe fn vst1q_s16_x2(a: *mut i16, b: int16x8x2_t) 【】
    840  pub unsafe fn vst1q_s16_x2(a: *mut i16, b: int16x8x2_t) 【】
    841  pub unsafe fn vst1q_s32_x2(a: *mut i32, b: int32x4x2_t) 【】
    842  pub unsafe fn vst1q_s32_x2(a: *mut i32, b: int32x4x2_t) 【】
    843  pub unsafe fn vst1q_s64_x2(a: *mut i64, b: int64x2x2_t) 【】
    844  pub unsafe fn vst1q_s64_x2(a: *mut i64, b: int64x2x2_t) 【】
    845  pub unsafe fn vst1_s8_x3(a: *mut i8, b: int8x8x3_t) 【】
    846  pub unsafe fn vst1_s8_x3(a: *mut i8, b: int8x8x3_t) 【】
    847  pub unsafe fn vst1_s16_x3(a: *mut i16, b: int16x4x3_t) 【】
    848  pub unsafe fn vst1_s16_x3(a: *mut i16, b: int16x4x3_t) 【】
    849  pub unsafe fn vst1_s32_x3(a: *mut i32, b: int32x2x3_t) 【】
    850  pub unsafe fn vst1_s32_x3(a: *mut i32, b: int32x2x3_t) 【】
    851  pub unsafe fn vst1_s64_x3(a: *mut i64, b: int64x1x3_t) 【】
    852  pub unsafe fn vst1_s64_x3(a: *mut i64, b: int64x1x3_t) 【】
    853  pub unsafe fn vst1q_s8_x3(a: *mut i8, b: int8x16x3_t) 【】
    854  pub unsafe fn vst1q_s8_x3(a: *mut i8, b: int8x16x3_t) 【】
    855  pub unsafe fn vst1q_s16_x3(a: *mut i16, b: int16x8x3_t) 【】
    856  pub unsafe fn vst1q_s16_x3(a: *mut i16, b: int16x8x3_t) 【】
    857  pub unsafe fn vst1q_s32_x3(a: *mut i32, b: int32x4x3_t) 【】
    858  pub unsafe fn vst1q_s32_x3(a: *mut i32, b: int32x4x3_t) 【】
    859  pub unsafe fn vst1q_s64_x3(a: *mut i64, b: int64x2x3_t) 【】
    860  pub unsafe fn vst1q_s64_x3(a: *mut i64, b: int64x2x3_t) 【】
    861  pub unsafe fn vst1_s8_x4(a: *mut i8, b: int8x8x4_t) 【】
    862  pub unsafe fn vst1_s8_x4(a: *mut i8, b: int8x8x4_t) 【】
    863  pub unsafe fn vst1_s16_x4(a: *mut i16, b: int16x4x4_t) 【】
    864  pub unsafe fn vst1_s16_x4(a: *mut i16, b: int16x4x4_t) 【】
    865  pub unsafe fn vst1_s32_x4(a: *mut i32, b: int32x2x4_t) 【】
    866  pub unsafe fn vst1_s32_x4(a: *mut i32, b: int32x2x4_t) 【】
    867  pub unsafe fn vst1_s64_x4(a: *mut i64, b: int64x1x4_t) 【】
    868  pub unsafe fn vst1_s64_x4(a: *mut i64, b: int64x1x4_t) 【】
    869  pub unsafe fn vst1q_s8_x4(a: *mut i8, b: int8x16x4_t) 【】
    870  pub unsafe fn vst1q_s8_x4(a: *mut i8, b: int8x16x4_t) 【】
    871  pub unsafe fn vst1q_s16_x4(a: *mut i16, b: int16x8x4_t) 【】
    872  pub unsafe fn vst1q_s16_x4(a: *mut i16, b: int16x8x4_t) 【】
    873  pub unsafe fn vst1q_s32_x4(a: *mut i32, b: int32x4x4_t) 【】
    874  pub unsafe fn vst1q_s32_x4(a: *mut i32, b: int32x4x4_t) 【】
    875  pub unsafe fn vst1q_s64_x4(a: *mut i64, b: int64x2x4_t) 【】
    876  pub unsafe fn vst1q_s64_x4(a: *mut i64, b: int64x2x4_t) 【】
    877  pub unsafe fn vst1_u8_x2(a: *mut u8, b: uint8x8x2_t) 【】
    878  pub unsafe fn vst1_u16_x2(a: *mut u16, b: uint16x4x2_t) 【】
    879  pub unsafe fn vst1_u32_x2(a: *mut u32, b: uint32x2x2_t) 【】
    880  pub unsafe fn vst1_u64_x2(a: *mut u64, b: uint64x1x2_t) 【】
    881  pub unsafe fn vst1q_u8_x2(a: *mut u8, b: uint8x16x2_t) 【】
    882  pub unsafe fn vst1q_u16_x2(a: *mut u16, b: uint16x8x2_t) 【】
    883  pub unsafe fn vst1q_u32_x2(a: *mut u32, b: uint32x4x2_t) 【】
    884  pub unsafe fn vst1q_u64_x2(a: *mut u64, b: uint64x2x2_t) 【】
    885  pub unsafe fn vst1_u8_x3(a: *mut u8, b: uint8x8x3_t) 【】
    886  pub unsafe fn vst1_u16_x3(a: *mut u16, b: uint16x4x3_t) 【】
    887  pub unsafe fn vst1_u32_x3(a: *mut u32, b: uint32x2x3_t) 【】
    888  pub unsafe fn vst1_u64_x3(a: *mut u64, b: uint64x1x3_t) 【】
    889  pub unsafe fn vst1q_u8_x3(a: *mut u8, b: uint8x16x3_t) 【】
    890  pub unsafe fn vst1q_u16_x3(a: *mut u16, b: uint16x8x3_t) 【】
    891  pub unsafe fn vst1q_u32_x3(a: *mut u32, b: uint32x4x3_t) 【】
    892  pub unsafe fn vst1q_u64_x3(a: *mut u64, b: uint64x2x3_t) 【】
    893  pub unsafe fn vst1_u8_x4(a: *mut u8, b: uint8x8x4_t) 【】
    894  pub unsafe fn vst1_u16_x4(a: *mut u16, b: uint16x4x4_t) 【】
    895  pub unsafe fn vst1_u32_x4(a: *mut u32, b: uint32x2x4_t) 【】
    896  pub unsafe fn vst1_u64_x4(a: *mut u64, b: uint64x1x4_t) 【】
    897  pub unsafe fn vst1q_u8_x4(a: *mut u8, b: uint8x16x4_t) 【】
    898  pub unsafe fn vst1q_u16_x4(a: *mut u16, b: uint16x8x4_t) 【】
    899  pub unsafe fn vst1q_u32_x4(a: *mut u32, b: uint32x4x4_t) 【】
    900  pub unsafe fn vst1q_u64_x4(a: *mut u64, b: uint64x2x4_t) 【】
    901  pub unsafe fn vst1_p8_x2(a: *mut p8, b: poly8x8x2_t) 【】
    902  pub unsafe fn vst1_p8_x3(a: *mut p8, b: poly8x8x3_t) 【】
    903  pub unsafe fn vst1_p8_x4(a: *mut p8, b: poly8x8x4_t) 【】
    904  pub unsafe fn vst1q_p8_x2(a: *mut p8, b: poly8x16x2_t) 【】
    905  pub unsafe fn vst1q_p8_x3(a: *mut p8, b: poly8x16x3_t) 【】
    906  pub unsafe fn vst1q_p8_x4(a: *mut p8, b: poly8x16x4_t) 【】
    907  pub unsafe fn vst1_p16_x2(a: *mut p16, b: poly16x4x2_t) 【】
    908  pub unsafe fn vst1_p16_x3(a: *mut p16, b: poly16x4x3_t) 【】
    909  pub unsafe fn vst1_p16_x4(a: *mut p16, b: poly16x4x4_t) 【】
    910  pub unsafe fn vst1q_p16_x2(a: *mut p16, b: poly16x8x2_t) 【】
    911  pub unsafe fn vst1q_p16_x3(a: *mut p16, b: poly16x8x3_t) 【】
    912  pub unsafe fn vst1q_p16_x4(a: *mut p16, b: poly16x8x4_t) 【】
    913  pub unsafe fn vst1_p64_x2(a: *mut p64, b: poly64x1x2_t) 【】
    914  pub unsafe fn vst1_p64_x3(a: *mut p64, b: poly64x1x3_t) 【】
    915  pub unsafe fn vst1_p64_x4(a: *mut p64, b: poly64x1x4_t) 【】
    916  pub unsafe fn vst1q_p64_x2(a: *mut p64, b: poly64x2x2_t) 【】
    917  pub unsafe fn vst1q_p64_x3(a: *mut p64, b: poly64x2x3_t) 【】
    918  pub unsafe fn vst1q_p64_x4(a: *mut p64, b: poly64x2x4_t) 【】
    919  pub unsafe fn vst1_f32_x2(a: *mut f32, b: float32x2x2_t) 【】
    920  pub unsafe fn vst1_f32_x2(a: *mut f32, b: float32x2x2_t) 【】
    921  pub unsafe fn vst1q_f32_x2(a: *mut f32, b: float32x4x2_t) 【】
    922  pub unsafe fn vst1q_f32_x2(a: *mut f32, b: float32x4x2_t) 【】
    923  pub unsafe fn vst1_f32_x3(a: *mut f32, b: float32x2x3_t) 【】
    924  pub unsafe fn vst1_f32_x3(a: *mut f32, b: float32x2x3_t) 【】
    925  pub unsafe fn vst1q_f32_x3(a: *mut f32, b: float32x4x3_t) 【】
    926  pub unsafe fn vst1q_f32_x3(a: *mut f32, b: float32x4x3_t) 【】
    927  pub unsafe fn vst1_f32_x4(a: *mut f32, b: float32x2x4_t) 【】
    928  pub unsafe fn vst1_f32_x4(a: *mut f32, b: float32x2x4_t) 【】
    929  pub unsafe fn vst1q_f32_x4(a: *mut f32, b: float32x4x4_t) 【】
    930  pub unsafe fn vst1q_f32_x4(a: *mut f32, b: float32x4x4_t) 【】
    931  pub unsafe fn vst2_s8(a: *mut i8, b: int8x8x2_t) 【】
    932  pub unsafe fn vst2_s8(a: *mut i8, b: int8x8x2_t) 【】
    933  pub unsafe fn vst2_s16(a: *mut i16, b: int16x4x2_t) 【】
    934  pub unsafe fn vst2_s16(a: *mut i16, b: int16x4x2_t) 【】
    935  pub unsafe fn vst2_s32(a: *mut i32, b: int32x2x2_t) 【】
    936  pub unsafe fn vst2_s32(a: *mut i32, b: int32x2x2_t) 【】
    937  pub unsafe fn vst2q_s8(a: *mut i8, b: int8x16x2_t) 【】
    938  pub unsafe fn vst2q_s8(a: *mut i8, b: int8x16x2_t) 【】
    939  pub unsafe fn vst2q_s16(a: *mut i16, b: int16x8x2_t) 【】
    940  pub unsafe fn vst2q_s16(a: *mut i16, b: int16x8x2_t) 【】
    941  pub unsafe fn vst2q_s32(a: *mut i32, b: int32x4x2_t) 【】
    942  pub unsafe fn vst2q_s32(a: *mut i32, b: int32x4x2_t) 【】
    943  pub unsafe fn vst2_s64(a: *mut i64, b: int64x1x2_t) 【】
    944  pub unsafe fn vst2_s64(a: *mut i64, b: int64x1x2_t) 【】
    945  pub unsafe fn vst2_u8(a: *mut u8, b: uint8x8x2_t) 【】
    946  pub unsafe fn vst2_u16(a: *mut u16, b: uint16x4x2_t) 【】
    947  pub unsafe fn vst2_u32(a: *mut u32, b: uint32x2x2_t) 【】
    948  pub unsafe fn vst2q_u8(a: *mut u8, b: uint8x16x2_t) 【】
    949  pub unsafe fn vst2q_u16(a: *mut u16, b: uint16x8x2_t) 【】
    950  pub unsafe fn vst2q_u32(a: *mut u32, b: uint32x4x2_t) 【】
    951  pub unsafe fn vst2_p8(a: *mut p8, b: poly8x8x2_t) 【】
    952  pub unsafe fn vst2_p16(a: *mut p16, b: poly16x4x2_t) 【】
    953  pub unsafe fn vst2q_p8(a: *mut p8, b: poly8x16x2_t) 【】
    954  pub unsafe fn vst2q_p16(a: *mut p16, b: poly16x8x2_t) 【】
    955  pub unsafe fn vst2_u64(a: *mut u64, b: uint64x1x2_t) 【】
    956  pub unsafe fn vst2_p64(a: *mut p64, b: poly64x1x2_t) 【】
    957  pub unsafe fn vst2_f32(a: *mut f32, b: float32x2x2_t) 【】
    958  pub unsafe fn vst2_f32(a: *mut f32, b: float32x2x2_t) 【】
    959  pub unsafe fn vst2q_f32(a: *mut f32, b: float32x4x2_t) 【】
    960  pub unsafe fn vst2q_f32(a: *mut f32, b: float32x4x2_t) 【】
    961  pub unsafe fn vst2_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x2_t) 【】
    962  pub unsafe fn vst2_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x2_t) 【】
    963  pub unsafe fn vst2_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x2_t) 【】
    964  pub unsafe fn vst2_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x2_t) 【】
    965  pub unsafe fn vst2_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x2_t) 【】
    966  pub unsafe fn vst2_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x2_t) 【】
    967  pub unsafe fn vst2q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x2_t) 【】
    968  pub unsafe fn vst2q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x2_t) 【】
    969  pub unsafe fn vst2q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x2_t) 【】
    970  pub unsafe fn vst2q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x2_t) 【】
    971  pub unsafe fn vst2_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x8x2_t) 【】
    972  pub unsafe fn vst2_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x4x2_t) 【】
    973  pub unsafe fn vst2_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x2x2_t) 【】
    974  pub unsafe fn vst2q_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x8x2_t) 【】
    975  pub unsafe fn vst2q_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x4x2_t) 【】
    976  pub unsafe fn vst2_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x8x2_t) 【】
    977  pub unsafe fn vst2_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x4x2_t) 【】
    978  pub unsafe fn vst2q_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x8x2_t) 【】
    979  pub unsafe fn vst2_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x2_t) 【】
    980  pub unsafe fn vst2_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x2_t) 【】
    981  pub unsafe fn vst2q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x2_t) 【】
    982  pub unsafe fn vst2q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x2_t) 【】
    983  pub unsafe fn vst3_s8(a: *mut i8, b: int8x8x3_t) 【】
    984  pub unsafe fn vst3_s8(a: *mut i8, b: int8x8x3_t) 【】
    985  pub unsafe fn vst3_s16(a: *mut i16, b: int16x4x3_t) 【】
    986  pub unsafe fn vst3_s16(a: *mut i16, b: int16x4x3_t) 【】
    987  pub unsafe fn vst3_s32(a: *mut i32, b: int32x2x3_t) 【】
    988  pub unsafe fn vst3_s32(a: *mut i32, b: int32x2x3_t) 【】
    989  pub unsafe fn vst3q_s8(a: *mut i8, b: int8x16x3_t) 【】
    990  pub unsafe fn vst3q_s8(a: *mut i8, b: int8x16x3_t) 【】
    991  pub unsafe fn vst3q_s16(a: *mut i16, b: int16x8x3_t) 【】
    992  pub unsafe fn vst3q_s16(a: *mut i16, b: int16x8x3_t) 【】
    993  pub unsafe fn vst3q_s32(a: *mut i32, b: int32x4x3_t) 【】
    994  pub unsafe fn vst3q_s32(a: *mut i32, b: int32x4x3_t) 【】
    995  pub unsafe fn vst3_s64(a: *mut i64, b: int64x1x3_t) 【】
    996  pub unsafe fn vst3_s64(a: *mut i64, b: int64x1x3_t) 【】
    997  pub unsafe fn vst3_u8(a: *mut u8, b: uint8x8x3_t) 【】
    998  pub unsafe fn vst3_u16(a: *mut u16, b: uint16x4x3_t) 【】
    999  pub unsafe fn vst3_u32(a: *mut u32, b: uint32x2x3_t) 【】
    1000  pub unsafe fn vst3q_u8(a: *mut u8, b: uint8x16x3_t) 【】
    1001  pub unsafe fn vst3q_u16(a: *mut u16, b: uint16x8x3_t) 【】
    1002  pub unsafe fn vst3q_u32(a: *mut u32, b: uint32x4x3_t) 【】
    1003  pub unsafe fn vst3_p8(a: *mut p8, b: poly8x8x3_t) 【】
    1004  pub unsafe fn vst3_p16(a: *mut p16, b: poly16x4x3_t) 【】
    1005  pub unsafe fn vst3q_p8(a: *mut p8, b: poly8x16x3_t) 【】
    1006  pub unsafe fn vst3q_p16(a: *mut p16, b: poly16x8x3_t) 【】
    1007  pub unsafe fn vst3_u64(a: *mut u64, b: uint64x1x3_t) 【】
    1008  pub unsafe fn vst3_p64(a: *mut p64, b: poly64x1x3_t) 【】
    1009  pub unsafe fn vst3_f32(a: *mut f32, b: float32x2x3_t) 【】
    1010  pub unsafe fn vst3_f32(a: *mut f32, b: float32x2x3_t) 【】
    1011  pub unsafe fn vst3q_f32(a: *mut f32, b: float32x4x3_t) 【】
    1012  pub unsafe fn vst3q_f32(a: *mut f32, b: float32x4x3_t) 【】
    1013  pub unsafe fn vst3_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x3_t) 【】
    1014  pub unsafe fn vst3_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x3_t) 【】
    1015  pub unsafe fn vst3_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x3_t) 【】
    1016  pub unsafe fn vst3_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x3_t) 【】
    1017  pub unsafe fn vst3_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x3_t) 【】
    1018  pub unsafe fn vst3_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x3_t) 【】
    1019  pub unsafe fn vst3q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x3_t) 【】
    1020  pub unsafe fn vst3q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x3_t) 【】
    1021  pub unsafe fn vst3q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x3_t) 【】
    1022  pub unsafe fn vst3q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x3_t) 【】
    1023  pub unsafe fn vst3_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x8x3_t) 【】
    1024  pub unsafe fn vst3_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x4x3_t) 【】
    1025  pub unsafe fn vst3_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x2x3_t) 【】
    1026  pub unsafe fn vst3q_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x8x3_t) 【】
    1027  pub unsafe fn vst3q_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x4x3_t) 【】
    1028  pub unsafe fn vst3_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x8x3_t) 【】
    1029  pub unsafe fn vst3_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x4x3_t) 【】
    1030  pub unsafe fn vst3q_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x8x3_t) 【】
    1031  pub unsafe fn vst3_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x3_t) 【】
    1032  pub unsafe fn vst3_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x3_t) 【】
    1033  pub unsafe fn vst3q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x3_t) 【】
    1034  pub unsafe fn vst3q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x3_t) 【】
    1035  pub unsafe fn vst4_s8(a: *mut i8, b: int8x8x4_t) 【】
    1036  pub unsafe fn vst4_s8(a: *mut i8, b: int8x8x4_t) 【】
    1037  pub unsafe fn vst4_s16(a: *mut i16, b: int16x4x4_t) 【】
    1038  pub unsafe fn vst4_s16(a: *mut i16, b: int16x4x4_t) 【】
    1039  pub unsafe fn vst4_s32(a: *mut i32, b: int32x2x4_t) 【】
    1040  pub unsafe fn vst4_s32(a: *mut i32, b: int32x2x4_t) 【】
    1041  pub unsafe fn vst4q_s8(a: *mut i8, b: int8x16x4_t) 【】
    1042  pub unsafe fn vst4q_s8(a: *mut i8, b: int8x16x4_t) 【】
    1043  pub unsafe fn vst4q_s16(a: *mut i16, b: int16x8x4_t) 【】
    1044  pub unsafe fn vst4q_s16(a: *mut i16, b: int16x8x4_t) 【】
    1045  pub unsafe fn vst4q_s32(a: *mut i32, b: int32x4x4_t) 【】
    1046  pub unsafe fn vst4q_s32(a: *mut i32, b: int32x4x4_t) 【】
    1047  pub unsafe fn vst4_s64(a: *mut i64, b: int64x1x4_t) 【】
    1048  pub unsafe fn vst4_s64(a: *mut i64, b: int64x1x4_t) 【】
    1049  pub unsafe fn vst4_u8(a: *mut u8, b: uint8x8x4_t) 【】
    1050  pub unsafe fn vst4_u16(a: *mut u16, b: uint16x4x4_t) 【】
    1051  pub unsafe fn vst4_u32(a: *mut u32, b: uint32x2x4_t) 【】
    1052  pub unsafe fn vst4q_u8(a: *mut u8, b: uint8x16x4_t) 【】
    1053  pub unsafe fn vst4q_u16(a: *mut u16, b: uint16x8x4_t) 【】
    1054  pub unsafe fn vst4q_u32(a: *mut u32, b: uint32x4x4_t) 【】
    1055  pub unsafe fn vst4_p8(a: *mut p8, b: poly8x8x4_t) 【】
    1056  pub unsafe fn vst4_p16(a: *mut p16, b: poly16x4x4_t) 【】
    1057  pub unsafe fn vst4q_p8(a: *mut p8, b: poly8x16x4_t) 【】
    1058  pub unsafe fn vst4q_p16(a: *mut p16, b: poly16x8x4_t) 【】
    1059  pub unsafe fn vst4_u64(a: *mut u64, b: uint64x1x4_t) 【】
    1060  pub unsafe fn vst4_p64(a: *mut p64, b: poly64x1x4_t) 【】
    1061  pub unsafe fn vst4_f32(a: *mut f32, b: float32x2x4_t) 【】
    1062  pub unsafe fn vst4_f32(a: *mut f32, b: float32x2x4_t) 【】
    1063  pub unsafe fn vst4q_f32(a: *mut f32, b: float32x4x4_t) 【】
    1064  pub unsafe fn vst4q_f32(a: *mut f32, b: float32x4x4_t) 【】
    1065  pub unsafe fn vst4_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x4_t) 【】
    1066  pub unsafe fn vst4_lane_s8<const LANE: i32>(a: *mut i8, b: int8x8x4_t) 【】
    1067  pub unsafe fn vst4_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x4_t) 【】
    1068  pub unsafe fn vst4_lane_s16<const LANE: i32>(a: *mut i16, b: int16x4x4_t) 【】
    1069  pub unsafe fn vst4_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x4_t) 【】
    1070  pub unsafe fn vst4_lane_s32<const LANE: i32>(a: *mut i32, b: int32x2x4_t) 【】
    1071  pub unsafe fn vst4q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x4_t) 【】
    1072  pub unsafe fn vst4q_lane_s16<const LANE: i32>(a: *mut i16, b: int16x8x4_t) 【】
    1073  pub unsafe fn vst4q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x4_t) 【】
    1074  pub unsafe fn vst4q_lane_s32<const LANE: i32>(a: *mut i32, b: int32x4x4_t) 【】
    1075  pub unsafe fn vst4_lane_u8<const LANE: i32>(a: *mut u8, b: uint8x8x4_t) 【】
    1076  pub unsafe fn vst4_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x4x4_t) 【】
    1077  pub unsafe fn vst4_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x2x4_t) 【】
    1078  pub unsafe fn vst4q_lane_u16<const LANE: i32>(a: *mut u16, b: uint16x8x4_t) 【】
    1079  pub unsafe fn vst4q_lane_u32<const LANE: i32>(a: *mut u32, b: uint32x4x4_t) 【】
    1080  pub unsafe fn vst4_lane_p8<const LANE: i32>(a: *mut p8, b: poly8x8x4_t) 【】
    1081  pub unsafe fn vst4_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x4x4_t) 【】
    1082  pub unsafe fn vst4q_lane_p16<const LANE: i32>(a: *mut p16, b: poly16x8x4_t) 【】
    1083  pub unsafe fn vst4_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x4_t) 【】
    1084  pub unsafe fn vst4_lane_f32<const LANE: i32>(a: *mut f32, b: float32x2x4_t) 【】
    1085  pub unsafe fn vst4q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x4_t) 【】
    1086  pub unsafe fn vst4q_lane_f32<const LANE: i32>(a: *mut f32, b: float32x4x4_t) 【】
    1087  pub unsafe fn vmul_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1088  pub unsafe fn vmulq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1089  pub unsafe fn vmul_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1090  pub unsafe fn vmulq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1091  pub unsafe fn vmul_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1092  pub unsafe fn vmulq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1093  pub unsafe fn vmul_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1094  pub unsafe fn vmulq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1095  pub unsafe fn vmul_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1096  pub unsafe fn vmulq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1097  pub unsafe fn vmul_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1098  pub unsafe fn vmulq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1099  pub unsafe fn vmul_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1100  pub unsafe fn vmulq_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1101  pub unsafe fn vmul_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1102  pub unsafe fn vmulq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1103  pub unsafe fn vmul_n_s16(a: int16x4_t, b: i16) -> int16x4_t 【】
    1104  pub unsafe fn vmulq_n_s16(a: int16x8_t, b: i16) -> int16x8_t 【】
    1105  pub unsafe fn vmul_n_s32(a: int32x2_t, b: i32) -> int32x2_t 【】
    1106  pub unsafe fn vmulq_n_s32(a: int32x4_t, b: i32) -> int32x4_t 【】
    1107  pub unsafe fn vmul_n_u16(a: uint16x4_t, b: u16) -> uint16x4_t 【】
    1108  pub unsafe fn vmulq_n_u16(a: uint16x8_t, b: u16) -> uint16x8_t 【】
    1109  pub unsafe fn vmul_n_u32(a: uint32x2_t, b: u32) -> uint32x2_t 【】
    1110  pub unsafe fn vmulq_n_u32(a: uint32x4_t, b: u32) -> uint32x4_t 【】
    1111  pub unsafe fn vmul_n_f32(a: float32x2_t, b: f32) -> float32x2_t 【】
    1112  pub unsafe fn vmulq_n_f32(a: float32x4_t, b: f32) -> float32x4_t 【】
    1113  pub unsafe fn vmul_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1114  pub unsafe fn vmul_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x8_t) -> int16x4_t 【】
    1115  pub unsafe fn vmulq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x4_t) -> int16x8_t 【】
    1116  pub unsafe fn vmulq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1117  pub unsafe fn vmul_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1118  pub unsafe fn vmul_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x4_t) -> int32x2_t 【】
    1119  pub unsafe fn vmulq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x2_t) -> int32x4_t 【】
    1120  pub unsafe fn vmulq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1121  pub unsafe fn vmul_lane_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1122  pub unsafe fn vmul_laneq_u16<const LANE: i32>(a: uint16x4_t, b: uint16x8_t) -> uint16x4_t 【】
    1123  pub unsafe fn vmulq_lane_u16<const LANE: i32>(a: uint16x8_t, b: uint16x4_t) -> uint16x8_t 【】
    1124  pub unsafe fn vmulq_laneq_u16<const LANE: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1125  pub unsafe fn vmul_lane_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1126  pub unsafe fn vmul_laneq_u32<const LANE: i32>(a: uint32x2_t, b: uint32x4_t) -> uint32x2_t 【】
    1127  pub unsafe fn vmulq_lane_u32<const LANE: i32>(a: uint32x4_t, b: uint32x2_t) -> uint32x4_t 【】
    1128  pub unsafe fn vmulq_laneq_u32<const LANE: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1129  pub unsafe fn vmul_lane_f32<const LANE: i32>(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1130  pub unsafe fn vmul_laneq_f32<const LANE: i32>(a: float32x2_t, b: float32x4_t) -> float32x2_t 【】
    1131  pub unsafe fn vmulq_lane_f32<const LANE: i32>(a: float32x4_t, b: float32x2_t) -> float32x4_t 【】
    1132  pub unsafe fn vmulq_laneq_f32<const LANE: i32>(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1133  pub unsafe fn vmull_s8(a: int8x8_t, b: int8x8_t) -> int16x8_t 【】
    1134  pub unsafe fn vmull_s16(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    1135  pub unsafe fn vmull_s32(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    1136  pub unsafe fn vmull_u8(a: uint8x8_t, b: uint8x8_t) -> uint16x8_t 【】
    1137  pub unsafe fn vmull_u16(a: uint16x4_t, b: uint16x4_t) -> uint32x4_t 【】
    1138  pub unsafe fn vmull_u32(a: uint32x2_t, b: uint32x2_t) -> uint64x2_t 【】
    1139  pub unsafe fn vmull_p8(a: poly8x8_t, b: poly8x8_t) -> poly16x8_t 【】
    1140  pub unsafe fn vmull_n_s16(a: int16x4_t, b: i16) -> int32x4_t 【】
    1141  pub unsafe fn vmull_n_s32(a: int32x2_t, b: i32) -> int64x2_t 【】
    1142  pub unsafe fn vmull_n_u16(a: uint16x4_t, b: u16) -> uint32x4_t 【】
    1143  pub unsafe fn vmull_n_u32(a: uint32x2_t, b: u32) -> uint64x2_t 【】
    1144  pub unsafe fn vmull_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    1145  pub unsafe fn vmull_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x8_t) -> int32x4_t 【】
    1146  pub unsafe fn vmull_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    1147  pub unsafe fn vmull_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x4_t) -> int64x2_t 【】
    1148  pub unsafe fn vmull_lane_u16<const LANE: i32>(a: uint16x4_t, b: uint16x4_t) -> uint32x4_t 【】
    1149  pub unsafe fn vmull_laneq_u16<const LANE: i32>(a: uint16x4_t, b: uint16x8_t) -> uint32x4_t 【】
    1150  pub unsafe fn vmull_lane_u32<const LANE: i32>(a: uint32x2_t, b: uint32x2_t) -> uint64x2_t 【】
    1151  pub unsafe fn vmull_laneq_u32<const LANE: i32>(a: uint32x2_t, b: uint32x4_t) -> uint64x2_t 【】
    1152  pub unsafe fn vfma_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    1153  pub unsafe fn vfmaq_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    1154  pub unsafe fn vfma_n_f32(a: float32x2_t, b: float32x2_t, c: f32) -> float32x2_t 【】
    1155  pub unsafe fn vfmaq_n_f32(a: float32x4_t, b: float32x4_t, c: f32) -> float32x4_t 【】
    1156  pub unsafe fn vfms_f32(a: float32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    1157  pub unsafe fn vfmsq_f32(a: float32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    1158  pub unsafe fn vfms_n_f32(a: float32x2_t, b: float32x2_t, c: f32) -> float32x2_t 【】
    1159  pub unsafe fn vfmsq_n_f32(a: float32x4_t, b: float32x4_t, c: f32) -> float32x4_t 【】
    1160  pub unsafe fn vsub_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1161  pub unsafe fn vsubq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1162  pub unsafe fn vsub_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1163  pub unsafe fn vsubq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1164  pub unsafe fn vsub_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1165  pub unsafe fn vsubq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1166  pub unsafe fn vsub_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1167  pub unsafe fn vsubq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1168  pub unsafe fn vsub_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1169  pub unsafe fn vsubq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1170  pub unsafe fn vsub_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1171  pub unsafe fn vsubq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1172  pub unsafe fn vsub_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1173  pub unsafe fn vsubq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1174  pub unsafe fn vsub_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    1175  pub unsafe fn vsubq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1176  pub unsafe fn vsub_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1177  pub unsafe fn vsubq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1178  pub unsafe fn vadd_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8_t 【】
    1179  pub unsafe fn vadd_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4_t 【】
    1180  pub unsafe fn vaddq_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16_t 【】
    1181  pub unsafe fn vaddq_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8_t 【】
    1182  pub unsafe fn vadd_p64(a: poly64x1_t, b: poly64x1_t) -> poly64x1_t 【】
    1183  pub unsafe fn vaddq_p64(a: poly64x2_t, b: poly64x2_t) -> poly64x2_t 【】
    1184  pub unsafe fn vaddq_p128(a: p128, b: p128) -> p128 【】
    1185  pub unsafe fn vsubhn_s16(a: int16x8_t, b: int16x8_t) -> int8x8_t 【】
    1186  pub unsafe fn vsubhn_s32(a: int32x4_t, b: int32x4_t) -> int16x4_t 【】
    1187  pub unsafe fn vsubhn_s64(a: int64x2_t, b: int64x2_t) -> int32x2_t 【】
    1188  pub unsafe fn vsubhn_u16(a: uint16x8_t, b: uint16x8_t) -> uint8x8_t 【】
    1189  pub unsafe fn vsubhn_u32(a: uint32x4_t, b: uint32x4_t) -> uint16x4_t 【】
    1190  pub unsafe fn vsubhn_u64(a: uint64x2_t, b: uint64x2_t) -> uint32x2_t 【】
    1191  pub unsafe fn vsubhn_high_s16(a: int8x8_t, b: int16x8_t, c: int16x8_t) -> int8x16_t 【】
    1192  pub unsafe fn vsubhn_high_s32(a: int16x4_t, b: int32x4_t, c: int32x4_t) -> int16x8_t 【】
    1193  pub unsafe fn vsubhn_high_s64(a: int32x2_t, b: int64x2_t, c: int64x2_t) -> int32x4_t 【】
    1194  pub unsafe fn vsubhn_high_u16(a: uint8x8_t, b: uint16x8_t, c: uint16x8_t) -> uint8x16_t 【】
    1195  pub unsafe fn vsubhn_high_u32(a: uint16x4_t, b: uint32x4_t, c: uint32x4_t) -> uint16x8_t 【】
    1196  pub unsafe fn vsubhn_high_u64(a: uint32x2_t, b: uint64x2_t, c: uint64x2_t) -> uint32x4_t 【】
    1197  pub unsafe fn vhsub_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1198  pub unsafe fn vhsubq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1199  pub unsafe fn vhsub_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1200  pub unsafe fn vhsubq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1201  pub unsafe fn vhsub_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1202  pub unsafe fn vhsubq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1203  pub unsafe fn vhsub_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1204  pub unsafe fn vhsubq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1205  pub unsafe fn vhsub_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1206  pub unsafe fn vhsubq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1207  pub unsafe fn vhsub_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1208  pub unsafe fn vhsubq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1209  pub unsafe fn vsubw_s8(a: int16x8_t, b: int8x8_t) -> int16x8_t 【】
    1210  pub unsafe fn vsubw_s16(a: int32x4_t, b: int16x4_t) -> int32x4_t 【】
    1211  pub unsafe fn vsubw_s32(a: int64x2_t, b: int32x2_t) -> int64x2_t 【】
    1212  pub unsafe fn vsubw_u8(a: uint16x8_t, b: uint8x8_t) -> uint16x8_t 【】
    1213  pub unsafe fn vsubw_u16(a: uint32x4_t, b: uint16x4_t) -> uint32x4_t 【】
    1214  pub unsafe fn vsubw_u32(a: uint64x2_t, b: uint32x2_t) -> uint64x2_t 【】
    1215  pub unsafe fn vsubl_s8(a: int8x8_t, b: int8x8_t) -> int16x8_t 【】
    1216  pub unsafe fn vsubl_s16(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    1217  pub unsafe fn vsubl_s32(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    1218  pub unsafe fn vsubl_u8(a: uint8x8_t, b: uint8x8_t) -> uint16x8_t 【】
    1219  pub unsafe fn vsubl_u16(a: uint16x4_t, b: uint16x4_t) -> uint32x4_t 【】
    1220  pub unsafe fn vsubl_u32(a: uint32x2_t, b: uint32x2_t) -> uint64x2_t 【】
    1221  pub unsafe fn vmax_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1222  pub unsafe fn vmaxq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1223  pub unsafe fn vmax_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1224  pub unsafe fn vmaxq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1225  pub unsafe fn vmax_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1226  pub unsafe fn vmaxq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1227  pub unsafe fn vmax_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1228  pub unsafe fn vmaxq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1229  pub unsafe fn vmax_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1230  pub unsafe fn vmaxq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1231  pub unsafe fn vmax_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1232  pub unsafe fn vmaxq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1233  pub unsafe fn vmax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1234  pub unsafe fn vmaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1235  pub unsafe fn vmaxnm_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1236  pub unsafe fn vmaxnmq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1237  pub unsafe fn vmin_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1238  pub unsafe fn vminq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1239  pub unsafe fn vmin_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1240  pub unsafe fn vminq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1241  pub unsafe fn vmin_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1242  pub unsafe fn vminq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1243  pub unsafe fn vmin_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1244  pub unsafe fn vminq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1245  pub unsafe fn vmin_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1246  pub unsafe fn vminq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1247  pub unsafe fn vmin_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1248  pub unsafe fn vminq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1249  pub unsafe fn vmin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1250  pub unsafe fn vminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1251  pub unsafe fn vminnm_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1252  pub unsafe fn vminnmq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1253  pub unsafe fn vpadd_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1254  pub unsafe fn vqdmull_s16(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    1255  pub unsafe fn vqdmull_s32(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    1256  pub unsafe fn vqdmull_n_s16(a: int16x4_t, b: i16) -> int32x4_t 【】
    1257  pub unsafe fn vqdmull_n_s32(a: int32x2_t, b: i32) -> int64x2_t 【】
    1258  pub unsafe fn vqdmull_lane_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    1259  pub unsafe fn vqdmull_lane_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    1260  pub unsafe fn vqdmlal_s16(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    1261  pub unsafe fn vqdmlal_s32(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    1262  pub unsafe fn vqdmlal_n_s16(a: int32x4_t, b: int16x4_t, c: i16) -> int32x4_t 【】
    1263  pub unsafe fn vqdmlal_n_s32(a: int64x2_t, b: int32x2_t, c: i32) -> int64x2_t 【】
    1264  pub unsafe fn vqdmlal_lane_s16<const N: i32>(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    1265  pub unsafe fn vqdmlal_lane_s32<const N: i32>(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    1266  pub unsafe fn vqdmlsl_s16(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    1267  pub unsafe fn vqdmlsl_s32(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    1268  pub unsafe fn vqdmlsl_n_s16(a: int32x4_t, b: int16x4_t, c: i16) -> int32x4_t 【】
    1269  pub unsafe fn vqdmlsl_n_s32(a: int64x2_t, b: int32x2_t, c: i32) -> int64x2_t 【】
    1270  pub unsafe fn vqdmlsl_lane_s16<const N: i32>(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    1271  pub unsafe fn vqdmlsl_lane_s32<const N: i32>(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    1272  pub unsafe fn vqdmulh_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1273  pub unsafe fn vqdmulhq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1274  pub unsafe fn vqdmulh_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1275  pub unsafe fn vqdmulhq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1276  pub unsafe fn vqdmulh_n_s16(a: int16x4_t, b: i16) -> int16x4_t 【】
    1277  pub unsafe fn vqdmulh_n_s32(a: int32x2_t, b: i32) -> int32x2_t 【】
    1278  pub unsafe fn vqdmulhq_n_s16(a: int16x8_t, b: i16) -> int16x8_t 【】
    1279  pub unsafe fn vqdmulhq_n_s32(a: int32x4_t, b: i32) -> int32x4_t 【】
    1280  pub unsafe fn vqdmulhq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1281  pub unsafe fn vqdmulh_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x8_t) -> int16x4_t 【】
    1282  pub unsafe fn vqdmulhq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1283  pub unsafe fn vqdmulh_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x4_t) -> int32x2_t 【】
    1284  pub unsafe fn vqmovn_s16(a: int16x8_t) -> int8x8_t 【】
    1285  pub unsafe fn vqmovn_s32(a: int32x4_t) -> int16x4_t 【】
    1286  pub unsafe fn vqmovn_s64(a: int64x2_t) -> int32x2_t 【】
    1287  pub unsafe fn vqmovn_u16(a: uint16x8_t) -> uint8x8_t 【】
    1288  pub unsafe fn vqmovn_u32(a: uint32x4_t) -> uint16x4_t 【】
    1289  pub unsafe fn vqmovn_u64(a: uint64x2_t) -> uint32x2_t 【】
    1290  pub unsafe fn vqmovun_s16(a: int16x8_t) -> uint8x8_t 【】
    1291  pub unsafe fn vqmovun_s32(a: int32x4_t) -> uint16x4_t 【】
    1292  pub unsafe fn vqmovun_s64(a: int64x2_t) -> uint32x2_t 【】
    1293  pub unsafe fn vqrdmulh_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1294  pub unsafe fn vqrdmulhq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1295  pub unsafe fn vqrdmulh_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1296  pub unsafe fn vqrdmulhq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1297  pub unsafe fn vqrdmulh_n_s16(a: int16x4_t, b: i16) -> int16x4_t 【】
    1298  pub unsafe fn vqrdmulhq_n_s16(a: int16x8_t, b: i16) -> int16x8_t 【】
    1299  pub unsafe fn vqrdmulh_n_s32(a: int32x2_t, b: i32) -> int32x2_t 【】
    1300  pub unsafe fn vqrdmulhq_n_s32(a: int32x4_t, b: i32) -> int32x4_t 【】
    1301  pub unsafe fn vqrdmulh_lane_s16<const LANE: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1302  pub unsafe fn vqrdmulh_laneq_s16<const LANE: i32>(a: int16x4_t, b: int16x8_t) -> int16x4_t 【】
    1303  pub unsafe fn vqrdmulhq_lane_s16<const LANE: i32>(a: int16x8_t, b: int16x4_t) -> int16x8_t 【】
    1304  pub unsafe fn vqrdmulhq_laneq_s16<const LANE: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1305  pub unsafe fn vqrdmulh_lane_s32<const LANE: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1306  pub unsafe fn vqrdmulh_laneq_s32<const LANE: i32>(a: int32x2_t, b: int32x4_t) -> int32x2_t 【】
    1307  pub unsafe fn vqrdmulhq_lane_s32<const LANE: i32>(a: int32x4_t, b: int32x2_t) -> int32x4_t 【】
    1308  pub unsafe fn vqrdmulhq_laneq_s32<const LANE: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1309  pub unsafe fn vqrshl_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1310  pub unsafe fn vqrshlq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1311  pub unsafe fn vqrshl_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1312  pub unsafe fn vqrshlq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1313  pub unsafe fn vqrshl_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1314  pub unsafe fn vqrshlq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1315  pub unsafe fn vqrshl_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1316  pub unsafe fn vqrshlq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1317  pub unsafe fn vqrshl_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t 【】
    1318  pub unsafe fn vqrshlq_u8(a: uint8x16_t, b: int8x16_t) -> uint8x16_t 【】
    1319  pub unsafe fn vqrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t 【】
    1320  pub unsafe fn vqrshlq_u16(a: uint16x8_t, b: int16x8_t) -> uint16x8_t 【】
    1321  pub unsafe fn vqrshl_u32(a: uint32x2_t, b: int32x2_t) -> uint32x2_t 【】
    1322  pub unsafe fn vqrshlq_u32(a: uint32x4_t, b: int32x4_t) -> uint32x4_t 【】
    1323  pub unsafe fn vqrshl_u64(a: uint64x1_t, b: int64x1_t) -> uint64x1_t 【】
    1324  pub unsafe fn vqrshlq_u64(a: uint64x2_t, b: int64x2_t) -> uint64x2_t 【】
    1325  pub unsafe fn vqrshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1326  pub unsafe fn vqrshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1327  pub unsafe fn vqrshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1328  pub unsafe fn vqrshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1329  pub unsafe fn vqrshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1330  pub unsafe fn vqrshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1331  pub unsafe fn vqrshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1332  pub unsafe fn vqrshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1333  pub unsafe fn vqrshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1334  pub unsafe fn vqrshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1335  pub unsafe fn vqrshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1336  pub unsafe fn vqrshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1337  pub unsafe fn vqrshrun_n_s16<const N: i32>(a: int16x8_t) -> uint8x8_t 【】
    1338  pub unsafe fn vqrshrun_n_s16<const N: i32>(a: int16x8_t) -> uint8x8_t 【】
    1339  pub unsafe fn vqrshrun_n_s32<const N: i32>(a: int32x4_t) -> uint16x4_t 【】
    1340  pub unsafe fn vqrshrun_n_s32<const N: i32>(a: int32x4_t) -> uint16x4_t 【】
    1341  pub unsafe fn vqrshrun_n_s64<const N: i32>(a: int64x2_t) -> uint32x2_t 【】
    1342  pub unsafe fn vqrshrun_n_s64<const N: i32>(a: int64x2_t) -> uint32x2_t 【】
    1343  pub unsafe fn vqshl_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1344  pub unsafe fn vqshlq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1345  pub unsafe fn vqshl_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1346  pub unsafe fn vqshlq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1347  pub unsafe fn vqshl_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1348  pub unsafe fn vqshlq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1349  pub unsafe fn vqshl_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1350  pub unsafe fn vqshlq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1351  pub unsafe fn vqshl_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t 【】
    1352  pub unsafe fn vqshlq_u8(a: uint8x16_t, b: int8x16_t) -> uint8x16_t 【】
    1353  pub unsafe fn vqshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t 【】
    1354  pub unsafe fn vqshlq_u16(a: uint16x8_t, b: int16x8_t) -> uint16x8_t 【】
    1355  pub unsafe fn vqshl_u32(a: uint32x2_t, b: int32x2_t) -> uint32x2_t 【】
    1356  pub unsafe fn vqshlq_u32(a: uint32x4_t, b: int32x4_t) -> uint32x4_t 【】
    1357  pub unsafe fn vqshl_u64(a: uint64x1_t, b: int64x1_t) -> uint64x1_t 【】
    1358  pub unsafe fn vqshlq_u64(a: uint64x2_t, b: int64x2_t) -> uint64x2_t 【】
    1359  pub unsafe fn vqshl_n_s8<const N: i32>(a: int8x8_t) -> int8x8_t 【】
    1360  pub unsafe fn vqshlq_n_s8<const N: i32>(a: int8x16_t) -> int8x16_t 【】
    1361  pub unsafe fn vqshl_n_s16<const N: i32>(a: int16x4_t) -> int16x4_t 【】
    1362  pub unsafe fn vqshlq_n_s16<const N: i32>(a: int16x8_t) -> int16x8_t 【】
    1363  pub unsafe fn vqshl_n_s32<const N: i32>(a: int32x2_t) -> int32x2_t 【】
    1364  pub unsafe fn vqshlq_n_s32<const N: i32>(a: int32x4_t) -> int32x4_t 【】
    1365  pub unsafe fn vqshl_n_s64<const N: i32>(a: int64x1_t) -> int64x1_t 【】
    1366  pub unsafe fn vqshlq_n_s64<const N: i32>(a: int64x2_t) -> int64x2_t 【】
    1367  pub unsafe fn vqshl_n_u8<const N: i32>(a: uint8x8_t) -> uint8x8_t 【】
    1368  pub unsafe fn vqshlq_n_u8<const N: i32>(a: uint8x16_t) -> uint8x16_t 【】
    1369  pub unsafe fn vqshl_n_u16<const N: i32>(a: uint16x4_t) -> uint16x4_t 【】
    1370  pub unsafe fn vqshlq_n_u16<const N: i32>(a: uint16x8_t) -> uint16x8_t 【】
    1371  pub unsafe fn vqshl_n_u32<const N: i32>(a: uint32x2_t) -> uint32x2_t 【】
    1372  pub unsafe fn vqshlq_n_u32<const N: i32>(a: uint32x4_t) -> uint32x4_t 【】
    1373  pub unsafe fn vqshl_n_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t 【】
    1374  pub unsafe fn vqshlq_n_u64<const N: i32>(a: uint64x2_t) -> uint64x2_t 【】
    1375  pub unsafe fn vqshlu_n_s8<const N: i32>(a: int8x8_t) -> uint8x8_t 【】
    1376  pub unsafe fn vqshlu_n_s8<const N: i32>(a: int8x8_t) -> uint8x8_t 【】
    1377  pub unsafe fn vqshlu_n_s16<const N: i32>(a: int16x4_t) -> uint16x4_t 【】
    1378  pub unsafe fn vqshlu_n_s16<const N: i32>(a: int16x4_t) -> uint16x4_t 【】
    1379  pub unsafe fn vqshlu_n_s32<const N: i32>(a: int32x2_t) -> uint32x2_t 【】
    1380  pub unsafe fn vqshlu_n_s32<const N: i32>(a: int32x2_t) -> uint32x2_t 【】
    1381  pub unsafe fn vqshlu_n_s64<const N: i32>(a: int64x1_t) -> uint64x1_t 【】
    1382  pub unsafe fn vqshlu_n_s64<const N: i32>(a: int64x1_t) -> uint64x1_t 【】
    1383  pub unsafe fn vqshluq_n_s8<const N: i32>(a: int8x16_t) -> uint8x16_t 【】
    1384  pub unsafe fn vqshluq_n_s8<const N: i32>(a: int8x16_t) -> uint8x16_t 【】
    1385  pub unsafe fn vqshluq_n_s16<const N: i32>(a: int16x8_t) -> uint16x8_t 【】
    1386  pub unsafe fn vqshluq_n_s16<const N: i32>(a: int16x8_t) -> uint16x8_t 【】
    1387  pub unsafe fn vqshluq_n_s32<const N: i32>(a: int32x4_t) -> uint32x4_t 【】
    1388  pub unsafe fn vqshluq_n_s32<const N: i32>(a: int32x4_t) -> uint32x4_t 【】
    1389  pub unsafe fn vqshluq_n_s64<const N: i32>(a: int64x2_t) -> uint64x2_t 【】
    1390  pub unsafe fn vqshluq_n_s64<const N: i32>(a: int64x2_t) -> uint64x2_t 【】
    1391  pub unsafe fn vqshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1392  pub unsafe fn vqshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1393  pub unsafe fn vqshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1394  pub unsafe fn vqshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1395  pub unsafe fn vqshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1396  pub unsafe fn vqshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1397  pub unsafe fn vqshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1398  pub unsafe fn vqshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1399  pub unsafe fn vqshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1400  pub unsafe fn vqshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1401  pub unsafe fn vqshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1402  pub unsafe fn vqshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1403  pub unsafe fn vqshrun_n_s16<const N: i32>(a: int16x8_t) -> uint8x8_t 【】
    1404  pub unsafe fn vqshrun_n_s16<const N: i32>(a: int16x8_t) -> uint8x8_t 【】
    1405  pub unsafe fn vqshrun_n_s32<const N: i32>(a: int32x4_t) -> uint16x4_t 【】
    1406  pub unsafe fn vqshrun_n_s32<const N: i32>(a: int32x4_t) -> uint16x4_t 【】
    1407  pub unsafe fn vqshrun_n_s64<const N: i32>(a: int64x2_t) -> uint32x2_t 【】
    1408  pub unsafe fn vqshrun_n_s64<const N: i32>(a: int64x2_t) -> uint32x2_t 【】
    1409  pub unsafe fn vrsqrte_f32(a: float32x2_t) -> float32x2_t 【】
    1410  pub unsafe fn vrsqrteq_f32(a: float32x4_t) -> float32x4_t 【】
    1411  pub unsafe fn vrsqrte_u32(a: uint32x2_t) -> uint32x2_t 【】
    1412  pub unsafe fn vrsqrteq_u32(a: uint32x4_t) -> uint32x4_t 【】
    1413  pub unsafe fn vrsqrts_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1414  pub unsafe fn vrsqrtsq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1415  pub unsafe fn vrecpe_f32(a: float32x2_t) -> float32x2_t 【】
    1416  pub unsafe fn vrecpeq_f32(a: float32x4_t) -> float32x4_t 【】
    1417  pub unsafe fn vrecpe_u32(a: uint32x2_t) -> uint32x2_t 【】
    1418  pub unsafe fn vrecpeq_u32(a: uint32x4_t) -> uint32x4_t 【】
    1419  pub unsafe fn vrecps_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    1420  pub unsafe fn vrecpsq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    1421  pub unsafe fn vreinterpret_s8_u8(a: uint8x8_t) -> int8x8_t 【】
    1422  pub unsafe fn vreinterpret_s8_p8(a: poly8x8_t) -> int8x8_t 【】
    1423  pub unsafe fn vreinterpret_s16_p16(a: poly16x4_t) -> int16x4_t 【】
    1424  pub unsafe fn vreinterpret_s16_u16(a: uint16x4_t) -> int16x4_t 【】
    1425  pub unsafe fn vreinterpret_s32_u32(a: uint32x2_t) -> int32x2_t 【】
    1426  pub unsafe fn vreinterpret_s64_u64(a: uint64x1_t) -> int64x1_t 【】
    1427  pub unsafe fn vreinterpretq_s8_u8(a: uint8x16_t) -> int8x16_t 【】
    1428  pub unsafe fn vreinterpretq_s8_p8(a: poly8x16_t) -> int8x16_t 【】
    1429  pub unsafe fn vreinterpretq_s16_p16(a: poly16x8_t) -> int16x8_t 【】
    1430  pub unsafe fn vreinterpretq_s16_u16(a: uint16x8_t) -> int16x8_t 【】
    1431  pub unsafe fn vreinterpretq_s32_u32(a: uint32x4_t) -> int32x4_t 【】
    1432  pub unsafe fn vreinterpretq_s64_u64(a: uint64x2_t) -> int64x2_t 【】
    1433  pub unsafe fn vreinterpret_u8_p8(a: poly8x8_t) -> uint8x8_t 【】
    1434  pub unsafe fn vreinterpret_u8_s8(a: int8x8_t) -> uint8x8_t 【】
    1435  pub unsafe fn vreinterpret_u16_p16(a: poly16x4_t) -> uint16x4_t 【】
    1436  pub unsafe fn vreinterpret_u16_s16(a: int16x4_t) -> uint16x4_t 【】
    1437  pub unsafe fn vreinterpret_u32_s32(a: int32x2_t) -> uint32x2_t 【】
    1438  pub unsafe fn vreinterpret_u64_s64(a: int64x1_t) -> uint64x1_t 【】
    1439  pub unsafe fn vreinterpretq_u8_p8(a: poly8x16_t) -> uint8x16_t 【】
    1440  pub unsafe fn vreinterpretq_u8_s8(a: int8x16_t) -> uint8x16_t 【】
    1441  pub unsafe fn vreinterpretq_u16_p16(a: poly16x8_t) -> uint16x8_t 【】
    1442  pub unsafe fn vreinterpretq_u16_s16(a: int16x8_t) -> uint16x8_t 【】
    1443  pub unsafe fn vreinterpretq_u32_s32(a: int32x4_t) -> uint32x4_t 【】
    1444  pub unsafe fn vreinterpretq_u64_s64(a: int64x2_t) -> uint64x2_t 【】
    1445  pub unsafe fn vreinterpret_p8_s8(a: int8x8_t) -> poly8x8_t 【】
    1446  pub unsafe fn vreinterpret_p8_u8(a: uint8x8_t) -> poly8x8_t 【】
    1447  pub unsafe fn vreinterpret_p16_s16(a: int16x4_t) -> poly16x4_t 【】
    1448  pub unsafe fn vreinterpret_p16_u16(a: uint16x4_t) -> poly16x4_t 【】
    1449  pub unsafe fn vreinterpretq_p8_s8(a: int8x16_t) -> poly8x16_t 【】
    1450  pub unsafe fn vreinterpretq_p8_u8(a: uint8x16_t) -> poly8x16_t 【】
    1451  pub unsafe fn vreinterpretq_p16_s16(a: int16x8_t) -> poly16x8_t 【】
    1452  pub unsafe fn vreinterpretq_p16_u16(a: uint16x8_t) -> poly16x8_t 【】
    1453  pub unsafe fn vreinterpret_s8_s16(a: int16x4_t) -> int8x8_t 【】
    1454  pub unsafe fn vreinterpret_s8_u16(a: uint16x4_t) -> int8x8_t 【】
    1455  pub unsafe fn vreinterpret_s8_p16(a: poly16x4_t) -> int8x8_t 【】
    1456  pub unsafe fn vreinterpret_s16_s32(a: int32x2_t) -> int16x4_t 【】
    1457  pub unsafe fn vreinterpret_s16_u32(a: uint32x2_t) -> int16x4_t 【】
    1458  pub unsafe fn vreinterpret_s32_s64(a: int64x1_t) -> int32x2_t 【】
    1459  pub unsafe fn vreinterpret_s32_u64(a: uint64x1_t) -> int32x2_t 【】
    1460  pub unsafe fn vreinterpretq_s8_s16(a: int16x8_t) -> int8x16_t 【】
    1461  pub unsafe fn vreinterpretq_s8_u16(a: uint16x8_t) -> int8x16_t 【】
    1462  pub unsafe fn vreinterpretq_s8_p16(a: poly16x8_t) -> int8x16_t 【】
    1463  pub unsafe fn vreinterpretq_s16_s32(a: int32x4_t) -> int16x8_t 【】
    1464  pub unsafe fn vreinterpretq_s16_u32(a: uint32x4_t) -> int16x8_t 【】
    1465  pub unsafe fn vreinterpretq_s32_s64(a: int64x2_t) -> int32x4_t 【】
    1466  pub unsafe fn vreinterpretq_s32_u64(a: uint64x2_t) -> int32x4_t 【】
    1467  pub unsafe fn vreinterpret_u8_p16(a: poly16x4_t) -> uint8x8_t 【】
    1468  pub unsafe fn vreinterpret_u8_s16(a: int16x4_t) -> uint8x8_t 【】
    1469  pub unsafe fn vreinterpret_u8_u16(a: uint16x4_t) -> uint8x8_t 【】
    1470  pub unsafe fn vreinterpret_u16_s32(a: int32x2_t) -> uint16x4_t 【】
    1471  pub unsafe fn vreinterpret_u16_u32(a: uint32x2_t) -> uint16x4_t 【】
    1472  pub unsafe fn vreinterpret_u32_s64(a: int64x1_t) -> uint32x2_t 【】
    1473  pub unsafe fn vreinterpret_u32_u64(a: uint64x1_t) -> uint32x2_t 【】
    1474  pub unsafe fn vreinterpretq_u8_p16(a: poly16x8_t) -> uint8x16_t 【】
    1475  pub unsafe fn vreinterpretq_u8_s16(a: int16x8_t) -> uint8x16_t 【】
    1476  pub unsafe fn vreinterpretq_u8_u16(a: uint16x8_t) -> uint8x16_t 【】
    1477  pub unsafe fn vreinterpretq_u16_s32(a: int32x4_t) -> uint16x8_t 【】
    1478  pub unsafe fn vreinterpretq_u16_u32(a: uint32x4_t) -> uint16x8_t 【】
    1479  pub unsafe fn vreinterpretq_u32_s64(a: int64x2_t) -> uint32x4_t 【】
    1480  pub unsafe fn vreinterpretq_u32_u64(a: uint64x2_t) -> uint32x4_t 【】
    1481  pub unsafe fn vreinterpret_p8_p16(a: poly16x4_t) -> poly8x8_t 【】
    1482  pub unsafe fn vreinterpret_p8_s16(a: int16x4_t) -> poly8x8_t 【】
    1483  pub unsafe fn vreinterpret_p8_u16(a: uint16x4_t) -> poly8x8_t 【】
    1484  pub unsafe fn vreinterpret_p16_s32(a: int32x2_t) -> poly16x4_t 【】
    1485  pub unsafe fn vreinterpret_p16_u32(a: uint32x2_t) -> poly16x4_t 【】
    1486  pub unsafe fn vreinterpretq_p8_p16(a: poly16x8_t) -> poly8x16_t 【】
    1487  pub unsafe fn vreinterpretq_p8_s16(a: int16x8_t) -> poly8x16_t 【】
    1488  pub unsafe fn vreinterpretq_p8_u16(a: uint16x8_t) -> poly8x16_t 【】
    1489  pub unsafe fn vreinterpretq_p16_s32(a: int32x4_t) -> poly16x8_t 【】
    1490  pub unsafe fn vreinterpretq_p16_u32(a: uint32x4_t) -> poly16x8_t 【】
    1491  pub unsafe fn vreinterpret_s32_p64(a: poly64x1_t) -> int32x2_t 【】
    1492  pub unsafe fn vreinterpret_u32_p64(a: poly64x1_t) -> uint32x2_t 【】
    1493  pub unsafe fn vreinterpretq_s32_p64(a: poly64x2_t) -> int32x4_t 【】
    1494  pub unsafe fn vreinterpretq_u32_p64(a: poly64x2_t) -> uint32x4_t 【】
    1495  pub unsafe fn vreinterpretq_s64_p128(a: p128) -> int64x2_t 【】
    1496  pub unsafe fn vreinterpretq_u64_p128(a: p128) -> uint64x2_t 【】
    1497  pub unsafe fn vreinterpretq_p64_p128(a: p128) -> poly64x2_t 【】
    1498  pub unsafe fn vreinterpret_s16_p8(a: poly8x8_t) -> int16x4_t 【】
    1499  pub unsafe fn vreinterpret_s16_s8(a: int8x8_t) -> int16x4_t 【】
    1500  pub unsafe fn vreinterpret_s16_u8(a: uint8x8_t) -> int16x4_t 【】
    1501  pub unsafe fn vreinterpret_s32_p16(a: poly16x4_t) -> int32x2_t 【】
    1502  pub unsafe fn vreinterpret_s32_s16(a: int16x4_t) -> int32x2_t 【】
    1503  pub unsafe fn vreinterpret_s32_u16(a: uint16x4_t) -> int32x2_t 【】
    1504  pub unsafe fn vreinterpret_s64_s32(a: int32x2_t) -> int64x1_t 【】
    1505  pub unsafe fn vreinterpret_s64_u32(a: uint32x2_t) -> int64x1_t 【】
    1506  pub unsafe fn vreinterpretq_s16_p8(a: poly8x16_t) -> int16x8_t 【】
    1507  pub unsafe fn vreinterpretq_s16_s8(a: int8x16_t) -> int16x8_t 【】
    1508  pub unsafe fn vreinterpretq_s16_u8(a: uint8x16_t) -> int16x8_t 【】
    1509  pub unsafe fn vreinterpretq_s32_p16(a: poly16x8_t) -> int32x4_t 【】
    1510  pub unsafe fn vreinterpretq_s32_s16(a: int16x8_t) -> int32x4_t 【】
    1511  pub unsafe fn vreinterpretq_s32_u16(a: uint16x8_t) -> int32x4_t 【】
    1512  pub unsafe fn vreinterpretq_s64_s32(a: int32x4_t) -> int64x2_t 【】
    1513  pub unsafe fn vreinterpretq_s64_u32(a: uint32x4_t) -> int64x2_t 【】
    1514  pub unsafe fn vreinterpret_u16_p8(a: poly8x8_t) -> uint16x4_t 【】
    1515  pub unsafe fn vreinterpret_u16_s8(a: int8x8_t) -> uint16x4_t 【】
    1516  pub unsafe fn vreinterpret_u16_u8(a: uint8x8_t) -> uint16x4_t 【】
    1517  pub unsafe fn vreinterpret_u32_p16(a: poly16x4_t) -> uint32x2_t 【】
    1518  pub unsafe fn vreinterpret_u32_s16(a: int16x4_t) -> uint32x2_t 【】
    1519  pub unsafe fn vreinterpret_u32_u16(a: uint16x4_t) -> uint32x2_t 【】
    1520  pub unsafe fn vreinterpret_u64_s32(a: int32x2_t) -> uint64x1_t 【】
    1521  pub unsafe fn vreinterpret_u64_u32(a: uint32x2_t) -> uint64x1_t 【】
    1522  pub unsafe fn vreinterpretq_u16_p8(a: poly8x16_t) -> uint16x8_t 【】
    1523  pub unsafe fn vreinterpretq_u16_s8(a: int8x16_t) -> uint16x8_t 【】
    1524  pub unsafe fn vreinterpretq_u16_u8(a: uint8x16_t) -> uint16x8_t 【】
    1525  pub unsafe fn vreinterpretq_u32_p16(a: poly16x8_t) -> uint32x4_t 【】
    1526  pub unsafe fn vreinterpretq_u32_s16(a: int16x8_t) -> uint32x4_t 【】
    1527  pub unsafe fn vreinterpretq_u32_u16(a: uint16x8_t) -> uint32x4_t 【】
    1528  pub unsafe fn vreinterpretq_u64_s32(a: int32x4_t) -> uint64x2_t 【】
    1529  pub unsafe fn vreinterpretq_u64_u32(a: uint32x4_t) -> uint64x2_t 【】
    1530  pub unsafe fn vreinterpret_p16_p8(a: poly8x8_t) -> poly16x4_t 【】
    1531  pub unsafe fn vreinterpret_p16_s8(a: int8x8_t) -> poly16x4_t 【】
    1532  pub unsafe fn vreinterpret_p16_u8(a: uint8x8_t) -> poly16x4_t 【】
    1533  pub unsafe fn vreinterpretq_p16_p8(a: poly8x16_t) -> poly16x8_t 【】
    1534  pub unsafe fn vreinterpretq_p16_s8(a: int8x16_t) -> poly16x8_t 【】
    1535  pub unsafe fn vreinterpretq_p16_u8(a: uint8x16_t) -> poly16x8_t 【】
    1536  pub unsafe fn vreinterpret_p64_s32(a: int32x2_t) -> poly64x1_t 【】
    1537  pub unsafe fn vreinterpret_p64_u32(a: uint32x2_t) -> poly64x1_t 【】
    1538  pub unsafe fn vreinterpretq_p64_s32(a: int32x4_t) -> poly64x2_t 【】
    1539  pub unsafe fn vreinterpretq_p64_u32(a: uint32x4_t) -> poly64x2_t 【】
    1540  pub unsafe fn vreinterpretq_p128_s64(a: int64x2_t) -> p128 【】
    1541  pub unsafe fn vreinterpretq_p128_u64(a: uint64x2_t) -> p128 【】
    1542  pub unsafe fn vreinterpretq_p128_p64(a: poly64x2_t) -> p128 【】
    1543  pub unsafe fn vreinterpret_s8_s32(a: int32x2_t) -> int8x8_t 【】
    1544  pub unsafe fn vreinterpret_s8_u32(a: uint32x2_t) -> int8x8_t 【】
    1545  pub unsafe fn vreinterpret_s16_s64(a: int64x1_t) -> int16x4_t 【】
    1546  pub unsafe fn vreinterpret_s16_u64(a: uint64x1_t) -> int16x4_t 【】
    1547  pub unsafe fn vreinterpretq_s8_s32(a: int32x4_t) -> int8x16_t 【】
    1548  pub unsafe fn vreinterpretq_s8_u32(a: uint32x4_t) -> int8x16_t 【】
    1549  pub unsafe fn vreinterpretq_s16_s64(a: int64x2_t) -> int16x8_t 【】
    1550  pub unsafe fn vreinterpretq_s16_u64(a: uint64x2_t) -> int16x8_t 【】
    1551  pub unsafe fn vreinterpret_u8_s32(a: int32x2_t) -> uint8x8_t 【】
    1552  pub unsafe fn vreinterpret_u8_u32(a: uint32x2_t) -> uint8x8_t 【】
    1553  pub unsafe fn vreinterpret_u16_s64(a: int64x1_t) -> uint16x4_t 【】
    1554  pub unsafe fn vreinterpret_u16_u64(a: uint64x1_t) -> uint16x4_t 【】
    1555  pub unsafe fn vreinterpretq_u8_s32(a: int32x4_t) -> uint8x16_t 【】
    1556  pub unsafe fn vreinterpretq_u8_u32(a: uint32x4_t) -> uint8x16_t 【】
    1557  pub unsafe fn vreinterpretq_u16_s64(a: int64x2_t) -> uint16x8_t 【】
    1558  pub unsafe fn vreinterpretq_u16_u64(a: uint64x2_t) -> uint16x8_t 【】
    1559  pub unsafe fn vreinterpret_p8_s32(a: int32x2_t) -> poly8x8_t 【】
    1560  pub unsafe fn vreinterpret_p8_u32(a: uint32x2_t) -> poly8x8_t 【】
    1561  pub unsafe fn vreinterpret_p16_s64(a: int64x1_t) -> poly16x4_t 【】
    1562  pub unsafe fn vreinterpret_p16_u64(a: uint64x1_t) -> poly16x4_t 【】
    1563  pub unsafe fn vreinterpretq_p8_s32(a: int32x4_t) -> poly8x16_t 【】
    1564  pub unsafe fn vreinterpretq_p8_u32(a: uint32x4_t) -> poly8x16_t 【】
    1565  pub unsafe fn vreinterpretq_p16_s64(a: int64x2_t) -> poly16x8_t 【】
    1566  pub unsafe fn vreinterpretq_p16_u64(a: uint64x2_t) -> poly16x8_t 【】
    1567  pub unsafe fn vreinterpret_s16_p64(a: poly64x1_t) -> int16x4_t 【】
    1568  pub unsafe fn vreinterpret_u16_p64(a: poly64x1_t) -> uint16x4_t 【】
    1569  pub unsafe fn vreinterpret_p16_p64(a: poly64x1_t) -> poly16x4_t 【】
    1570  pub unsafe fn vreinterpretq_s16_p64(a: poly64x2_t) -> int16x8_t 【】
    1571  pub unsafe fn vreinterpretq_u16_p64(a: poly64x2_t) -> uint16x8_t 【】
    1572  pub unsafe fn vreinterpretq_p16_p64(a: poly64x2_t) -> poly16x8_t 【】
    1573  pub unsafe fn vreinterpretq_s32_p128(a: p128) -> int32x4_t 【】
    1574  pub unsafe fn vreinterpretq_u32_p128(a: p128) -> uint32x4_t 【】
    1575  pub unsafe fn vreinterpret_s32_p8(a: poly8x8_t) -> int32x2_t 【】
    1576  pub unsafe fn vreinterpret_s32_s8(a: int8x8_t) -> int32x2_t 【】
    1577  pub unsafe fn vreinterpret_s32_u8(a: uint8x8_t) -> int32x2_t 【】
    1578  pub unsafe fn vreinterpret_s64_p16(a: poly16x4_t) -> int64x1_t 【】
    1579  pub unsafe fn vreinterpret_s64_s16(a: int16x4_t) -> int64x1_t 【】
    1580  pub unsafe fn vreinterpret_s64_u16(a: uint16x4_t) -> int64x1_t 【】
    1581  pub unsafe fn vreinterpretq_s32_p8(a: poly8x16_t) -> int32x4_t 【】
    1582  pub unsafe fn vreinterpretq_s32_s8(a: int8x16_t) -> int32x4_t 【】
    1583  pub unsafe fn vreinterpretq_s32_u8(a: uint8x16_t) -> int32x4_t 【】
    1584  pub unsafe fn vreinterpretq_s64_p16(a: poly16x8_t) -> int64x2_t 【】
    1585  pub unsafe fn vreinterpretq_s64_s16(a: int16x8_t) -> int64x2_t 【】
    1586  pub unsafe fn vreinterpretq_s64_u16(a: uint16x8_t) -> int64x2_t 【】
    1587  pub unsafe fn vreinterpret_u32_p8(a: poly8x8_t) -> uint32x2_t 【】
    1588  pub unsafe fn vreinterpret_u32_s8(a: int8x8_t) -> uint32x2_t 【】
    1589  pub unsafe fn vreinterpret_u32_u8(a: uint8x8_t) -> uint32x2_t 【】
    1590  pub unsafe fn vreinterpret_u64_p16(a: poly16x4_t) -> uint64x1_t 【】
    1591  pub unsafe fn vreinterpret_u64_s16(a: int16x4_t) -> uint64x1_t 【】
    1592  pub unsafe fn vreinterpret_u64_u16(a: uint16x4_t) -> uint64x1_t 【】
    1593  pub unsafe fn vreinterpretq_u32_p8(a: poly8x16_t) -> uint32x4_t 【】
    1594  pub unsafe fn vreinterpretq_u32_s8(a: int8x16_t) -> uint32x4_t 【】
    1595  pub unsafe fn vreinterpretq_u32_u8(a: uint8x16_t) -> uint32x4_t 【】
    1596  pub unsafe fn vreinterpretq_u64_p16(a: poly16x8_t) -> uint64x2_t 【】
    1597  pub unsafe fn vreinterpretq_u64_s16(a: int16x8_t) -> uint64x2_t 【】
    1598  pub unsafe fn vreinterpretq_u64_u16(a: uint16x8_t) -> uint64x2_t 【】
    1599  pub unsafe fn vreinterpret_p64_p16(a: poly16x4_t) -> poly64x1_t 【】
    1600  pub unsafe fn vreinterpret_p64_s16(a: int16x4_t) -> poly64x1_t 【】
    1601  pub unsafe fn vreinterpret_p64_u16(a: uint16x4_t) -> poly64x1_t 【】
    1602  pub unsafe fn vreinterpretq_p64_p16(a: poly16x8_t) -> poly64x2_t 【】
    1603  pub unsafe fn vreinterpretq_p64_s16(a: int16x8_t) -> poly64x2_t 【】
    1604  pub unsafe fn vreinterpretq_p64_u16(a: uint16x8_t) -> poly64x2_t 【】
    1605  pub unsafe fn vreinterpretq_p128_s32(a: int32x4_t) -> p128 【】
    1606  pub unsafe fn vreinterpretq_p128_u32(a: uint32x4_t) -> p128 【】
    1607  pub unsafe fn vreinterpret_s8_s64(a: int64x1_t) -> int8x8_t 【】
    1608  pub unsafe fn vreinterpret_s8_u64(a: uint64x1_t) -> int8x8_t 【】
    1609  pub unsafe fn vreinterpret_u8_s64(a: int64x1_t) -> uint8x8_t 【】
    1610  pub unsafe fn vreinterpret_u8_u64(a: uint64x1_t) -> uint8x8_t 【】
    1611  pub unsafe fn vreinterpret_p8_s64(a: int64x1_t) -> poly8x8_t 【】
    1612  pub unsafe fn vreinterpret_p8_u64(a: uint64x1_t) -> poly8x8_t 【】
    1613  pub unsafe fn vreinterpretq_s8_s64(a: int64x2_t) -> int8x16_t 【】
    1614  pub unsafe fn vreinterpretq_s8_u64(a: uint64x2_t) -> int8x16_t 【】
    1615  pub unsafe fn vreinterpretq_u8_s64(a: int64x2_t) -> uint8x16_t 【】
    1616  pub unsafe fn vreinterpretq_u8_u64(a: uint64x2_t) -> uint8x16_t 【】
    1617  pub unsafe fn vreinterpretq_p8_s64(a: int64x2_t) -> poly8x16_t 【】
    1618  pub unsafe fn vreinterpretq_p8_u64(a: uint64x2_t) -> poly8x16_t 【】
    1619  pub unsafe fn vreinterpret_s8_p64(a: poly64x1_t) -> int8x8_t 【】
    1620  pub unsafe fn vreinterpret_u8_p64(a: poly64x1_t) -> uint8x8_t 【】
    1621  pub unsafe fn vreinterpret_p8_p64(a: poly64x1_t) -> poly8x8_t 【】
    1622  pub unsafe fn vreinterpretq_s8_p64(a: poly64x2_t) -> int8x16_t 【】
    1623  pub unsafe fn vreinterpretq_u8_p64(a: poly64x2_t) -> uint8x16_t 【】
    1624  pub unsafe fn vreinterpretq_p8_p64(a: poly64x2_t) -> poly8x16_t 【】
    1625  pub unsafe fn vreinterpretq_s16_p128(a: p128) -> int16x8_t 【】
    1626  pub unsafe fn vreinterpretq_u16_p128(a: p128) -> uint16x8_t 【】
    1627  pub unsafe fn vreinterpretq_p16_p128(a: p128) -> poly16x8_t 【】
    1628  pub unsafe fn vreinterpret_s64_p8(a: poly8x8_t) -> int64x1_t 【】
    1629  pub unsafe fn vreinterpret_s64_s8(a: int8x8_t) -> int64x1_t 【】
    1630  pub unsafe fn vreinterpret_s64_u8(a: uint8x8_t) -> int64x1_t 【】
    1631  pub unsafe fn vreinterpret_u64_p8(a: poly8x8_t) -> uint64x1_t 【】
    1632  pub unsafe fn vreinterpret_u64_s8(a: int8x8_t) -> uint64x1_t 【】
    1633  pub unsafe fn vreinterpret_u64_u8(a: uint8x8_t) -> uint64x1_t 【】
    1634  pub unsafe fn vreinterpretq_s64_p8(a: poly8x16_t) -> int64x2_t 【】
    1635  pub unsafe fn vreinterpretq_s64_s8(a: int8x16_t) -> int64x2_t 【】
    1636  pub unsafe fn vreinterpretq_s64_u8(a: uint8x16_t) -> int64x2_t 【】
    1637  pub unsafe fn vreinterpretq_u64_p8(a: poly8x16_t) -> uint64x2_t 【】
    1638  pub unsafe fn vreinterpretq_u64_s8(a: int8x16_t) -> uint64x2_t 【】
    1639  pub unsafe fn vreinterpretq_u64_u8(a: uint8x16_t) -> uint64x2_t 【】
    1640  pub unsafe fn vreinterpret_p64_p8(a: poly8x8_t) -> poly64x1_t 【】
    1641  pub unsafe fn vreinterpret_p64_s8(a: int8x8_t) -> poly64x1_t 【】
    1642  pub unsafe fn vreinterpret_p64_u8(a: uint8x8_t) -> poly64x1_t 【】
    1643  pub unsafe fn vreinterpretq_p64_p8(a: poly8x16_t) -> poly64x2_t 【】
    1644  pub unsafe fn vreinterpretq_p64_s8(a: int8x16_t) -> poly64x2_t 【】
    1645  pub unsafe fn vreinterpretq_p64_u8(a: uint8x16_t) -> poly64x2_t 【】
    1646  pub unsafe fn vreinterpretq_p128_s16(a: int16x8_t) -> p128 【】
    1647  pub unsafe fn vreinterpretq_p128_u16(a: uint16x8_t) -> p128 【】
    1648  pub unsafe fn vreinterpretq_p128_p16(a: poly16x8_t) -> p128 【】
    1649  pub unsafe fn vreinterpretq_p128_s8(a: int8x16_t) -> p128 【】
    1650  pub unsafe fn vreinterpretq_p128_u8(a: uint8x16_t) -> p128 【】
    1651  pub unsafe fn vreinterpretq_p128_p8(a: poly8x16_t) -> p128 【】
    1652  pub unsafe fn vreinterpretq_s8_p128(a: p128) -> int8x16_t 【】
    1653  pub unsafe fn vreinterpretq_u8_p128(a: p128) -> uint8x16_t 【】
    1654  pub unsafe fn vreinterpretq_p8_p128(a: p128) -> poly8x16_t 【】
    1655  pub unsafe fn vreinterpret_s8_f32(a: float32x2_t) -> int8x8_t 【】
    1656  pub unsafe fn vreinterpret_s16_f32(a: float32x2_t) -> int16x4_t 【】
    1657  pub unsafe fn vreinterpret_s32_f32(a: float32x2_t) -> int32x2_t 【】
    1658  pub unsafe fn vreinterpret_s64_f32(a: float32x2_t) -> int64x1_t 【】
    1659  pub unsafe fn vreinterpretq_s8_f32(a: float32x4_t) -> int8x16_t 【】
    1660  pub unsafe fn vreinterpretq_s16_f32(a: float32x4_t) -> int16x8_t 【】
    1661  pub unsafe fn vreinterpretq_s32_f32(a: float32x4_t) -> int32x4_t 【】
    1662  pub unsafe fn vreinterpretq_s64_f32(a: float32x4_t) -> int64x2_t 【】
    1663  pub unsafe fn vreinterpret_u8_f32(a: float32x2_t) -> uint8x8_t 【】
    1664  pub unsafe fn vreinterpret_u16_f32(a: float32x2_t) -> uint16x4_t 【】
    1665  pub unsafe fn vreinterpret_u32_f32(a: float32x2_t) -> uint32x2_t 【】
    1666  pub unsafe fn vreinterpret_u64_f32(a: float32x2_t) -> uint64x1_t 【】
    1667  pub unsafe fn vreinterpretq_u8_f32(a: float32x4_t) -> uint8x16_t 【】
    1668  pub unsafe fn vreinterpretq_u16_f32(a: float32x4_t) -> uint16x8_t 【】
    1669  pub unsafe fn vreinterpretq_u32_f32(a: float32x4_t) -> uint32x4_t 【】
    1670  pub unsafe fn vreinterpretq_u64_f32(a: float32x4_t) -> uint64x2_t 【】
    1671  pub unsafe fn vreinterpret_p8_f32(a: float32x2_t) -> poly8x8_t 【】
    1672  pub unsafe fn vreinterpret_p16_f32(a: float32x2_t) -> poly16x4_t 【】
    1673  pub unsafe fn vreinterpretq_p8_f32(a: float32x4_t) -> poly8x16_t 【】
    1674  pub unsafe fn vreinterpretq_p16_f32(a: float32x4_t) -> poly16x8_t 【】
    1675  pub unsafe fn vreinterpretq_p128_f32(a: float32x4_t) -> p128 【】
    1676  pub unsafe fn vreinterpret_f32_s8(a: int8x8_t) -> float32x2_t 【】
    1677  pub unsafe fn vreinterpret_f32_s16(a: int16x4_t) -> float32x2_t 【】
    1678  pub unsafe fn vreinterpret_f32_s32(a: int32x2_t) -> float32x2_t 【】
    1679  pub unsafe fn vreinterpret_f32_s64(a: int64x1_t) -> float32x2_t 【】
    1680  pub unsafe fn vreinterpretq_f32_s8(a: int8x16_t) -> float32x4_t 【】
    1681  pub unsafe fn vreinterpretq_f32_s16(a: int16x8_t) -> float32x4_t 【】
    1682  pub unsafe fn vreinterpretq_f32_s32(a: int32x4_t) -> float32x4_t 【】
    1683  pub unsafe fn vreinterpretq_f32_s64(a: int64x2_t) -> float32x4_t 【】
    1684  pub unsafe fn vreinterpret_f32_u8(a: uint8x8_t) -> float32x2_t 【】
    1685  pub unsafe fn vreinterpret_f32_u16(a: uint16x4_t) -> float32x2_t 【】
    1686  pub unsafe fn vreinterpret_f32_u32(a: uint32x2_t) -> float32x2_t 【】
    1687  pub unsafe fn vreinterpret_f32_u64(a: uint64x1_t) -> float32x2_t 【】
    1688  pub unsafe fn vreinterpretq_f32_u8(a: uint8x16_t) -> float32x4_t 【】
    1689  pub unsafe fn vreinterpretq_f32_u16(a: uint16x8_t) -> float32x4_t 【】
    1690  pub unsafe fn vreinterpretq_f32_u32(a: uint32x4_t) -> float32x4_t 【】
    1691  pub unsafe fn vreinterpretq_f32_u64(a: uint64x2_t) -> float32x4_t 【】
    1692  pub unsafe fn vreinterpret_f32_p8(a: poly8x8_t) -> float32x2_t 【】
    1693  pub unsafe fn vreinterpret_f32_p16(a: poly16x4_t) -> float32x2_t 【】
    1694  pub unsafe fn vreinterpretq_f32_p8(a: poly8x16_t) -> float32x4_t 【】
    1695  pub unsafe fn vreinterpretq_f32_p16(a: poly16x8_t) -> float32x4_t 【】
    1696  pub unsafe fn vreinterpretq_f32_p128(a: p128) -> float32x4_t 【】
    1697  pub unsafe fn vrshl_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1698  pub unsafe fn vrshlq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1699  pub unsafe fn vrshl_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1700  pub unsafe fn vrshlq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1701  pub unsafe fn vrshl_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1702  pub unsafe fn vrshlq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1703  pub unsafe fn vrshl_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1704  pub unsafe fn vrshlq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1705  pub unsafe fn vrshl_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t 【】
    1706  pub unsafe fn vrshlq_u8(a: uint8x16_t, b: int8x16_t) -> uint8x16_t 【】
    1707  pub unsafe fn vrshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t 【】
    1708  pub unsafe fn vrshlq_u16(a: uint16x8_t, b: int16x8_t) -> uint16x8_t 【】
    1709  pub unsafe fn vrshl_u32(a: uint32x2_t, b: int32x2_t) -> uint32x2_t 【】
    1710  pub unsafe fn vrshlq_u32(a: uint32x4_t, b: int32x4_t) -> uint32x4_t 【】
    1711  pub unsafe fn vrshl_u64(a: uint64x1_t, b: int64x1_t) -> uint64x1_t 【】
    1712  pub unsafe fn vrshlq_u64(a: uint64x2_t, b: int64x2_t) -> uint64x2_t 【】
    1713  pub unsafe fn vrshr_n_s8<const N: i32>(a: int8x8_t) -> int8x8_t 【】
    1714  pub unsafe fn vrshrq_n_s8<const N: i32>(a: int8x16_t) -> int8x16_t 【】
    1715  pub unsafe fn vrshr_n_s16<const N: i32>(a: int16x4_t) -> int16x4_t 【】
    1716  pub unsafe fn vrshrq_n_s16<const N: i32>(a: int16x8_t) -> int16x8_t 【】
    1717  pub unsafe fn vrshr_n_s32<const N: i32>(a: int32x2_t) -> int32x2_t 【】
    1718  pub unsafe fn vrshrq_n_s32<const N: i32>(a: int32x4_t) -> int32x4_t 【】
    1719  pub unsafe fn vrshr_n_s64<const N: i32>(a: int64x1_t) -> int64x1_t 【】
    1720  pub unsafe fn vrshrq_n_s64<const N: i32>(a: int64x2_t) -> int64x2_t 【】
    1721  pub unsafe fn vrshr_n_u8<const N: i32>(a: uint8x8_t) -> uint8x8_t 【】
    1722  pub unsafe fn vrshrq_n_u8<const N: i32>(a: uint8x16_t) -> uint8x16_t 【】
    1723  pub unsafe fn vrshr_n_u16<const N: i32>(a: uint16x4_t) -> uint16x4_t 【】
    1724  pub unsafe fn vrshrq_n_u16<const N: i32>(a: uint16x8_t) -> uint16x8_t 【】
    1725  pub unsafe fn vrshr_n_u32<const N: i32>(a: uint32x2_t) -> uint32x2_t 【】
    1726  pub unsafe fn vrshrq_n_u32<const N: i32>(a: uint32x4_t) -> uint32x4_t 【】
    1727  pub unsafe fn vrshr_n_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t 【】
    1728  pub unsafe fn vrshrq_n_u64<const N: i32>(a: uint64x2_t) -> uint64x2_t 【】
    1729  pub unsafe fn vrshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1730  pub unsafe fn vrshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1731  pub unsafe fn vrshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1732  pub unsafe fn vrshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1733  pub unsafe fn vrshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1734  pub unsafe fn vrshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1735  pub unsafe fn vrshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1736  pub unsafe fn vrshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1737  pub unsafe fn vrshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1738  pub unsafe fn vrsra_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1739  pub unsafe fn vrsraq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1740  pub unsafe fn vrsra_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1741  pub unsafe fn vrsraq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1742  pub unsafe fn vrsra_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1743  pub unsafe fn vrsraq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1744  pub unsafe fn vrsra_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1745  pub unsafe fn vrsraq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1746  pub unsafe fn vrsra_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1747  pub unsafe fn vrsraq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1748  pub unsafe fn vrsra_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1749  pub unsafe fn vrsraq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1750  pub unsafe fn vrsra_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1751  pub unsafe fn vrsraq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1752  pub unsafe fn vrsra_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    1753  pub unsafe fn vrsraq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1754  pub unsafe fn vrsubhn_s16(a: int16x8_t, b: int16x8_t) -> int8x8_t 【】
    1755  pub unsafe fn vrsubhn_s32(a: int32x4_t, b: int32x4_t) -> int16x4_t 【】
    1756  pub unsafe fn vrsubhn_s64(a: int64x2_t, b: int64x2_t) -> int32x2_t 【】
    1757  pub unsafe fn vrsubhn_u16(a: uint16x8_t, b: uint16x8_t) -> uint8x8_t 【】
    1758  pub unsafe fn vrsubhn_u32(a: uint32x4_t, b: uint32x4_t) -> uint16x4_t 【】
    1759  pub unsafe fn vrsubhn_u64(a: uint64x2_t, b: uint64x2_t) -> uint32x2_t 【】
    1760  pub unsafe fn vset_lane_s8<const LANE: i32>(a: i8, b: int8x8_t) -> int8x8_t 【】
    1761  pub unsafe fn vset_lane_s16<const LANE: i32>(a: i16, b: int16x4_t) -> int16x4_t 【】
    1762  pub unsafe fn vset_lane_s32<const LANE: i32>(a: i32, b: int32x2_t) -> int32x2_t 【】
    1763  pub unsafe fn vset_lane_s64<const LANE: i32>(a: i64, b: int64x1_t) -> int64x1_t 【】
    1764  pub unsafe fn vset_lane_u8<const LANE: i32>(a: u8, b: uint8x8_t) -> uint8x8_t 【】
    1765  pub unsafe fn vset_lane_u16<const LANE: i32>(a: u16, b: uint16x4_t) -> uint16x4_t 【】
    1766  pub unsafe fn vset_lane_u32<const LANE: i32>(a: u32, b: uint32x2_t) -> uint32x2_t 【】
    1767  pub unsafe fn vset_lane_u64<const LANE: i32>(a: u64, b: uint64x1_t) -> uint64x1_t 【】
    1768  pub unsafe fn vset_lane_p8<const LANE: i32>(a: p8, b: poly8x8_t) -> poly8x8_t 【】
    1769  pub unsafe fn vset_lane_p16<const LANE: i32>(a: p16, b: poly16x4_t) -> poly16x4_t 【】
    1770  pub unsafe fn vset_lane_p64<const LANE: i32>(a: p64, b: poly64x1_t) -> poly64x1_t 【】
    1771  pub unsafe fn vsetq_lane_s8<const LANE: i32>(a: i8, b: int8x16_t) -> int8x16_t 【】
    1772  pub unsafe fn vsetq_lane_s16<const LANE: i32>(a: i16, b: int16x8_t) -> int16x8_t 【】
    1773  pub unsafe fn vsetq_lane_s32<const LANE: i32>(a: i32, b: int32x4_t) -> int32x4_t 【】
    1774  pub unsafe fn vsetq_lane_s64<const LANE: i32>(a: i64, b: int64x2_t) -> int64x2_t 【】
    1775  pub unsafe fn vsetq_lane_u8<const LANE: i32>(a: u8, b: uint8x16_t) -> uint8x16_t 【】
    1776  pub unsafe fn vsetq_lane_u16<const LANE: i32>(a: u16, b: uint16x8_t) -> uint16x8_t 【】
    1777  pub unsafe fn vsetq_lane_u32<const LANE: i32>(a: u32, b: uint32x4_t) -> uint32x4_t 【】
    1778  pub unsafe fn vsetq_lane_u64<const LANE: i32>(a: u64, b: uint64x2_t) -> uint64x2_t 【】
    1779  pub unsafe fn vsetq_lane_p8<const LANE: i32>(a: p8, b: poly8x16_t) -> poly8x16_t 【】
    1780  pub unsafe fn vsetq_lane_p16<const LANE: i32>(a: p16, b: poly16x8_t) -> poly16x8_t 【】
    1781  pub unsafe fn vsetq_lane_p64<const LANE: i32>(a: p64, b: poly64x2_t) -> poly64x2_t 【】
    1782  pub unsafe fn vset_lane_f32<const LANE: i32>(a: f32, b: float32x2_t) -> float32x2_t 【】
    1783  pub unsafe fn vsetq_lane_f32<const LANE: i32>(a: f32, b: float32x4_t) -> float32x4_t 【】
    1784  pub unsafe fn vshl_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1785  pub unsafe fn vshlq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1786  pub unsafe fn vshl_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1787  pub unsafe fn vshlq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1788  pub unsafe fn vshl_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1789  pub unsafe fn vshlq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1790  pub unsafe fn vshl_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1791  pub unsafe fn vshlq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1792  pub unsafe fn vshl_u8(a: uint8x8_t, b: int8x8_t) -> uint8x8_t 【】
    1793  pub unsafe fn vshlq_u8(a: uint8x16_t, b: int8x16_t) -> uint8x16_t 【】
    1794  pub unsafe fn vshl_u16(a: uint16x4_t, b: int16x4_t) -> uint16x4_t 【】
    1795  pub unsafe fn vshlq_u16(a: uint16x8_t, b: int16x8_t) -> uint16x8_t 【】
    1796  pub unsafe fn vshl_u32(a: uint32x2_t, b: int32x2_t) -> uint32x2_t 【】
    1797  pub unsafe fn vshlq_u32(a: uint32x4_t, b: int32x4_t) -> uint32x4_t 【】
    1798  pub unsafe fn vshl_u64(a: uint64x1_t, b: int64x1_t) -> uint64x1_t 【】
    1799  pub unsafe fn vshlq_u64(a: uint64x2_t, b: int64x2_t) -> uint64x2_t 【】
    1800  pub unsafe fn vshl_n_s8<const N: i32>(a: int8x8_t) -> int8x8_t 【】
    1801  pub unsafe fn vshlq_n_s8<const N: i32>(a: int8x16_t) -> int8x16_t 【】
    1802  pub unsafe fn vshl_n_s16<const N: i32>(a: int16x4_t) -> int16x4_t 【】
    1803  pub unsafe fn vshlq_n_s16<const N: i32>(a: int16x8_t) -> int16x8_t 【】
    1804  pub unsafe fn vshl_n_s32<const N: i32>(a: int32x2_t) -> int32x2_t 【】
    1805  pub unsafe fn vshlq_n_s32<const N: i32>(a: int32x4_t) -> int32x4_t 【】
    1806  pub unsafe fn vshl_n_u8<const N: i32>(a: uint8x8_t) -> uint8x8_t 【】
    1807  pub unsafe fn vshlq_n_u8<const N: i32>(a: uint8x16_t) -> uint8x16_t 【】
    1808  pub unsafe fn vshl_n_u16<const N: i32>(a: uint16x4_t) -> uint16x4_t 【】
    1809  pub unsafe fn vshlq_n_u16<const N: i32>(a: uint16x8_t) -> uint16x8_t 【】
    1810  pub unsafe fn vshl_n_u32<const N: i32>(a: uint32x2_t) -> uint32x2_t 【】
    1811  pub unsafe fn vshlq_n_u32<const N: i32>(a: uint32x4_t) -> uint32x4_t 【】
    1812  pub unsafe fn vshl_n_s64<const N: i32>(a: int64x1_t) -> int64x1_t 【】
    1813  pub unsafe fn vshlq_n_s64<const N: i32>(a: int64x2_t) -> int64x2_t 【】
    1814  pub unsafe fn vshl_n_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t 【】
    1815  pub unsafe fn vshlq_n_u64<const N: i32>(a: uint64x2_t) -> uint64x2_t 【】
    1816  pub unsafe fn vshll_n_s8<const N: i32>(a: int8x8_t) -> int16x8_t 【】
    1817  pub unsafe fn vshll_n_s16<const N: i32>(a: int16x4_t) -> int32x4_t 【】
    1818  pub unsafe fn vshll_n_s32<const N: i32>(a: int32x2_t) -> int64x2_t 【】
    1819  pub unsafe fn vshll_n_u8<const N: i32>(a: uint8x8_t) -> uint16x8_t 【】
    1820  pub unsafe fn vshll_n_u16<const N: i32>(a: uint16x4_t) -> uint32x4_t 【】
    1821  pub unsafe fn vshll_n_u32<const N: i32>(a: uint32x2_t) -> uint64x2_t 【】
    1822  pub unsafe fn vshr_n_s8<const N: i32>(a: int8x8_t) -> int8x8_t 【】
    1823  pub unsafe fn vshrq_n_s8<const N: i32>(a: int8x16_t) -> int8x16_t 【】
    1824  pub unsafe fn vshr_n_s16<const N: i32>(a: int16x4_t) -> int16x4_t 【】
    1825  pub unsafe fn vshrq_n_s16<const N: i32>(a: int16x8_t) -> int16x8_t 【】
    1826  pub unsafe fn vshr_n_s32<const N: i32>(a: int32x2_t) -> int32x2_t 【】
    1827  pub unsafe fn vshrq_n_s32<const N: i32>(a: int32x4_t) -> int32x4_t 【】
    1828  pub unsafe fn vshr_n_s64<const N: i32>(a: int64x1_t) -> int64x1_t 【】
    1829  pub unsafe fn vshrq_n_s64<const N: i32>(a: int64x2_t) -> int64x2_t 【】
    1830  pub unsafe fn vshr_n_u8<const N: i32>(a: uint8x8_t) -> uint8x8_t 【】
    1831  pub unsafe fn vshrq_n_u8<const N: i32>(a: uint8x16_t) -> uint8x16_t 【】
    1832  pub unsafe fn vshr_n_u16<const N: i32>(a: uint16x4_t) -> uint16x4_t 【】
    1833  pub unsafe fn vshrq_n_u16<const N: i32>(a: uint16x8_t) -> uint16x8_t 【】
    1834  pub unsafe fn vshr_n_u32<const N: i32>(a: uint32x2_t) -> uint32x2_t 【】
    1835  pub unsafe fn vshrq_n_u32<const N: i32>(a: uint32x4_t) -> uint32x4_t 【】
    1836  pub unsafe fn vshr_n_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t 【】
    1837  pub unsafe fn vshrq_n_u64<const N: i32>(a: uint64x2_t) -> uint64x2_t 【】
    1838  pub unsafe fn vshrn_n_s16<const N: i32>(a: int16x8_t) -> int8x8_t 【】
    1839  pub unsafe fn vshrn_n_s32<const N: i32>(a: int32x4_t) -> int16x4_t 【】
    1840  pub unsafe fn vshrn_n_s64<const N: i32>(a: int64x2_t) -> int32x2_t 【】
    1841  pub unsafe fn vshrn_n_u16<const N: i32>(a: uint16x8_t) -> uint8x8_t 【】
    1842  pub unsafe fn vshrn_n_u32<const N: i32>(a: uint32x4_t) -> uint16x4_t 【】
    1843  pub unsafe fn vshrn_n_u64<const N: i32>(a: uint64x2_t) -> uint32x2_t 【】
    1844  pub unsafe fn vsra_n_s8<const N: i32>(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    1845  pub unsafe fn vsraq_n_s8<const N: i32>(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    1846  pub unsafe fn vsra_n_s16<const N: i32>(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    1847  pub unsafe fn vsraq_n_s16<const N: i32>(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    1848  pub unsafe fn vsra_n_s32<const N: i32>(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    1849  pub unsafe fn vsraq_n_s32<const N: i32>(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    1850  pub unsafe fn vsra_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    1851  pub unsafe fn vsraq_n_s64<const N: i32>(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    1852  pub unsafe fn vsra_n_u8<const N: i32>(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    1853  pub unsafe fn vsraq_n_u8<const N: i32>(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    1854  pub unsafe fn vsra_n_u16<const N: i32>(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    1855  pub unsafe fn vsraq_n_u16<const N: i32>(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    1856  pub unsafe fn vsra_n_u32<const N: i32>(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    1857  pub unsafe fn vsraq_n_u32<const N: i32>(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    1858  pub unsafe fn vsra_n_u64<const N: i32>(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    1859  pub unsafe fn vsraq_n_u64<const N: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    1860  pub unsafe fn vtrn_s8(a: int8x8_t, b: int8x8_t) -> int8x8x2_t 【】
    1861  pub unsafe fn vtrn_s16(a: int16x4_t, b: int16x4_t) -> int16x4x2_t 【】
    1862  pub unsafe fn vtrnq_s8(a: int8x16_t, b: int8x16_t) -> int8x16x2_t 【】
    1863  pub unsafe fn vtrnq_s16(a: int16x8_t, b: int16x8_t) -> int16x8x2_t 【】
    1864  pub unsafe fn vtrnq_s32(a: int32x4_t, b: int32x4_t) -> int32x4x2_t 【】
    1865  pub unsafe fn vtrn_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8x2_t 【】
    1866  pub unsafe fn vtrn_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4x2_t 【】
    1867  pub unsafe fn vtrnq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16x2_t 【】
    1868  pub unsafe fn vtrnq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8x2_t 【】
    1869  pub unsafe fn vtrnq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4x2_t 【】
    1870  pub unsafe fn vtrn_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8x2_t 【】
    1871  pub unsafe fn vtrn_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4x2_t 【】
    1872  pub unsafe fn vtrnq_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16x2_t 【】
    1873  pub unsafe fn vtrnq_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8x2_t 【】
    1874  pub unsafe fn vtrn_s32(a: int32x2_t, b: int32x2_t) -> int32x2x2_t 【】
    1875  pub unsafe fn vtrn_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2x2_t 【】
    1876  pub unsafe fn vtrn_f32(a: float32x2_t, b: float32x2_t) -> float32x2x2_t 【】
    1877  pub unsafe fn vtrnq_f32(a: float32x4_t, b: float32x4_t) -> float32x4x2_t 【】
    1878  pub unsafe fn vzip_s8(a: int8x8_t, b: int8x8_t) -> int8x8x2_t 【】
    1879  pub unsafe fn vzip_s16(a: int16x4_t, b: int16x4_t) -> int16x4x2_t 【】
    1880  pub unsafe fn vzip_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8x2_t 【】
    1881  pub unsafe fn vzip_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4x2_t 【】
    1882  pub unsafe fn vzip_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8x2_t 【】
    1883  pub unsafe fn vzip_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4x2_t 【】
    1884  pub unsafe fn vzip_s32(a: int32x2_t, b: int32x2_t) -> int32x2x2_t 【】
    1885  pub unsafe fn vzip_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2x2_t 【】
    1886  pub unsafe fn vzipq_s8(a: int8x16_t, b: int8x16_t) -> int8x16x2_t 【】
    1887  pub unsafe fn vzipq_s16(a: int16x8_t, b: int16x8_t) -> int16x8x2_t 【】
    1888  pub unsafe fn vzipq_s32(a: int32x4_t, b: int32x4_t) -> int32x4x2_t 【】
    1889  pub unsafe fn vzipq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16x2_t 【】
    1890  pub unsafe fn vzipq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8x2_t 【】
    1891  pub unsafe fn vzipq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4x2_t 【】
    1892  pub unsafe fn vzipq_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16x2_t 【】
    1893  pub unsafe fn vzipq_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8x2_t 【】
    1894  pub unsafe fn vzip_f32(a: float32x2_t, b: float32x2_t) -> float32x2x2_t 【】
    1895  pub unsafe fn vzipq_f32(a: float32x4_t, b: float32x4_t) -> float32x4x2_t 【】
    1896  pub unsafe fn vuzp_s8(a: int8x8_t, b: int8x8_t) -> int8x8x2_t 【】
    1897  pub unsafe fn vuzp_s16(a: int16x4_t, b: int16x4_t) -> int16x4x2_t 【】
    1898  pub unsafe fn vuzpq_s8(a: int8x16_t, b: int8x16_t) -> int8x16x2_t 【】
    1899  pub unsafe fn vuzpq_s16(a: int16x8_t, b: int16x8_t) -> int16x8x2_t 【】
    1900  pub unsafe fn vuzpq_s32(a: int32x4_t, b: int32x4_t) -> int32x4x2_t 【】
    1901  pub unsafe fn vuzp_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8x2_t 【】
    1902  pub unsafe fn vuzp_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4x2_t 【】
    1903  pub unsafe fn vuzpq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16x2_t 【】
    1904  pub unsafe fn vuzpq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8x2_t 【】
    1905  pub unsafe fn vuzpq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4x2_t 【】
    1906  pub unsafe fn vuzp_p8(a: poly8x8_t, b: poly8x8_t) -> poly8x8x2_t 【】
    1907  pub unsafe fn vuzp_p16(a: poly16x4_t, b: poly16x4_t) -> poly16x4x2_t 【】
    1908  pub unsafe fn vuzpq_p8(a: poly8x16_t, b: poly8x16_t) -> poly8x16x2_t 【】
    1909  pub unsafe fn vuzpq_p16(a: poly16x8_t, b: poly16x8_t) -> poly16x8x2_t 【】
    1910  pub unsafe fn vuzp_s32(a: int32x2_t, b: int32x2_t) -> int32x2x2_t 【】
    1911  pub unsafe fn vuzp_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2x2_t 【】
    1912  pub unsafe fn vuzp_f32(a: float32x2_t, b: float32x2_t) -> float32x2x2_t 【】
    1913  pub unsafe fn vuzpq_f32(a: float32x4_t, b: float32x4_t) -> float32x4x2_t 【】
    1914  pub unsafe fn vabal_u8(a: uint16x8_t, b: uint8x8_t, c: uint8x8_t) -> uint16x8_t 【】
    1915  pub unsafe fn vabal_u16(a: uint32x4_t, b: uint16x4_t, c: uint16x4_t) -> uint32x4_t 【】
    1916  pub unsafe fn vabal_u32(a: uint64x2_t, b: uint32x2_t, c: uint32x2_t) -> uint64x2_t 【】
    1917  pub unsafe fn vabal_s8(a: int16x8_t, b: int8x8_t, c: int8x8_t) -> int16x8_t 【】
    1918  pub unsafe fn vabal_s16(a: int32x4_t, b: int16x4_t, c: int16x4_t) -> int32x4_t 【】
    1919  pub unsafe fn vabal_s32(a: int64x2_t, b: int32x2_t, c: int32x2_t) -> int64x2_t 【】
    1920  pub unsafe fn vqabs_s8(a: int8x8_t) -> int8x8_t 【】
    1921  pub unsafe fn vqabsq_s8(a: int8x16_t) -> int8x16_t 【】
    1922  pub unsafe fn vqabs_s16(a: int16x4_t) -> int16x4_t 【】
    1923  pub unsafe fn vqabsq_s16(a: int16x8_t) -> int16x8_t 【】
    1924  pub unsafe fn vqabs_s32(a: int32x2_t) -> int32x2_t 【】
    1925  pub unsafe fn vqabsq_s32(a: int32x4_t) -> int32x4_t 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\neon\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn vpaddl_s8_(a: int8x8_t) -> int16x4_t;
    2  pub(crate) fn vpaddl_s16_(a: int16x4_t) -> int32x2_t;
    3  pub(crate) fn vpaddl_s32_(a: int32x2_t) -> int64x1_t;
    4  pub(crate) fn vpaddlq_s8_(a: int8x16_t) -> int16x8_t;
    5  pub(crate) fn vpaddlq_s16_(a: int16x8_t) -> int32x4_t;
    6  pub(crate) fn vpaddlq_s32_(a: int32x4_t) -> int64x2_t;
    7  pub(crate) fn vpaddl_u8_(a: uint8x8_t) -> uint16x4_t;
    8  pub(crate) fn vpaddl_u16_(a: uint16x4_t) -> uint32x2_t;
    9  pub(crate) fn vpaddl_u32_(a: uint32x2_t) -> uint64x1_t;
    10  pub(crate) fn vpaddlq_u8_(a: uint8x16_t) -> uint16x8_t;
    11  pub(crate) fn vpaddlq_u16_(a: uint16x8_t) -> uint32x4_t;
    12  pub(crate) fn vpaddlq_u32_(a: uint32x4_t) -> uint64x2_t;
    13  pub unsafe fn vld1_lane_s8<const LANE: i32>(ptr: *const i8, src: int8x8_t) -> int8x8_t 【】
    14  pub unsafe fn vld1q_lane_s8<const LANE: i32>(ptr: *const i8, src: int8x16_t) -> int8x16_t 【】
    15  pub unsafe fn vld1_lane_s16<const LANE: i32>(ptr: *const i16, src: int16x4_t) -> int16x4_t 【】
    16  pub unsafe fn vld1q_lane_s16<const LANE: i32>(ptr: *const i16, src: int16x8_t) -> int16x8_t 【】
    17  pub unsafe fn vld1_lane_s32<const LANE: i32>(ptr: *const i32, src: int32x2_t) -> int32x2_t 【】
    18  pub unsafe fn vld1q_lane_s32<const LANE: i32>(ptr: *const i32, src: int32x4_t) -> int32x4_t 【】
    19  pub unsafe fn vld1_lane_s64<const LANE: i32>(ptr: *const i64, src: int64x1_t) -> int64x1_t 【】
    20  pub unsafe fn vld1q_lane_s64<const LANE: i32>(ptr: *const i64, src: int64x2_t) -> int64x2_t 【】
    21  pub unsafe fn vld1_lane_u8<const LANE: i32>(ptr: *const u8, src: uint8x8_t) -> uint8x8_t 【】
    22  pub unsafe fn vld1q_lane_u8<const LANE: i32>(ptr: *const u8, src: uint8x16_t) -> uint8x16_t 【】
    23  pub unsafe fn vld1_lane_u16<const LANE: i32>(ptr: *const u16, src: uint16x4_t) -> uint16x4_t 【】
    24  pub unsafe fn vld1q_lane_u16<const LANE: i32>(ptr: *const u16, src: uint16x8_t) -> uint16x8_t 【】
    25  pub unsafe fn vld1_lane_u32<const LANE: i32>(ptr: *const u32, src: uint32x2_t) -> uint32x2_t 【】
    26  pub unsafe fn vld1q_lane_u32<const LANE: i32>(ptr: *const u32, src: uint32x4_t) -> uint32x4_t 【】
    27  pub unsafe fn vld1_lane_u64<const LANE: i32>(ptr: *const u64, src: uint64x1_t) -> uint64x1_t 【】
    28  pub unsafe fn vld1q_lane_u64<const LANE: i32>(ptr: *const u64, src: uint64x2_t) -> uint64x2_t 【】
    29  pub unsafe fn vld1_lane_p8<const LANE: i32>(ptr: *const p8, src: poly8x8_t) -> poly8x8_t 【】
    30  pub unsafe fn vld1q_lane_p8<const LANE: i32>(ptr: *const p8, src: poly8x16_t) -> poly8x16_t 【】
    31  pub unsafe fn vld1_lane_p16<const LANE: i32>(ptr: *const p16, src: poly16x4_t) -> poly16x4_t 【】
    32  pub unsafe fn vld1q_lane_p16<const LANE: i32>(ptr: *const p16, src: poly16x8_t) -> poly16x8_t 【】
    33  pub unsafe fn vld1_lane_p64<const LANE: i32>(ptr: *const p64, src: poly64x1_t) -> poly64x1_t 【】
    34  pub unsafe fn vld1q_lane_p64<const LANE: i32>(ptr: *const p64, src: poly64x2_t) -> poly64x2_t 【】
    35  pub unsafe fn vld1_lane_f32<const LANE: i32>(ptr: *const f32, src: float32x2_t) -> float32x2_t 【】
    36  pub unsafe fn vld1q_lane_f32<const LANE: i32>(ptr: *const f32, src: float32x4_t) -> float32x4_t 【】
    37  pub unsafe fn vld1_dup_s8(ptr: *const i8) -> int8x8_t 【】
    38  pub unsafe fn vld1q_dup_s8(ptr: *const i8) -> int8x16_t 【】
    39  pub unsafe fn vld1_dup_s16(ptr: *const i16) -> int16x4_t 【】
    40  pub unsafe fn vld1q_dup_s16(ptr: *const i16) -> int16x8_t 【】
    41  pub unsafe fn vld1_dup_s32(ptr: *const i32) -> int32x2_t 【】
    42  pub unsafe fn vld1q_dup_s32(ptr: *const i32) -> int32x4_t 【】
    43  pub unsafe fn vld1_dup_s64(ptr: *const i64) -> int64x1_t 【】
    44  pub unsafe fn vld1q_dup_s64(ptr: *const i64) -> int64x2_t 【】
    45  pub unsafe fn vld1_dup_u8(ptr: *const u8) -> uint8x8_t 【】
    46  pub unsafe fn vld1q_dup_u8(ptr: *const u8) -> uint8x16_t 【】
    47  pub unsafe fn vld1_dup_u16(ptr: *const u16) -> uint16x4_t 【】
    48  pub unsafe fn vld1q_dup_u16(ptr: *const u16) -> uint16x8_t 【】
    49  pub unsafe fn vld1_dup_u32(ptr: *const u32) -> uint32x2_t 【】
    50  pub unsafe fn vld1q_dup_u32(ptr: *const u32) -> uint32x4_t 【】
    51  pub unsafe fn vld1_dup_u64(ptr: *const u64) -> uint64x1_t 【】
    52  pub unsafe fn vld1q_dup_u64(ptr: *const u64) -> uint64x2_t 【】
    53  pub unsafe fn vld1_dup_p8(ptr: *const p8) -> poly8x8_t 【】
    54  pub unsafe fn vld1q_dup_p8(ptr: *const p8) -> poly8x16_t 【】
    55  pub unsafe fn vld1_dup_p16(ptr: *const p16) -> poly16x4_t 【】
    56  pub unsafe fn vld1q_dup_p16(ptr: *const p16) -> poly16x8_t 【】
    57  pub unsafe fn vld1_dup_f32(ptr: *const f32) -> float32x2_t 【】
    58  pub unsafe fn vld1_dup_p64(ptr: *const p64) -> poly64x1_t 【】
    59  pub unsafe fn vld1q_dup_p64(ptr: *const p64) -> poly64x2_t 【】
    60  pub unsafe fn vld1q_dup_f32(ptr: *const f32) -> float32x4_t 【】
    61  pub unsafe fn vaba_s8(a: int8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    62  pub unsafe fn vaba_s16(a: int16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    63  pub unsafe fn vaba_s32(a: int32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    64  pub unsafe fn vaba_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    65  pub unsafe fn vaba_u16(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    66  pub unsafe fn vaba_u32(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    67  pub unsafe fn vabaq_s8(a: int8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    68  pub unsafe fn vabaq_s16(a: int16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    69  pub unsafe fn vabaq_s32(a: int32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    70  pub unsafe fn vabaq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    71  pub unsafe fn vabaq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    72  pub unsafe fn vabaq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    73  pub unsafe fn vabs_s8(a: int8x8_t) -> int8x8_t 【】
    74  pub unsafe fn vabs_s16(a: int16x4_t) -> int16x4_t 【】
    75  pub unsafe fn vabs_s32(a: int32x2_t) -> int32x2_t 【】
    76  pub unsafe fn vabsq_s8(a: int8x16_t) -> int8x16_t 【】
    77  pub unsafe fn vabsq_s16(a: int16x8_t) -> int16x8_t 【】
    78  pub unsafe fn vabsq_s32(a: int32x4_t) -> int32x4_t 【】
    79  pub unsafe fn vpadd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    80  pub unsafe fn vpadd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    81  pub unsafe fn vpadd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    82  pub unsafe fn vpadd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    83  pub unsafe fn vpadd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    84  pub unsafe fn vpadd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    85  pub unsafe fn vadd_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    86  pub unsafe fn vaddq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    87  pub unsafe fn vadd_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    88  pub unsafe fn vaddq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    89  pub unsafe fn vadd_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    90  pub unsafe fn vaddq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    91  pub unsafe fn vaddq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    92  pub unsafe fn vadd_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    93  pub unsafe fn vaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    94  pub unsafe fn vadd_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    95  pub unsafe fn vaddq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    96  pub unsafe fn vadd_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    97  pub unsafe fn vaddq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    98  pub unsafe fn vaddq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    99  pub unsafe fn vadd_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    100  pub unsafe fn vaddq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t 【】
    101  pub unsafe fn vaddl_s8(a: int8x8_t, b: int8x8_t) -> int16x8_t 【】
    102  pub unsafe fn vaddl_s16(a: int16x4_t, b: int16x4_t) -> int32x4_t 【】
    103  pub unsafe fn vaddl_s32(a: int32x2_t, b: int32x2_t) -> int64x2_t 【】
    104  pub unsafe fn vaddl_u8(a: uint8x8_t, b: uint8x8_t) -> uint16x8_t 【】
    105  pub unsafe fn vaddl_u16(a: uint16x4_t, b: uint16x4_t) -> uint32x4_t 【】
    106  pub unsafe fn vaddl_u32(a: uint32x2_t, b: uint32x2_t) -> uint64x2_t 【】
    107  pub unsafe fn vaddl_high_s8(a: int8x16_t, b: int8x16_t) -> int16x8_t 【】
    108  pub unsafe fn vaddl_high_s16(a: int16x8_t, b: int16x8_t) -> int32x4_t 【】
    109  pub unsafe fn vaddl_high_s32(a: int32x4_t, b: int32x4_t) -> int64x2_t 【】
    110  pub unsafe fn vaddl_high_u8(a: uint8x16_t, b: uint8x16_t) -> uint16x8_t 【】
    111  pub unsafe fn vaddl_high_u16(a: uint16x8_t, b: uint16x8_t) -> uint32x4_t 【】
    112  pub unsafe fn vaddl_high_u32(a: uint32x4_t, b: uint32x4_t) -> uint64x2_t 【】
    113  pub unsafe fn vaddw_s8(a: int16x8_t, b: int8x8_t) -> int16x8_t 【】
    114  pub unsafe fn vaddw_s16(a: int32x4_t, b: int16x4_t) -> int32x4_t 【】
    115  pub unsafe fn vaddw_s32(a: int64x2_t, b: int32x2_t) -> int64x2_t 【】
    116  pub unsafe fn vaddw_u8(a: uint16x8_t, b: uint8x8_t) -> uint16x8_t 【】
    117  pub unsafe fn vaddw_u16(a: uint32x4_t, b: uint16x4_t) -> uint32x4_t 【】
    118  pub unsafe fn vaddw_u32(a: uint64x2_t, b: uint32x2_t) -> uint64x2_t 【】
    119  pub unsafe fn vaddw_high_s8(a: int16x8_t, b: int8x16_t) -> int16x8_t 【】
    120  pub unsafe fn vaddw_high_s16(a: int32x4_t, b: int16x8_t) -> int32x4_t 【】
    121  pub unsafe fn vaddw_high_s32(a: int64x2_t, b: int32x4_t) -> int64x2_t 【】
    122  pub unsafe fn vaddw_high_u8(a: uint16x8_t, b: uint8x16_t) -> uint16x8_t 【】
    123  pub unsafe fn vaddw_high_u16(a: uint32x4_t, b: uint16x8_t) -> uint32x4_t 【】
    124  pub unsafe fn vaddw_high_u32(a: uint64x2_t, b: uint32x4_t) -> uint64x2_t 【】
    125  pub unsafe fn vaddhn_s16(a: int16x8_t, b: int16x8_t) -> int8x8_t 【】
    126  pub unsafe fn vaddhn_s32(a: int32x4_t, b: int32x4_t) -> int16x4_t 【】
    127  pub unsafe fn vaddhn_s64(a: int64x2_t, b: int64x2_t) -> int32x2_t 【】
    128  pub unsafe fn vaddhn_u16(a: uint16x8_t, b: uint16x8_t) -> uint8x8_t 【】
    129  pub unsafe fn vaddhn_u32(a: uint32x4_t, b: uint32x4_t) -> uint16x4_t 【】
    130  pub unsafe fn vaddhn_u64(a: uint64x2_t, b: uint64x2_t) -> uint32x2_t 【】
    131  pub unsafe fn vaddhn_high_s16(r: int8x8_t, a: int16x8_t, b: int16x8_t) -> int8x16_t 【】
    132  pub unsafe fn vaddhn_high_s32(r: int16x4_t, a: int32x4_t, b: int32x4_t) -> int16x8_t 【】
    133  pub unsafe fn vaddhn_high_s64(r: int32x2_t, a: int64x2_t, b: int64x2_t) -> int32x4_t 【】
    134  pub unsafe fn vaddhn_high_u16(r: uint8x8_t, a: uint16x8_t, b: uint16x8_t) -> uint8x16_t 【】
    135  pub unsafe fn vaddhn_high_u32(r: uint16x4_t, a: uint32x4_t, b: uint32x4_t) -> uint16x8_t 【】
    136  pub unsafe fn vaddhn_high_u64(r: uint32x2_t, a: uint64x2_t, b: uint64x2_t) -> uint32x4_t 【】
    137  pub unsafe fn vraddhn_s16(a: int16x8_t, b: int16x8_t) -> int8x8_t 【】
    138  pub unsafe fn vraddhn_s32(a: int32x4_t, b: int32x4_t) -> int16x4_t 【】
    139  pub unsafe fn vraddhn_s64(a: int64x2_t, b: int64x2_t) -> int32x2_t 【】
    140  pub unsafe fn vraddhn_u16(a: uint16x8_t, b: uint16x8_t) -> uint8x8_t 【】
    141  pub unsafe fn vraddhn_u32(a: uint32x4_t, b: uint32x4_t) -> uint16x4_t 【】
    142  pub unsafe fn vraddhn_u64(a: uint64x2_t, b: uint64x2_t) -> uint32x2_t 【】
    143  pub unsafe fn vraddhn_high_s16(r: int8x8_t, a: int16x8_t, b: int16x8_t) -> int8x16_t 【】
    144  pub unsafe fn vraddhn_high_s32(r: int16x4_t, a: int32x4_t, b: int32x4_t) -> int16x8_t 【】
    145  pub unsafe fn vraddhn_high_s64(r: int32x2_t, a: int64x2_t, b: int64x2_t) -> int32x4_t 【】
    146  pub unsafe fn vraddhn_high_u16(r: uint8x8_t, a: uint16x8_t, b: uint16x8_t) -> uint8x16_t 【】
    147  pub unsafe fn vraddhn_high_u32(r: uint16x4_t, a: uint32x4_t, b: uint32x4_t) -> uint16x8_t 【】
    148  pub unsafe fn vraddhn_high_u64(r: uint32x2_t, a: uint64x2_t, b: uint64x2_t) -> uint32x4_t 【】
    149  pub unsafe fn vpaddl_s8(a: int8x8_t) -> int16x4_t 【】
    150  pub unsafe fn vpaddl_s16(a: int16x4_t) -> int32x2_t 【】
    151  pub unsafe fn vpaddl_s32(a: int32x2_t) -> int64x1_t 【】
    152  pub unsafe fn vpaddlq_s8(a: int8x16_t) -> int16x8_t 【】
    153  pub unsafe fn vpaddlq_s16(a: int16x8_t) -> int32x4_t 【】
    154  pub unsafe fn vpaddlq_s32(a: int32x4_t) -> int64x2_t 【】
    155  pub unsafe fn vpaddl_u8(a: uint8x8_t) -> uint16x4_t 【】
    156  pub unsafe fn vpaddl_u16(a: uint16x4_t) -> uint32x2_t 【】
    157  pub unsafe fn vpaddl_u32(a: uint32x2_t) -> uint64x1_t 【】
    158  pub unsafe fn vpaddlq_u8(a: uint8x16_t) -> uint16x8_t 【】
    159  pub unsafe fn vpaddlq_u16(a: uint16x8_t) -> uint32x4_t 【】
    160  pub unsafe fn vpaddlq_u32(a: uint32x4_t) -> uint64x2_t 【】
    161  pub unsafe fn vmovn_s16(a: int16x8_t) -> int8x8_t 【】
    162  pub unsafe fn vmovn_s32(a: int32x4_t) -> int16x4_t 【】
    163  pub unsafe fn vmovn_s64(a: int64x2_t) -> int32x2_t 【】
    164  pub unsafe fn vmovn_u16(a: uint16x8_t) -> uint8x8_t 【】
    165  pub unsafe fn vmovn_u32(a: uint32x4_t) -> uint16x4_t 【】
    166  pub unsafe fn vmovn_u64(a: uint64x2_t) -> uint32x2_t 【】
    167  pub unsafe fn vmovl_s8(a: int8x8_t) -> int16x8_t 【】
    168  pub unsafe fn vmovl_s16(a: int16x4_t) -> int32x4_t 【】
    169  pub unsafe fn vmovl_s32(a: int32x2_t) -> int64x2_t 【】
    170  pub unsafe fn vmovl_u8(a: uint8x8_t) -> uint16x8_t 【】
    171  pub unsafe fn vmovl_u16(a: uint16x4_t) -> uint32x4_t 【】
    172  pub unsafe fn vmovl_u32(a: uint32x2_t) -> uint64x2_t 【】
    173  pub unsafe fn vmvn_s8(a: int8x8_t) -> int8x8_t 【】
    174  pub unsafe fn vmvnq_s8(a: int8x16_t) -> int8x16_t 【】
    175  pub unsafe fn vmvn_s16(a: int16x4_t) -> int16x4_t 【】
    176  pub unsafe fn vmvnq_s16(a: int16x8_t) -> int16x8_t 【】
    177  pub unsafe fn vmvn_s32(a: int32x2_t) -> int32x2_t 【】
    178  pub unsafe fn vmvnq_s32(a: int32x4_t) -> int32x4_t 【】
    179  pub unsafe fn vmvn_u8(a: uint8x8_t) -> uint8x8_t 【】
    180  pub unsafe fn vmvnq_u8(a: uint8x16_t) -> uint8x16_t 【】
    181  pub unsafe fn vmvn_u16(a: uint16x4_t) -> uint16x4_t 【】
    182  pub unsafe fn vmvnq_u16(a: uint16x8_t) -> uint16x8_t 【】
    183  pub unsafe fn vmvn_u32(a: uint32x2_t) -> uint32x2_t 【】
    184  pub unsafe fn vmvnq_u32(a: uint32x4_t) -> uint32x4_t 【】
    185  pub unsafe fn vmvn_p8(a: poly8x8_t) -> poly8x8_t 【】
    186  pub unsafe fn vmvnq_p8(a: poly8x16_t) -> poly8x16_t 【】
    187  pub unsafe fn vbic_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    188  pub unsafe fn vbicq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    189  pub unsafe fn vbic_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    190  pub unsafe fn vbicq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    191  pub unsafe fn vbic_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    192  pub unsafe fn vbicq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    193  pub unsafe fn vbic_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    194  pub unsafe fn vbicq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    195  pub unsafe fn vbic_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    196  pub unsafe fn vbicq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    197  pub unsafe fn vbic_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    198  pub unsafe fn vbicq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    199  pub unsafe fn vbic_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    200  pub unsafe fn vbicq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    201  pub unsafe fn vbic_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    202  pub unsafe fn vbicq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    203  pub unsafe fn vbsl_s8(a: uint8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t 【】
    204  pub unsafe fn vbsl_s16(a: uint16x4_t, b: int16x4_t, c: int16x4_t) -> int16x4_t 【】
    205  pub unsafe fn vbsl_s32(a: uint32x2_t, b: int32x2_t, c: int32x2_t) -> int32x2_t 【】
    206  pub unsafe fn vbsl_s64(a: uint64x1_t, b: int64x1_t, c: int64x1_t) -> int64x1_t 【】
    207  pub unsafe fn vbsl_u8(a: uint8x8_t, b: uint8x8_t, c: uint8x8_t) -> uint8x8_t 【】
    208  pub unsafe fn vbsl_u16(a: uint16x4_t, b: uint16x4_t, c: uint16x4_t) -> uint16x4_t 【】
    209  pub unsafe fn vbsl_u32(a: uint32x2_t, b: uint32x2_t, c: uint32x2_t) -> uint32x2_t 【】
    210  pub unsafe fn vbsl_u64(a: uint64x1_t, b: uint64x1_t, c: uint64x1_t) -> uint64x1_t 【】
    211  pub unsafe fn vbsl_f32(a: uint32x2_t, b: float32x2_t, c: float32x2_t) -> float32x2_t 【】
    212  pub unsafe fn vbsl_p8(a: uint8x8_t, b: poly8x8_t, c: poly8x8_t) -> poly8x8_t 【】
    213  pub unsafe fn vbsl_p16(a: uint16x4_t, b: poly16x4_t, c: poly16x4_t) -> poly16x4_t 【】
    214  pub unsafe fn vbslq_s8(a: uint8x16_t, b: int8x16_t, c: int8x16_t) -> int8x16_t 【】
    215  pub unsafe fn vbslq_s16(a: uint16x8_t, b: int16x8_t, c: int16x8_t) -> int16x8_t 【】
    216  pub unsafe fn vbslq_s32(a: uint32x4_t, b: int32x4_t, c: int32x4_t) -> int32x4_t 【】
    217  pub unsafe fn vbslq_s64(a: uint64x2_t, b: int64x2_t, c: int64x2_t) -> int64x2_t 【】
    218  pub unsafe fn vbslq_u8(a: uint8x16_t, b: uint8x16_t, c: uint8x16_t) -> uint8x16_t 【】
    219  pub unsafe fn vbslq_u16(a: uint16x8_t, b: uint16x8_t, c: uint16x8_t) -> uint16x8_t 【】
    220  pub unsafe fn vbslq_u32(a: uint32x4_t, b: uint32x4_t, c: uint32x4_t) -> uint32x4_t 【】
    221  pub unsafe fn vbslq_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> uint64x2_t 【】
    222  pub unsafe fn vbslq_p8(a: uint8x16_t, b: poly8x16_t, c: poly8x16_t) -> poly8x16_t 【】
    223  pub unsafe fn vbslq_p16(a: uint16x8_t, b: poly16x8_t, c: poly16x8_t) -> poly16x8_t 【】
    224  pub unsafe fn vbslq_f32(a: uint32x4_t, b: float32x4_t, c: float32x4_t) -> float32x4_t 【】
    225  pub unsafe fn vorn_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    226  pub unsafe fn vornq_s8(a: int8x16_t, b: int8x16_t) -> int8x16_t 【】
    227  pub unsafe fn vorn_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    228  pub unsafe fn vornq_s16(a: int16x8_t, b: int16x8_t) -> int16x8_t 【】
    229  pub unsafe fn vorn_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    230  pub unsafe fn vornq_s32(a: int32x4_t, b: int32x4_t) -> int32x4_t 【】
    231  pub unsafe fn vorn_s64(a: int64x1_t, b: int64x1_t) -> int64x1_t 【】
    232  pub unsafe fn vornq_s64(a: int64x2_t, b: int64x2_t) -> int64x2_t 【】
    233  pub unsafe fn vorn_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    234  pub unsafe fn vornq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t 【】
    235  pub unsafe fn vorn_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    236  pub unsafe fn vornq_u16(a: uint16x8_t, b: uint16x8_t) -> uint16x8_t 【】
    237  pub unsafe fn vorn_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    238  pub unsafe fn vornq_u32(a: uint32x4_t, b: uint32x4_t) -> uint32x4_t 【】
    239  pub unsafe fn vorn_u64(a: uint64x1_t, b: uint64x1_t) -> uint64x1_t 【】
    240  pub unsafe fn vornq_u64(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t 【】
    241  pub unsafe fn vpmin_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    242  pub unsafe fn vpmin_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    243  pub unsafe fn vpmin_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    244  pub unsafe fn vpmin_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    245  pub unsafe fn vpmin_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    246  pub unsafe fn vpmin_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    247  pub unsafe fn vpmin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    248  pub unsafe fn vpmax_s8(a: int8x8_t, b: int8x8_t) -> int8x8_t 【】
    249  pub unsafe fn vpmax_s16(a: int16x4_t, b: int16x4_t) -> int16x4_t 【】
    250  pub unsafe fn vpmax_s32(a: int32x2_t, b: int32x2_t) -> int32x2_t 【】
    251  pub unsafe fn vpmax_u8(a: uint8x8_t, b: uint8x8_t) -> uint8x8_t 【】
    252  pub unsafe fn vpmax_u16(a: uint16x4_t, b: uint16x4_t) -> uint16x4_t 【】
    253  pub unsafe fn vpmax_u32(a: uint32x2_t, b: uint32x2_t) -> uint32x2_t 【】
    254  pub unsafe fn vpmax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t 【】
    255  pub unsafe fn vgetq_lane_u64<const IMM5: i32>(v: uint64x2_t) -> u64 【】
    256  pub unsafe fn vget_lane_u64<const IMM5: i32>(v: uint64x1_t) -> u64 【】
    257  pub unsafe fn vget_lane_u16<const IMM5: i32>(v: uint16x4_t) -> u16 【】
    258  pub unsafe fn vget_lane_s16<const IMM5: i32>(v: int16x4_t) -> i16 【】
    259  pub unsafe fn vget_lane_p16<const IMM5: i32>(v: poly16x4_t) -> p16 【】
    260  pub unsafe fn vget_lane_u32<const IMM5: i32>(v: uint32x2_t) -> u32 【】
    261  pub unsafe fn vget_lane_s32<const IMM5: i32>(v: int32x2_t) -> i32 【】
    262  pub unsafe fn vget_lane_f32<const IMM5: i32>(v: float32x2_t) -> f32 【】
    263  pub unsafe fn vgetq_lane_f32<const IMM5: i32>(v: float32x4_t) -> f32 【】
    264  pub unsafe fn vget_lane_p64<const IMM5: i32>(v: poly64x1_t) -> p64 【】
    265  pub unsafe fn vgetq_lane_p64<const IMM5: i32>(v: poly64x2_t) -> p64 【】
    266  pub unsafe fn vget_lane_s64<const IMM5: i32>(v: int64x1_t) -> i64 【】
    267  pub unsafe fn vgetq_lane_s64<const IMM5: i32>(v: int64x2_t) -> i64 【】
    268  pub unsafe fn vgetq_lane_u16<const IMM5: i32>(v: uint16x8_t) -> u16 【】
    269  pub unsafe fn vgetq_lane_u32<const IMM5: i32>(v: uint32x4_t) -> u32 【】
    270  pub unsafe fn vgetq_lane_s16<const IMM5: i32>(v: int16x8_t) -> i16 【】
    271  pub unsafe fn vgetq_lane_p16<const IMM5: i32>(v: poly16x8_t) -> p16 【】
    272  pub unsafe fn vgetq_lane_s32<const IMM5: i32>(v: int32x4_t) -> i32 【】
    273  pub unsafe fn vget_lane_u8<const IMM5: i32>(v: uint8x8_t) -> u8 【】
    274  pub unsafe fn vget_lane_s8<const IMM5: i32>(v: int8x8_t) -> i8 【】
    275  pub unsafe fn vget_lane_p8<const IMM5: i32>(v: poly8x8_t) -> p8 【】
    276  pub unsafe fn vgetq_lane_u8<const IMM5: i32>(v: uint8x16_t) -> u8 【】
    277  pub unsafe fn vgetq_lane_s8<const IMM5: i32>(v: int8x16_t) -> i8 【】
    278  pub unsafe fn vgetq_lane_p8<const IMM5: i32>(v: poly8x16_t) -> p8 【】
    279  pub unsafe fn vget_high_s8(a: int8x16_t) -> int8x8_t 【】
    280  pub unsafe fn vget_high_s16(a: int16x8_t) -> int16x4_t 【】
    281  pub unsafe fn vget_high_s32(a: int32x4_t) -> int32x2_t 【】
    282  pub unsafe fn vget_high_s64(a: int64x2_t) -> int64x1_t 【】
    283  pub unsafe fn vget_high_u8(a: uint8x16_t) -> uint8x8_t 【】
    284  pub unsafe fn vget_high_u16(a: uint16x8_t) -> uint16x4_t 【】
    285  pub unsafe fn vget_high_u32(a: uint32x4_t) -> uint32x2_t 【】
    286  pub unsafe fn vget_high_u64(a: uint64x2_t) -> uint64x1_t 【】
    287  pub unsafe fn vget_high_p8(a: poly8x16_t) -> poly8x8_t 【】
    288  pub unsafe fn vget_high_p16(a: poly16x8_t) -> poly16x4_t 【】
    289  pub unsafe fn vget_high_f32(a: float32x4_t) -> float32x2_t 【】
    290  pub unsafe fn vget_low_s8(a: int8x16_t) -> int8x8_t 【】
    291  pub unsafe fn vget_low_s16(a: int16x8_t) -> int16x4_t 【】
    292  pub unsafe fn vget_low_s32(a: int32x4_t) -> int32x2_t 【】
    293  pub unsafe fn vget_low_s64(a: int64x2_t) -> int64x1_t 【】
    294  pub unsafe fn vget_low_u8(a: uint8x16_t) -> uint8x8_t 【】
    295  pub unsafe fn vget_low_u16(a: uint16x8_t) -> uint16x4_t 【】
    296  pub unsafe fn vget_low_u32(a: uint32x4_t) -> uint32x2_t 【】
    297  pub unsafe fn vget_low_u64(a: uint64x2_t) -> uint64x1_t 【】
    298  pub unsafe fn vget_low_p8(a: poly8x16_t) -> poly8x8_t 【】
    299  pub unsafe fn vget_low_p16(a: poly16x8_t) -> poly16x4_t 【】
    300  pub unsafe fn vget_low_f32(a: float32x4_t) -> float32x2_t 【】
    301  pub unsafe fn vdupq_n_s8(value: i8) -> int8x16_t 【】
    302  pub unsafe fn vdupq_n_s16(value: i16) -> int16x8_t 【】
    303  pub unsafe fn vdupq_n_s32(value: i32) -> int32x4_t 【】
    304  pub unsafe fn vdupq_n_s64(value: i64) -> int64x2_t 【】
    305  pub unsafe fn vdupq_n_u8(value: u8) -> uint8x16_t 【】
    306  pub unsafe fn vdupq_n_u16(value: u16) -> uint16x8_t 【】
    307  pub unsafe fn vdupq_n_u32(value: u32) -> uint32x4_t 【】
    308  pub unsafe fn vdupq_n_u64(value: u64) -> uint64x2_t 【】
    309  pub unsafe fn vdupq_n_p8(value: p8) -> poly8x16_t 【】
    310  pub unsafe fn vdupq_n_p16(value: p16) -> poly16x8_t 【】
    311  pub unsafe fn vdupq_n_f32(value: f32) -> float32x4_t 【】
    312  pub unsafe fn vdup_n_s8(value: i8) -> int8x8_t 【】
    313  pub unsafe fn vdup_n_s16(value: i16) -> int16x4_t 【】
    314  pub unsafe fn vdup_n_s32(value: i32) -> int32x2_t 【】
    315  pub unsafe fn vdup_n_s64(value: i64) -> int64x1_t 【】
    316  pub unsafe fn vdup_n_u8(value: u8) -> uint8x8_t 【】
    317  pub unsafe fn vdup_n_u16(value: u16) -> uint16x4_t 【】
    318  pub unsafe fn vdup_n_u32(value: u32) -> uint32x2_t 【】
    319  pub unsafe fn vdup_n_u64(value: u64) -> uint64x1_t 【】
    320  pub unsafe fn vdup_n_p8(value: p8) -> poly8x8_t 【】
    321  pub unsafe fn vdup_n_p16(value: p16) -> poly16x4_t 【】
    322  pub unsafe fn vdup_n_f32(value: f32) -> float32x2_t 【】
    323  pub unsafe fn vldrq_p128(a: *const p128) -> p128 【】
    324  pub unsafe fn vstrq_p128(a: *mut p128, b: p128) 【】
    325  pub unsafe fn vmov_n_s8(value: i8) -> int8x8_t 【】
    326  pub unsafe fn vmov_n_s16(value: i16) -> int16x4_t 【】
    327  pub unsafe fn vmov_n_s32(value: i32) -> int32x2_t 【】
    328  pub unsafe fn vmov_n_s64(value: i64) -> int64x1_t 【】
    329  pub unsafe fn vmov_n_u8(value: u8) -> uint8x8_t 【】
    330  pub unsafe fn vmov_n_u16(value: u16) -> uint16x4_t 【】
    331  pub unsafe fn vmov_n_u32(value: u32) -> uint32x2_t 【】
    332  pub unsafe fn vmov_n_u64(value: u64) -> uint64x1_t 【】
    333  pub unsafe fn vmov_n_p8(value: p8) -> poly8x8_t 【】
    334  pub unsafe fn vmov_n_p16(value: p16) -> poly16x4_t 【】
    335  pub unsafe fn vmov_n_f32(value: f32) -> float32x2_t 【】
    336  pub unsafe fn vmovq_n_s8(value: i8) -> int8x16_t 【】
    337  pub unsafe fn vmovq_n_s16(value: i16) -> int16x8_t 【】
    338  pub unsafe fn vmovq_n_s32(value: i32) -> int32x4_t 【】
    339  pub unsafe fn vmovq_n_s64(value: i64) -> int64x2_t 【】
    340  pub unsafe fn vmovq_n_u8(value: u8) -> uint8x16_t 【】
    341  pub unsafe fn vmovq_n_u16(value: u16) -> uint16x8_t 【】
    342  pub unsafe fn vmovq_n_u32(value: u32) -> uint32x4_t 【】
    343  pub unsafe fn vmovq_n_u64(value: u64) -> uint64x2_t 【】
    344  pub unsafe fn vmovq_n_p8(value: p8) -> poly8x16_t 【】
    345  pub unsafe fn vmovq_n_p16(value: p16) -> poly16x8_t 【】
    346  pub unsafe fn vmovq_n_f32(value: f32) -> float32x4_t 【】
    347  pub unsafe fn vext_s64<const N: i32>(a: int64x1_t, _b: int64x1_t) -> int64x1_t 【】
    348  pub unsafe fn vext_u64<const N: i32>(a: uint64x1_t, _b: uint64x1_t) -> uint64x1_t 【】
    349  pub unsafe fn vcnt_s8(a: int8x8_t) -> int8x8_t 【】
    350  pub unsafe fn vcntq_s8(a: int8x16_t) -> int8x16_t 【】
    351  pub unsafe fn vcnt_u8(a: uint8x8_t) -> uint8x8_t 【】
    352  pub unsafe fn vcntq_u8(a: uint8x16_t) -> uint8x16_t 【】
    353  pub unsafe fn vcnt_p8(a: poly8x8_t) -> poly8x8_t 【】
    354  pub unsafe fn vcntq_p8(a: poly8x16_t) -> poly8x16_t 【】
    355  pub unsafe fn vrev16_s8(a: int8x8_t) -> int8x8_t 【】
    356  pub unsafe fn vrev16q_s8(a: int8x16_t) -> int8x16_t 【】
    357  pub unsafe fn vrev16_u8(a: uint8x8_t) -> uint8x8_t 【】
    358  pub unsafe fn vrev16q_u8(a: uint8x16_t) -> uint8x16_t 【】
    359  pub unsafe fn vrev16_p8(a: poly8x8_t) -> poly8x8_t 【】
    360  pub unsafe fn vrev16q_p8(a: poly8x16_t) -> poly8x16_t 【】
    361  pub unsafe fn vrev32_s8(a: int8x8_t) -> int8x8_t 【】
    362  pub unsafe fn vrev32q_s8(a: int8x16_t) -> int8x16_t 【】
    363  pub unsafe fn vrev32_u8(a: uint8x8_t) -> uint8x8_t 【】
    364  pub unsafe fn vrev32q_u8(a: uint8x16_t) -> uint8x16_t 【】
    365  pub unsafe fn vrev32_s16(a: int16x4_t) -> int16x4_t 【】
    366  pub unsafe fn vrev32q_s16(a: int16x8_t) -> int16x8_t 【】
    367  pub unsafe fn vrev32_p16(a: poly16x4_t) -> poly16x4_t 【】
    368  pub unsafe fn vrev32q_p16(a: poly16x8_t) -> poly16x8_t 【】
    369  pub unsafe fn vrev32_u16(a: uint16x4_t) -> uint16x4_t 【】
    370  pub unsafe fn vrev32q_u16(a: uint16x8_t) -> uint16x8_t 【】
    371  pub unsafe fn vrev32_p8(a: poly8x8_t) -> poly8x8_t 【】
    372  pub unsafe fn vrev32q_p8(a: poly8x16_t) -> poly8x16_t 【】
    373  pub unsafe fn vrev64_s8(a: int8x8_t) -> int8x8_t 【】
    374  pub unsafe fn vrev64q_s8(a: int8x16_t) -> int8x16_t 【】
    375  pub unsafe fn vrev64_s16(a: int16x4_t) -> int16x4_t 【】
    376  pub unsafe fn vrev64q_s16(a: int16x8_t) -> int16x8_t 【】
    377  pub unsafe fn vrev64_s32(a: int32x2_t) -> int32x2_t 【】
    378  pub unsafe fn vrev64q_s32(a: int32x4_t) -> int32x4_t 【】
    379  pub unsafe fn vrev64_u8(a: uint8x8_t) -> uint8x8_t 【】
    380  pub unsafe fn vrev64q_u8(a: uint8x16_t) -> uint8x16_t 【】
    381  pub unsafe fn vrev64_u16(a: uint16x4_t) -> uint16x4_t 【】
    382  pub unsafe fn vrev64q_u16(a: uint16x8_t) -> uint16x8_t 【】
    383  pub unsafe fn vrev64_u32(a: uint32x2_t) -> uint32x2_t 【】
    384  pub unsafe fn vrev64q_u32(a: uint32x4_t) -> uint32x4_t 【】
    385  pub unsafe fn vrev64_f32(a: float32x2_t) -> float32x2_t 【】
    386  pub unsafe fn vrev64q_f32(a: float32x4_t) -> float32x4_t 【】
    387  pub unsafe fn vrev64_p8(a: poly8x8_t) -> poly8x8_t 【】
    388  pub unsafe fn vrev64q_p8(a: poly8x16_t) -> poly8x16_t 【】
    389  pub unsafe fn vrev64_p16(a: poly16x4_t) -> poly16x4_t 【】
    390  pub unsafe fn vrev64q_p16(a: poly16x8_t) -> poly16x8_t 【】
    391  pub unsafe fn vpadal_s8(a: int16x4_t, b: int8x8_t) -> int16x4_t 【】
    392  pub unsafe fn vpadal_s16(a: int32x2_t, b: int16x4_t) -> int32x2_t 【】
    393  pub unsafe fn vpadal_s32(a: int64x1_t, b: int32x2_t) -> int64x1_t 【】
    394  pub unsafe fn vpadalq_s8(a: int16x8_t, b: int8x16_t) -> int16x8_t 【】
    395  pub unsafe fn vpadalq_s16(a: int32x4_t, b: int16x8_t) -> int32x4_t 【】
    396  pub unsafe fn vpadalq_s32(a: int64x2_t, b: int32x4_t) -> int64x2_t 【】
    397  pub unsafe fn vpadal_u8(a: uint16x4_t, b: uint8x8_t) -> uint16x4_t 【】
    398  pub unsafe fn vpadal_u16(a: uint32x2_t, b: uint16x4_t) -> uint32x2_t 【】
    399  pub unsafe fn vpadal_u32(a: uint64x1_t, b: uint32x2_t) -> uint64x1_t 【】
    400  pub unsafe fn vpadalq_u8(a: uint16x8_t, b: uint8x16_t) -> uint16x8_t 【】
    401  pub unsafe fn vpadalq_u16(a: uint32x4_t, b: uint16x8_t) -> uint32x4_t 【】
    402  pub unsafe fn vpadalq_u32(a: uint64x2_t, b: uint32x4_t) -> uint64x2_t 【】
    403  pub unsafe fn vmmlaq_s32(a: int32x4_t, b: int8x16_t, c: int8x16_t) -> int32x4_t 【】
    404  pub unsafe fn vmmlaq_u32(a: uint32x4_t, b: uint8x16_t, c: uint8x16_t) -> uint32x4_t 【】
    405  pub unsafe fn vusmmlaq_s32(a: int32x4_t, b: uint8x16_t, c: int8x16_t) -> int32x4_t 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\neon\shift_and_insert_tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_vsli 【】
    2  macro_rules! test_vsri 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\neon\table_lookup_tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_vtbl 【】
    2  macro_rules! test_vtbx 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\registers\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __rsr<R>(reg: R) -> u32
    2  pub unsafe fn __rsr64<R>(reg: R) -> u64
    3  pub unsafe fn __rsrp<R>(reg: R) -> *const u8
    4  pub unsafe fn __wsr<R>(reg: R, value: u32)
    5  pub unsafe fn __wsr64<R>(reg: R, value: u64)
    6  pub unsafe fn __wsrp<R>(reg: R, value: *const u8)
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! rsr 【】
    2  macro_rules! rsrp 【】
    3  macro_rules! wsr 【】
    4  macro_rules! wsrp 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\arm_shared\test_support.rs

    ═════════ pub fn 函数
    1  pub(crate) fn test<T, U, V, W, X>(
    2  pub(crate) fn $n(test_fun: fn($v, $v) -> $w, verify_fun: fn($t, $t) -> $u) 【】
    3  pub(crate) fn $id(val: $in_t) -> $out_t 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! V_u8 【】
    2  macro_rules! V_u16 【】
    3  macro_rules! V_u32 【】
    4  macro_rules! V_u64 【】
    5  macro_rules! V_i8 【】
    6  macro_rules! V_i16 【】
    7  macro_rules! V_i32 【】
    8  macro_rules! V_i64 【】
    9  macro_rules! V_f32 【】
    10  macro_rules! to64 【】
    11  macro_rules! to128 【】
    12  macro_rules! gen_test_fn 【】
    13  macro_rules! gen_fill_fn 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! static_assert_imm1 【】
    2  macro_rules! static_assert_imm2 【】
    3  macro_rules! static_assert_imm3 【】
    4  macro_rules! static_assert_imm4 【】
    5  macro_rules! static_assert_imm5 【】
    6  macro_rules! static_assert_imm6 【】
    7  macro_rules! static_assert_imm8 【】
    8  macro_rules! static_assert_imm16 【】
    9  macro_rules! static_assert 【】
    10  macro_rules! types 【】
    11  macro_rules! simd_shuffle2 【】
    12  macro_rules! simd_shuffle4 【】
    13  macro_rules! simd_shuffle8 【】
    14  macro_rules! simd_shuffle16 【】
    15  macro_rules! simd_shuffle32 【】
    16  macro_rules! simd_shuffle64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\mips\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn break_() -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\mips\msa\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! static_assert_imm_s5 【】
    2  macro_rules! static_assert_imm_s10 【】
    3  macro_rules! static_assert_imm_s11 【】
    4  macro_rules! static_assert_imm_s12 【】
    5  macro_rules! static_assert_imm_s13 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\mips\msa.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __msa_add_a_b(a: v16i8, b: v16i8) -> v16i8 【】
    2  pub unsafe fn __msa_add_a_h(a: v8i16, b: v8i16) -> v8i16 【】
    3  pub unsafe fn __msa_add_a_w(a: v4i32, b: v4i32) -> v4i32 【】
    4  pub unsafe fn __msa_add_a_d(a: v2i64, b: v2i64) -> v2i64 【】
    5  pub unsafe fn __msa_adds_a_b(a: v16i8, b: v16i8) -> v16i8 【】
    6  pub unsafe fn __msa_adds_a_h(a: v8i16, b: v8i16) -> v8i16 【】
    7  pub unsafe fn __msa_adds_a_w(a: v4i32, b: v4i32) -> v4i32 【】
    8  pub unsafe fn __msa_adds_a_d(a: v2i64, b: v2i64) -> v2i64 【】
    9  pub unsafe fn __msa_adds_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    10  pub unsafe fn __msa_adds_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    11  pub unsafe fn __msa_adds_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    12  pub unsafe fn __msa_adds_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    13  pub unsafe fn __msa_adds_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    14  pub unsafe fn __msa_adds_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    15  pub unsafe fn __msa_adds_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    16  pub unsafe fn __msa_adds_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    17  pub unsafe fn __msa_addv_b(a: v16i8, b: v16i8) -> v16i8 【】
    18  pub unsafe fn __msa_addv_h(a: v8i16, b: v8i16) -> v8i16 【】
    19  pub unsafe fn __msa_addv_w(a: v4i32, b: v4i32) -> v4i32 【】
    20  pub unsafe fn __msa_addv_d(a: v2i64, b: v2i64) -> v2i64 【】
    21  pub unsafe fn __msa_addvi_b<const IMM5: i32>(a: v16i8) -> v16i8 【】
    22  pub unsafe fn __msa_addvi_h<const IMM5: i32>(a: v8i16) -> v8i16 【】
    23  pub unsafe fn __msa_addvi_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    24  pub unsafe fn __msa_addvi_d<const IMM5: i32>(a: v2i64) -> v2i64 【】
    25  pub unsafe fn __msa_and_v(a: v16u8, b: v16u8) -> v16u8 【】
    26  pub unsafe fn __msa_andi_b<const IMM8: i32>(a: v16u8) -> v16u8 【】
    27  pub unsafe fn __msa_asub_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    28  pub unsafe fn __msa_asub_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    29  pub unsafe fn __msa_asub_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    30  pub unsafe fn __msa_asub_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    31  pub unsafe fn __msa_asub_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    32  pub unsafe fn __msa_asub_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    33  pub unsafe fn __msa_asub_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    34  pub unsafe fn __msa_asub_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    35  pub unsafe fn __msa_ave_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    36  pub unsafe fn __msa_ave_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    37  pub unsafe fn __msa_ave_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    38  pub unsafe fn __msa_ave_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    39  pub unsafe fn __msa_ave_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    40  pub unsafe fn __msa_ave_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    41  pub unsafe fn __msa_ave_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    42  pub unsafe fn __msa_ave_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    43  pub unsafe fn __msa_aver_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    44  pub unsafe fn __msa_aver_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    45  pub unsafe fn __msa_aver_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    46  pub unsafe fn __msa_aver_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    47  pub unsafe fn __msa_aver_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    48  pub unsafe fn __msa_aver_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    49  pub unsafe fn __msa_aver_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    50  pub unsafe fn __msa_aver_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    51  pub unsafe fn __msa_bclr_b(a: v16u8, b: v16u8) -> v16u8 【】
    52  pub unsafe fn __msa_bclr_h(a: v8u16, b: v8u16) -> v8u16 【】
    53  pub unsafe fn __msa_bclr_w(a: v4u32, b: v4u32) -> v4u32 【】
    54  pub unsafe fn __msa_bclr_d(a: v2u64, b: v2u64) -> v2u64 【】
    55  pub unsafe fn __msa_bclri_b<const IMM3: i32>(a: v16u8) -> v16u8 【】
    56  pub unsafe fn __msa_bclri_h<const IMM4: i32>(a: v8u16) -> v8u16 【】
    57  pub unsafe fn __msa_bclri_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    58  pub unsafe fn __msa_bclri_d<const IMM6: i32>(a: v2u64) -> v2u64 【】
    59  pub unsafe fn __msa_binsl_b(a: v16u8, b: v16u8, c: v16u8) -> v16u8 【】
    60  pub unsafe fn __msa_binsl_h(a: v8u16, b: v8u16, c: v8u16) -> v8u16 【】
    61  pub unsafe fn __msa_binsl_w(a: v4u32, b: v4u32, c: v4u32) -> v4u32 【】
    62  pub unsafe fn __msa_binsl_d(a: v2u64, b: v2u64, c: v2u64) -> v2u64 【】
    63  pub unsafe fn __msa_binsli_b<const IMM3: i32>(a: v16u8, b: v16u8) -> v16u8 【】
    64  pub unsafe fn __msa_binsli_h<const IMM4: i32>(a: v8u16, b: v8u16) -> v8u16 【】
    65  pub unsafe fn __msa_binsli_w<const IMM5: i32>(a: v4u32, b: v4u32) -> v4u32 【】
    66  pub unsafe fn __msa_binsli_d<const IMM6: i32>(a: v2u64, b: v2u64) -> v2u64 【】
    67  pub unsafe fn __msa_binsr_b(a: v16u8, b: v16u8, c: v16u8) -> v16u8 【】
    68  pub unsafe fn __msa_binsr_h(a: v8u16, b: v8u16, c: v8u16) -> v8u16 【】
    69  pub unsafe fn __msa_binsr_w(a: v4u32, b: v4u32, c: v4u32) -> v4u32 【】
    70  pub unsafe fn __msa_binsr_d(a: v2u64, b: v2u64, c: v2u64) -> v2u64 【】
    71  pub unsafe fn __msa_binsri_b<const IMM3: i32>(a: v16u8, b: v16u8) -> v16u8 【】
    72  pub unsafe fn __msa_binsri_h<const IMM4: i32>(a: v8u16, b: v8u16) -> v8u16 【】
    73  pub unsafe fn __msa_binsri_w<const IMM5: i32>(a: v4u32, b: v4u32) -> v4u32 【】
    74  pub unsafe fn __msa_binsri_d<const IMM6: i32>(a: v2u64, b: v2u64) -> v2u64 【】
    75  pub unsafe fn __msa_bmnz_v(a: v16u8, b: v16u8, c: v16u8) -> v16u8 【】
    76  pub unsafe fn __msa_bmnzi_b<const IMM8: i32>(a: v16u8, b: v16u8) -> v16u8 【】
    77  pub unsafe fn __msa_bmz_v(a: v16u8, b: v16u8, c: v16u8) -> v16u8 【】
    78  pub unsafe fn __msa_bmzi_b<const IMM8: i32>(a: v16u8, b: v16u8) -> v16u8 【】
    79  pub unsafe fn __msa_bneg_b(a: v16u8, b: v16u8) -> v16u8 【】
    80  pub unsafe fn __msa_bneg_h(a: v8u16, b: v8u16) -> v8u16 【】
    81  pub unsafe fn __msa_bneg_w(a: v4u32, b: v4u32) -> v4u32 【】
    82  pub unsafe fn __msa_bneg_d(a: v2u64, b: v2u64) -> v2u64 【】
    83  pub unsafe fn __msa_bnegi_b<const IMM3: i32>(a: v16u8) -> v16u8 【】
    84  pub unsafe fn __msa_bnegi_h<const IMM4: i32>(a: v8u16) -> v8u16 【】
    85  pub unsafe fn __msa_bnegi_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    86  pub unsafe fn __msa_bnegi_d<const IMM6: i32>(a: v2u64) -> v2u64 【】
    87  pub unsafe fn __msa_bnz_b(a: v16u8) -> i32 【】
    88  pub unsafe fn __msa_bnz_h(a: v8u16) -> i32 【】
    89  pub unsafe fn __msa_bnz_w(a: v4u32) -> i32 【】
    90  pub unsafe fn __msa_bnz_d(a: v2u64) -> i32 【】
    91  pub unsafe fn __msa_bnz_v(a: v16u8) -> i32 【】
    92  pub unsafe fn __msa_bsel_v(a: v16u8, b: v16u8, c: v16u8) -> v16u8 【】
    93  pub unsafe fn __msa_bseli_b<const IMM8: i32>(a: v16u8, b: v16u8) -> v16u8 【】
    94  pub unsafe fn __msa_bset_b(a: v16u8, b: v16u8) -> v16u8 【】
    95  pub unsafe fn __msa_bset_h(a: v8u16, b: v8u16) -> v8u16 【】
    96  pub unsafe fn __msa_bset_w(a: v4u32, b: v4u32) -> v4u32 【】
    97  pub unsafe fn __msa_bset_d(a: v2u64, b: v2u64) -> v2u64 【】
    98  pub unsafe fn __msa_bseti_b<const IMM3: i32>(a: v16u8) -> v16u8 【】
    99  pub unsafe fn __msa_bseti_h<const IMM4: i32>(a: v8u16) -> v8u16 【】
    100  pub unsafe fn __msa_bseti_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    101  pub unsafe fn __msa_bseti_d<const IMM6: i32>(a: v2u64) -> v2u64 【】
    102  pub unsafe fn __msa_bz_b(a: v16u8) -> i32 【】
    103  pub unsafe fn __msa_bz_h(a: v8u16) -> i32 【】
    104  pub unsafe fn __msa_bz_w(a: v4u32) -> i32 【】
    105  pub unsafe fn __msa_bz_d(a: v2u64) -> i32 【】
    106  pub unsafe fn __msa_bz_v(a: v16u8) -> i32 【】
    107  pub unsafe fn __msa_ceq_b(a: v16i8, b: v16i8) -> v16i8 【】
    108  pub unsafe fn __msa_ceq_h(a: v8i16, b: v8i16) -> v8i16 【】
    109  pub unsafe fn __msa_ceq_w(a: v4i32, b: v4i32) -> v4i32 【】
    110  pub unsafe fn __msa_ceq_d(a: v2i64, b: v2i64) -> v2i64 【】
    111  pub unsafe fn __msa_ceqi_b<const IMM_S5: i32>(a: v16i8) -> v16i8 【】
    112  pub unsafe fn __msa_ceqi_h<const IMM_S5: i32>(a: v8i16) -> v8i16 【】
    113  pub unsafe fn __msa_ceqi_w<const IMM_S5: i32>(a: v4i32) -> v4i32 【】
    114  pub unsafe fn __msa_ceqi_d<const IMM_S5: i32>(a: v2i64) -> v2i64 【】
    115  pub unsafe fn __msa_cfcmsa<const IMM5: i32>() -> i32 【】
    116  pub unsafe fn __msa_cle_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    117  pub unsafe fn __msa_cle_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    118  pub unsafe fn __msa_cle_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    119  pub unsafe fn __msa_cle_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    120  pub unsafe fn __msa_cle_u_b(a: v16u8, b: v16u8) -> v16i8 【】
    121  pub unsafe fn __msa_cle_u_h(a: v8u16, b: v8u16) -> v8i16 【】
    122  pub unsafe fn __msa_cle_u_w(a: v4u32, b: v4u32) -> v4i32 【】
    123  pub unsafe fn __msa_cle_u_d(a: v2u64, b: v2u64) -> v2i64 【】
    124  pub unsafe fn __msa_clei_s_b<const IMM_S5: i32>(a: v16i8) -> v16i8 【】
    125  pub unsafe fn __msa_clei_s_h<const IMM_S5: i32>(a: v8i16) -> v8i16 【】
    126  pub unsafe fn __msa_clei_s_w<const IMM_S5: i32>(a: v4i32) -> v4i32 【】
    127  pub unsafe fn __msa_clei_s_d<const IMM_S5: i32>(a: v2i64) -> v2i64 【】
    128  pub unsafe fn __msa_clei_u_b<const IMM5: i32>(a: v16u8) -> v16i8 【】
    129  pub unsafe fn __msa_clei_u_h<const IMM5: i32>(a: v8u16) -> v8i16 【】
    130  pub unsafe fn __msa_clei_u_w<const IMM5: i32>(a: v4u32) -> v4i32 【】
    131  pub unsafe fn __msa_clei_u_d<const IMM5: i32>(a: v2u64) -> v2i64 【】
    132  pub unsafe fn __msa_clt_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    133  pub unsafe fn __msa_clt_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    134  pub unsafe fn __msa_clt_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    135  pub unsafe fn __msa_clt_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    136  pub unsafe fn __msa_clt_u_b(a: v16u8, b: v16u8) -> v16i8 【】
    137  pub unsafe fn __msa_clt_u_h(a: v8u16, b: v8u16) -> v8i16 【】
    138  pub unsafe fn __msa_clt_u_w(a: v4u32, b: v4u32) -> v4i32 【】
    139  pub unsafe fn __msa_clt_u_d(a: v2u64, b: v2u64) -> v2i64 【】
    140  pub unsafe fn __msa_clti_s_b<const IMM_S5: i32>(a: v16i8) -> v16i8 【】
    141  pub unsafe fn __msa_clti_s_h<const IMM_S5: i32>(a: v8i16) -> v8i16 【】
    142  pub unsafe fn __msa_clti_s_w<const IMM_S5: i32>(a: v4i32) -> v4i32 【】
    143  pub unsafe fn __msa_clti_s_d<const IMM_S5: i32>(a: v2i64) -> v2i64 【】
    144  pub unsafe fn __msa_clti_u_b<const IMM5: i32>(a: v16u8) -> v16i8 【】
    145  pub unsafe fn __msa_clti_u_h<const IMM5: i32>(a: v8u16) -> v8i16 【】
    146  pub unsafe fn __msa_clti_u_w<const IMM5: i32>(a: v4u32) -> v4i32 【】
    147  pub unsafe fn __msa_clti_u_d<const IMM5: i32>(a: v2u64) -> v2i64 【】
    148  pub unsafe fn __msa_copy_s_b<const IMM4: i32>(a: v16i8) -> i32 【】
    149  pub unsafe fn __msa_copy_s_h<const IMM3: i32>(a: v8i16) -> i32 【】
    150  pub unsafe fn __msa_copy_s_w<const IMM2: i32>(a: v4i32) -> i32 【】
    151  pub unsafe fn __msa_copy_s_d<const IMM1: i32>(a: v2i64) -> i64 【】
    152  pub unsafe fn __msa_copy_u_b<const IMM4: i32>(a: v16i8) -> u32 【】
    153  pub unsafe fn __msa_copy_u_h<const IMM3: i32>(a: v8i16) -> u32 【】
    154  pub unsafe fn __msa_copy_u_w<const IMM2: i32>(a: v4i32) -> u32 【】
    155  pub unsafe fn __msa_copy_u_d<const IMM1: i32>(a: v2i64) -> u64 【】
    156  pub unsafe fn __msa_ctcmsa<const IMM5: i32>(a: i32) -> () 【】
    157  pub unsafe fn __msa_div_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    158  pub unsafe fn __msa_div_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    159  pub unsafe fn __msa_div_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    160  pub unsafe fn __msa_div_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    161  pub unsafe fn __msa_div_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    162  pub unsafe fn __msa_div_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    163  pub unsafe fn __msa_div_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    164  pub unsafe fn __msa_div_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    165  pub unsafe fn __msa_dotp_s_h(a: v16i8, b: v16i8) -> v8i16 【】
    166  pub unsafe fn __msa_dotp_s_w(a: v8i16, b: v8i16) -> v4i32 【】
    167  pub unsafe fn __msa_dotp_s_d(a: v4i32, b: v4i32) -> v2i64 【】
    168  pub unsafe fn __msa_dotp_u_h(a: v16u8, b: v16u8) -> v8u16 【】
    169  pub unsafe fn __msa_dotp_u_w(a: v8u16, b: v8u16) -> v4u32 【】
    170  pub unsafe fn __msa_dotp_u_d(a: v4u32, b: v4u32) -> v2u64 【】
    171  pub unsafe fn __msa_dpadd_s_h(a: v8i16, b: v16i8, c: v16i8) -> v8i16 【】
    172  pub unsafe fn __msa_dpadd_s_w(a: v4i32, b: v8i16, c: v8i16) -> v4i32 【】
    173  pub unsafe fn __msa_dpadd_s_d(a: v2i64, b: v4i32, c: v4i32) -> v2i64 【】
    174  pub unsafe fn __msa_dpadd_u_h(a: v8u16, b: v16u8, c: v16u8) -> v8u16 【】
    175  pub unsafe fn __msa_dpadd_u_w(a: v4u32, b: v8u16, c: v8u16) -> v4u32 【】
    176  pub unsafe fn __msa_dpadd_u_d(a: v2u64, b: v4u32, c: v4u32) -> v2u64 【】
    177  pub unsafe fn __msa_dpsub_s_h(a: v8i16, b: v16i8, c: v16i8) -> v8i16 【】
    178  pub unsafe fn __msa_dpsub_s_w(a: v4i32, b: v8i16, c: v8i16) -> v4i32 【】
    179  pub unsafe fn __msa_dpsub_s_d(a: v2i64, b: v4i32, c: v4i32) -> v2i64 【】
    180  pub unsafe fn __msa_dpsub_u_h(a: v8i16, b: v16u8, c: v16u8) -> v8i16 【】
    181  pub unsafe fn __msa_dpsub_u_w(a: v4i32, b: v8u16, c: v8u16) -> v4i32 【】
    182  pub unsafe fn __msa_dpsub_u_d(a: v2i64, b: v4u32, c: v4u32) -> v2i64 【】
    183  pub unsafe fn __msa_fadd_w(a: v4f32, b: v4f32) -> v4f32 【】
    184  pub unsafe fn __msa_fadd_d(a: v2f64, b: v2f64) -> v2f64 【】
    185  pub unsafe fn __msa_fcaf_w(a: v4f32, b: v4f32) -> v4i32 【】
    186  pub unsafe fn __msa_fcaf_d(a: v2f64, b: v2f64) -> v2i64 【】
    187  pub unsafe fn __msa_fceq_w(a: v4f32, b: v4f32) -> v4i32 【】
    188  pub unsafe fn __msa_fceq_d(a: v2f64, b: v2f64) -> v2i64 【】
    189  pub unsafe fn __msa_fclass_w(a: v4f32) -> v4i32 【】
    190  pub unsafe fn __msa_fclass_d(a: v2f64) -> v2i64 【】
    191  pub unsafe fn __msa_fcle_w(a: v4f32, b: v4f32) -> v4i32 【】
    192  pub unsafe fn __msa_fcle_d(a: v2f64, b: v2f64) -> v2i64 【】
    193  pub unsafe fn __msa_fclt_w(a: v4f32, b: v4f32) -> v4i32 【】
    194  pub unsafe fn __msa_fclt_d(a: v2f64, b: v2f64) -> v2i64 【】
    195  pub unsafe fn __msa_fcne_w(a: v4f32, b: v4f32) -> v4i32 【】
    196  pub unsafe fn __msa_fcne_d(a: v2f64, b: v2f64) -> v2i64 【】
    197  pub unsafe fn __msa_fcor_w(a: v4f32, b: v4f32) -> v4i32 【】
    198  pub unsafe fn __msa_fcor_d(a: v2f64, b: v2f64) -> v2i64 【】
    199  pub unsafe fn __msa_fcueq_w(a: v4f32, b: v4f32) -> v4i32 【】
    200  pub unsafe fn __msa_fcueq_d(a: v2f64, b: v2f64) -> v2i64 【】
    201  pub unsafe fn __msa_fcule_w(a: v4f32, b: v4f32) -> v4i32 【】
    202  pub unsafe fn __msa_fcule_d(a: v2f64, b: v2f64) -> v2i64 【】
    203  pub unsafe fn __msa_fcult_w(a: v4f32, b: v4f32) -> v4i32 【】
    204  pub unsafe fn __msa_fcult_d(a: v2f64, b: v2f64) -> v2i64 【】
    205  pub unsafe fn __msa_fcun_w(a: v4f32, b: v4f32) -> v4i32 【】
    206  pub unsafe fn __msa_fcun_d(a: v2f64, b: v2f64) -> v2i64 【】
    207  pub unsafe fn __msa_fcune_w(a: v4f32, b: v4f32) -> v4i32 【】
    208  pub unsafe fn __msa_fcune_d(a: v2f64, b: v2f64) -> v2i64 【】
    209  pub unsafe fn __msa_fdiv_w(a: v4f32, b: v4f32) -> v4f32 【】
    210  pub unsafe fn __msa_fdiv_d(a: v2f64, b: v2f64) -> v2f64 【】
    211  pub unsafe fn __msa_fexdo_h(a: v4f32, b: v4f32) -> f16x8 【】
    212  pub unsafe fn __msa_fexdo_w(a: v2f64, b: v2f64) -> v4f32 【】
    213  pub unsafe fn __msa_fexp2_w(a: v4f32, b: v4i32) -> v4f32 【】
    214  pub unsafe fn __msa_fexp2_d(a: v2f64, b: v2i64) -> v2f64 【】
    215  pub unsafe fn __msa_fexupl_w(a: f16x8) -> v4f32 【】
    216  pub unsafe fn __msa_fexupl_d(a: v4f32) -> v2f64 【】
    217  pub unsafe fn __msa_fexupr_w(a: f16x8) -> v4f32 【】
    218  pub unsafe fn __msa_fexupr_d(a: v4f32) -> v2f64 【】
    219  pub unsafe fn __msa_ffint_s_w(a: v4i32) -> v4f32 【】
    220  pub unsafe fn __msa_ffint_s_d(a: v2i64) -> v2f64 【】
    221  pub unsafe fn __msa_ffint_u_w(a: v4u32) -> v4f32 【】
    222  pub unsafe fn __msa_ffint_u_d(a: v2u64) -> v2f64 【】
    223  pub unsafe fn __msa_ffql_w(a: v8i16) -> v4f32 【】
    224  pub unsafe fn __msa_ffql_d(a: v4i32) -> v2f64 【】
    225  pub unsafe fn __msa_ffqr_w(a: v8i16) -> v4f32 【】
    226  pub unsafe fn __msa_ffqr_d(a: v4i32) -> v2f64 【】
    227  pub unsafe fn __msa_fill_b(a: i32) -> v16i8 【】
    228  pub unsafe fn __msa_fill_h(a: i32) -> v8i16 【】
    229  pub unsafe fn __msa_fill_w(a: i32) -> v4i32 【】
    230  pub unsafe fn __msa_fill_d(a: i64) -> v2i64 【】
    231  pub unsafe fn __msa_flog2_w(a: v4f32) -> v4f32 【】
    232  pub unsafe fn __msa_flog2_d(a: v2f64) -> v2f64 【】
    233  pub unsafe fn __msa_fmadd_w(a: v4f32, b: v4f32, c: v4f32) -> v4f32 【】
    234  pub unsafe fn __msa_fmadd_d(a: v2f64, b: v2f64, c: v2f64) -> v2f64 【】
    235  pub unsafe fn __msa_fmax_w(a: v4f32, b: v4f32) -> v4f32 【】
    236  pub unsafe fn __msa_fmax_d(a: v2f64, b: v2f64) -> v2f64 【】
    237  pub unsafe fn __msa_fmax_a_w(a: v4f32, b: v4f32) -> v4f32 【】
    238  pub unsafe fn __msa_fmax_a_d(a: v2f64, b: v2f64) -> v2f64 【】
    239  pub unsafe fn __msa_fmin_w(a: v4f32, b: v4f32) -> v4f32 【】
    240  pub unsafe fn __msa_fmin_d(a: v2f64, b: v2f64) -> v2f64 【】
    241  pub unsafe fn __msa_fmin_a_w(a: v4f32, b: v4f32) -> v4f32 【】
    242  pub unsafe fn __msa_fmin_a_d(a: v2f64, b: v2f64) -> v2f64 【】
    243  pub unsafe fn __msa_fmsub_w(a: v4f32, b: v4f32, c: v4f32) -> v4f32 【】
    244  pub unsafe fn __msa_fmsub_d(a: v2f64, b: v2f64, c: v2f64) -> v2f64 【】
    245  pub unsafe fn __msa_fmul_w(a: v4f32, b: v4f32) -> v4f32 【】
    246  pub unsafe fn __msa_fmul_d(a: v2f64, b: v2f64) -> v2f64 【】
    247  pub unsafe fn __msa_frint_w(a: v4f32) -> v4f32 【】
    248  pub unsafe fn __msa_frint_d(a: v2f64) -> v2f64 【】
    249  pub unsafe fn __msa_frcp_w(a: v4f32) -> v4f32 【】
    250  pub unsafe fn __msa_frcp_d(a: v2f64) -> v2f64 【】
    251  pub unsafe fn __msa_frsqrt_w(a: v4f32) -> v4f32 【】
    252  pub unsafe fn __msa_frsqrt_d(a: v2f64) -> v2f64 【】
    253  pub unsafe fn __msa_fsaf_w(a: v4f32, b: v4f32) -> v4i32 【】
    254  pub unsafe fn __msa_fsaf_d(a: v2f64, b: v2f64) -> v2i64 【】
    255  pub unsafe fn __msa_fseq_w(a: v4f32, b: v4f32) -> v4i32 【】
    256  pub unsafe fn __msa_fseq_d(a: v2f64, b: v2f64) -> v2i64 【】
    257  pub unsafe fn __msa_fsle_w(a: v4f32, b: v4f32) -> v4i32 【】
    258  pub unsafe fn __msa_fsle_d(a: v2f64, b: v2f64) -> v2i64 【】
    259  pub unsafe fn __msa_fslt_w(a: v4f32, b: v4f32) -> v4i32 【】
    260  pub unsafe fn __msa_fslt_d(a: v2f64, b: v2f64) -> v2i64 【】
    261  pub unsafe fn __msa_fsne_w(a: v4f32, b: v4f32) -> v4i32 【】
    262  pub unsafe fn __msa_fsne_d(a: v2f64, b: v2f64) -> v2i64 【】
    263  pub unsafe fn __msa_fsor_w(a: v4f32, b: v4f32) -> v4i32 【】
    264  pub unsafe fn __msa_fsor_d(a: v2f64, b: v2f64) -> v2i64 【】
    265  pub unsafe fn __msa_fsqrt_w(a: v4f32) -> v4f32 【】
    266  pub unsafe fn __msa_fsqrt_d(a: v2f64) -> v2f64 【】
    267  pub unsafe fn __msa_fsub_w(a: v4f32, b: v4f32) -> v4f32 【】
    268  pub unsafe fn __msa_fsub_d(a: v2f64, b: v2f64) -> v2f64 【】
    269  pub unsafe fn __msa_fsueq_w(a: v4f32, b: v4f32) -> v4i32 【】
    270  pub unsafe fn __msa_fsueq_d(a: v2f64, b: v2f64) -> v2i64 【】
    271  pub unsafe fn __msa_fsule_w(a: v4f32, b: v4f32) -> v4i32 【】
    272  pub unsafe fn __msa_fsule_d(a: v2f64, b: v2f64) -> v2i64 【】
    273  pub unsafe fn __msa_fsult_w(a: v4f32, b: v4f32) -> v4i32 【】
    274  pub unsafe fn __msa_fsult_d(a: v2f64, b: v2f64) -> v2i64 【】
    275  pub unsafe fn __msa_fsun_w(a: v4f32, b: v4f32) -> v4i32 【】
    276  pub unsafe fn __msa_fsun_d(a: v2f64, b: v2f64) -> v2i64 【】
    277  pub unsafe fn __msa_fsune_w(a: v4f32, b: v4f32) -> v4i32 【】
    278  pub unsafe fn __msa_fsune_d(a: v2f64, b: v2f64) -> v2i64 【】
    279  pub unsafe fn __msa_ftint_s_w(a: v4f32) -> v4i32 【】
    280  pub unsafe fn __msa_ftint_s_d(a: v2f64) -> v2i64 【】
    281  pub unsafe fn __msa_ftint_u_w(a: v4f32) -> v4u32 【】
    282  pub unsafe fn __msa_ftint_u_d(a: v2f64) -> v2u64 【】
    283  pub unsafe fn __msa_ftq_h(a: v4f32, b: v4f32) -> v8i16 【】
    284  pub unsafe fn __msa_ftq_w(a: v2f64, b: v2f64) -> v4i32 【】
    285  pub unsafe fn __msa_ftrunc_s_w(a: v4f32) -> v4i32 【】
    286  pub unsafe fn __msa_ftrunc_s_d(a: v2f64) -> v2i64 【】
    287  pub unsafe fn __msa_ftrunc_u_w(a: v4f32) -> v4u32 【】
    288  pub unsafe fn __msa_ftrunc_u_d(a: v2f64) -> v2u64 【】
    289  pub unsafe fn __msa_hadd_s_h(a: v16i8, b: v16i8) -> v8i16 【】
    290  pub unsafe fn __msa_hadd_s_w(a: v8i16, b: v8i16) -> v4i32 【】
    291  pub unsafe fn __msa_hadd_s_d(a: v4i32, b: v4i32) -> v2i64 【】
    292  pub unsafe fn __msa_hadd_u_h(a: v16u8, b: v16u8) -> v8u16 【】
    293  pub unsafe fn __msa_hadd_u_w(a: v8u16, b: v8u16) -> v4u32 【】
    294  pub unsafe fn __msa_hadd_u_d(a: v4u32, b: v4u32) -> v2u64 【】
    295  pub unsafe fn __msa_hsub_s_h(a: v16i8, b: v16i8) -> v8i16 【】
    296  pub unsafe fn __msa_hsub_s_w(a: v8i16, b: v8i16) -> v4i32 【】
    297  pub unsafe fn __msa_hsub_s_d(a: v4i32, b: v4i32) -> v2i64 【】
    298  pub unsafe fn __msa_hsub_u_h(a: v16u8, b: v16u8) -> v8i16 【】
    299  pub unsafe fn __msa_hsub_u_w(a: v8u16, b: v8u16) -> v4i32 【】
    300  pub unsafe fn __msa_hsub_u_d(a: v4u32, b: v4u32) -> v2i64 【】
    301  pub unsafe fn __msa_ilvev_b(a: v16i8, b: v16i8) -> v16i8 【】
    302  pub unsafe fn __msa_ilvev_h(a: v8i16, b: v8i16) -> v8i16 【】
    303  pub unsafe fn __msa_ilvev_w(a: v4i32, b: v4i32) -> v4i32 【】
    304  pub unsafe fn __msa_ilvev_d(a: v2i64, b: v2i64) -> v2i64 【】
    305  pub unsafe fn __msa_ilvl_b(a: v16i8, b: v16i8) -> v16i8 【】
    306  pub unsafe fn __msa_ilvl_h(a: v8i16, b: v8i16) -> v8i16 【】
    307  pub unsafe fn __msa_ilvl_w(a: v4i32, b: v4i32) -> v4i32 【】
    308  pub unsafe fn __msa_ilvl_d(a: v2i64, b: v2i64) -> v2i64 【】
    309  pub unsafe fn __msa_ilvod_b(a: v16i8, b: v16i8) -> v16i8 【】
    310  pub unsafe fn __msa_ilvod_h(a: v8i16, b: v8i16) -> v8i16 【】
    311  pub unsafe fn __msa_ilvod_w(a: v4i32, b: v4i32) -> v4i32 【】
    312  pub unsafe fn __msa_ilvod_d(a: v2i64, b: v2i64) -> v2i64 【】
    313  pub unsafe fn __msa_ilvr_b(a: v16i8, b: v16i8) -> v16i8 【】
    314  pub unsafe fn __msa_ilvr_h(a: v8i16, b: v8i16) -> v8i16 【】
    315  pub unsafe fn __msa_ilvr_w(a: v4i32, b: v4i32) -> v4i32 【】
    316  pub unsafe fn __msa_ilvr_d(a: v2i64, b: v2i64) -> v2i64 【】
    317  pub unsafe fn __msa_insert_b<const IMM4: i32>(a: v16i8, c: i32) -> v16i8 【】
    318  pub unsafe fn __msa_insert_h<const IMM3: i32>(a: v8i16, c: i32) -> v8i16 【】
    319  pub unsafe fn __msa_insert_w<const IMM2: i32>(a: v4i32, c: i32) -> v4i32 【】
    320  pub unsafe fn __msa_insert_d<const IMM1: i32>(a: v2i64, c: i64) -> v2i64 【】
    321  pub unsafe fn __msa_insve_b<const IMM4: i32>(a: v16i8, c: v16i8) -> v16i8 【】
    322  pub unsafe fn __msa_insve_h<const IMM3: i32>(a: v8i16, c: v8i16) -> v8i16 【】
    323  pub unsafe fn __msa_insve_w<const IMM2: i32>(a: v4i32, c: v4i32) -> v4i32 【】
    324  pub unsafe fn __msa_insve_d<const IMM1: i32>(a: v2i64, c: v2i64) -> v2i64 【】
    325  pub unsafe fn __msa_ld_b<const IMM_S10: i32>(mem_addr: *mut u8) -> v16i8 【】
    326  pub unsafe fn __msa_ld_h<const IMM_S11: i32>(mem_addr: *mut u8) -> v8i16 【】
    327  pub unsafe fn __msa_ld_w<const IMM_S12: i32>(mem_addr: *mut u8) -> v4i32 【】
    328  pub unsafe fn __msa_ld_d<const IMM_S13: i32>(mem_addr: *mut u8) -> v2i64 【】
    329  pub unsafe fn __msa_ldi_b<const IMM_S10: i32>() -> v16i8 【】
    330  pub unsafe fn __msa_ldi_h<const IMM_S10: i32>() -> v8i16 【】
    331  pub unsafe fn __msa_ldi_w<const IMM_S10: i32>() -> v4i32 【】
    332  pub unsafe fn __msa_ldi_d<const IMM_S10: i32>() -> v2i64 【】
    333  pub unsafe fn __msa_madd_q_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    334  pub unsafe fn __msa_madd_q_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    335  pub unsafe fn __msa_maddr_q_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    336  pub unsafe fn __msa_maddr_q_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    337  pub unsafe fn __msa_maddv_b(a: v16i8, b: v16i8, c: v16i8) -> v16i8 【】
    338  pub unsafe fn __msa_maddv_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    339  pub unsafe fn __msa_maddv_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    340  pub unsafe fn __msa_maddv_d(a: v2i64, b: v2i64, c: v2i64) -> v2i64 【】
    341  pub unsafe fn __msa_max_a_b(a: v16i8, b: v16i8) -> v16i8 【】
    342  pub unsafe fn __msa_max_a_h(a: v8i16, b: v8i16) -> v8i16 【】
    343  pub unsafe fn __msa_max_a_w(a: v4i32, b: v4i32) -> v4i32 【】
    344  pub unsafe fn __msa_max_a_d(a: v2i64, b: v2i64) -> v2i64 【】
    345  pub unsafe fn __msa_max_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    346  pub unsafe fn __msa_max_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    347  pub unsafe fn __msa_max_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    348  pub unsafe fn __msa_max_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    349  pub unsafe fn __msa_max_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    350  pub unsafe fn __msa_max_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    351  pub unsafe fn __msa_max_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    352  pub unsafe fn __msa_max_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    353  pub unsafe fn __msa_maxi_s_b<const IMM_S5: i32>(a: v16i8) -> v16i8 【】
    354  pub unsafe fn __msa_maxi_s_h<const IMM_S5: i32>(a: v8i16) -> v8i16 【】
    355  pub unsafe fn __msa_maxi_s_w<const IMM_S5: i32>(a: v4i32) -> v4i32 【】
    356  pub unsafe fn __msa_maxi_s_d<const IMM_S5: i32>(a: v2i64) -> v2i64 【】
    357  pub unsafe fn __msa_maxi_u_b<const IMM5: i32>(a: v16u8) -> v16u8 【】
    358  pub unsafe fn __msa_maxi_u_h<const IMM5: i32>(a: v8u16) -> v8u16 【】
    359  pub unsafe fn __msa_maxi_u_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    360  pub unsafe fn __msa_maxi_u_d<const IMM5: i32>(a: v2u64) -> v2u64 【】
    361  pub unsafe fn __msa_min_a_b(a: v16i8, b: v16i8) -> v16i8 【】
    362  pub unsafe fn __msa_min_a_h(a: v8i16, b: v8i16) -> v8i16 【】
    363  pub unsafe fn __msa_min_a_w(a: v4i32, b: v4i32) -> v4i32 【】
    364  pub unsafe fn __msa_min_a_d(a: v2i64, b: v2i64) -> v2i64 【】
    365  pub unsafe fn __msa_min_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    366  pub unsafe fn __msa_min_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    367  pub unsafe fn __msa_min_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    368  pub unsafe fn __msa_min_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    369  pub unsafe fn __msa_mini_s_b<const IMM_S5: i32>(a: v16i8) -> v16i8 【】
    370  pub unsafe fn __msa_mini_s_h<const IMM_S5: i32>(a: v8i16) -> v8i16 【】
    371  pub unsafe fn __msa_mini_s_w<const IMM_S5: i32>(a: v4i32) -> v4i32 【】
    372  pub unsafe fn __msa_mini_s_d<const IMM_S5: i32>(a: v2i64) -> v2i64 【】
    373  pub unsafe fn __msa_min_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    374  pub unsafe fn __msa_min_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    375  pub unsafe fn __msa_min_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    376  pub unsafe fn __msa_min_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    377  pub unsafe fn __msa_mini_u_b<const IMM5: i32>(a: v16u8) -> v16u8 【】
    378  pub unsafe fn __msa_mini_u_h<const IMM5: i32>(a: v8u16) -> v8u16 【】
    379  pub unsafe fn __msa_mini_u_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    380  pub unsafe fn __msa_mini_u_d<const IMM5: i32>(a: v2u64) -> v2u64 【】
    381  pub unsafe fn __msa_mod_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    382  pub unsafe fn __msa_mod_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    383  pub unsafe fn __msa_mod_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    384  pub unsafe fn __msa_mod_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    385  pub unsafe fn __msa_mod_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    386  pub unsafe fn __msa_mod_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    387  pub unsafe fn __msa_mod_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    388  pub unsafe fn __msa_mod_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    389  pub unsafe fn __msa_move_v(a: v16i8) -> v16i8 【】
    390  pub unsafe fn __msa_msub_q_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    391  pub unsafe fn __msa_msub_q_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    392  pub unsafe fn __msa_msubr_q_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    393  pub unsafe fn __msa_msubr_q_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    394  pub unsafe fn __msa_msubv_b(a: v16i8, b: v16i8, c: v16i8) -> v16i8 【】
    395  pub unsafe fn __msa_msubv_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    396  pub unsafe fn __msa_msubv_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    397  pub unsafe fn __msa_msubv_d(a: v2i64, b: v2i64, c: v2i64) -> v2i64 【】
    398  pub unsafe fn __msa_mul_q_h(a: v8i16, b: v8i16) -> v8i16 【】
    399  pub unsafe fn __msa_mul_q_w(a: v4i32, b: v4i32) -> v4i32 【】
    400  pub unsafe fn __msa_mulr_q_h(a: v8i16, b: v8i16) -> v8i16 【】
    401  pub unsafe fn __msa_mulr_q_w(a: v4i32, b: v4i32) -> v4i32 【】
    402  pub unsafe fn __msa_mulv_b(a: v16i8, b: v16i8) -> v16i8 【】
    403  pub unsafe fn __msa_mulv_h(a: v8i16, b: v8i16) -> v8i16 【】
    404  pub unsafe fn __msa_mulv_w(a: v4i32, b: v4i32) -> v4i32 【】
    405  pub unsafe fn __msa_mulv_d(a: v2i64, b: v2i64) -> v2i64 【】
    406  pub unsafe fn __msa_nloc_b(a: v16i8) -> v16i8 【】
    407  pub unsafe fn __msa_nloc_h(a: v8i16) -> v8i16 【】
    408  pub unsafe fn __msa_nloc_w(a: v4i32) -> v4i32 【】
    409  pub unsafe fn __msa_nloc_d(a: v2i64) -> v2i64 【】
    410  pub unsafe fn __msa_nlzc_b(a: v16i8) -> v16i8 【】
    411  pub unsafe fn __msa_nlzc_h(a: v8i16) -> v8i16 【】
    412  pub unsafe fn __msa_nlzc_w(a: v4i32) -> v4i32 【】
    413  pub unsafe fn __msa_nlzc_d(a: v2i64) -> v2i64 【】
    414  pub unsafe fn __msa_nor_v(a: v16u8, b: v16u8) -> v16u8 【】
    415  pub unsafe fn __msa_nori_b<const IMM8: i32>(a: v16u8) -> v16u8 【】
    416  pub unsafe fn __msa_or_v(a: v16u8, b: v16u8) -> v16u8 【】
    417  pub unsafe fn __msa_ori_b<const IMM8: i32>(a: v16u8) -> v16u8 【】
    418  pub unsafe fn __msa_pckev_b(a: v16i8, b: v16i8) -> v16i8 【】
    419  pub unsafe fn __msa_pckev_h(a: v8i16, b: v8i16) -> v8i16 【】
    420  pub unsafe fn __msa_pckev_w(a: v4i32, b: v4i32) -> v4i32 【】
    421  pub unsafe fn __msa_pckev_d(a: v2i64, b: v2i64) -> v2i64 【】
    422  pub unsafe fn __msa_pckod_b(a: v16i8, b: v16i8) -> v16i8 【】
    423  pub unsafe fn __msa_pckod_h(a: v8i16, b: v8i16) -> v8i16 【】
    424  pub unsafe fn __msa_pckod_w(a: v4i32, b: v4i32) -> v4i32 【】
    425  pub unsafe fn __msa_pckod_d(a: v2i64, b: v2i64) -> v2i64 【】
    426  pub unsafe fn __msa_pcnt_b(a: v16i8) -> v16i8 【】
    427  pub unsafe fn __msa_pcnt_h(a: v8i16) -> v8i16 【】
    428  pub unsafe fn __msa_pcnt_w(a: v4i32) -> v4i32 【】
    429  pub unsafe fn __msa_pcnt_d(a: v2i64) -> v2i64 【】
    430  pub unsafe fn __msa_sat_s_b<const IMM3: i32>(a: v16i8) -> v16i8 【】
    431  pub unsafe fn __msa_sat_s_h<const IMM4: i32>(a: v8i16) -> v8i16 【】
    432  pub unsafe fn __msa_sat_s_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    433  pub unsafe fn __msa_sat_s_d<const IMM6: i32>(a: v2i64) -> v2i64 【】
    434  pub unsafe fn __msa_sat_u_b<const IMM3: i32>(a: v16u8) -> v16u8 【】
    435  pub unsafe fn __msa_sat_u_h<const IMM4: i32>(a: v8u16) -> v8u16 【】
    436  pub unsafe fn __msa_sat_u_w<const IMM5: i32>(a: v4u32) -> v4u32 【】
    437  pub unsafe fn __msa_sat_u_d<const IMM6: i32>(a: v2u64) -> v2u64 【】
    438  pub unsafe fn __msa_shf_b<const IMM8: i32>(a: v16i8) -> v16i8 【】
    439  pub unsafe fn __msa_shf_h<const IMM8: i32>(a: v8i16) -> v8i16 【】
    440  pub unsafe fn __msa_shf_w<const IMM8: i32>(a: v4i32) -> v4i32 【】
    441  pub unsafe fn __msa_sld_b(a: v16i8, b: v16i8, c: i32) -> v16i8 【】
    442  pub unsafe fn __msa_sld_h(a: v8i16, b: v8i16, c: i32) -> v8i16 【】
    443  pub unsafe fn __msa_sld_w(a: v4i32, b: v4i32, c: i32) -> v4i32 【】
    444  pub unsafe fn __msa_sld_d(a: v2i64, b: v2i64, c: i32) -> v2i64 【】
    445  pub unsafe fn __msa_sldi_b<const IMM4: i32>(a: v16i8, b: v16i8) -> v16i8 【】
    446  pub unsafe fn __msa_sldi_h<const IMM3: i32>(a: v8i16, b: v8i16) -> v8i16 【】
    447  pub unsafe fn __msa_sldi_w<const IMM2: i32>(a: v4i32, b: v4i32) -> v4i32 【】
    448  pub unsafe fn __msa_sldi_d<const IMM1: i32>(a: v2i64, b: v2i64) -> v2i64 【】
    449  pub unsafe fn __msa_sll_b(a: v16i8, b: v16i8) -> v16i8 【】
    450  pub unsafe fn __msa_sll_h(a: v8i16, b: v8i16) -> v8i16 【】
    451  pub unsafe fn __msa_sll_w(a: v4i32, b: v4i32) -> v4i32 【】
    452  pub unsafe fn __msa_sll_d(a: v2i64, b: v2i64) -> v2i64 【】
    453  pub unsafe fn __msa_slli_b<const IMM4: i32>(a: v16i8) -> v16i8 【】
    454  pub unsafe fn __msa_slli_h<const IMM3: i32>(a: v8i16) -> v8i16 【】
    455  pub unsafe fn __msa_slli_w<const IMM2: i32>(a: v4i32) -> v4i32 【】
    456  pub unsafe fn __msa_slli_d<const IMM1: i32>(a: v2i64) -> v2i64 【】
    457  pub unsafe fn __msa_splat_b(a: v16i8, b: i32) -> v16i8 【】
    458  pub unsafe fn __msa_splat_h(a: v8i16, b: i32) -> v8i16 【】
    459  pub unsafe fn __msa_splat_w(a: v4i32, b: i32) -> v4i32 【】
    460  pub unsafe fn __msa_splat_d(a: v2i64, b: i32) -> v2i64 【】
    461  pub unsafe fn __msa_splati_b<const IMM4: i32>(a: v16i8) -> v16i8 【】
    462  pub unsafe fn __msa_splati_h<const IMM3: i32>(a: v8i16) -> v8i16 【】
    463  pub unsafe fn __msa_splati_w<const IMM2: i32>(a: v4i32) -> v4i32 【】
    464  pub unsafe fn __msa_splati_d<const IMM1: i32>(a: v2i64) -> v2i64 【】
    465  pub unsafe fn __msa_sra_b(a: v16i8, b: v16i8) -> v16i8 【】
    466  pub unsafe fn __msa_sra_h(a: v8i16, b: v8i16) -> v8i16 【】
    467  pub unsafe fn __msa_sra_w(a: v4i32, b: v4i32) -> v4i32 【】
    468  pub unsafe fn __msa_sra_d(a: v2i64, b: v2i64) -> v2i64 【】
    469  pub unsafe fn __msa_srai_b<const IMM3: i32>(a: v16i8) -> v16i8 【】
    470  pub unsafe fn __msa_srai_h<const IMM4: i32>(a: v8i16) -> v8i16 【】
    471  pub unsafe fn __msa_srai_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    472  pub unsafe fn __msa_srai_d<const IMM6: i32>(a: v2i64) -> v2i64 【】
    473  pub unsafe fn __msa_srar_b(a: v16i8, b: v16i8) -> v16i8 【】
    474  pub unsafe fn __msa_srar_h(a: v8i16, b: v8i16) -> v8i16 【】
    475  pub unsafe fn __msa_srar_w(a: v4i32, b: v4i32) -> v4i32 【】
    476  pub unsafe fn __msa_srar_d(a: v2i64, b: v2i64) -> v2i64 【】
    477  pub unsafe fn __msa_srari_b<const IMM3: i32>(a: v16i8) -> v16i8 【】
    478  pub unsafe fn __msa_srari_h<const IMM4: i32>(a: v8i16) -> v8i16 【】
    479  pub unsafe fn __msa_srari_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    480  pub unsafe fn __msa_srari_d<const IMM6: i32>(a: v2i64) -> v2i64 【】
    481  pub unsafe fn __msa_srl_b(a: v16i8, b: v16i8) -> v16i8 【】
    482  pub unsafe fn __msa_srl_h(a: v8i16, b: v8i16) -> v8i16 【】
    483  pub unsafe fn __msa_srl_w(a: v4i32, b: v4i32) -> v4i32 【】
    484  pub unsafe fn __msa_srl_d(a: v2i64, b: v2i64) -> v2i64 【】
    485  pub unsafe fn __msa_srli_b<const IMM4: i32>(a: v16i8) -> v16i8 【】
    486  pub unsafe fn __msa_srli_h<const IMM3: i32>(a: v8i16) -> v8i16 【】
    487  pub unsafe fn __msa_srli_w<const IMM2: i32>(a: v4i32) -> v4i32 【】
    488  pub unsafe fn __msa_srli_d<const IMM1: i32>(a: v2i64) -> v2i64 【】
    489  pub unsafe fn __msa_srlr_b(a: v16i8, b: v16i8) -> v16i8 【】
    490  pub unsafe fn __msa_srlr_h(a: v8i16, b: v8i16) -> v8i16 【】
    491  pub unsafe fn __msa_srlr_w(a: v4i32, b: v4i32) -> v4i32 【】
    492  pub unsafe fn __msa_srlr_d(a: v2i64, b: v2i64) -> v2i64 【】
    493  pub unsafe fn __msa_srlri_b<const IMM3: i32>(a: v16i8) -> v16i8 【】
    494  pub unsafe fn __msa_srlri_h<const IMM4: i32>(a: v8i16) -> v8i16 【】
    495  pub unsafe fn __msa_srlri_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    496  pub unsafe fn __msa_srlri_d<const IMM6: i32>(a: v2i64) -> v2i64 【】
    497  pub unsafe fn __msa_st_b<const IMM_S10: i32>(a: v16i8, mem_addr: *mut u8) -> () 【】
    498  pub unsafe fn __msa_st_h<const IMM_S11: i32>(a: v8i16, mem_addr: *mut u8) -> () 【】
    499  pub unsafe fn __msa_st_w<const IMM_S12: i32>(a: v4i32, mem_addr: *mut u8) -> () 【】
    500  pub unsafe fn __msa_st_d<const IMM_S13: i32>(a: v2i64, mem_addr: *mut u8) -> () 【】
    501  pub unsafe fn __msa_subs_s_b(a: v16i8, b: v16i8) -> v16i8 【】
    502  pub unsafe fn __msa_subs_s_h(a: v8i16, b: v8i16) -> v8i16 【】
    503  pub unsafe fn __msa_subs_s_w(a: v4i32, b: v4i32) -> v4i32 【】
    504  pub unsafe fn __msa_subs_s_d(a: v2i64, b: v2i64) -> v2i64 【】
    505  pub unsafe fn __msa_subs_u_b(a: v16u8, b: v16u8) -> v16u8 【】
    506  pub unsafe fn __msa_subs_u_h(a: v8u16, b: v8u16) -> v8u16 【】
    507  pub unsafe fn __msa_subs_u_w(a: v4u32, b: v4u32) -> v4u32 【】
    508  pub unsafe fn __msa_subs_u_d(a: v2u64, b: v2u64) -> v2u64 【】
    509  pub unsafe fn __msa_subsus_u_b(a: v16u8, b: v16i8) -> v16u8 【】
    510  pub unsafe fn __msa_subsus_u_h(a: v8u16, b: v8i16) -> v8u16 【】
    511  pub unsafe fn __msa_subsus_u_w(a: v4u32, b: v4i32) -> v4u32 【】
    512  pub unsafe fn __msa_subsus_u_d(a: v2u64, b: v2i64) -> v2u64 【】
    513  pub unsafe fn __msa_subsuu_s_b(a: v16u8, b: v16u8) -> v16i8 【】
    514  pub unsafe fn __msa_subsuu_s_h(a: v8u16, b: v8u16) -> v8i16 【】
    515  pub unsafe fn __msa_subsuu_s_w(a: v4u32, b: v4u32) -> v4i32 【】
    516  pub unsafe fn __msa_subsuu_s_d(a: v2u64, b: v2u64) -> v2i64 【】
    517  pub unsafe fn __msa_subv_b(a: v16i8, b: v16i8) -> v16i8 【】
    518  pub unsafe fn __msa_subv_h(a: v8i16, b: v8i16) -> v8i16 【】
    519  pub unsafe fn __msa_subv_w(a: v4i32, b: v4i32) -> v4i32 【】
    520  pub unsafe fn __msa_subv_d(a: v2i64, b: v2i64) -> v2i64 【】
    521  pub unsafe fn __msa_subvi_b<const IMM5: i32>(a: v16i8) -> v16i8 【】
    522  pub unsafe fn __msa_subvi_h<const IMM5: i32>(a: v8i16) -> v8i16 【】
    523  pub unsafe fn __msa_subvi_w<const IMM5: i32>(a: v4i32) -> v4i32 【】
    524  pub unsafe fn __msa_subvi_d<const IMM5: i32>(a: v2i64) -> v2i64 【】
    525  pub unsafe fn __msa_vshf_b(a: v16i8, b: v16i8, c: v16i8) -> v16i8 【】
    526  pub unsafe fn __msa_vshf_h(a: v8i16, b: v8i16, c: v8i16) -> v8i16 【】
    527  pub unsafe fn __msa_vshf_w(a: v4i32, b: v4i32, c: v4i32) -> v4i32 【】
    528  pub unsafe fn __msa_vshf_d(a: v2i64, b: v2i64, c: v2i64) -> v2i64 【】
    529  pub unsafe fn __msa_xor_v(a: v16u8, b: v16u8) -> v16u8 【】
    530  pub unsafe fn __msa_xori_b<const IMM8: i32>(a: v16u8) -> v16u8 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\nvptx\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _syncthreads() -> () 【】
    2  pub unsafe fn _block_dim_x() -> i32 【】
    3  pub unsafe fn _block_dim_y() -> i32 【】
    4  pub unsafe fn _block_dim_z() -> i32 【】
    5  pub unsafe fn _block_idx_x() -> i32 【】
    6  pub unsafe fn _block_idx_y() -> i32 【】
    7  pub unsafe fn _block_idx_z() -> i32 【】
    8  pub unsafe fn _grid_dim_x() -> i32 【】
    9  pub unsafe fn _grid_dim_y() -> i32 【】
    10  pub unsafe fn _grid_dim_z() -> i32 【】
    11  pub unsafe fn _thread_idx_x() -> i32 【】
    12  pub unsafe fn _thread_idx_y() -> i32 【】
    13  pub unsafe fn _thread_idx_z() -> i32 【】
    14  pub unsafe fn trap() -> ! 【】
    15  pub fn vprintf(format: *const u8, valist: *const c_void) -> i32;
    16  pub fn malloc(size: usize) -> *mut c_void;
    17  pub fn free(ptr: *mut c_void);
    18  pub unsafe fn __assert_fail(message: *const u8, file: *const u8, line: u32, function: *const u8) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\powerpc\altivec.rs

    ═════════ pub fn 函数
    1  pub unsafe fn $fun ($($v : $ty),*) -> $r 【】
    2  pub unsafe fn $fun ($($v : $ty),*) -> $r 【】
    3  pub unsafe fn $fun(off: i32, p: *const $ty) -> t_t_l!($ty) 【】
    4  pub unsafe fn vec_add_bc_sc(a: vector_bool_char, b: vector_signed_char) -> vector_signed_char 【】
    5  pub unsafe fn vec_add_sc_sc(
    6  pub unsafe fn vec_add_bc_uc(
    7  pub unsafe fn vec_add_uc_uc(
    8  pub unsafe fn vec_add_bs_ss(
    9  pub unsafe fn vec_add_ss_ss(
    10  pub unsafe fn vec_add_bs_us(
    11  pub unsafe fn vec_add_us_us(
    12  pub unsafe fn vec_add_bi_si(a: vector_bool_int, b: vector_signed_int) -> vector_signed_int 【】
    13  pub unsafe fn vec_add_si_si(a: vector_signed_int, b: vector_signed_int) -> vector_signed_int 【】
    14  pub unsafe fn vec_add_bi_ui(a: vector_bool_int, b: vector_unsigned_int) -> vector_unsigned_int 【】
    15  pub unsafe fn vec_add_ui_ui(
    16  pub unsafe fn vec_add_float_float(a: vector_float, b: vector_float) -> vector_float 【】
    17  pub unsafe fn vec_ld<T>(off: i32, p: T) -> <T as sealed::VectorLd>::Result
    18  pub unsafe fn vec_floor(a: vector_float) -> vector_float 【】
    19  pub unsafe fn vec_expte(a: vector_float) -> vector_float 【】
    20  pub unsafe fn vec_cmplt<T, U>(a: U, b: T) -> <T as sealed::VectorCmpGt<U>>::Result
    21  pub unsafe fn vec_cmple(a: vector_float, b: vector_float) -> vector_bool_int 【】
    22  pub unsafe fn vec_cmpgt<T, U>(a: T, b: U) -> <T as sealed::VectorCmpGt<U>>::Result
    23  pub unsafe fn vec_cmpge(a: vector_float, b: vector_float) -> vector_bool_int 【】
    24  pub unsafe fn vec_cmpeq<T, U>(a: T, b: U) -> <T as sealed::VectorCmpEq<U>>::Result
    25  pub unsafe fn vec_cmpb(a: vector_float, b: vector_float) -> vector_signed_int 【】
    26  pub unsafe fn vec_ceil(a: vector_float) -> vector_float 【】
    27  pub unsafe fn vec_avg<T, U>(a: T, b: U) -> <T as sealed::VectorAvg<U>>::Result
    28  pub unsafe fn vec_andc<T, U>(a: T, b: U) -> <T as sealed::VectorAndc<U>>::Result
    29  pub unsafe fn vec_and<T, U>(a: T, b: U) -> <T as sealed::VectorAnd<U>>::Result
    30  pub unsafe fn vec_adds<T, U>(a: T, b: U) -> <T as sealed::VectorAdds<U>>::Result
    31  pub unsafe fn vec_addc(a: vector_unsigned_int, b: vector_unsigned_int) -> vector_unsigned_int 【】
    32  pub unsafe fn vec_abs<T>(a: T) -> T
    33  pub unsafe fn vec_abss<T>(a: T) -> T
    34  pub unsafe fn vec_splats<T>(a: T) -> <T as sealed::VectorSplats>::Result
    35  pub unsafe fn vec_sub<T, U>(a: T, b: U) -> <T as sealed::VectorSub<U>>::Result
    36  pub unsafe fn vec_subs<T, U>(a: T, b: U) -> <T as sealed::VectorSubs<U>>::Result
    37  pub unsafe fn vec_min<T, U>(a: T, b: U) -> <T as sealed::VectorMin<U>>::Result
    38  pub unsafe fn vec_max<T, U>(a: T, b: U) -> <T as sealed::VectorMax<U>>::Result
    39  pub unsafe fn vec_add<T, U>(a: T, b: U) -> <T as sealed::VectorAdd<U>>::Result
    40  pub unsafe fn vec_perm<T>(a: T, b: T, c: vector_unsigned_char) -> T
    41  pub unsafe fn vec_sum2s(a: vector_signed_int, b: vector_signed_int) -> vector_signed_int 【】
    42  pub unsafe fn vec_mule<T, U>(a: T, b: T) -> U
    43  pub unsafe fn vec_mulo<T, U>(a: T, b: T) -> U
    44  pub unsafe fn vec_madds(
    45  pub unsafe fn vec_mladd<T, U>(a: T, b: U, c: U) -> <T as sealed::VectorMladd<U>>::Result
    46  pub unsafe fn vec_mradds(
    47  pub unsafe fn vec_msum<T, B, U>(a: T, b: B, c: U) -> U
    48  pub unsafe fn vec_msums<T, U>(a: T, b: T, c: U) -> U
    49  pub unsafe fn vec_madd(a: vector_float, b: vector_float, c: vector_float) -> vector_float 【】
    50  pub unsafe fn vec_nmsub(a: vector_float, b: vector_float, c: vector_float) -> vector_float 【】
    51  pub unsafe fn vec_sum4s<T, U>(a: T, b: U) -> U
    52  pub unsafe fn vec_perm<T>(a: T, b: T, c: vector_unsigned_char) -> T
    53  pub unsafe fn vec_sum2s(a: vector_signed_int, b: vector_signed_int) -> vector_signed_int 【】
    54  pub unsafe fn vec_mule<T, U>(a: T, b: T) -> U
    55  pub unsafe fn vec_mulo<T, U>(a: T, b: T) -> U
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! s_t_l 【】
    2  macro_rules! t_t_l 【】
    3  macro_rules! impl_from 【】
    4  macro_rules! impl_neg 【】
    5  macro_rules! test_impl 【】
    6  macro_rules! impl_vec_trait 【】
    7  macro_rules! impl_vec_cmp 【】
    8  macro_rules! impl_vec_ld 【】
    9  macro_rules! impl_vec_andc 【】
    10  macro_rules! impl_abs 【】
    11  macro_rules! impl_abss 【】
    12  macro_rules! splats 【】
    13  macro_rules! impl_vec_splats 【】
    14  macro_rules! vector_perm 【】
    15  macro_rules! vector_mladd 【】
    16  macro_rules! test_vec_2 【】
    17  macro_rules! test_vec_1 【】
    18  macro_rules! test_vec_avg 【】
    19  macro_rules! test_vec_adds 【】
    20  macro_rules! test_vec_abs 【】
    21  macro_rules! test_vec_abss 【】
    22  macro_rules! test_vec_splats 【】
    23  macro_rules! test_vec_sub 【】
    24  macro_rules! test_vec_subs 【】
    25  macro_rules! test_vec_min 【】
    26  macro_rules! test_vec_max 【】
    27  macro_rules! test_vec_perm 【】
    28  macro_rules! test_vec_mladd 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\powerpc\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn trap() -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\powerpc\vsx.rs

    ═════════ pub fn 函数
    1  pub unsafe fn vec_xxpermdi<T, const DM: i32>(a: T, b: T) -> T
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! vec_xxpermdi 【】
    2  macro_rules! test_vec_xxpermdi 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\riscv64\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn hlv_wu(src: *const u32) -> u32 【】
    2  pub unsafe fn hlv_d(src: *const i64) -> i64 【】
    3  pub unsafe fn hsv_d(dst: *mut i64, src: i64) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\riscv_shared\mod.rs

    ═════════ pub fn 函数
    1  pub fn pause() 【】
    2  pub fn nop() 【】
    3  pub unsafe fn wfi() 【】
    4  pub unsafe fn fence_i() 【】
    5  pub unsafe fn sfence_vma(vaddr: usize, asid: usize) 【】
    6  pub unsafe fn sfence_vma_vaddr(vaddr: usize) 【】
    7  pub unsafe fn sfence_vma_asid(asid: usize) 【】
    8  pub unsafe fn sfence_vma_all() 【】
    9  pub unsafe fn sinval_vma(vaddr: usize, asid: usize) 【】
    10  pub unsafe fn sinval_vma_vaddr(vaddr: usize) 【】
    11  pub unsafe fn sinval_vma_asid(asid: usize) 【】
    12  pub unsafe fn sinval_vma_all() 【】
    13  pub unsafe fn sfence_w_inval() 【】
    14  pub unsafe fn sfence_inval_ir() 【】
    15  pub unsafe fn hlv_b(src: *const i8) -> i8 【】
    16  pub unsafe fn hlv_bu(src: *const u8) -> u8 【】
    17  pub unsafe fn hlv_h(src: *const i16) -> i16 【】
    18  pub unsafe fn hlv_hu(src: *const u16) -> u16 【】
    19  pub unsafe fn hlvx_hu(src: *const u16) -> u16 【】
    20  pub unsafe fn hlv_w(src: *const i32) -> i32 【】
    21  pub unsafe fn hlvx_wu(src: *const u32) -> u32 【】
    22  pub unsafe fn hsv_b(dst: *mut i8, src: i8) 【】
    23  pub unsafe fn hsv_h(dst: *mut i16, src: i16) 【】
    24  pub unsafe fn hsv_w(dst: *mut i32, src: i32) 【】
    25  pub unsafe fn hfence_vvma(vaddr: usize, asid: usize) 【】
    26  pub unsafe fn hfence_vvma_vaddr(vaddr: usize) 【】
    27  pub unsafe fn hfence_vvma_asid(asid: usize) 【】
    28  pub unsafe fn hfence_vvma_all() 【】
    29  pub unsafe fn hfence_gvma(gaddr: usize, vmid: usize) 【】
    30  pub unsafe fn hfence_gvma_gaddr(gaddr: usize) 【】
    31  pub unsafe fn hfence_gvma_vmid(vmid: usize) 【】
    32  pub unsafe fn hfence_gvma_all() 【】
    33  pub unsafe fn hinval_vvma(vaddr: usize, asid: usize) 【】
    34  pub unsafe fn hinval_vvma_vaddr(vaddr: usize) 【】
    35  pub unsafe fn hinval_vvma_asid(asid: usize) 【】
    36  pub unsafe fn hinval_vvma_all() 【】
    37  pub unsafe fn hinval_gvma(gaddr: usize, vmid: usize) 【】
    38  pub unsafe fn hinval_gvma_gaddr(gaddr: usize) 【】
    39  pub unsafe fn hinval_gvma_vmid(vmid: usize) 【】
    40  pub fn frcsr() -> u32 【】
    41  pub fn fscsr(value: u32) -> u32 【】
    42  pub fn frrm() -> u32 【】
    43  pub fn fsrm(value: u32) -> u32 【】
    44  pub fn frflags() -> u32 【】
    45  pub fn fsflags(value: u32) -> u32 【】
    46  pub unsafe fn hinval_gvma_all() 【】
    47  pub fn sm3p0(x: u32) -> u32 【】
    48  pub fn sm3p1(x: u32) -> u32 【】
    49  pub fn sm4ed<const BS: u8>(x: u32, a: u32) -> u32 【】
    50  pub fn sm4ks<const BS: u8>(x: u32, k: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\simd.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn new($($elem_name: $elem_ty),*) -> Self 【】
    2  pub(crate) const fn splat(value: $ety) -> Self 【】
    3  pub(crate) fn extract(self, index: usize) -> $ety 【】
    4  pub(crate) const fn new($($elem_name: bool),*) -> Self 【】
    5  pub(crate) const fn splat(value: bool) -> Self 【】
    6  pub(crate) fn extract(self, index: usize) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! simd_ty 【】
    2  macro_rules! simd_m_ty 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\simd_llvm.rs

    ═════════ pub fn 函数
    1  pub fn simd_eq<T, U>(x: T, y: T) -> U;
    2  pub fn simd_ne<T, U>(x: T, y: T) -> U;
    3  pub fn simd_lt<T, U>(x: T, y: T) -> U;
    4  pub fn simd_le<T, U>(x: T, y: T) -> U;
    5  pub fn simd_gt<T, U>(x: T, y: T) -> U;
    6  pub fn simd_ge<T, U>(x: T, y: T) -> U;
    7  pub fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U;
    8  pub fn simd_shuffle4<T, U>(x: T, y: T, idx: [u32; 4]) -> U;
    9  pub fn simd_shuffle8<T, U>(x: T, y: T, idx: [u32; 8]) -> U;
    10  pub fn simd_shuffle16<T, U>(x: T, y: T, idx: [u32; 16]) -> U;
    11  pub fn simd_shuffle32<T, U>(x: T, y: T, idx: [u32; 32]) -> U;
    12  pub fn simd_shuffle64<T, U>(x: T, y: T, idx: [u32; 64]) -> U;
    13  pub fn simd_shuffle128<T, U>(x: T, y: T, idx: [u32; 128]) -> U;
    14  pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T;
    15  pub fn simd_extract<T, U>(x: T, idx: u32) -> U;
    16  pub fn simd_bitmask<T, U>(x: T) -> U;
    17  pub fn simd_cast<T, U>(x: T) -> U;
    18  pub fn simd_add<T>(x: T, y: T) -> T;
    19  pub fn simd_sub<T>(x: T, y: T) -> T;
    20  pub fn simd_mul<T>(x: T, y: T) -> T;
    21  pub fn simd_div<T>(x: T, y: T) -> T;
    22  pub fn simd_shl<T>(x: T, y: T) -> T;
    23  pub fn simd_shr<T>(x: T, y: T) -> T;
    24  pub fn simd_and<T>(x: T, y: T) -> T;
    25  pub fn simd_or<T>(x: T, y: T) -> T;
    26  pub fn simd_xor<T>(x: T, y: T) -> T;
    27  pub fn simd_neg<T>(x: T) -> T;
    28  pub fn simd_saturating_add<T>(x: T, y: T) -> T;
    29  pub fn simd_saturating_sub<T>(x: T, y: T) -> T;
    30  pub fn simd_gather<T, U, V>(values: T, pointers: U, mask: V) -> T;
    31  pub fn simd_scatter<T, U, V>(values: T, pointers: U, mask: V);
    32  pub fn simd_reduce_add_unordered<T, U>(x: T) -> U;
    33  pub fn simd_reduce_mul_unordered<T, U>(x: T) -> U;
    34  pub fn simd_reduce_add_ordered<T, U>(x: T, acc: U) -> U;
    35  pub fn simd_reduce_mul_ordered<T, U>(x: T, acc: U) -> U;
    36  pub fn simd_reduce_min<T, U>(x: T) -> U;
    37  pub fn simd_reduce_max<T, U>(x: T) -> U;
    38  pub fn simd_reduce_min_nanless<T, U>(x: T) -> U;
    39  pub fn simd_reduce_max_nanless<T, U>(x: T) -> U;
    40  pub fn simd_reduce_and<T, U>(x: T) -> U;
    41  pub fn simd_reduce_or<T, U>(x: T) -> U;
    42  pub fn simd_reduce_xor<T, U>(x: T) -> U;
    43  pub fn simd_reduce_all<T>(x: T) -> bool;
    44  pub fn simd_reduce_any<T>(x: T) -> bool;
    45  pub fn simd_select<M, T>(m: M, a: T, b: T) -> T;
    46  pub fn simd_select_bitmask<M, T>(m: M, a: T, b: T) -> T;
    47  pub fn simd_fmin<T>(a: T, b: T) -> T;
    48  pub fn simd_fmax<T>(a: T, b: T) -> T;
    49  pub fn simd_fsqrt<T>(a: T) -> T;
    50  pub fn simd_fsin<T>(a: T) -> T;
    51  pub fn simd_fcos<T>(a: T) -> T;
    52  pub fn simd_fabs<T>(a: T) -> T;
    53  pub fn simd_floor<T>(a: T) -> T;
    54  pub fn simd_ceil<T>(a: T) -> T;
    55  pub fn simd_fexp<T>(a: T) -> T;
    56  pub fn simd_fexp2<T>(a: T) -> T;
    57  pub fn simd_flog10<T>(a: T) -> T;
    58  pub fn simd_flog2<T>(a: T) -> T;
    59  pub fn simd_flog<T>(a: T) -> T;
    60  pub fn simd_fma<T>(a: T, b: T, c: T) -> T;
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\wasm32\atomic.rs

    ═════════ pub fn 函数
    1  pub unsafe fn memory_atomic_wait32(ptr: *mut i32, expression: i32, timeout_ns: i64) -> i32 【】
    2  pub unsafe fn memory_atomic_wait64(ptr: *mut i64, expression: i64, timeout_ns: i64) -> i32 【】
    3  pub unsafe fn memory_atomic_notify(ptr: *mut i32, waiters: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\wasm32\memory.rs

    ═════════ pub fn 函数
    1  pub fn memory_size<const MEM: u32>() -> usize 【】
    2  pub fn memory_grow<const MEM: u32>(delta: usize) -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\wasm32\mod.rs

    ═════════ pub fn 函数
    1  pub fn unreachable() -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\wasm32\simd128.rs

    ═════════ pub fn 函数
    1  pub unsafe fn v128_load(m: *const v128) -> v128 【】
    2  pub unsafe fn i16x8_load_extend_i8x8(m: *const i8) -> v128 【】
    3  pub unsafe fn i16x8_load_extend_u8x8(m: *const u8) -> v128 【】
    4  pub unsafe fn i32x4_load_extend_i16x4(m: *const i16) -> v128 【】
    5  pub unsafe fn i32x4_load_extend_u16x4(m: *const u16) -> v128 【】
    6  pub unsafe fn i64x2_load_extend_i32x2(m: *const i32) -> v128 【】
    7  pub unsafe fn i64x2_load_extend_u32x2(m: *const u32) -> v128 【】
    8  pub unsafe fn v128_load8_splat(m: *const u8) -> v128 【】
    9  pub unsafe fn v128_load16_splat(m: *const u16) -> v128 【】
    10  pub unsafe fn v128_load32_splat(m: *const u32) -> v128 【】
    11  pub unsafe fn v128_load64_splat(m: *const u64) -> v128 【】
    12  pub unsafe fn v128_load32_zero(m: *const u32) -> v128 【】
    13  pub unsafe fn v128_load64_zero(m: *const u64) -> v128 【】
    14  pub unsafe fn v128_store(m: *mut v128, a: v128) 【】
    15  pub unsafe fn v128_load8_lane<const L: usize>(v: v128, m: *const u8) -> v128 【】
    16  pub unsafe fn v128_load16_lane<const L: usize>(v: v128, m: *const u16) -> v128 【】
    17  pub unsafe fn v128_load32_lane<const L: usize>(v: v128, m: *const u32) -> v128 【】
    18  pub unsafe fn v128_load64_lane<const L: usize>(v: v128, m: *const u64) -> v128 【】
    19  pub unsafe fn v128_store8_lane<const L: usize>(v: v128, m: *mut u8) 【】
    20  pub unsafe fn v128_store16_lane<const L: usize>(v: v128, m: *mut u16) 【】
    21  pub unsafe fn v128_store32_lane<const L: usize>(v: v128, m: *mut u32) 【】
    22  pub unsafe fn v128_store64_lane<const L: usize>(v: v128, m: *mut u64) 【】
    23  pub const fn i8x16(
    24  pub const fn u8x16(
    25  pub const fn i16x8(a0: i16, a1: i16, a2: i16, a3: i16, a4: i16, a5: i16, a6: i16, a7: i16) -> v128 【】
    26  pub const fn u16x8(a0: u16, a1: u16, a2: u16, a3: u16, a4: u16, a5: u16, a6: u16, a7: u16) -> v128 【】
    27  pub const fn i32x4(a0: i32, a1: i32, a2: i32, a3: i32) -> v128 【】
    28  pub const fn u32x4(a0: u32, a1: u32, a2: u32, a3: u32) -> v128 【】
    29  pub const fn i64x2(a0: i64, a1: i64) -> v128 【】
    30  pub const fn u64x2(a0: u64, a1: u64) -> v128 【】
    31  pub const fn f32x4(a0: f32, a1: f32, a2: f32, a3: f32) -> v128 【】
    32  pub const fn f64x2(a0: f64, a1: f64) -> v128 【】
    33  pub fn i32x4_shuffle<const I0: usize, const I1: usize, const I2: usize, const I3: usize>(
    34  pub fn i64x2_shuffle<const I0: usize, const I1: usize>(a: v128, b: v128) -> v128 【】
    35  pub fn i8x16_extract_lane<const N: usize>(a: v128) -> i8 【】
    36  pub fn u8x16_extract_lane<const N: usize>(a: v128) -> u8 【】
    37  pub fn i8x16_replace_lane<const N: usize>(a: v128, val: i8) -> v128 【】
    38  pub fn u8x16_replace_lane<const N: usize>(a: v128, val: u8) -> v128 【】
    39  pub fn i16x8_extract_lane<const N: usize>(a: v128) -> i16 【】
    40  pub fn u16x8_extract_lane<const N: usize>(a: v128) -> u16 【】
    41  pub fn i16x8_replace_lane<const N: usize>(a: v128, val: i16) -> v128 【】
    42  pub fn u16x8_replace_lane<const N: usize>(a: v128, val: u16) -> v128 【】
    43  pub fn i32x4_extract_lane<const N: usize>(a: v128) -> i32 【】
    44  pub fn u32x4_extract_lane<const N: usize>(a: v128) -> u32 【】
    45  pub fn i32x4_replace_lane<const N: usize>(a: v128, val: i32) -> v128 【】
    46  pub fn u32x4_replace_lane<const N: usize>(a: v128, val: u32) -> v128 【】
    47  pub fn i64x2_extract_lane<const N: usize>(a: v128) -> i64 【】
    48  pub fn u64x2_extract_lane<const N: usize>(a: v128) -> u64 【】
    49  pub fn i64x2_replace_lane<const N: usize>(a: v128, val: i64) -> v128 【】
    50  pub fn u64x2_replace_lane<const N: usize>(a: v128, val: u64) -> v128 【】
    51  pub fn f32x4_extract_lane<const N: usize>(a: v128) -> f32 【】
    52  pub fn f32x4_replace_lane<const N: usize>(a: v128, val: f32) -> v128 【】
    53  pub fn f64x2_extract_lane<const N: usize>(a: v128) -> f64 【】
    54  pub fn f64x2_replace_lane<const N: usize>(a: v128, val: f64) -> v128 【】
    55  pub fn i8x16_swizzle(a: v128, s: v128) -> v128 【】
    56  pub fn i8x16_splat(a: i8) -> v128 【】
    57  pub fn u8x16_splat(a: u8) -> v128 【】
    58  pub fn i16x8_splat(a: i16) -> v128 【】
    59  pub fn u16x8_splat(a: u16) -> v128 【】
    60  pub fn i32x4_splat(a: i32) -> v128 【】
    61  pub fn u32x4_splat(a: u32) -> v128 【】
    62  pub fn i64x2_splat(a: i64) -> v128 【】
    63  pub fn u64x2_splat(a: u64) -> v128 【】
    64  pub fn f32x4_splat(a: f32) -> v128 【】
    65  pub fn f64x2_splat(a: f64) -> v128 【】
    66  pub fn i8x16_eq(a: v128, b: v128) -> v128 【】
    67  pub fn i8x16_ne(a: v128, b: v128) -> v128 【】
    68  pub fn i8x16_lt(a: v128, b: v128) -> v128 【】
    69  pub fn u8x16_lt(a: v128, b: v128) -> v128 【】
    70  pub fn i8x16_gt(a: v128, b: v128) -> v128 【】
    71  pub fn u8x16_gt(a: v128, b: v128) -> v128 【】
    72  pub fn i8x16_le(a: v128, b: v128) -> v128 【】
    73  pub fn u8x16_le(a: v128, b: v128) -> v128 【】
    74  pub fn i8x16_ge(a: v128, b: v128) -> v128 【】
    75  pub fn u8x16_ge(a: v128, b: v128) -> v128 【】
    76  pub fn i16x8_eq(a: v128, b: v128) -> v128 【】
    77  pub fn i16x8_ne(a: v128, b: v128) -> v128 【】
    78  pub fn i16x8_lt(a: v128, b: v128) -> v128 【】
    79  pub fn u16x8_lt(a: v128, b: v128) -> v128 【】
    80  pub fn i16x8_gt(a: v128, b: v128) -> v128 【】
    81  pub fn u16x8_gt(a: v128, b: v128) -> v128 【】
    82  pub fn i16x8_le(a: v128, b: v128) -> v128 【】
    83  pub fn u16x8_le(a: v128, b: v128) -> v128 【】
    84  pub fn i16x8_ge(a: v128, b: v128) -> v128 【】
    85  pub fn u16x8_ge(a: v128, b: v128) -> v128 【】
    86  pub fn i32x4_eq(a: v128, b: v128) -> v128 【】
    87  pub fn i32x4_ne(a: v128, b: v128) -> v128 【】
    88  pub fn i32x4_lt(a: v128, b: v128) -> v128 【】
    89  pub fn u32x4_lt(a: v128, b: v128) -> v128 【】
    90  pub fn i32x4_gt(a: v128, b: v128) -> v128 【】
    91  pub fn u32x4_gt(a: v128, b: v128) -> v128 【】
    92  pub fn i32x4_le(a: v128, b: v128) -> v128 【】
    93  pub fn u32x4_le(a: v128, b: v128) -> v128 【】
    94  pub fn i32x4_ge(a: v128, b: v128) -> v128 【】
    95  pub fn u32x4_ge(a: v128, b: v128) -> v128 【】
    96  pub fn i64x2_eq(a: v128, b: v128) -> v128 【】
    97  pub fn i64x2_ne(a: v128, b: v128) -> v128 【】
    98  pub fn i64x2_lt(a: v128, b: v128) -> v128 【】
    99  pub fn i64x2_gt(a: v128, b: v128) -> v128 【】
    100  pub fn i64x2_le(a: v128, b: v128) -> v128 【】
    101  pub fn i64x2_ge(a: v128, b: v128) -> v128 【】
    102  pub fn f32x4_eq(a: v128, b: v128) -> v128 【】
    103  pub fn f32x4_ne(a: v128, b: v128) -> v128 【】
    104  pub fn f32x4_lt(a: v128, b: v128) -> v128 【】
    105  pub fn f32x4_gt(a: v128, b: v128) -> v128 【】
    106  pub fn f32x4_le(a: v128, b: v128) -> v128 【】
    107  pub fn f32x4_ge(a: v128, b: v128) -> v128 【】
    108  pub fn f64x2_eq(a: v128, b: v128) -> v128 【】
    109  pub fn f64x2_ne(a: v128, b: v128) -> v128 【】
    110  pub fn f64x2_lt(a: v128, b: v128) -> v128 【】
    111  pub fn f64x2_gt(a: v128, b: v128) -> v128 【】
    112  pub fn f64x2_le(a: v128, b: v128) -> v128 【】
    113  pub fn f64x2_ge(a: v128, b: v128) -> v128 【】
    114  pub fn v128_not(a: v128) -> v128 【】
    115  pub fn v128_and(a: v128, b: v128) -> v128 【】
    116  pub fn v128_andnot(a: v128, b: v128) -> v128 【】
    117  pub fn v128_or(a: v128, b: v128) -> v128 【】
    118  pub fn v128_xor(a: v128, b: v128) -> v128 【】
    119  pub fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128 【】
    120  pub fn v128_any_true(a: v128) -> bool 【】
    121  pub fn i8x16_abs(a: v128) -> v128 【】
    122  pub fn i8x16_neg(a: v128) -> v128 【】
    123  pub fn i8x16_popcnt(v: v128) -> v128 【】
    124  pub fn i8x16_all_true(a: v128) -> bool 【】
    125  pub fn i8x16_bitmask(a: v128) -> u16 【】
    126  pub fn i8x16_narrow_i16x8(a: v128, b: v128) -> v128 【】
    127  pub fn u8x16_narrow_i16x8(a: v128, b: v128) -> v128 【】
    128  pub fn i8x16_shl(a: v128, amt: u32) -> v128 【】
    129  pub fn i8x16_shr(a: v128, amt: u32) -> v128 【】
    130  pub fn u8x16_shr(a: v128, amt: u32) -> v128 【】
    131  pub fn i8x16_add(a: v128, b: v128) -> v128 【】
    132  pub fn i8x16_add_sat(a: v128, b: v128) -> v128 【】
    133  pub fn u8x16_add_sat(a: v128, b: v128) -> v128 【】
    134  pub fn i8x16_sub(a: v128, b: v128) -> v128 【】
    135  pub fn i8x16_sub_sat(a: v128, b: v128) -> v128 【】
    136  pub fn u8x16_sub_sat(a: v128, b: v128) -> v128 【】
    137  pub fn i8x16_min(a: v128, b: v128) -> v128 【】
    138  pub fn u8x16_min(a: v128, b: v128) -> v128 【】
    139  pub fn i8x16_max(a: v128, b: v128) -> v128 【】
    140  pub fn u8x16_max(a: v128, b: v128) -> v128 【】
    141  pub fn u8x16_avgr(a: v128, b: v128) -> v128 【】
    142  pub fn i16x8_extadd_pairwise_i8x16(a: v128) -> v128 【】
    143  pub fn i16x8_extadd_pairwise_u8x16(a: v128) -> v128 【】
    144  pub fn i16x8_abs(a: v128) -> v128 【】
    145  pub fn i16x8_neg(a: v128) -> v128 【】
    146  pub fn i16x8_q15mulr_sat(a: v128, b: v128) -> v128 【】
    147  pub fn i16x8_all_true(a: v128) -> bool 【】
    148  pub fn i16x8_bitmask(a: v128) -> u8 【】
    149  pub fn i16x8_narrow_i32x4(a: v128, b: v128) -> v128 【】
    150  pub fn u16x8_narrow_i32x4(a: v128, b: v128) -> v128 【】
    151  pub fn i16x8_extend_low_i8x16(a: v128) -> v128 【】
    152  pub fn i16x8_extend_high_i8x16(a: v128) -> v128 【】
    153  pub fn i16x8_extend_low_u8x16(a: v128) -> v128 【】
    154  pub fn i16x8_extend_high_u8x16(a: v128) -> v128 【】
    155  pub fn i16x8_shl(a: v128, amt: u32) -> v128 【】
    156  pub fn i16x8_shr(a: v128, amt: u32) -> v128 【】
    157  pub fn u16x8_shr(a: v128, amt: u32) -> v128 【】
    158  pub fn i16x8_add(a: v128, b: v128) -> v128 【】
    159  pub fn i16x8_add_sat(a: v128, b: v128) -> v128 【】
    160  pub fn u16x8_add_sat(a: v128, b: v128) -> v128 【】
    161  pub fn i16x8_sub(a: v128, b: v128) -> v128 【】
    162  pub fn i16x8_sub_sat(a: v128, b: v128) -> v128 【】
    163  pub fn u16x8_sub_sat(a: v128, b: v128) -> v128 【】
    164  pub fn i16x8_mul(a: v128, b: v128) -> v128 【】
    165  pub fn i16x8_min(a: v128, b: v128) -> v128 【】
    166  pub fn u16x8_min(a: v128, b: v128) -> v128 【】
    167  pub fn i16x8_max(a: v128, b: v128) -> v128 【】
    168  pub fn u16x8_max(a: v128, b: v128) -> v128 【】
    169  pub fn u16x8_avgr(a: v128, b: v128) -> v128 【】
    170  pub fn i16x8_extmul_low_i8x16(a: v128, b: v128) -> v128 【】
    171  pub fn i16x8_extmul_high_i8x16(a: v128, b: v128) -> v128 【】
    172  pub fn i16x8_extmul_low_u8x16(a: v128, b: v128) -> v128 【】
    173  pub fn i16x8_extmul_high_u8x16(a: v128, b: v128) -> v128 【】
    174  pub fn i32x4_extadd_pairwise_i16x8(a: v128) -> v128 【】
    175  pub fn i32x4_extadd_pairwise_u16x8(a: v128) -> v128 【】
    176  pub fn i32x4_abs(a: v128) -> v128 【】
    177  pub fn i32x4_neg(a: v128) -> v128 【】
    178  pub fn i32x4_all_true(a: v128) -> bool 【】
    179  pub fn i32x4_bitmask(a: v128) -> u8 【】
    180  pub fn i32x4_extend_low_i16x8(a: v128) -> v128 【】
    181  pub fn i32x4_extend_high_i16x8(a: v128) -> v128 【】
    182  pub fn i32x4_extend_low_u16x8(a: v128) -> v128 【】
    183  pub fn i32x4_extend_high_u16x8(a: v128) -> v128 【】
    184  pub fn i32x4_shl(a: v128, amt: u32) -> v128 【】
    185  pub fn i32x4_shr(a: v128, amt: u32) -> v128 【】
    186  pub fn u32x4_shr(a: v128, amt: u32) -> v128 【】
    187  pub fn i32x4_add(a: v128, b: v128) -> v128 【】
    188  pub fn i32x4_sub(a: v128, b: v128) -> v128 【】
    189  pub fn i32x4_mul(a: v128, b: v128) -> v128 【】
    190  pub fn i32x4_min(a: v128, b: v128) -> v128 【】
    191  pub fn u32x4_min(a: v128, b: v128) -> v128 【】
    192  pub fn i32x4_max(a: v128, b: v128) -> v128 【】
    193  pub fn u32x4_max(a: v128, b: v128) -> v128 【】
    194  pub fn i32x4_dot_i16x8(a: v128, b: v128) -> v128 【】
    195  pub fn i32x4_extmul_low_i16x8(a: v128, b: v128) -> v128 【】
    196  pub fn i32x4_extmul_high_i16x8(a: v128, b: v128) -> v128 【】
    197  pub fn i32x4_extmul_low_u16x8(a: v128, b: v128) -> v128 【】
    198  pub fn i32x4_extmul_high_u16x8(a: v128, b: v128) -> v128 【】
    199  pub fn i64x2_abs(a: v128) -> v128 【】
    200  pub fn i64x2_neg(a: v128) -> v128 【】
    201  pub fn i64x2_all_true(a: v128) -> bool 【】
    202  pub fn i64x2_bitmask(a: v128) -> u8 【】
    203  pub fn i64x2_extend_low_i32x4(a: v128) -> v128 【】
    204  pub fn i64x2_extend_high_i32x4(a: v128) -> v128 【】
    205  pub fn i64x2_extend_low_u32x4(a: v128) -> v128 【】
    206  pub fn i64x2_extend_high_u32x4(a: v128) -> v128 【】
    207  pub fn i64x2_shl(a: v128, amt: u32) -> v128 【】
    208  pub fn i64x2_shr(a: v128, amt: u32) -> v128 【】
    209  pub fn u64x2_shr(a: v128, amt: u32) -> v128 【】
    210  pub fn i64x2_add(a: v128, b: v128) -> v128 【】
    211  pub fn i64x2_sub(a: v128, b: v128) -> v128 【】
    212  pub fn i64x2_mul(a: v128, b: v128) -> v128 【】
    213  pub fn i64x2_extmul_low_i32x4(a: v128, b: v128) -> v128 【】
    214  pub fn i64x2_extmul_high_i32x4(a: v128, b: v128) -> v128 【】
    215  pub fn i64x2_extmul_low_u32x4(a: v128, b: v128) -> v128 【】
    216  pub fn i64x2_extmul_high_u32x4(a: v128, b: v128) -> v128 【】
    217  pub fn f32x4_ceil(a: v128) -> v128 【】
    218  pub fn f32x4_floor(a: v128) -> v128 【】
    219  pub fn f32x4_trunc(a: v128) -> v128 【】
    220  pub fn f32x4_nearest(a: v128) -> v128 【】
    221  pub fn f32x4_abs(a: v128) -> v128 【】
    222  pub fn f32x4_neg(a: v128) -> v128 【】
    223  pub fn f32x4_sqrt(a: v128) -> v128 【】
    224  pub fn f32x4_add(a: v128, b: v128) -> v128 【】
    225  pub fn f32x4_sub(a: v128, b: v128) -> v128 【】
    226  pub fn f32x4_mul(a: v128, b: v128) -> v128 【】
    227  pub fn f32x4_div(a: v128, b: v128) -> v128 【】
    228  pub fn f32x4_min(a: v128, b: v128) -> v128 【】
    229  pub fn f32x4_max(a: v128, b: v128) -> v128 【】
    230  pub fn f32x4_pmin(a: v128, b: v128) -> v128 【】
    231  pub fn f32x4_pmax(a: v128, b: v128) -> v128 【】
    232  pub fn f64x2_ceil(a: v128) -> v128 【】
    233  pub fn f64x2_floor(a: v128) -> v128 【】
    234  pub fn f64x2_trunc(a: v128) -> v128 【】
    235  pub fn f64x2_nearest(a: v128) -> v128 【】
    236  pub fn f64x2_abs(a: v128) -> v128 【】
    237  pub fn f64x2_neg(a: v128) -> v128 【】
    238  pub fn f64x2_sqrt(a: v128) -> v128 【】
    239  pub fn f64x2_add(a: v128, b: v128) -> v128 【】
    240  pub fn f64x2_sub(a: v128, b: v128) -> v128 【】
    241  pub fn f64x2_mul(a: v128, b: v128) -> v128 【】
    242  pub fn f64x2_div(a: v128, b: v128) -> v128 【】
    243  pub fn f64x2_min(a: v128, b: v128) -> v128 【】
    244  pub fn f64x2_max(a: v128, b: v128) -> v128 【】
    245  pub fn f64x2_pmin(a: v128, b: v128) -> v128 【】
    246  pub fn f64x2_pmax(a: v128, b: v128) -> v128 【】
    247  pub fn i32x4_trunc_sat_f32x4(a: v128) -> v128 【】
    248  pub fn u32x4_trunc_sat_f32x4(a: v128) -> v128 【】
    249  pub fn f32x4_convert_i32x4(a: v128) -> v128 【】
    250  pub fn f32x4_convert_u32x4(a: v128) -> v128 【】
    251  pub fn i32x4_trunc_sat_f64x2_zero(a: v128) -> v128 【】
    252  pub fn u32x4_trunc_sat_f64x2_zero(a: v128) -> v128 【】
    253  pub fn f64x2_convert_low_i32x4(a: v128) -> v128 【】
    254  pub fn f64x2_convert_low_u32x4(a: v128) -> v128 【】
    255  pub fn f32x4_demote_f64x2_zero(a: v128) -> v128 【】
    256  pub fn f64x2_promote_low_f32x4(a: v128) -> v128 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! conversions 【】
    2  macro_rules! test_extract 【】
    3  macro_rules! test_splat 【】
    4  macro_rules! test_binop 【】
    5  macro_rules! test_unop 【】
    6  macro_rules! impl_avgr 【】
    7  macro_rules! floating_point 【】
    8  macro_rules! test_bop 【】
    9  macro_rules! test_bops 【】
    10  macro_rules! test_uop 【】
    11  macro_rules! test_bool_red 【】
    12  macro_rules! test_conv 【】
    13  macro_rules! test 【】
    14  macro_rules! test 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\abm.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _lzcnt_u32(x: u32) -> u32 【】
    2  pub unsafe fn _popcnt32(x: i32) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\adx.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _addcarry_u32(c_in: u8, a: u32, b: u32, out: &mut u32) -> u8 【】
    2  pub unsafe fn _addcarryx_u32(c_in: u8, a: u32, b: u32, out: &mut u32) -> u8 【】
    3  pub unsafe fn _subborrow_u32(c_in: u8, a: u32, b: u32, out: &mut u32) -> u8 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\aes.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_aesdec_si128(a: __m128i, round_key: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_aesdeclast_si128(a: __m128i, round_key: __m128i) -> __m128i 【】
    3  pub unsafe fn _mm_aesenc_si128(a: __m128i, round_key: __m128i) -> __m128i 【】
    4  pub unsafe fn _mm_aesenclast_si128(a: __m128i, round_key: __m128i) -> __m128i 【】
    5  pub unsafe fn _mm_aesimc_si128(a: __m128i) -> __m128i 【】
    6  pub unsafe fn _mm_aeskeygenassist_si128<const IMM8: i32>(a: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm256_add_pd(a: __m256d, b: __m256d) -> __m256d 【】
    2  pub unsafe fn _mm256_add_ps(a: __m256, b: __m256) -> __m256 【】
    3  pub unsafe fn _mm256_and_pd(a: __m256d, b: __m256d) -> __m256d 【】
    4  pub unsafe fn _mm256_and_ps(a: __m256, b: __m256) -> __m256 【】
    5  pub unsafe fn _mm256_or_pd(a: __m256d, b: __m256d) -> __m256d 【】
    6  pub unsafe fn _mm256_or_ps(a: __m256, b: __m256) -> __m256 【】
    7  pub unsafe fn _mm256_shuffle_pd<const MASK: i32>(a: __m256d, b: __m256d) -> __m256d 【】
    8  pub unsafe fn _mm256_shuffle_ps<const MASK: i32>(a: __m256, b: __m256) -> __m256 【】
    9  pub unsafe fn _mm256_andnot_pd(a: __m256d, b: __m256d) -> __m256d 【】
    10  pub unsafe fn _mm256_andnot_ps(a: __m256, b: __m256) -> __m256 【】
    11  pub unsafe fn _mm256_max_pd(a: __m256d, b: __m256d) -> __m256d 【】
    12  pub unsafe fn _mm256_max_ps(a: __m256, b: __m256) -> __m256 【】
    13  pub unsafe fn _mm256_min_pd(a: __m256d, b: __m256d) -> __m256d 【】
    14  pub unsafe fn _mm256_min_ps(a: __m256, b: __m256) -> __m256 【】
    15  pub unsafe fn _mm256_mul_pd(a: __m256d, b: __m256d) -> __m256d 【】
    16  pub unsafe fn _mm256_mul_ps(a: __m256, b: __m256) -> __m256 【】
    17  pub unsafe fn _mm256_addsub_pd(a: __m256d, b: __m256d) -> __m256d 【】
    18  pub unsafe fn _mm256_addsub_ps(a: __m256, b: __m256) -> __m256 【】
    19  pub unsafe fn _mm256_sub_pd(a: __m256d, b: __m256d) -> __m256d 【】
    20  pub unsafe fn _mm256_sub_ps(a: __m256, b: __m256) -> __m256 【】
    21  pub unsafe fn _mm256_div_ps(a: __m256, b: __m256) -> __m256 【】
    22  pub unsafe fn _mm256_div_pd(a: __m256d, b: __m256d) -> __m256d 【】
    23  pub unsafe fn _mm256_round_pd<const ROUNDING: i32>(a: __m256d) -> __m256d 【】
    24  pub unsafe fn _mm256_ceil_pd(a: __m256d) -> __m256d 【】
    25  pub unsafe fn _mm256_floor_pd(a: __m256d) -> __m256d 【】
    26  pub unsafe fn _mm256_round_ps<const ROUNDING: i32>(a: __m256) -> __m256 【】
    27  pub unsafe fn _mm256_ceil_ps(a: __m256) -> __m256 【】
    28  pub unsafe fn _mm256_floor_ps(a: __m256) -> __m256 【】
    29  pub unsafe fn _mm256_sqrt_ps(a: __m256) -> __m256 【】
    30  pub unsafe fn _mm256_sqrt_pd(a: __m256d) -> __m256d 【】
    31  pub unsafe fn _mm256_blend_pd<const IMM4: i32>(a: __m256d, b: __m256d) -> __m256d 【】
    32  pub unsafe fn _mm256_blend_ps<const IMM8: i32>(a: __m256, b: __m256) -> __m256 【】
    33  pub unsafe fn _mm256_blendv_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    34  pub unsafe fn _mm256_blendv_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    35  pub unsafe fn _mm256_dp_ps<const IMM8: i32>(a: __m256, b: __m256) -> __m256 【】
    36  pub unsafe fn _mm256_hadd_pd(a: __m256d, b: __m256d) -> __m256d 【】
    37  pub unsafe fn _mm256_hadd_ps(a: __m256, b: __m256) -> __m256 【】
    38  pub unsafe fn _mm256_hsub_pd(a: __m256d, b: __m256d) -> __m256d 【】
    39  pub unsafe fn _mm256_hsub_ps(a: __m256, b: __m256) -> __m256 【】
    40  pub unsafe fn _mm256_xor_pd(a: __m256d, b: __m256d) -> __m256d 【】
    41  pub unsafe fn _mm256_xor_ps(a: __m256, b: __m256) -> __m256 【】
    42  pub unsafe fn _mm_cmp_pd<const IMM5: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    43  pub unsafe fn _mm256_cmp_pd<const IMM5: i32>(a: __m256d, b: __m256d) -> __m256d 【】
    44  pub unsafe fn _mm_cmp_ps<const IMM5: i32>(a: __m128, b: __m128) -> __m128 【】
    45  pub unsafe fn _mm256_cmp_ps<const IMM5: i32>(a: __m256, b: __m256) -> __m256 【】
    46  pub unsafe fn _mm_cmp_sd<const IMM5: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    47  pub unsafe fn _mm_cmp_ss<const IMM5: i32>(a: __m128, b: __m128) -> __m128 【】
    48  pub unsafe fn _mm256_cvtepi32_pd(a: __m128i) -> __m256d 【】
    49  pub unsafe fn _mm256_cvtepi32_ps(a: __m256i) -> __m256 【】
    50  pub unsafe fn _mm256_cvtpd_ps(a: __m256d) -> __m128 【】
    51  pub unsafe fn _mm256_cvtps_epi32(a: __m256) -> __m256i 【】
    52  pub unsafe fn _mm256_cvtps_pd(a: __m128) -> __m256d 【】
    53  pub unsafe fn _mm256_cvttpd_epi32(a: __m256d) -> __m128i 【】
    54  pub unsafe fn _mm256_cvtpd_epi32(a: __m256d) -> __m128i 【】
    55  pub unsafe fn _mm256_cvttps_epi32(a: __m256) -> __m256i 【】
    56  pub unsafe fn _mm256_extractf128_ps<const IMM1: i32>(a: __m256) -> __m128 【】
    57  pub unsafe fn _mm256_extractf128_pd<const IMM1: i32>(a: __m256d) -> __m128d 【】
    58  pub unsafe fn _mm256_extractf128_si256<const IMM1: i32>(a: __m256i) -> __m128i 【】
    59  pub unsafe fn _mm256_zeroall() 【】
    60  pub unsafe fn _mm256_zeroupper() 【】
    61  pub unsafe fn _mm256_permutevar_ps(a: __m256, b: __m256i) -> __m256 【】
    62  pub unsafe fn _mm_permutevar_ps(a: __m128, b: __m128i) -> __m128 【】
    63  pub unsafe fn _mm256_permute_ps<const IMM8: i32>(a: __m256) -> __m256 【】
    64  pub unsafe fn _mm_permute_ps<const IMM8: i32>(a: __m128) -> __m128 【】
    65  pub unsafe fn _mm256_permutevar_pd(a: __m256d, b: __m256i) -> __m256d 【】
    66  pub unsafe fn _mm_permutevar_pd(a: __m128d, b: __m128i) -> __m128d 【】
    67  pub unsafe fn _mm256_permute_pd<const IMM4: i32>(a: __m256d) -> __m256d 【】
    68  pub unsafe fn _mm_permute_pd<const IMM2: i32>(a: __m128d) -> __m128d 【】
    69  pub unsafe fn _mm256_permute2f128_ps<const IMM8: i32>(a: __m256, b: __m256) -> __m256 【】
    70  pub unsafe fn _mm256_permute2f128_pd<const IMM8: i32>(a: __m256d, b: __m256d) -> __m256d 【】
    71  pub unsafe fn _mm256_permute2f128_si256<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    72  pub unsafe fn _mm256_broadcast_ss(f: &f32) -> __m256 【】
    73  pub unsafe fn _mm_broadcast_ss(f: &f32) -> __m128 【】
    74  pub unsafe fn _mm256_broadcast_sd(f: &f64) -> __m256d 【】
    75  pub unsafe fn _mm256_broadcast_ps(a: &__m128) -> __m256 【】
    76  pub unsafe fn _mm256_broadcast_pd(a: &__m128d) -> __m256d 【】
    77  pub unsafe fn _mm256_insertf128_ps<const IMM1: i32>(a: __m256, b: __m128) -> __m256 【】
    78  pub unsafe fn _mm256_insertf128_pd<const IMM1: i32>(a: __m256d, b: __m128d) -> __m256d 【】
    79  pub unsafe fn _mm256_insertf128_si256<const IMM1: i32>(a: __m256i, b: __m128i) -> __m256i 【】
    80  pub unsafe fn _mm256_insert_epi8<const INDEX: i32>(a: __m256i, i: i8) -> __m256i 【】
    81  pub unsafe fn _mm256_insert_epi16<const INDEX: i32>(a: __m256i, i: i16) -> __m256i 【】
    82  pub unsafe fn _mm256_insert_epi32<const INDEX: i32>(a: __m256i, i: i32) -> __m256i 【】
    83  pub unsafe fn _mm256_load_pd(mem_addr: *const f64) -> __m256d 【】
    84  pub unsafe fn _mm256_store_pd(mem_addr: *mut f64, a: __m256d) 【】
    85  pub unsafe fn _mm256_load_ps(mem_addr: *const f32) -> __m256 【】
    86  pub unsafe fn _mm256_store_ps(mem_addr: *mut f32, a: __m256) 【】
    87  pub unsafe fn _mm256_loadu_pd(mem_addr: *const f64) -> __m256d 【】
    88  pub unsafe fn _mm256_storeu_pd(mem_addr: *mut f64, a: __m256d) 【】
    89  pub unsafe fn _mm256_loadu_ps(mem_addr: *const f32) -> __m256 【】
    90  pub unsafe fn _mm256_storeu_ps(mem_addr: *mut f32, a: __m256) 【】
    91  pub unsafe fn _mm256_load_si256(mem_addr: *const __m256i) -> __m256i 【】
    92  pub unsafe fn _mm256_store_si256(mem_addr: *mut __m256i, a: __m256i) 【】
    93  pub unsafe fn _mm256_loadu_si256(mem_addr: *const __m256i) -> __m256i 【】
    94  pub unsafe fn _mm256_storeu_si256(mem_addr: *mut __m256i, a: __m256i) 【】
    95  pub unsafe fn _mm256_maskload_pd(mem_addr: *const f64, mask: __m256i) -> __m256d 【】
    96  pub unsafe fn _mm256_maskstore_pd(mem_addr: *mut f64, mask: __m256i, a: __m256d) 【】
    97  pub unsafe fn _mm_maskload_pd(mem_addr: *const f64, mask: __m128i) -> __m128d 【】
    98  pub unsafe fn _mm_maskstore_pd(mem_addr: *mut f64, mask: __m128i, a: __m128d) 【】
    99  pub unsafe fn _mm256_maskload_ps(mem_addr: *const f32, mask: __m256i) -> __m256 【】
    100  pub unsafe fn _mm256_maskstore_ps(mem_addr: *mut f32, mask: __m256i, a: __m256) 【】
    101  pub unsafe fn _mm_maskload_ps(mem_addr: *const f32, mask: __m128i) -> __m128 【】
    102  pub unsafe fn _mm_maskstore_ps(mem_addr: *mut f32, mask: __m128i, a: __m128) 【】
    103  pub unsafe fn _mm256_movehdup_ps(a: __m256) -> __m256 【】
    104  pub unsafe fn _mm256_moveldup_ps(a: __m256) -> __m256 【】
    105  pub unsafe fn _mm256_movedup_pd(a: __m256d) -> __m256d 【】
    106  pub unsafe fn _mm256_lddqu_si256(mem_addr: *const __m256i) -> __m256i 【】
    107  pub unsafe fn _mm256_stream_si256(mem_addr: *mut __m256i, a: __m256i) 【】
    108  pub unsafe fn _mm256_stream_pd(mem_addr: *mut f64, a: __m256d) 【】
    109  pub unsafe fn _mm256_stream_ps(mem_addr: *mut f32, a: __m256) 【】
    110  pub unsafe fn _mm256_rcp_ps(a: __m256) -> __m256 【】
    111  pub unsafe fn _mm256_rsqrt_ps(a: __m256) -> __m256 【】
    112  pub unsafe fn _mm256_unpackhi_pd(a: __m256d, b: __m256d) -> __m256d 【】
    113  pub unsafe fn _mm256_unpackhi_ps(a: __m256, b: __m256) -> __m256 【】
    114  pub unsafe fn _mm256_unpacklo_pd(a: __m256d, b: __m256d) -> __m256d 【】
    115  pub unsafe fn _mm256_unpacklo_ps(a: __m256, b: __m256) -> __m256 【】
    116  pub unsafe fn _mm256_testz_si256(a: __m256i, b: __m256i) -> i32 【】
    117  pub unsafe fn _mm256_testc_si256(a: __m256i, b: __m256i) -> i32 【】
    118  pub unsafe fn _mm256_testnzc_si256(a: __m256i, b: __m256i) -> i32 【】
    119  pub unsafe fn _mm256_testz_pd(a: __m256d, b: __m256d) -> i32 【】
    120  pub unsafe fn _mm256_testc_pd(a: __m256d, b: __m256d) -> i32 【】
    121  pub unsafe fn _mm256_testnzc_pd(a: __m256d, b: __m256d) -> i32 【】
    122  pub unsafe fn _mm_testz_pd(a: __m128d, b: __m128d) -> i32 【】
    123  pub unsafe fn _mm_testc_pd(a: __m128d, b: __m128d) -> i32 【】
    124  pub unsafe fn _mm_testnzc_pd(a: __m128d, b: __m128d) -> i32 【】
    125  pub unsafe fn _mm256_testz_ps(a: __m256, b: __m256) -> i32 【】
    126  pub unsafe fn _mm256_testc_ps(a: __m256, b: __m256) -> i32 【】
    127  pub unsafe fn _mm256_testnzc_ps(a: __m256, b: __m256) -> i32 【】
    128  pub unsafe fn _mm_testz_ps(a: __m128, b: __m128) -> i32 【】
    129  pub unsafe fn _mm_testc_ps(a: __m128, b: __m128) -> i32 【】
    130  pub unsafe fn _mm_testnzc_ps(a: __m128, b: __m128) -> i32 【】
    131  pub unsafe fn _mm256_movemask_pd(a: __m256d) -> i32 【】
    132  pub unsafe fn _mm256_movemask_ps(a: __m256) -> i32 【】
    133  pub unsafe fn _mm256_setzero_pd() -> __m256d 【】
    134  pub unsafe fn _mm256_setzero_ps() -> __m256 【】
    135  pub unsafe fn _mm256_setzero_si256() -> __m256i 【】
    136  pub unsafe fn _mm256_set_pd(a: f64, b: f64, c: f64, d: f64) -> __m256d 【】
    137  pub unsafe fn _mm256_set_ps(
    138  pub unsafe fn _mm256_set_epi8(
    139  pub unsafe fn _mm256_set_epi16(
    140  pub unsafe fn _mm256_set_epi32(
    141  pub unsafe fn _mm256_set_epi64x(a: i64, b: i64, c: i64, d: i64) -> __m256i 【】
    142  pub unsafe fn _mm256_setr_pd(a: f64, b: f64, c: f64, d: f64) -> __m256d 【】
    143  pub unsafe fn _mm256_setr_ps(
    144  pub unsafe fn _mm256_setr_epi8(
    145  pub unsafe fn _mm256_setr_epi16(
    146  pub unsafe fn _mm256_setr_epi32(
    147  pub unsafe fn _mm256_setr_epi64x(a: i64, b: i64, c: i64, d: i64) -> __m256i 【】
    148  pub unsafe fn _mm256_set1_pd(a: f64) -> __m256d 【】
    149  pub unsafe fn _mm256_set1_ps(a: f32) -> __m256 【】
    150  pub unsafe fn _mm256_set1_epi8(a: i8) -> __m256i 【】
    151  pub unsafe fn _mm256_set1_epi16(a: i16) -> __m256i 【】
    152  pub unsafe fn _mm256_set1_epi32(a: i32) -> __m256i 【】
    153  pub unsafe fn _mm256_set1_epi64x(a: i64) -> __m256i 【】
    154  pub unsafe fn _mm256_castpd_ps(a: __m256d) -> __m256 【】
    155  pub unsafe fn _mm256_castps_pd(a: __m256) -> __m256d 【】
    156  pub unsafe fn _mm256_castps_si256(a: __m256) -> __m256i 【】
    157  pub unsafe fn _mm256_castsi256_ps(a: __m256i) -> __m256 【】
    158  pub unsafe fn _mm256_castpd_si256(a: __m256d) -> __m256i 【】
    159  pub unsafe fn _mm256_castsi256_pd(a: __m256i) -> __m256d 【】
    160  pub unsafe fn _mm256_castps256_ps128(a: __m256) -> __m128 【】
    161  pub unsafe fn _mm256_castpd256_pd128(a: __m256d) -> __m128d 【】
    162  pub unsafe fn _mm256_castsi256_si128(a: __m256i) -> __m128i 【】
    163  pub unsafe fn _mm256_castps128_ps256(a: __m128) -> __m256 【】
    164  pub unsafe fn _mm256_castpd128_pd256(a: __m128d) -> __m256d 【】
    165  pub unsafe fn _mm256_castsi128_si256(a: __m128i) -> __m256i 【】
    166  pub unsafe fn _mm256_zextps128_ps256(a: __m128) -> __m256 【】
    167  pub unsafe fn _mm256_zextsi128_si256(a: __m128i) -> __m256i 【】
    168  pub unsafe fn _mm256_zextpd128_pd256(a: __m128d) -> __m256d 【】
    169  pub unsafe fn _mm256_undefined_ps() -> __m256 【】
    170  pub unsafe fn _mm256_undefined_pd() -> __m256d 【】
    171  pub unsafe fn _mm256_undefined_si256() -> __m256i 【】
    172  pub unsafe fn _mm256_set_m128(hi: __m128, lo: __m128) -> __m256 【】
    173  pub unsafe fn _mm256_set_m128d(hi: __m128d, lo: __m128d) -> __m256d 【】
    174  pub unsafe fn _mm256_set_m128i(hi: __m128i, lo: __m128i) -> __m256i 【】
    175  pub unsafe fn _mm256_setr_m128(lo: __m128, hi: __m128) -> __m256 【】
    176  pub unsafe fn _mm256_setr_m128d(lo: __m128d, hi: __m128d) -> __m256d 【】
    177  pub unsafe fn _mm256_setr_m128i(lo: __m128i, hi: __m128i) -> __m256i 【】
    178  pub unsafe fn _mm256_loadu2_m128(hiaddr: *const f32, loaddr: *const f32) -> __m256 【】
    179  pub unsafe fn _mm256_loadu2_m128d(hiaddr: *const f64, loaddr: *const f64) -> __m256d 【】
    180  pub unsafe fn _mm256_loadu2_m128i(hiaddr: *const __m128i, loaddr: *const __m128i) -> __m256i 【】
    181  pub unsafe fn _mm256_storeu2_m128(hiaddr: *mut f32, loaddr: *mut f32, a: __m256) 【】
    182  pub unsafe fn _mm256_storeu2_m128d(hiaddr: *mut f64, loaddr: *mut f64, a: __m256d) 【】
    183  pub unsafe fn _mm256_storeu2_m128i(hiaddr: *mut __m128i, loaddr: *mut __m128i, a: __m256i) 【】
    184  pub unsafe fn _mm256_cvtss_f32(a: __m256) -> f32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm256_abs_epi32(a: __m256i) -> __m256i 【】
    2  pub unsafe fn _mm256_abs_epi16(a: __m256i) -> __m256i 【】
    3  pub unsafe fn _mm256_abs_epi8(a: __m256i) -> __m256i 【】
    4  pub unsafe fn _mm256_add_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_add_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm256_add_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    7  pub unsafe fn _mm256_add_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    8  pub unsafe fn _mm256_adds_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    9  pub unsafe fn _mm256_adds_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    10  pub unsafe fn _mm256_adds_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    11  pub unsafe fn _mm256_adds_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    12  pub unsafe fn _mm256_alignr_epi8<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    13  pub unsafe fn _mm256_and_si256(a: __m256i, b: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm256_andnot_si256(a: __m256i, b: __m256i) -> __m256i 【】
    15  pub unsafe fn _mm256_avg_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    16  pub unsafe fn _mm256_avg_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    17  pub unsafe fn _mm_blend_epi32<const IMM4: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm256_blend_epi32<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    19  pub unsafe fn _mm256_blend_epi16<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    20  pub unsafe fn _mm256_blendv_epi8(a: __m256i, b: __m256i, mask: __m256i) -> __m256i 【】
    21  pub unsafe fn _mm_broadcastb_epi8(a: __m128i) -> __m128i 【】
    22  pub unsafe fn _mm256_broadcastb_epi8(a: __m128i) -> __m256i 【】
    23  pub unsafe fn _mm_broadcastd_epi32(a: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm256_broadcastd_epi32(a: __m128i) -> __m256i 【】
    25  pub unsafe fn _mm_broadcastq_epi64(a: __m128i) -> __m128i 【】
    26  pub unsafe fn _mm256_broadcastq_epi64(a: __m128i) -> __m256i 【】
    27  pub unsafe fn _mm_broadcastsd_pd(a: __m128d) -> __m128d 【】
    28  pub unsafe fn _mm256_broadcastsd_pd(a: __m128d) -> __m256d 【】
    29  pub unsafe fn _mm256_broadcastsi128_si256(a: __m128i) -> __m256i 【】
    30  pub unsafe fn _mm_broadcastss_ps(a: __m128) -> __m128 【】
    31  pub unsafe fn _mm256_broadcastss_ps(a: __m128) -> __m256 【】
    32  pub unsafe fn _mm_broadcastw_epi16(a: __m128i) -> __m128i 【】
    33  pub unsafe fn _mm256_broadcastw_epi16(a: __m128i) -> __m256i 【】
    34  pub unsafe fn _mm256_cmpeq_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    35  pub unsafe fn _mm256_cmpeq_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    36  pub unsafe fn _mm256_cmpeq_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    37  pub unsafe fn _mm256_cmpeq_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    38  pub unsafe fn _mm256_cmpgt_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    39  pub unsafe fn _mm256_cmpgt_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    40  pub unsafe fn _mm256_cmpgt_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    41  pub unsafe fn _mm256_cmpgt_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    42  pub unsafe fn _mm256_cvtepi16_epi32(a: __m128i) -> __m256i 【】
    43  pub unsafe fn _mm256_cvtepi16_epi64(a: __m128i) -> __m256i 【】
    44  pub unsafe fn _mm256_cvtepi32_epi64(a: __m128i) -> __m256i 【】
    45  pub unsafe fn _mm256_cvtepi8_epi16(a: __m128i) -> __m256i 【】
    46  pub unsafe fn _mm256_cvtepi8_epi32(a: __m128i) -> __m256i 【】
    47  pub unsafe fn _mm256_cvtepi8_epi64(a: __m128i) -> __m256i 【】
    48  pub unsafe fn _mm256_cvtepu16_epi32(a: __m128i) -> __m256i 【】
    49  pub unsafe fn _mm256_cvtepu16_epi64(a: __m128i) -> __m256i 【】
    50  pub unsafe fn _mm256_cvtepu32_epi64(a: __m128i) -> __m256i 【】
    51  pub unsafe fn _mm256_cvtepu8_epi16(a: __m128i) -> __m256i 【】
    52  pub unsafe fn _mm256_cvtepu8_epi32(a: __m128i) -> __m256i 【】
    53  pub unsafe fn _mm256_cvtepu8_epi64(a: __m128i) -> __m256i 【】
    54  pub unsafe fn _mm256_extracti128_si256<const IMM1: i32>(a: __m256i) -> __m128i 【】
    55  pub unsafe fn _mm256_hadd_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    56  pub unsafe fn _mm256_hadd_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    57  pub unsafe fn _mm256_hadds_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    58  pub unsafe fn _mm256_hsub_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    59  pub unsafe fn _mm256_hsub_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    60  pub unsafe fn _mm256_hsubs_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    61  pub unsafe fn _mm_i32gather_epi32<const SCALE: i32>(
    62  pub unsafe fn _mm_mask_i32gather_epi32<const SCALE: i32>(
    63  pub unsafe fn _mm256_i32gather_epi32<const SCALE: i32>(
    64  pub unsafe fn _mm256_mask_i32gather_epi32<const SCALE: i32>(
    65  pub unsafe fn _mm_i32gather_ps<const SCALE: i32>(slice: *const f32, offsets: __m128i) -> __m128 【】
    66  pub unsafe fn _mm_mask_i32gather_ps<const SCALE: i32>(
    67  pub unsafe fn _mm256_i32gather_ps<const SCALE: i32>(slice: *const f32, offsets: __m256i) -> __m256 【】
    68  pub unsafe fn _mm256_mask_i32gather_ps<const SCALE: i32>(
    69  pub unsafe fn _mm_i32gather_epi64<const SCALE: i32>(
    70  pub unsafe fn _mm_mask_i32gather_epi64<const SCALE: i32>(
    71  pub unsafe fn _mm256_i32gather_epi64<const SCALE: i32>(
    72  pub unsafe fn _mm256_mask_i32gather_epi64<const SCALE: i32>(
    73  pub unsafe fn _mm_i32gather_pd<const SCALE: i32>(slice: *const f64, offsets: __m128i) -> __m128d 【】
    74  pub unsafe fn _mm_mask_i32gather_pd<const SCALE: i32>(
    75  pub unsafe fn _mm256_i32gather_pd<const SCALE: i32>(
    76  pub unsafe fn _mm256_mask_i32gather_pd<const SCALE: i32>(
    77  pub unsafe fn _mm_i64gather_epi32<const SCALE: i32>(
    78  pub unsafe fn _mm_mask_i64gather_epi32<const SCALE: i32>(
    79  pub unsafe fn _mm256_i64gather_epi32<const SCALE: i32>(
    80  pub unsafe fn _mm256_mask_i64gather_epi32<const SCALE: i32>(
    81  pub unsafe fn _mm_i64gather_ps<const SCALE: i32>(slice: *const f32, offsets: __m128i) -> __m128 【】
    82  pub unsafe fn _mm_mask_i64gather_ps<const SCALE: i32>(
    83  pub unsafe fn _mm256_i64gather_ps<const SCALE: i32>(slice: *const f32, offsets: __m256i) -> __m128 【】
    84  pub unsafe fn _mm256_mask_i64gather_ps<const SCALE: i32>(
    85  pub unsafe fn _mm_i64gather_epi64<const SCALE: i32>(
    86  pub unsafe fn _mm_mask_i64gather_epi64<const SCALE: i32>(
    87  pub unsafe fn _mm256_i64gather_epi64<const SCALE: i32>(
    88  pub unsafe fn _mm256_mask_i64gather_epi64<const SCALE: i32>(
    89  pub unsafe fn _mm_i64gather_pd<const SCALE: i32>(slice: *const f64, offsets: __m128i) -> __m128d 【】
    90  pub unsafe fn _mm_mask_i64gather_pd<const SCALE: i32>(
    91  pub unsafe fn _mm256_i64gather_pd<const SCALE: i32>(
    92  pub unsafe fn _mm256_mask_i64gather_pd<const SCALE: i32>(
    93  pub unsafe fn _mm256_inserti128_si256<const IMM1: i32>(a: __m256i, b: __m128i) -> __m256i 【】
    94  pub unsafe fn _mm256_madd_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    95  pub unsafe fn _mm256_maddubs_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    96  pub unsafe fn _mm_maskload_epi32(mem_addr: *const i32, mask: __m128i) -> __m128i 【】
    97  pub unsafe fn _mm256_maskload_epi32(mem_addr: *const i32, mask: __m256i) -> __m256i 【】
    98  pub unsafe fn _mm_maskload_epi64(mem_addr: *const i64, mask: __m128i) -> __m128i 【】
    99  pub unsafe fn _mm256_maskload_epi64(mem_addr: *const i64, mask: __m256i) -> __m256i 【】
    100  pub unsafe fn _mm_maskstore_epi32(mem_addr: *mut i32, mask: __m128i, a: __m128i) 【】
    101  pub unsafe fn _mm256_maskstore_epi32(mem_addr: *mut i32, mask: __m256i, a: __m256i) 【】
    102  pub unsafe fn _mm_maskstore_epi64(mem_addr: *mut i64, mask: __m128i, a: __m128i) 【】
    103  pub unsafe fn _mm256_maskstore_epi64(mem_addr: *mut i64, mask: __m256i, a: __m256i) 【】
    104  pub unsafe fn _mm256_max_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    105  pub unsafe fn _mm256_max_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    106  pub unsafe fn _mm256_max_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    107  pub unsafe fn _mm256_max_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    108  pub unsafe fn _mm256_max_epu32(a: __m256i, b: __m256i) -> __m256i 【】
    109  pub unsafe fn _mm256_max_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    110  pub unsafe fn _mm256_min_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    111  pub unsafe fn _mm256_min_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    112  pub unsafe fn _mm256_min_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    113  pub unsafe fn _mm256_min_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    114  pub unsafe fn _mm256_min_epu32(a: __m256i, b: __m256i) -> __m256i 【】
    115  pub unsafe fn _mm256_min_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    116  pub unsafe fn _mm256_movemask_epi8(a: __m256i) -> i32 【】
    117  pub unsafe fn _mm256_mpsadbw_epu8<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    118  pub unsafe fn _mm256_mul_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    119  pub unsafe fn _mm256_mul_epu32(a: __m256i, b: __m256i) -> __m256i 【】
    120  pub unsafe fn _mm256_mulhi_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    121  pub unsafe fn _mm256_mulhi_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    122  pub unsafe fn _mm256_mullo_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    123  pub unsafe fn _mm256_mullo_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    124  pub unsafe fn _mm256_mulhrs_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    125  pub unsafe fn _mm256_or_si256(a: __m256i, b: __m256i) -> __m256i 【】
    126  pub unsafe fn _mm256_packs_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    127  pub unsafe fn _mm256_packs_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    128  pub unsafe fn _mm256_packus_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    129  pub unsafe fn _mm256_packus_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    130  pub unsafe fn _mm256_permutevar8x32_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    131  pub unsafe fn _mm256_permute4x64_epi64<const IMM8: i32>(a: __m256i) -> __m256i 【】
    132  pub unsafe fn _mm256_permute2x128_si256<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    133  pub unsafe fn _mm256_permute4x64_pd<const IMM8: i32>(a: __m256d) -> __m256d 【】
    134  pub unsafe fn _mm256_permutevar8x32_ps(a: __m256, idx: __m256i) -> __m256 【】
    135  pub unsafe fn _mm256_sad_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    136  pub unsafe fn _mm256_shuffle_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    137  pub unsafe fn _mm256_shuffle_epi32<const MASK: i32>(a: __m256i) -> __m256i 【】
    138  pub unsafe fn _mm256_shufflehi_epi16<const IMM8: i32>(a: __m256i) -> __m256i 【】
    139  pub unsafe fn _mm256_shufflelo_epi16<const IMM8: i32>(a: __m256i) -> __m256i 【】
    140  pub unsafe fn _mm256_sign_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    141  pub unsafe fn _mm256_sign_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    142  pub unsafe fn _mm256_sign_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    143  pub unsafe fn _mm256_sll_epi16(a: __m256i, count: __m128i) -> __m256i 【】
    144  pub unsafe fn _mm256_sll_epi32(a: __m256i, count: __m128i) -> __m256i 【】
    145  pub unsafe fn _mm256_sll_epi64(a: __m256i, count: __m128i) -> __m256i 【】
    146  pub unsafe fn _mm256_slli_epi16<const IMM8: i32>(a: __m256i) -> __m256i 【】
    147  pub unsafe fn _mm256_slli_epi32<const IMM8: i32>(a: __m256i) -> __m256i 【】
    148  pub unsafe fn _mm256_slli_epi64<const IMM8: i32>(a: __m256i) -> __m256i 【】
    149  pub unsafe fn _mm256_slli_si256<const IMM8: i32>(a: __m256i) -> __m256i 【】
    150  pub unsafe fn _mm256_bslli_epi128<const IMM8: i32>(a: __m256i) -> __m256i 【】
    151  pub unsafe fn _mm_sllv_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    152  pub unsafe fn _mm256_sllv_epi32(a: __m256i, count: __m256i) -> __m256i 【】
    153  pub unsafe fn _mm_sllv_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    154  pub unsafe fn _mm256_sllv_epi64(a: __m256i, count: __m256i) -> __m256i 【】
    155  pub unsafe fn _mm256_sra_epi16(a: __m256i, count: __m128i) -> __m256i 【】
    156  pub unsafe fn _mm256_sra_epi32(a: __m256i, count: __m128i) -> __m256i 【】
    157  pub unsafe fn _mm256_srai_epi16<const IMM8: i32>(a: __m256i) -> __m256i 【】
    158  pub unsafe fn _mm256_srai_epi32<const IMM8: i32>(a: __m256i) -> __m256i 【】
    159  pub unsafe fn _mm_srav_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    160  pub unsafe fn _mm256_srav_epi32(a: __m256i, count: __m256i) -> __m256i 【】
    161  pub unsafe fn _mm256_srli_si256<const IMM8: i32>(a: __m256i) -> __m256i 【】
    162  pub unsafe fn _mm256_bsrli_epi128<const IMM8: i32>(a: __m256i) -> __m256i 【】
    163  pub unsafe fn _mm256_srl_epi16(a: __m256i, count: __m128i) -> __m256i 【】
    164  pub unsafe fn _mm256_srl_epi32(a: __m256i, count: __m128i) -> __m256i 【】
    165  pub unsafe fn _mm256_srl_epi64(a: __m256i, count: __m128i) -> __m256i 【】
    166  pub unsafe fn _mm256_srli_epi16<const IMM8: i32>(a: __m256i) -> __m256i 【】
    167  pub unsafe fn _mm256_srli_epi32<const IMM8: i32>(a: __m256i) -> __m256i 【】
    168  pub unsafe fn _mm256_srli_epi64<const IMM8: i32>(a: __m256i) -> __m256i 【】
    169  pub unsafe fn _mm_srlv_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    170  pub unsafe fn _mm256_srlv_epi32(a: __m256i, count: __m256i) -> __m256i 【】
    171  pub unsafe fn _mm_srlv_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    172  pub unsafe fn _mm256_srlv_epi64(a: __m256i, count: __m256i) -> __m256i 【】
    173  pub unsafe fn _mm256_sub_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    174  pub unsafe fn _mm256_sub_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    175  pub unsafe fn _mm256_sub_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    176  pub unsafe fn _mm256_sub_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    177  pub unsafe fn _mm256_subs_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    178  pub unsafe fn _mm256_subs_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    179  pub unsafe fn _mm256_subs_epu16(a: __m256i, b: __m256i) -> __m256i 【】
    180  pub unsafe fn _mm256_subs_epu8(a: __m256i, b: __m256i) -> __m256i 【】
    181  pub unsafe fn _mm256_unpackhi_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    182  pub unsafe fn _mm256_unpacklo_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    183  pub unsafe fn _mm256_unpackhi_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    184  pub unsafe fn _mm256_unpacklo_epi16(a: __m256i, b: __m256i) -> __m256i 【】
    185  pub unsafe fn _mm256_unpackhi_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    186  pub unsafe fn _mm256_unpacklo_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    187  pub unsafe fn _mm256_unpackhi_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    188  pub unsafe fn _mm256_unpacklo_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    189  pub unsafe fn _mm256_xor_si256(a: __m256i, b: __m256i) -> __m256i 【】
    190  pub unsafe fn _mm256_extract_epi8<const INDEX: i32>(a: __m256i) -> i32 【】
    191  pub unsafe fn _mm256_extract_epi16<const INDEX: i32>(a: __m256i) -> i32 【】
    192  pub unsafe fn _mm256_extract_epi32<const INDEX: i32>(a: __m256i) -> i32 【】
    193  pub unsafe fn _mm256_cvtsd_f64(a: __m256d) -> f64 【】
    194  pub unsafe fn _mm256_cvtsi256_si32(a: __m256i) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512bf16.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cvtne2ps_pbh(a: __m128, b: __m128) -> __m128bh 【】
    2  pub unsafe fn _mm_mask_cvtne2ps_pbh(src: __m128bh, k: __mmask8, a: __m128, b: __m128) -> __m128bh 【】
    3  pub unsafe fn _mm_maskz_cvtne2ps_pbh(k: __mmask8, a: __m128, b: __m128) -> __m128bh 【】
    4  pub unsafe fn _mm256_cvtne2ps_pbh(a: __m256, b: __m256) -> __m256bh 【】
    5  pub unsafe fn _mm256_mask_cvtne2ps_pbh(
    6  pub unsafe fn _mm256_maskz_cvtne2ps_pbh(k: __mmask16, a: __m256, b: __m256) -> __m256bh 【】
    7  pub unsafe fn _mm512_cvtne2ps_pbh(a: __m512, b: __m512) -> __m512bh 【】
    8  pub unsafe fn _mm512_mask_cvtne2ps_pbh(
    9  pub unsafe fn _mm512_maskz_cvtne2ps_pbh(k: __mmask32, a: __m512, b: __m512) -> __m512bh 【】
    10  pub unsafe fn _mm256_cvtneps_pbh(a: __m256) -> __m128bh 【】
    11  pub unsafe fn _mm256_mask_cvtneps_pbh(src: __m128bh, k: __mmask8, a: __m256) -> __m128bh 【】
    12  pub unsafe fn _mm256_maskz_cvtneps_pbh(k: __mmask8, a: __m256) -> __m128bh 【】
    13  pub unsafe fn _mm512_cvtneps_pbh(a: __m512) -> __m256bh 【】
    14  pub unsafe fn _mm512_mask_cvtneps_pbh(src: __m256bh, k: __mmask16, a: __m512) -> __m256bh 【】
    15  pub unsafe fn _mm512_maskz_cvtneps_pbh(k: __mmask16, a: __m512) -> __m256bh 【】
    16  pub unsafe fn _mm_dpbf16_ps(src: __m128, a: __m128bh, b: __m128bh) -> __m128 【】
    17  pub unsafe fn _mm_mask_dpbf16_ps(src: __m128, k: __mmask8, a: __m128bh, b: __m128bh) -> __m128 【】
    18  pub unsafe fn _mm_maskz_dpbf16_ps(k: __mmask8, src: __m128, a: __m128bh, b: __m128bh) -> __m128 【】
    19  pub unsafe fn _mm256_dpbf16_ps(src: __m256, a: __m256bh, b: __m256bh) -> __m256 【】
    20  pub unsafe fn _mm256_mask_dpbf16_ps(src: __m256, k: __mmask8, a: __m256bh, b: __m256bh) -> __m256 【】
    21  pub unsafe fn _mm256_maskz_dpbf16_ps(k: __mmask8, src: __m256, a: __m256bh, b: __m256bh) -> __m256 【】
    22  pub unsafe fn _mm512_dpbf16_ps(src: __m512, a: __m512bh, b: __m512bh) -> __m512 【】
    23  pub unsafe fn _mm512_mask_dpbf16_ps(src: __m512, k: __mmask16, a: __m512bh, b: __m512bh) -> __m512 【】
    24  pub unsafe fn _mm512_maskz_dpbf16_ps(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512bitalg.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_popcnt_epi16(a: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_maskz_popcnt_epi16(k: __mmask32, a: __m512i) -> __m512i 【】
    3  pub unsafe fn _mm512_mask_popcnt_epi16(src: __m512i, k: __mmask32, a: __m512i) -> __m512i 【】
    4  pub unsafe fn _mm256_popcnt_epi16(a: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_maskz_popcnt_epi16(k: __mmask16, a: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm256_mask_popcnt_epi16(src: __m256i, k: __mmask16, a: __m256i) -> __m256i 【】
    7  pub unsafe fn _mm_popcnt_epi16(a: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_maskz_popcnt_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    9  pub unsafe fn _mm_mask_popcnt_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm512_popcnt_epi8(a: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm512_maskz_popcnt_epi8(k: __mmask64, a: __m512i) -> __m512i 【】
    12  pub unsafe fn _mm512_mask_popcnt_epi8(src: __m512i, k: __mmask64, a: __m512i) -> __m512i 【】
    13  pub unsafe fn _mm256_popcnt_epi8(a: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm256_maskz_popcnt_epi8(k: __mmask32, a: __m256i) -> __m256i 【】
    15  pub unsafe fn _mm256_mask_popcnt_epi8(src: __m256i, k: __mmask32, a: __m256i) -> __m256i 【】
    16  pub unsafe fn _mm_popcnt_epi8(a: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_maskz_popcnt_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm_mask_popcnt_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    19  pub unsafe fn _mm512_bitshuffle_epi64_mask(b: __m512i, c: __m512i) -> __mmask64 【】
    20  pub unsafe fn _mm512_mask_bitshuffle_epi64_mask(k: __mmask64, b: __m512i, c: __m512i) -> __mmask64 【】
    21  pub unsafe fn _mm256_bitshuffle_epi64_mask(b: __m256i, c: __m256i) -> __mmask32 【】
    22  pub unsafe fn _mm256_mask_bitshuffle_epi64_mask(k: __mmask32, b: __m256i, c: __m256i) -> __mmask32 【】
    23  pub unsafe fn _mm_bitshuffle_epi64_mask(b: __m128i, c: __m128i) -> __mmask16 【】
    24  pub unsafe fn _mm_mask_bitshuffle_epi64_mask(k: __mmask16, b: __m128i, c: __m128i) -> __mmask16 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512bw.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_abs_epi16(a: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_mask_abs_epi16(src: __m512i, k: __mmask32, a: __m512i) -> __m512i 【】
    3  pub unsafe fn _mm512_maskz_abs_epi16(k: __mmask32, a: __m512i) -> __m512i 【】
    4  pub unsafe fn _mm256_mask_abs_epi16(src: __m256i, k: __mmask16, a: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_maskz_abs_epi16(k: __mmask16, a: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm_mask_abs_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    7  pub unsafe fn _mm_maskz_abs_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm512_abs_epi8(a: __m512i) -> __m512i 【】
    9  pub unsafe fn _mm512_mask_abs_epi8(src: __m512i, k: __mmask64, a: __m512i) -> __m512i 【】
    10  pub unsafe fn _mm512_maskz_abs_epi8(k: __mmask64, a: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm256_mask_abs_epi8(src: __m256i, k: __mmask32, a: __m256i) -> __m256i 【】
    12  pub unsafe fn _mm256_maskz_abs_epi8(k: __mmask32, a: __m256i) -> __m256i 【】
    13  pub unsafe fn _mm_mask_abs_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    14  pub unsafe fn _mm_maskz_abs_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    15  pub unsafe fn _mm512_add_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    16  pub unsafe fn _mm512_mask_add_epi16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    17  pub unsafe fn _mm512_maskz_add_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    18  pub unsafe fn _mm256_mask_add_epi16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    19  pub unsafe fn _mm256_maskz_add_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    20  pub unsafe fn _mm_mask_add_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    21  pub unsafe fn _mm_maskz_add_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    22  pub unsafe fn _mm512_add_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    23  pub unsafe fn _mm512_mask_add_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    24  pub unsafe fn _mm512_maskz_add_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    25  pub unsafe fn _mm256_mask_add_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    26  pub unsafe fn _mm256_maskz_add_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    27  pub unsafe fn _mm_mask_add_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    28  pub unsafe fn _mm_maskz_add_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    29  pub unsafe fn _mm512_adds_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    30  pub unsafe fn _mm512_mask_adds_epu16(
    31  pub unsafe fn _mm512_maskz_adds_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    32  pub unsafe fn _mm256_mask_adds_epu16(
    33  pub unsafe fn _mm256_maskz_adds_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    34  pub unsafe fn _mm_mask_adds_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    35  pub unsafe fn _mm_maskz_adds_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    36  pub unsafe fn _mm512_adds_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    37  pub unsafe fn _mm512_mask_adds_epu8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    38  pub unsafe fn _mm512_maskz_adds_epu8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    39  pub unsafe fn _mm256_mask_adds_epu8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    40  pub unsafe fn _mm256_maskz_adds_epu8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    41  pub unsafe fn _mm_mask_adds_epu8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    42  pub unsafe fn _mm_maskz_adds_epu8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    43  pub unsafe fn _mm512_adds_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    44  pub unsafe fn _mm512_mask_adds_epi16(
    45  pub unsafe fn _mm512_maskz_adds_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    46  pub unsafe fn _mm256_mask_adds_epi16(
    47  pub unsafe fn _mm256_maskz_adds_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    48  pub unsafe fn _mm_mask_adds_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    49  pub unsafe fn _mm_maskz_adds_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    50  pub unsafe fn _mm512_adds_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    51  pub unsafe fn _mm512_mask_adds_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    52  pub unsafe fn _mm512_maskz_adds_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    53  pub unsafe fn _mm256_mask_adds_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    54  pub unsafe fn _mm256_maskz_adds_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    55  pub unsafe fn _mm_mask_adds_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    56  pub unsafe fn _mm_maskz_adds_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    57  pub unsafe fn _mm512_sub_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    58  pub unsafe fn _mm512_mask_sub_epi16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    59  pub unsafe fn _mm512_maskz_sub_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    60  pub unsafe fn _mm256_mask_sub_epi16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    61  pub unsafe fn _mm256_maskz_sub_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    62  pub unsafe fn _mm_mask_sub_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    63  pub unsafe fn _mm_maskz_sub_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    64  pub unsafe fn _mm512_sub_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    65  pub unsafe fn _mm512_mask_sub_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    66  pub unsafe fn _mm512_maskz_sub_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    67  pub unsafe fn _mm256_mask_sub_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    68  pub unsafe fn _mm256_maskz_sub_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    69  pub unsafe fn _mm_mask_sub_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    70  pub unsafe fn _mm_maskz_sub_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    71  pub unsafe fn _mm512_subs_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    72  pub unsafe fn _mm512_mask_subs_epu16(
    73  pub unsafe fn _mm512_maskz_subs_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    74  pub unsafe fn _mm256_mask_subs_epu16(
    75  pub unsafe fn _mm256_maskz_subs_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    76  pub unsafe fn _mm_mask_subs_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    77  pub unsafe fn _mm_maskz_subs_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    78  pub unsafe fn _mm512_subs_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    79  pub unsafe fn _mm512_mask_subs_epu8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    80  pub unsafe fn _mm512_maskz_subs_epu8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    81  pub unsafe fn _mm256_mask_subs_epu8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    82  pub unsafe fn _mm256_maskz_subs_epu8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    83  pub unsafe fn _mm_mask_subs_epu8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    84  pub unsafe fn _mm_maskz_subs_epu8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    85  pub unsafe fn _mm512_subs_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    86  pub unsafe fn _mm512_mask_subs_epi16(
    87  pub unsafe fn _mm512_maskz_subs_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    88  pub unsafe fn _mm256_mask_subs_epi16(
    89  pub unsafe fn _mm256_maskz_subs_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    90  pub unsafe fn _mm_mask_subs_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    91  pub unsafe fn _mm_maskz_subs_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    92  pub unsafe fn _mm512_subs_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    93  pub unsafe fn _mm512_mask_subs_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    94  pub unsafe fn _mm512_maskz_subs_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    95  pub unsafe fn _mm256_mask_subs_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    96  pub unsafe fn _mm256_maskz_subs_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    97  pub unsafe fn _mm_mask_subs_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    98  pub unsafe fn _mm_maskz_subs_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    99  pub unsafe fn _mm512_mulhi_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    100  pub unsafe fn _mm512_mask_mulhi_epu16(
    101  pub unsafe fn _mm512_maskz_mulhi_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    102  pub unsafe fn _mm256_mask_mulhi_epu16(
    103  pub unsafe fn _mm256_maskz_mulhi_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    104  pub unsafe fn _mm_mask_mulhi_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    105  pub unsafe fn _mm_maskz_mulhi_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    106  pub unsafe fn _mm512_mulhi_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    107  pub unsafe fn _mm512_mask_mulhi_epi16(
    108  pub unsafe fn _mm512_maskz_mulhi_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    109  pub unsafe fn _mm256_mask_mulhi_epi16(
    110  pub unsafe fn _mm256_maskz_mulhi_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    111  pub unsafe fn _mm_mask_mulhi_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    112  pub unsafe fn _mm_maskz_mulhi_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    113  pub unsafe fn _mm512_mulhrs_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    114  pub unsafe fn _mm512_mask_mulhrs_epi16(
    115  pub unsafe fn _mm512_maskz_mulhrs_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    116  pub unsafe fn _mm256_mask_mulhrs_epi16(
    117  pub unsafe fn _mm256_maskz_mulhrs_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    118  pub unsafe fn _mm_mask_mulhrs_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    119  pub unsafe fn _mm_maskz_mulhrs_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    120  pub unsafe fn _mm512_mullo_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    121  pub unsafe fn _mm512_mask_mullo_epi16(
    122  pub unsafe fn _mm512_maskz_mullo_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    123  pub unsafe fn _mm256_mask_mullo_epi16(
    124  pub unsafe fn _mm256_maskz_mullo_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    125  pub unsafe fn _mm_mask_mullo_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    126  pub unsafe fn _mm_maskz_mullo_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    127  pub unsafe fn _mm512_max_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    128  pub unsafe fn _mm512_mask_max_epu16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    129  pub unsafe fn _mm512_maskz_max_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    130  pub unsafe fn _mm256_mask_max_epu16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    131  pub unsafe fn _mm256_maskz_max_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    132  pub unsafe fn _mm_mask_max_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    133  pub unsafe fn _mm_maskz_max_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    134  pub unsafe fn _mm512_max_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    135  pub unsafe fn _mm512_mask_max_epu8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    136  pub unsafe fn _mm512_maskz_max_epu8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    137  pub unsafe fn _mm256_mask_max_epu8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    138  pub unsafe fn _mm256_maskz_max_epu8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    139  pub unsafe fn _mm_mask_max_epu8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    140  pub unsafe fn _mm_maskz_max_epu8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    141  pub unsafe fn _mm512_max_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    142  pub unsafe fn _mm512_mask_max_epi16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    143  pub unsafe fn _mm512_maskz_max_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    144  pub unsafe fn _mm256_mask_max_epi16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    145  pub unsafe fn _mm256_maskz_max_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    146  pub unsafe fn _mm_mask_max_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    147  pub unsafe fn _mm_maskz_max_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    148  pub unsafe fn _mm512_max_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    149  pub unsafe fn _mm512_mask_max_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    150  pub unsafe fn _mm512_maskz_max_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    151  pub unsafe fn _mm256_mask_max_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    152  pub unsafe fn _mm256_maskz_max_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    153  pub unsafe fn _mm_mask_max_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    154  pub unsafe fn _mm_maskz_max_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    155  pub unsafe fn _mm512_min_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    156  pub unsafe fn _mm512_mask_min_epu16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    157  pub unsafe fn _mm512_maskz_min_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    158  pub unsafe fn _mm256_mask_min_epu16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    159  pub unsafe fn _mm256_maskz_min_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    160  pub unsafe fn _mm_mask_min_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    161  pub unsafe fn _mm_maskz_min_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    162  pub unsafe fn _mm512_min_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    163  pub unsafe fn _mm512_mask_min_epu8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    164  pub unsafe fn _mm512_maskz_min_epu8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    165  pub unsafe fn _mm256_mask_min_epu8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    166  pub unsafe fn _mm256_maskz_min_epu8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    167  pub unsafe fn _mm_mask_min_epu8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    168  pub unsafe fn _mm_maskz_min_epu8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    169  pub unsafe fn _mm512_min_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    170  pub unsafe fn _mm512_mask_min_epi16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    171  pub unsafe fn _mm512_maskz_min_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    172  pub unsafe fn _mm256_mask_min_epi16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    173  pub unsafe fn _mm256_maskz_min_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    174  pub unsafe fn _mm_mask_min_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    175  pub unsafe fn _mm_maskz_min_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    176  pub unsafe fn _mm512_min_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    177  pub unsafe fn _mm512_mask_min_epi8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    178  pub unsafe fn _mm512_maskz_min_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    179  pub unsafe fn _mm256_mask_min_epi8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    180  pub unsafe fn _mm256_maskz_min_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    181  pub unsafe fn _mm_mask_min_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    182  pub unsafe fn _mm_maskz_min_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    183  pub unsafe fn _mm512_cmplt_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    184  pub unsafe fn _mm512_mask_cmplt_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    185  pub unsafe fn _mm256_cmplt_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    186  pub unsafe fn _mm256_mask_cmplt_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    187  pub unsafe fn _mm_cmplt_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    188  pub unsafe fn _mm_mask_cmplt_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    189  pub unsafe fn _mm512_cmplt_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    190  pub unsafe fn _mm512_mask_cmplt_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    191  pub unsafe fn _mm256_cmplt_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    192  pub unsafe fn _mm256_mask_cmplt_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    193  pub unsafe fn _mm_cmplt_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    194  pub unsafe fn _mm_mask_cmplt_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    195  pub unsafe fn _mm512_cmplt_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    196  pub unsafe fn _mm512_mask_cmplt_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    197  pub unsafe fn _mm256_cmplt_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    198  pub unsafe fn _mm256_mask_cmplt_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    199  pub unsafe fn _mm_cmplt_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    200  pub unsafe fn _mm_mask_cmplt_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    201  pub unsafe fn _mm512_cmplt_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    202  pub unsafe fn _mm512_mask_cmplt_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    203  pub unsafe fn _mm256_cmplt_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    204  pub unsafe fn _mm256_mask_cmplt_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    205  pub unsafe fn _mm_cmplt_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    206  pub unsafe fn _mm_mask_cmplt_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    207  pub unsafe fn _mm512_cmpgt_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    208  pub unsafe fn _mm512_mask_cmpgt_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    209  pub unsafe fn _mm256_cmpgt_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    210  pub unsafe fn _mm256_mask_cmpgt_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    211  pub unsafe fn _mm_cmpgt_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    212  pub unsafe fn _mm_mask_cmpgt_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    213  pub unsafe fn _mm512_cmpgt_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    214  pub unsafe fn _mm512_mask_cmpgt_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    215  pub unsafe fn _mm256_cmpgt_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    216  pub unsafe fn _mm256_mask_cmpgt_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    217  pub unsafe fn _mm_cmpgt_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    218  pub unsafe fn _mm_mask_cmpgt_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    219  pub unsafe fn _mm512_cmpgt_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    220  pub unsafe fn _mm512_mask_cmpgt_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    221  pub unsafe fn _mm256_cmpgt_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    222  pub unsafe fn _mm256_mask_cmpgt_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    223  pub unsafe fn _mm_cmpgt_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    224  pub unsafe fn _mm_mask_cmpgt_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    225  pub unsafe fn _mm512_cmpgt_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    226  pub unsafe fn _mm512_mask_cmpgt_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    227  pub unsafe fn _mm256_cmpgt_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    228  pub unsafe fn _mm256_mask_cmpgt_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    229  pub unsafe fn _mm_cmpgt_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    230  pub unsafe fn _mm_mask_cmpgt_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    231  pub unsafe fn _mm512_cmple_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    232  pub unsafe fn _mm512_mask_cmple_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    233  pub unsafe fn _mm256_cmple_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    234  pub unsafe fn _mm256_mask_cmple_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    235  pub unsafe fn _mm_cmple_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    236  pub unsafe fn _mm_mask_cmple_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    237  pub unsafe fn _mm512_cmple_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    238  pub unsafe fn _mm512_mask_cmple_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    239  pub unsafe fn _mm256_cmple_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    240  pub unsafe fn _mm256_mask_cmple_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    241  pub unsafe fn _mm_cmple_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    242  pub unsafe fn _mm_mask_cmple_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    243  pub unsafe fn _mm512_cmple_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    244  pub unsafe fn _mm512_mask_cmple_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    245  pub unsafe fn _mm256_cmple_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    246  pub unsafe fn _mm256_mask_cmple_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    247  pub unsafe fn _mm_cmple_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    248  pub unsafe fn _mm_mask_cmple_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    249  pub unsafe fn _mm512_cmple_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    250  pub unsafe fn _mm512_mask_cmple_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    251  pub unsafe fn _mm256_cmple_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    252  pub unsafe fn _mm256_mask_cmple_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    253  pub unsafe fn _mm_cmple_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    254  pub unsafe fn _mm_mask_cmple_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    255  pub unsafe fn _mm512_cmpge_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    256  pub unsafe fn _mm512_mask_cmpge_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    257  pub unsafe fn _mm256_cmpge_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    258  pub unsafe fn _mm256_mask_cmpge_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    259  pub unsafe fn _mm_cmpge_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    260  pub unsafe fn _mm_mask_cmpge_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    261  pub unsafe fn _mm512_cmpge_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    262  pub unsafe fn _mm512_mask_cmpge_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    263  pub unsafe fn _mm256_cmpge_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    264  pub unsafe fn _mm256_mask_cmpge_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    265  pub unsafe fn _mm_cmpge_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    266  pub unsafe fn _mm_mask_cmpge_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    267  pub unsafe fn _mm512_cmpge_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    268  pub unsafe fn _mm512_mask_cmpge_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    269  pub unsafe fn _mm256_cmpge_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    270  pub unsafe fn _mm256_mask_cmpge_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    271  pub unsafe fn _mm_cmpge_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    272  pub unsafe fn _mm_mask_cmpge_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    273  pub unsafe fn _mm512_cmpge_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    274  pub unsafe fn _mm512_mask_cmpge_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    275  pub unsafe fn _mm256_cmpge_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    276  pub unsafe fn _mm256_mask_cmpge_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    277  pub unsafe fn _mm_cmpge_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    278  pub unsafe fn _mm_mask_cmpge_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    279  pub unsafe fn _mm512_cmpeq_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    280  pub unsafe fn _mm512_mask_cmpeq_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    281  pub unsafe fn _mm256_cmpeq_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    282  pub unsafe fn _mm256_mask_cmpeq_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    283  pub unsafe fn _mm_cmpeq_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    284  pub unsafe fn _mm_mask_cmpeq_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    285  pub unsafe fn _mm512_cmpeq_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    286  pub unsafe fn _mm512_mask_cmpeq_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    287  pub unsafe fn _mm256_cmpeq_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    288  pub unsafe fn _mm256_mask_cmpeq_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    289  pub unsafe fn _mm_cmpeq_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    290  pub unsafe fn _mm_mask_cmpeq_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    291  pub unsafe fn _mm512_cmpeq_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    292  pub unsafe fn _mm512_mask_cmpeq_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    293  pub unsafe fn _mm256_cmpeq_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    294  pub unsafe fn _mm256_mask_cmpeq_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    295  pub unsafe fn _mm_cmpeq_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    296  pub unsafe fn _mm_mask_cmpeq_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    297  pub unsafe fn _mm512_cmpeq_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    298  pub unsafe fn _mm512_mask_cmpeq_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    299  pub unsafe fn _mm256_cmpeq_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    300  pub unsafe fn _mm256_mask_cmpeq_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    301  pub unsafe fn _mm_cmpeq_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    302  pub unsafe fn _mm_mask_cmpeq_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    303  pub unsafe fn _mm512_cmpneq_epu16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    304  pub unsafe fn _mm512_mask_cmpneq_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    305  pub unsafe fn _mm256_cmpneq_epu16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    306  pub unsafe fn _mm256_mask_cmpneq_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    307  pub unsafe fn _mm_cmpneq_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    308  pub unsafe fn _mm_mask_cmpneq_epu16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    309  pub unsafe fn _mm512_cmpneq_epu8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    310  pub unsafe fn _mm512_mask_cmpneq_epu8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    311  pub unsafe fn _mm256_cmpneq_epu8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    312  pub unsafe fn _mm256_mask_cmpneq_epu8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    313  pub unsafe fn _mm_cmpneq_epu8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    314  pub unsafe fn _mm_mask_cmpneq_epu8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    315  pub unsafe fn _mm512_cmpneq_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    316  pub unsafe fn _mm512_mask_cmpneq_epi16_mask(k1: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    317  pub unsafe fn _mm256_cmpneq_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    318  pub unsafe fn _mm256_mask_cmpneq_epi16_mask(k1: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    319  pub unsafe fn _mm_cmpneq_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    320  pub unsafe fn _mm_mask_cmpneq_epi16_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    321  pub unsafe fn _mm512_cmpneq_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    322  pub unsafe fn _mm512_mask_cmpneq_epi8_mask(k1: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    323  pub unsafe fn _mm256_cmpneq_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    324  pub unsafe fn _mm256_mask_cmpneq_epi8_mask(k1: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    325  pub unsafe fn _mm_cmpneq_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    326  pub unsafe fn _mm_mask_cmpneq_epi8_mask(k1: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    327  pub unsafe fn _mm512_cmp_epu16_mask<const IMM8: i32>(a: __m512i, b: __m512i) -> __mmask32 【】
    328  pub unsafe fn _mm512_mask_cmp_epu16_mask<const IMM8: i32>(
    329  pub unsafe fn _mm256_cmp_epu16_mask<const IMM8: i32>(a: __m256i, b: __m256i) -> __mmask16 【】
    330  pub unsafe fn _mm256_mask_cmp_epu16_mask<const IMM8: i32>(
    331  pub unsafe fn _mm_cmp_epu16_mask<const IMM8: i32>(a: __m128i, b: __m128i) -> __mmask8 【】
    332  pub unsafe fn _mm_mask_cmp_epu16_mask<const IMM8: i32>(
    333  pub unsafe fn _mm512_cmp_epu8_mask<const IMM8: i32>(a: __m512i, b: __m512i) -> __mmask64 【】
    334  pub unsafe fn _mm512_mask_cmp_epu8_mask<const IMM8: i32>(
    335  pub unsafe fn _mm256_cmp_epu8_mask<const IMM8: i32>(a: __m256i, b: __m256i) -> __mmask32 【】
    336  pub unsafe fn _mm256_mask_cmp_epu8_mask<const IMM8: i32>(
    337  pub unsafe fn _mm_cmp_epu8_mask<const IMM8: i32>(a: __m128i, b: __m128i) -> __mmask16 【】
    338  pub unsafe fn _mm_mask_cmp_epu8_mask<const IMM8: i32>(
    339  pub unsafe fn _mm512_cmp_epi16_mask<const IMM8: i32>(a: __m512i, b: __m512i) -> __mmask32 【】
    340  pub unsafe fn _mm512_mask_cmp_epi16_mask<const IMM8: i32>(
    341  pub unsafe fn _mm256_cmp_epi16_mask<const IMM8: i32>(a: __m256i, b: __m256i) -> __mmask16 【】
    342  pub unsafe fn _mm256_mask_cmp_epi16_mask<const IMM8: i32>(
    343  pub unsafe fn _mm_cmp_epi16_mask<const IMM8: i32>(a: __m128i, b: __m128i) -> __mmask8 【】
    344  pub unsafe fn _mm_mask_cmp_epi16_mask<const IMM8: i32>(
    345  pub unsafe fn _mm512_cmp_epi8_mask<const IMM8: i32>(a: __m512i, b: __m512i) -> __mmask64 【】
    346  pub unsafe fn _mm512_mask_cmp_epi8_mask<const IMM8: i32>(
    347  pub unsafe fn _mm256_cmp_epi8_mask<const IMM8: i32>(a: __m256i, b: __m256i) -> __mmask32 【】
    348  pub unsafe fn _mm256_mask_cmp_epi8_mask<const IMM8: i32>(
    349  pub unsafe fn _mm_cmp_epi8_mask<const IMM8: i32>(a: __m128i, b: __m128i) -> __mmask16 【】
    350  pub unsafe fn _mm_mask_cmp_epi8_mask<const IMM8: i32>(
    351  pub unsafe fn _mm512_loadu_epi16(mem_addr: *const i16) -> __m512i 【】
    352  pub unsafe fn _mm256_loadu_epi16(mem_addr: *const i16) -> __m256i 【】
    353  pub unsafe fn _mm_loadu_epi16(mem_addr: *const i16) -> __m128i 【】
    354  pub unsafe fn _mm512_loadu_epi8(mem_addr: *const i8) -> __m512i 【】
    355  pub unsafe fn _mm256_loadu_epi8(mem_addr: *const i8) -> __m256i 【】
    356  pub unsafe fn _mm_loadu_epi8(mem_addr: *const i8) -> __m128i 【】
    357  pub unsafe fn _mm512_storeu_epi16(mem_addr: *mut i16, a: __m512i) 【】
    358  pub unsafe fn _mm256_storeu_epi16(mem_addr: *mut i16, a: __m256i) 【】
    359  pub unsafe fn _mm_storeu_epi16(mem_addr: *mut i16, a: __m128i) 【】
    360  pub unsafe fn _mm512_storeu_epi8(mem_addr: *mut i8, a: __m512i) 【】
    361  pub unsafe fn _mm256_storeu_epi8(mem_addr: *mut i8, a: __m256i) 【】
    362  pub unsafe fn _mm_storeu_epi8(mem_addr: *mut i8, a: __m128i) 【】
    363  pub unsafe fn _mm512_mask_loadu_epi16(src: __m512i, k: __mmask32, mem_addr: *const i16) -> __m512i 【】
    364  pub unsafe fn _mm512_maskz_loadu_epi16(k: __mmask32, mem_addr: *const i16) -> __m512i 【】
    365  pub unsafe fn _mm512_mask_loadu_epi8(src: __m512i, k: __mmask64, mem_addr: *const i8) -> __m512i 【】
    366  pub unsafe fn _mm512_maskz_loadu_epi8(k: __mmask64, mem_addr: *const i8) -> __m512i 【】
    367  pub unsafe fn _mm256_mask_loadu_epi16(src: __m256i, k: __mmask16, mem_addr: *const i16) -> __m256i 【】
    368  pub unsafe fn _mm256_maskz_loadu_epi16(k: __mmask16, mem_addr: *const i16) -> __m256i 【】
    369  pub unsafe fn _mm256_mask_loadu_epi8(src: __m256i, k: __mmask32, mem_addr: *const i8) -> __m256i 【】
    370  pub unsafe fn _mm256_maskz_loadu_epi8(k: __mmask32, mem_addr: *const i8) -> __m256i 【】
    371  pub unsafe fn _mm_mask_loadu_epi16(src: __m128i, k: __mmask8, mem_addr: *const i16) -> __m128i 【】
    372  pub unsafe fn _mm_maskz_loadu_epi16(k: __mmask8, mem_addr: *const i16) -> __m128i 【】
    373  pub unsafe fn _mm_mask_loadu_epi8(src: __m128i, k: __mmask16, mem_addr: *const i8) -> __m128i 【】
    374  pub unsafe fn _mm_maskz_loadu_epi8(k: __mmask16, mem_addr: *const i8) -> __m128i 【】
    375  pub unsafe fn _mm512_mask_storeu_epi16(mem_addr: *mut i16, mask: __mmask32, a: __m512i) 【】
    376  pub unsafe fn _mm512_mask_storeu_epi8(mem_addr: *mut i8, mask: __mmask64, a: __m512i) 【】
    377  pub unsafe fn _mm256_mask_storeu_epi16(mem_addr: *mut i16, mask: __mmask16, a: __m256i) 【】
    378  pub unsafe fn _mm256_mask_storeu_epi8(mem_addr: *mut i8, mask: __mmask32, a: __m256i) 【】
    379  pub unsafe fn _mm_mask_storeu_epi16(mem_addr: *mut i16, mask: __mmask8, a: __m128i) 【】
    380  pub unsafe fn _mm_mask_storeu_epi8(mem_addr: *mut i8, mask: __mmask16, a: __m128i) 【】
    381  pub unsafe fn _mm512_madd_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    382  pub unsafe fn _mm512_mask_madd_epi16(
    383  pub unsafe fn _mm512_maskz_madd_epi16(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    384  pub unsafe fn _mm256_mask_madd_epi16(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    385  pub unsafe fn _mm256_maskz_madd_epi16(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    386  pub unsafe fn _mm_mask_madd_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    387  pub unsafe fn _mm_maskz_madd_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    388  pub unsafe fn _mm512_maddubs_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    389  pub unsafe fn _mm512_mask_maddubs_epi16(
    390  pub unsafe fn _mm512_maskz_maddubs_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    391  pub unsafe fn _mm256_mask_maddubs_epi16(
    392  pub unsafe fn _mm256_maskz_maddubs_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    393  pub unsafe fn _mm_mask_maddubs_epi16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    394  pub unsafe fn _mm_maskz_maddubs_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    395  pub unsafe fn _mm512_packs_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    396  pub unsafe fn _mm512_mask_packs_epi32(
    397  pub unsafe fn _mm512_maskz_packs_epi32(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    398  pub unsafe fn _mm256_mask_packs_epi32(
    399  pub unsafe fn _mm256_maskz_packs_epi32(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    400  pub unsafe fn _mm_mask_packs_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    401  pub unsafe fn _mm_maskz_packs_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    402  pub unsafe fn _mm512_packs_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    403  pub unsafe fn _mm512_mask_packs_epi16(
    404  pub unsafe fn _mm512_maskz_packs_epi16(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    405  pub unsafe fn _mm256_mask_packs_epi16(
    406  pub unsafe fn _mm256_maskz_packs_epi16(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    407  pub unsafe fn _mm_mask_packs_epi16(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    408  pub unsafe fn _mm_maskz_packs_epi16(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    409  pub unsafe fn _mm512_packus_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    410  pub unsafe fn _mm512_mask_packus_epi32(
    411  pub unsafe fn _mm512_maskz_packus_epi32(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    412  pub unsafe fn _mm256_mask_packus_epi32(
    413  pub unsafe fn _mm256_maskz_packus_epi32(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    414  pub unsafe fn _mm_mask_packus_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    415  pub unsafe fn _mm_maskz_packus_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    416  pub unsafe fn _mm512_packus_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    417  pub unsafe fn _mm512_mask_packus_epi16(
    418  pub unsafe fn _mm512_maskz_packus_epi16(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    419  pub unsafe fn _mm256_mask_packus_epi16(
    420  pub unsafe fn _mm256_maskz_packus_epi16(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    421  pub unsafe fn _mm_mask_packus_epi16(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    422  pub unsafe fn _mm_maskz_packus_epi16(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    423  pub unsafe fn _mm512_avg_epu16(a: __m512i, b: __m512i) -> __m512i 【】
    424  pub unsafe fn _mm512_mask_avg_epu16(src: __m512i, k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    425  pub unsafe fn _mm512_maskz_avg_epu16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    426  pub unsafe fn _mm256_mask_avg_epu16(src: __m256i, k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    427  pub unsafe fn _mm256_maskz_avg_epu16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    428  pub unsafe fn _mm_mask_avg_epu16(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    429  pub unsafe fn _mm_maskz_avg_epu16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    430  pub unsafe fn _mm512_avg_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    431  pub unsafe fn _mm512_mask_avg_epu8(src: __m512i, k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    432  pub unsafe fn _mm512_maskz_avg_epu8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    433  pub unsafe fn _mm256_mask_avg_epu8(src: __m256i, k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    434  pub unsafe fn _mm256_maskz_avg_epu8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    435  pub unsafe fn _mm_mask_avg_epu8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    436  pub unsafe fn _mm_maskz_avg_epu8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    437  pub unsafe fn _mm512_sll_epi16(a: __m512i, count: __m128i) -> __m512i 【】
    438  pub unsafe fn _mm512_mask_sll_epi16(
    439  pub unsafe fn _mm512_maskz_sll_epi16(k: __mmask32, a: __m512i, count: __m128i) -> __m512i 【】
    440  pub unsafe fn _mm256_mask_sll_epi16(
    441  pub unsafe fn _mm256_maskz_sll_epi16(k: __mmask16, a: __m256i, count: __m128i) -> __m256i 【】
    442  pub unsafe fn _mm_mask_sll_epi16(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    443  pub unsafe fn _mm_maskz_sll_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    444  pub unsafe fn _mm512_slli_epi16<const IMM8: u32>(a: __m512i) -> __m512i 【】
    445  pub unsafe fn _mm512_mask_slli_epi16<const IMM8: u32>(
    446  pub unsafe fn _mm512_maskz_slli_epi16<const IMM8: u32>(k: __mmask32, a: __m512i) -> __m512i 【】
    447  pub unsafe fn _mm256_mask_slli_epi16<const IMM8: u32>(
    448  pub unsafe fn _mm256_maskz_slli_epi16<const IMM8: u32>(k: __mmask16, a: __m256i) -> __m256i 【】
    449  pub unsafe fn _mm_mask_slli_epi16<const IMM8: u32>(
    450  pub unsafe fn _mm_maskz_slli_epi16<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    451  pub unsafe fn _mm512_sllv_epi16(a: __m512i, count: __m512i) -> __m512i 【】
    452  pub unsafe fn _mm512_mask_sllv_epi16(
    453  pub unsafe fn _mm512_maskz_sllv_epi16(k: __mmask32, a: __m512i, count: __m512i) -> __m512i 【】
    454  pub unsafe fn _mm256_sllv_epi16(a: __m256i, count: __m256i) -> __m256i 【】
    455  pub unsafe fn _mm256_mask_sllv_epi16(
    456  pub unsafe fn _mm256_maskz_sllv_epi16(k: __mmask16, a: __m256i, count: __m256i) -> __m256i 【】
    457  pub unsafe fn _mm_sllv_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    458  pub unsafe fn _mm_mask_sllv_epi16(
    459  pub unsafe fn _mm_maskz_sllv_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    460  pub unsafe fn _mm512_srl_epi16(a: __m512i, count: __m128i) -> __m512i 【】
    461  pub unsafe fn _mm512_mask_srl_epi16(
    462  pub unsafe fn _mm512_maskz_srl_epi16(k: __mmask32, a: __m512i, count: __m128i) -> __m512i 【】
    463  pub unsafe fn _mm256_mask_srl_epi16(
    464  pub unsafe fn _mm256_maskz_srl_epi16(k: __mmask16, a: __m256i, count: __m128i) -> __m256i 【】
    465  pub unsafe fn _mm_mask_srl_epi16(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    466  pub unsafe fn _mm_maskz_srl_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    467  pub unsafe fn _mm512_srli_epi16<const IMM8: u32>(a: __m512i) -> __m512i 【】
    468  pub unsafe fn _mm512_mask_srli_epi16<const IMM8: u32>(
    469  pub unsafe fn _mm512_maskz_srli_epi16<const IMM8: i32>(k: __mmask32, a: __m512i) -> __m512i 【】
    470  pub unsafe fn _mm256_mask_srli_epi16<const IMM8: i32>(
    471  pub unsafe fn _mm256_maskz_srli_epi16<const IMM8: i32>(k: __mmask16, a: __m256i) -> __m256i 【】
    472  pub unsafe fn _mm_mask_srli_epi16<const IMM8: i32>(
    473  pub unsafe fn _mm_maskz_srli_epi16<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    474  pub unsafe fn _mm512_srlv_epi16(a: __m512i, count: __m512i) -> __m512i 【】
    475  pub unsafe fn _mm512_mask_srlv_epi16(
    476  pub unsafe fn _mm512_maskz_srlv_epi16(k: __mmask32, a: __m512i, count: __m512i) -> __m512i 【】
    477  pub unsafe fn _mm256_srlv_epi16(a: __m256i, count: __m256i) -> __m256i 【】
    478  pub unsafe fn _mm256_mask_srlv_epi16(
    479  pub unsafe fn _mm256_maskz_srlv_epi16(k: __mmask16, a: __m256i, count: __m256i) -> __m256i 【】
    480  pub unsafe fn _mm_srlv_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    481  pub unsafe fn _mm_mask_srlv_epi16(
    482  pub unsafe fn _mm_maskz_srlv_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    483  pub unsafe fn _mm512_sra_epi16(a: __m512i, count: __m128i) -> __m512i 【】
    484  pub unsafe fn _mm512_mask_sra_epi16(
    485  pub unsafe fn _mm512_maskz_sra_epi16(k: __mmask32, a: __m512i, count: __m128i) -> __m512i 【】
    486  pub unsafe fn _mm256_mask_sra_epi16(
    487  pub unsafe fn _mm256_maskz_sra_epi16(k: __mmask16, a: __m256i, count: __m128i) -> __m256i 【】
    488  pub unsafe fn _mm_mask_sra_epi16(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    489  pub unsafe fn _mm_maskz_sra_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    490  pub unsafe fn _mm512_srai_epi16<const IMM8: u32>(a: __m512i) -> __m512i 【】
    491  pub unsafe fn _mm512_mask_srai_epi16<const IMM8: u32>(
    492  pub unsafe fn _mm512_maskz_srai_epi16<const IMM8: u32>(k: __mmask32, a: __m512i) -> __m512i 【】
    493  pub unsafe fn _mm256_mask_srai_epi16<const IMM8: u32>(
    494  pub unsafe fn _mm256_maskz_srai_epi16<const IMM8: u32>(k: __mmask16, a: __m256i) -> __m256i 【】
    495  pub unsafe fn _mm_mask_srai_epi16<const IMM8: u32>(
    496  pub unsafe fn _mm_maskz_srai_epi16<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    497  pub unsafe fn _mm512_srav_epi16(a: __m512i, count: __m512i) -> __m512i 【】
    498  pub unsafe fn _mm512_mask_srav_epi16(
    499  pub unsafe fn _mm512_maskz_srav_epi16(k: __mmask32, a: __m512i, count: __m512i) -> __m512i 【】
    500  pub unsafe fn _mm256_srav_epi16(a: __m256i, count: __m256i) -> __m256i 【】
    501  pub unsafe fn _mm256_mask_srav_epi16(
    502  pub unsafe fn _mm256_maskz_srav_epi16(k: __mmask16, a: __m256i, count: __m256i) -> __m256i 【】
    503  pub unsafe fn _mm_srav_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    504  pub unsafe fn _mm_mask_srav_epi16(
    505  pub unsafe fn _mm_maskz_srav_epi16(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    506  pub unsafe fn _mm512_permutex2var_epi16(a: __m512i, idx: __m512i, b: __m512i) -> __m512i 【】
    507  pub unsafe fn _mm512_mask_permutex2var_epi16(
    508  pub unsafe fn _mm512_maskz_permutex2var_epi16(
    509  pub unsafe fn _mm512_mask2_permutex2var_epi16(
    510  pub unsafe fn _mm256_permutex2var_epi16(a: __m256i, idx: __m256i, b: __m256i) -> __m256i 【】
    511  pub unsafe fn _mm256_mask_permutex2var_epi16(
    512  pub unsafe fn _mm256_maskz_permutex2var_epi16(
    513  pub unsafe fn _mm256_mask2_permutex2var_epi16(
    514  pub unsafe fn _mm_permutex2var_epi16(a: __m128i, idx: __m128i, b: __m128i) -> __m128i 【】
    515  pub unsafe fn _mm_mask_permutex2var_epi16(
    516  pub unsafe fn _mm_maskz_permutex2var_epi16(
    517  pub unsafe fn _mm_mask2_permutex2var_epi16(
    518  pub unsafe fn _mm512_permutexvar_epi16(idx: __m512i, a: __m512i) -> __m512i 【】
    519  pub unsafe fn _mm512_mask_permutexvar_epi16(
    520  pub unsafe fn _mm512_maskz_permutexvar_epi16(k: __mmask32, idx: __m512i, a: __m512i) -> __m512i 【】
    521  pub unsafe fn _mm256_permutexvar_epi16(idx: __m256i, a: __m256i) -> __m256i 【】
    522  pub unsafe fn _mm256_mask_permutexvar_epi16(
    523  pub unsafe fn _mm256_maskz_permutexvar_epi16(k: __mmask16, idx: __m256i, a: __m256i) -> __m256i 【】
    524  pub unsafe fn _mm_permutexvar_epi16(idx: __m128i, a: __m128i) -> __m128i 【】
    525  pub unsafe fn _mm_mask_permutexvar_epi16(
    526  pub unsafe fn _mm_maskz_permutexvar_epi16(k: __mmask8, idx: __m128i, a: __m128i) -> __m128i 【】
    527  pub unsafe fn _mm512_mask_blend_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    528  pub unsafe fn _mm256_mask_blend_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    529  pub unsafe fn _mm_mask_blend_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    530  pub unsafe fn _mm512_mask_blend_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    531  pub unsafe fn _mm256_mask_blend_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    532  pub unsafe fn _mm_mask_blend_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    533  pub unsafe fn _mm512_broadcastw_epi16(a: __m128i) -> __m512i 【】
    534  pub unsafe fn _mm512_mask_broadcastw_epi16(src: __m512i, k: __mmask32, a: __m128i) -> __m512i 【】
    535  pub unsafe fn _mm512_maskz_broadcastw_epi16(k: __mmask32, a: __m128i) -> __m512i 【】
    536  pub unsafe fn _mm256_mask_broadcastw_epi16(src: __m256i, k: __mmask16, a: __m128i) -> __m256i 【】
    537  pub unsafe fn _mm256_maskz_broadcastw_epi16(k: __mmask16, a: __m128i) -> __m256i 【】
    538  pub unsafe fn _mm_mask_broadcastw_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    539  pub unsafe fn _mm_maskz_broadcastw_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    540  pub unsafe fn _mm512_broadcastb_epi8(a: __m128i) -> __m512i 【】
    541  pub unsafe fn _mm512_mask_broadcastb_epi8(src: __m512i, k: __mmask64, a: __m128i) -> __m512i 【】
    542  pub unsafe fn _mm512_maskz_broadcastb_epi8(k: __mmask64, a: __m128i) -> __m512i 【】
    543  pub unsafe fn _mm256_mask_broadcastb_epi8(src: __m256i, k: __mmask32, a: __m128i) -> __m256i 【】
    544  pub unsafe fn _mm256_maskz_broadcastb_epi8(k: __mmask32, a: __m128i) -> __m256i 【】
    545  pub unsafe fn _mm_mask_broadcastb_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    546  pub unsafe fn _mm_maskz_broadcastb_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    547  pub unsafe fn _mm512_unpackhi_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    548  pub unsafe fn _mm512_mask_unpackhi_epi16(
    549  pub unsafe fn _mm512_maskz_unpackhi_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    550  pub unsafe fn _mm256_mask_unpackhi_epi16(
    551  pub unsafe fn _mm256_maskz_unpackhi_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    552  pub unsafe fn _mm_mask_unpackhi_epi16(
    553  pub unsafe fn _mm_maskz_unpackhi_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    554  pub unsafe fn _mm512_unpackhi_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    555  pub unsafe fn _mm512_mask_unpackhi_epi8(
    556  pub unsafe fn _mm512_maskz_unpackhi_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    557  pub unsafe fn _mm256_mask_unpackhi_epi8(
    558  pub unsafe fn _mm256_maskz_unpackhi_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    559  pub unsafe fn _mm_mask_unpackhi_epi8(
    560  pub unsafe fn _mm_maskz_unpackhi_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    561  pub unsafe fn _mm512_unpacklo_epi16(a: __m512i, b: __m512i) -> __m512i 【】
    562  pub unsafe fn _mm512_mask_unpacklo_epi16(
    563  pub unsafe fn _mm512_maskz_unpacklo_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __m512i 【】
    564  pub unsafe fn _mm256_mask_unpacklo_epi16(
    565  pub unsafe fn _mm256_maskz_unpacklo_epi16(k: __mmask16, a: __m256i, b: __m256i) -> __m256i 【】
    566  pub unsafe fn _mm_mask_unpacklo_epi16(
    567  pub unsafe fn _mm_maskz_unpacklo_epi16(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    568  pub unsafe fn _mm512_unpacklo_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    569  pub unsafe fn _mm512_mask_unpacklo_epi8(
    570  pub unsafe fn _mm512_maskz_unpacklo_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    571  pub unsafe fn _mm256_mask_unpacklo_epi8(
    572  pub unsafe fn _mm256_maskz_unpacklo_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    573  pub unsafe fn _mm_mask_unpacklo_epi8(
    574  pub unsafe fn _mm_maskz_unpacklo_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    575  pub unsafe fn _mm512_mask_mov_epi16(src: __m512i, k: __mmask32, a: __m512i) -> __m512i 【】
    576  pub unsafe fn _mm512_maskz_mov_epi16(k: __mmask32, a: __m512i) -> __m512i 【】
    577  pub unsafe fn _mm256_mask_mov_epi16(src: __m256i, k: __mmask16, a: __m256i) -> __m256i 【】
    578  pub unsafe fn _mm256_maskz_mov_epi16(k: __mmask16, a: __m256i) -> __m256i 【】
    579  pub unsafe fn _mm_mask_mov_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    580  pub unsafe fn _mm_maskz_mov_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    581  pub unsafe fn _mm512_mask_mov_epi8(src: __m512i, k: __mmask64, a: __m512i) -> __m512i 【】
    582  pub unsafe fn _mm512_maskz_mov_epi8(k: __mmask64, a: __m512i) -> __m512i 【】
    583  pub unsafe fn _mm256_mask_mov_epi8(src: __m256i, k: __mmask32, a: __m256i) -> __m256i 【】
    584  pub unsafe fn _mm256_maskz_mov_epi8(k: __mmask32, a: __m256i) -> __m256i 【】
    585  pub unsafe fn _mm_mask_mov_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    586  pub unsafe fn _mm_maskz_mov_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    587  pub unsafe fn _mm512_mask_set1_epi16(src: __m512i, k: __mmask32, a: i16) -> __m512i 【】
    588  pub unsafe fn _mm512_maskz_set1_epi16(k: __mmask32, a: i16) -> __m512i 【】
    589  pub unsafe fn _mm256_mask_set1_epi16(src: __m256i, k: __mmask16, a: i16) -> __m256i 【】
    590  pub unsafe fn _mm256_maskz_set1_epi16(k: __mmask16, a: i16) -> __m256i 【】
    591  pub unsafe fn _mm_mask_set1_epi16(src: __m128i, k: __mmask8, a: i16) -> __m128i 【】
    592  pub unsafe fn _mm_maskz_set1_epi16(k: __mmask8, a: i16) -> __m128i 【】
    593  pub unsafe fn _mm512_mask_set1_epi8(src: __m512i, k: __mmask64, a: i8) -> __m512i 【】
    594  pub unsafe fn _mm512_maskz_set1_epi8(k: __mmask64, a: i8) -> __m512i 【】
    595  pub unsafe fn _mm256_mask_set1_epi8(src: __m256i, k: __mmask32, a: i8) -> __m256i 【】
    596  pub unsafe fn _mm256_maskz_set1_epi8(k: __mmask32, a: i8) -> __m256i 【】
    597  pub unsafe fn _mm_mask_set1_epi8(src: __m128i, k: __mmask16, a: i8) -> __m128i 【】
    598  pub unsafe fn _mm_maskz_set1_epi8(k: __mmask16, a: i8) -> __m128i 【】
    599  pub unsafe fn _mm512_shufflelo_epi16<const IMM8: i32>(a: __m512i) -> __m512i 【】
    600  pub unsafe fn _mm512_mask_shufflelo_epi16<const IMM8: i32>(
    601  pub unsafe fn _mm512_maskz_shufflelo_epi16<const IMM8: i32>(k: __mmask32, a: __m512i) -> __m512i 【】
    602  pub unsafe fn _mm256_mask_shufflelo_epi16<const IMM8: i32>(
    603  pub unsafe fn _mm256_maskz_shufflelo_epi16<const IMM8: i32>(k: __mmask16, a: __m256i) -> __m256i 【】
    604  pub unsafe fn _mm_mask_shufflelo_epi16<const IMM8: i32>(
    605  pub unsafe fn _mm_maskz_shufflelo_epi16<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    606  pub unsafe fn _mm512_shufflehi_epi16<const IMM8: i32>(a: __m512i) -> __m512i 【】
    607  pub unsafe fn _mm512_mask_shufflehi_epi16<const IMM8: i32>(
    608  pub unsafe fn _mm512_maskz_shufflehi_epi16<const IMM8: i32>(k: __mmask32, a: __m512i) -> __m512i 【】
    609  pub unsafe fn _mm256_mask_shufflehi_epi16<const IMM8: i32>(
    610  pub unsafe fn _mm256_maskz_shufflehi_epi16<const IMM8: i32>(k: __mmask16, a: __m256i) -> __m256i 【】
    611  pub unsafe fn _mm_mask_shufflehi_epi16<const IMM8: i32>(
    612  pub unsafe fn _mm_maskz_shufflehi_epi16<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    613  pub unsafe fn _mm512_shuffle_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    614  pub unsafe fn _mm512_mask_shuffle_epi8(
    615  pub unsafe fn _mm512_maskz_shuffle_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    616  pub unsafe fn _mm256_mask_shuffle_epi8(
    617  pub unsafe fn _mm256_maskz_shuffle_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    618  pub unsafe fn _mm_mask_shuffle_epi8(src: __m128i, k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    619  pub unsafe fn _mm_maskz_shuffle_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    620  pub unsafe fn _mm512_test_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    621  pub unsafe fn _mm512_mask_test_epi16_mask(k: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    622  pub unsafe fn _mm256_test_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    623  pub unsafe fn _mm256_mask_test_epi16_mask(k: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    624  pub unsafe fn _mm_test_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    625  pub unsafe fn _mm_mask_test_epi16_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    626  pub unsafe fn _mm512_test_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    627  pub unsafe fn _mm512_mask_test_epi8_mask(k: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    628  pub unsafe fn _mm256_test_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    629  pub unsafe fn _mm256_mask_test_epi8_mask(k: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    630  pub unsafe fn _mm_test_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    631  pub unsafe fn _mm_mask_test_epi8_mask(k: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    632  pub unsafe fn _mm512_testn_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 【】
    633  pub unsafe fn _mm512_mask_testn_epi16_mask(k: __mmask32, a: __m512i, b: __m512i) -> __mmask32 【】
    634  pub unsafe fn _mm256_testn_epi16_mask(a: __m256i, b: __m256i) -> __mmask16 【】
    635  pub unsafe fn _mm256_mask_testn_epi16_mask(k: __mmask16, a: __m256i, b: __m256i) -> __mmask16 【】
    636  pub unsafe fn _mm_testn_epi16_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    637  pub unsafe fn _mm_mask_testn_epi16_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    638  pub unsafe fn _mm512_testn_epi8_mask(a: __m512i, b: __m512i) -> __mmask64 【】
    639  pub unsafe fn _mm512_mask_testn_epi8_mask(k: __mmask64, a: __m512i, b: __m512i) -> __mmask64 【】
    640  pub unsafe fn _mm256_testn_epi8_mask(a: __m256i, b: __m256i) -> __mmask32 【】
    641  pub unsafe fn _mm256_mask_testn_epi8_mask(k: __mmask32, a: __m256i, b: __m256i) -> __mmask32 【】
    642  pub unsafe fn _mm_testn_epi8_mask(a: __m128i, b: __m128i) -> __mmask16 【】
    643  pub unsafe fn _mm_mask_testn_epi8_mask(k: __mmask16, a: __m128i, b: __m128i) -> __mmask16 【】
    644  pub unsafe fn _store_mask64(mem_addr: *mut u64, a: __mmask64) 【】
    645  pub unsafe fn _store_mask32(mem_addr: *mut u32, a: __mmask32) 【】
    646  pub unsafe fn _load_mask64(mem_addr: *const u64) -> __mmask64 【】
    647  pub unsafe fn _load_mask32(mem_addr: *const u32) -> __mmask32 【】
    648  pub unsafe fn _mm512_sad_epu8(a: __m512i, b: __m512i) -> __m512i 【】
    649  pub unsafe fn _mm512_dbsad_epu8<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    650  pub unsafe fn _mm512_mask_dbsad_epu8<const IMM8: i32>(
    651  pub unsafe fn _mm512_maskz_dbsad_epu8<const IMM8: i32>(
    652  pub unsafe fn _mm256_dbsad_epu8<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    653  pub unsafe fn _mm256_mask_dbsad_epu8<const IMM8: i32>(
    654  pub unsafe fn _mm256_maskz_dbsad_epu8<const IMM8: i32>(
    655  pub unsafe fn _mm_dbsad_epu8<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    656  pub unsafe fn _mm_mask_dbsad_epu8<const IMM8: i32>(
    657  pub unsafe fn _mm_maskz_dbsad_epu8<const IMM8: i32>(
    658  pub unsafe fn _mm512_movepi16_mask(a: __m512i) -> __mmask32 【】
    659  pub unsafe fn _mm256_movepi16_mask(a: __m256i) -> __mmask16 【】
    660  pub unsafe fn _mm_movepi16_mask(a: __m128i) -> __mmask8 【】
    661  pub unsafe fn _mm512_movepi8_mask(a: __m512i) -> __mmask64 【】
    662  pub unsafe fn _mm256_movepi8_mask(a: __m256i) -> __mmask32 【】
    663  pub unsafe fn _mm_movepi8_mask(a: __m128i) -> __mmask16 【】
    664  pub unsafe fn _mm512_movm_epi16(k: __mmask32) -> __m512i 【】
    665  pub unsafe fn _mm256_movm_epi16(k: __mmask16) -> __m256i 【】
    666  pub unsafe fn _mm_movm_epi16(k: __mmask8) -> __m128i 【】
    667  pub unsafe fn _mm512_movm_epi8(k: __mmask64) -> __m512i 【】
    668  pub unsafe fn _mm256_movm_epi8(k: __mmask32) -> __m256i 【】
    669  pub unsafe fn _mm_movm_epi8(k: __mmask16) -> __m128i 【】
    670  pub unsafe fn _kadd_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    671  pub unsafe fn _kadd_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    672  pub unsafe fn _kand_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    673  pub unsafe fn _kand_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    674  pub unsafe fn _knot_mask32(a: __mmask32) -> __mmask32 【】
    675  pub unsafe fn _knot_mask64(a: __mmask64) -> __mmask64 【】
    676  pub unsafe fn _kandn_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    677  pub unsafe fn _kandn_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    678  pub unsafe fn _kor_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    679  pub unsafe fn _kor_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    680  pub unsafe fn _kxor_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    681  pub unsafe fn _kxor_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    682  pub unsafe fn _kxnor_mask32(a: __mmask32, b: __mmask32) -> __mmask32 【】
    683  pub unsafe fn _kxnor_mask64(a: __mmask64, b: __mmask64) -> __mmask64 【】
    684  pub unsafe fn _mm512_cvtepi16_epi8(a: __m512i) -> __m256i 【】
    685  pub unsafe fn _mm512_mask_cvtepi16_epi8(src: __m256i, k: __mmask32, a: __m512i) -> __m256i 【】
    686  pub unsafe fn _mm512_maskz_cvtepi16_epi8(k: __mmask32, a: __m512i) -> __m256i 【】
    687  pub unsafe fn _mm256_cvtepi16_epi8(a: __m256i) -> __m128i 【】
    688  pub unsafe fn _mm256_mask_cvtepi16_epi8(src: __m128i, k: __mmask16, a: __m256i) -> __m128i 【】
    689  pub unsafe fn _mm256_maskz_cvtepi16_epi8(k: __mmask16, a: __m256i) -> __m128i 【】
    690  pub unsafe fn _mm_cvtepi16_epi8(a: __m128i) -> __m128i 【】
    691  pub unsafe fn _mm_mask_cvtepi16_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    692  pub unsafe fn _mm_maskz_cvtepi16_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    693  pub unsafe fn _mm512_cvtsepi16_epi8(a: __m512i) -> __m256i 【】
    694  pub unsafe fn _mm512_mask_cvtsepi16_epi8(src: __m256i, k: __mmask32, a: __m512i) -> __m256i 【】
    695  pub unsafe fn _mm512_maskz_cvtsepi16_epi8(k: __mmask32, a: __m512i) -> __m256i 【】
    696  pub unsafe fn _mm256_cvtsepi16_epi8(a: __m256i) -> __m128i 【】
    697  pub unsafe fn _mm256_mask_cvtsepi16_epi8(src: __m128i, k: __mmask16, a: __m256i) -> __m128i 【】
    698  pub unsafe fn _mm256_maskz_cvtsepi16_epi8(k: __mmask16, a: __m256i) -> __m128i 【】
    699  pub unsafe fn _mm_cvtsepi16_epi8(a: __m128i) -> __m128i 【】
    700  pub unsafe fn _mm_mask_cvtsepi16_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    701  pub unsafe fn _mm_maskz_cvtsepi16_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    702  pub unsafe fn _mm512_cvtusepi16_epi8(a: __m512i) -> __m256i 【】
    703  pub unsafe fn _mm512_mask_cvtusepi16_epi8(src: __m256i, k: __mmask32, a: __m512i) -> __m256i 【】
    704  pub unsafe fn _mm512_maskz_cvtusepi16_epi8(k: __mmask32, a: __m512i) -> __m256i 【】
    705  pub unsafe fn _mm256_cvtusepi16_epi8(a: __m256i) -> __m128i 【】
    706  pub unsafe fn _mm256_mask_cvtusepi16_epi8(src: __m128i, k: __mmask16, a: __m256i) -> __m128i 【】
    707  pub unsafe fn _mm256_maskz_cvtusepi16_epi8(k: __mmask16, a: __m256i) -> __m128i 【】
    708  pub unsafe fn _mm_cvtusepi16_epi8(a: __m128i) -> __m128i 【】
    709  pub unsafe fn _mm_mask_cvtusepi16_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    710  pub unsafe fn _mm_maskz_cvtusepi16_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    711  pub unsafe fn _mm512_cvtepi8_epi16(a: __m256i) -> __m512i 【】
    712  pub unsafe fn _mm512_mask_cvtepi8_epi16(src: __m512i, k: __mmask32, a: __m256i) -> __m512i 【】
    713  pub unsafe fn _mm512_maskz_cvtepi8_epi16(k: __mmask32, a: __m256i) -> __m512i 【】
    714  pub unsafe fn _mm256_mask_cvtepi8_epi16(src: __m256i, k: __mmask16, a: __m128i) -> __m256i 【】
    715  pub unsafe fn _mm256_maskz_cvtepi8_epi16(k: __mmask16, a: __m128i) -> __m256i 【】
    716  pub unsafe fn _mm_mask_cvtepi8_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    717  pub unsafe fn _mm_maskz_cvtepi8_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    718  pub unsafe fn _mm512_cvtepu8_epi16(a: __m256i) -> __m512i 【】
    719  pub unsafe fn _mm512_mask_cvtepu8_epi16(src: __m512i, k: __mmask32, a: __m256i) -> __m512i 【】
    720  pub unsafe fn _mm512_maskz_cvtepu8_epi16(k: __mmask32, a: __m256i) -> __m512i 【】
    721  pub unsafe fn _mm256_mask_cvtepu8_epi16(src: __m256i, k: __mmask16, a: __m128i) -> __m256i 【】
    722  pub unsafe fn _mm256_maskz_cvtepu8_epi16(k: __mmask16, a: __m128i) -> __m256i 【】
    723  pub unsafe fn _mm_mask_cvtepu8_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    724  pub unsafe fn _mm_maskz_cvtepu8_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    725  pub unsafe fn _mm512_bslli_epi128<const IMM8: i32>(a: __m512i) -> __m512i 【】
    726  pub unsafe fn _mm512_bsrli_epi128<const IMM8: i32>(a: __m512i) -> __m512i 【】
    727  pub unsafe fn _mm512_alignr_epi8<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    728  pub unsafe fn _mm512_mask_alignr_epi8<const IMM8: i32>(
    729  pub unsafe fn _mm512_maskz_alignr_epi8<const IMM8: i32>(
    730  pub unsafe fn _mm256_mask_alignr_epi8<const IMM8: i32>(
    731  pub unsafe fn _mm256_maskz_alignr_epi8<const IMM8: i32>(
    732  pub unsafe fn _mm_mask_alignr_epi8<const IMM8: i32>(
    733  pub unsafe fn _mm_maskz_alignr_epi8<const IMM8: i32>(
    734  pub unsafe fn _mm512_mask_cvtsepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask32, a: __m512i) 【】
    735  pub unsafe fn _mm256_mask_cvtsepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m256i) 【】
    736  pub unsafe fn _mm_mask_cvtsepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    737  pub unsafe fn _mm512_mask_cvtepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask32, a: __m512i) 【】
    738  pub unsafe fn _mm256_mask_cvtepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m256i) 【】
    739  pub unsafe fn _mm_mask_cvtepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    740  pub unsafe fn _mm512_mask_cvtusepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask32, a: __m512i) 【】
    741  pub unsafe fn _mm256_mask_cvtusepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m256i) 【】
    742  pub unsafe fn _mm_mask_cvtusepi16_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512cd.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_broadcastmw_epi32(k: __mmask16) -> __m512i 【】
    2  pub unsafe fn _mm256_broadcastmw_epi32(k: __mmask16) -> __m256i 【】
    3  pub unsafe fn _mm_broadcastmw_epi32(k: __mmask16) -> __m128i 【】
    4  pub unsafe fn _mm512_broadcastmb_epi64(k: __mmask8) -> __m512i 【】
    5  pub unsafe fn _mm256_broadcastmb_epi64(k: __mmask8) -> __m256i 【】
    6  pub unsafe fn _mm_broadcastmb_epi64(k: __mmask8) -> __m128i 【】
    7  pub unsafe fn _mm512_conflict_epi32(a: __m512i) -> __m512i 【】
    8  pub unsafe fn _mm512_mask_conflict_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    9  pub unsafe fn _mm512_maskz_conflict_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    10  pub unsafe fn _mm256_conflict_epi32(a: __m256i) -> __m256i 【】
    11  pub unsafe fn _mm256_mask_conflict_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    12  pub unsafe fn _mm256_maskz_conflict_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    13  pub unsafe fn _mm_conflict_epi32(a: __m128i) -> __m128i 【】
    14  pub unsafe fn _mm_mask_conflict_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    15  pub unsafe fn _mm_maskz_conflict_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    16  pub unsafe fn _mm512_conflict_epi64(a: __m512i) -> __m512i 【】
    17  pub unsafe fn _mm512_mask_conflict_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    18  pub unsafe fn _mm512_maskz_conflict_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    19  pub unsafe fn _mm256_conflict_epi64(a: __m256i) -> __m256i 【】
    20  pub unsafe fn _mm256_mask_conflict_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    21  pub unsafe fn _mm256_maskz_conflict_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    22  pub unsafe fn _mm_conflict_epi64(a: __m128i) -> __m128i 【】
    23  pub unsafe fn _mm_mask_conflict_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm_maskz_conflict_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    25  pub unsafe fn _mm512_lzcnt_epi32(a: __m512i) -> __m512i 【】
    26  pub unsafe fn _mm512_mask_lzcnt_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    27  pub unsafe fn _mm512_maskz_lzcnt_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    28  pub unsafe fn _mm256_lzcnt_epi32(a: __m256i) -> __m256i 【】
    29  pub unsafe fn _mm256_mask_lzcnt_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    30  pub unsafe fn _mm256_maskz_lzcnt_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    31  pub unsafe fn _mm_lzcnt_epi32(a: __m128i) -> __m128i 【】
    32  pub unsafe fn _mm_mask_lzcnt_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    33  pub unsafe fn _mm_maskz_lzcnt_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    34  pub unsafe fn _mm512_lzcnt_epi64(a: __m512i) -> __m512i 【】
    35  pub unsafe fn _mm512_mask_lzcnt_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    36  pub unsafe fn _mm512_maskz_lzcnt_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    37  pub unsafe fn _mm256_lzcnt_epi64(a: __m256i) -> __m256i 【】
    38  pub unsafe fn _mm256_mask_lzcnt_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    39  pub unsafe fn _mm256_maskz_lzcnt_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    40  pub unsafe fn _mm_lzcnt_epi64(a: __m128i) -> __m128i 【】
    41  pub unsafe fn _mm_mask_lzcnt_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    42  pub unsafe fn _mm_maskz_lzcnt_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512f.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_abs_epi32(a: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_mask_abs_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    3  pub unsafe fn _mm512_maskz_abs_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    4  pub unsafe fn _mm256_mask_abs_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_maskz_abs_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm_mask_abs_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    7  pub unsafe fn _mm_maskz_abs_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm512_abs_epi64(a: __m512i) -> __m512i 【】
    9  pub unsafe fn _mm512_mask_abs_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    10  pub unsafe fn _mm512_maskz_abs_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm256_abs_epi64(a: __m256i) -> __m256i 【】
    12  pub unsafe fn _mm256_mask_abs_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    13  pub unsafe fn _mm256_maskz_abs_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm512_abs_ps(v2: __m512) -> __m512 【】
    15  pub unsafe fn _mm512_mask_abs_ps(src: __m512, k: __mmask16, v2: __m512) -> __m512 【】
    16  pub unsafe fn _mm512_abs_pd(v2: __m512d) -> __m512d 【】
    17  pub unsafe fn _mm512_mask_abs_pd(src: __m512d, k: __mmask8, v2: __m512d) -> __m512d 【】
    18  pub unsafe fn _mm512_mask_mov_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    19  pub unsafe fn _mm512_maskz_mov_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    20  pub unsafe fn _mm256_mask_mov_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    21  pub unsafe fn _mm256_maskz_mov_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    22  pub unsafe fn _mm_mask_mov_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    23  pub unsafe fn _mm_maskz_mov_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm512_mask_mov_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    25  pub unsafe fn _mm512_maskz_mov_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    26  pub unsafe fn _mm256_mask_mov_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    27  pub unsafe fn _mm256_maskz_mov_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    28  pub unsafe fn _mm_mask_mov_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    29  pub unsafe fn _mm_maskz_mov_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    30  pub unsafe fn _mm512_mask_mov_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    31  pub unsafe fn _mm512_maskz_mov_ps(k: __mmask16, a: __m512) -> __m512 【】
    32  pub unsafe fn _mm256_mask_mov_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    33  pub unsafe fn _mm256_maskz_mov_ps(k: __mmask8, a: __m256) -> __m256 【】
    34  pub unsafe fn _mm_mask_mov_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    35  pub unsafe fn _mm_maskz_mov_ps(k: __mmask8, a: __m128) -> __m128 【】
    36  pub unsafe fn _mm512_mask_mov_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    37  pub unsafe fn _mm512_maskz_mov_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    38  pub unsafe fn _mm256_mask_mov_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    39  pub unsafe fn _mm256_maskz_mov_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    40  pub unsafe fn _mm_mask_mov_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    41  pub unsafe fn _mm_maskz_mov_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    42  pub unsafe fn _mm512_add_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    43  pub unsafe fn _mm512_mask_add_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    44  pub unsafe fn _mm512_maskz_add_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    45  pub unsafe fn _mm256_mask_add_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    46  pub unsafe fn _mm256_maskz_add_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    47  pub unsafe fn _mm_mask_add_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    48  pub unsafe fn _mm_maskz_add_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    49  pub unsafe fn _mm512_add_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    50  pub unsafe fn _mm512_mask_add_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    51  pub unsafe fn _mm512_maskz_add_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    52  pub unsafe fn _mm256_mask_add_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    53  pub unsafe fn _mm256_maskz_add_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    54  pub unsafe fn _mm_mask_add_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    55  pub unsafe fn _mm_maskz_add_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    56  pub unsafe fn _mm512_add_ps(a: __m512, b: __m512) -> __m512 【】
    57  pub unsafe fn _mm512_mask_add_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    58  pub unsafe fn _mm512_maskz_add_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    59  pub unsafe fn _mm256_mask_add_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    60  pub unsafe fn _mm256_maskz_add_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    61  pub unsafe fn _mm_mask_add_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    62  pub unsafe fn _mm_maskz_add_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    63  pub unsafe fn _mm512_add_pd(a: __m512d, b: __m512d) -> __m512d 【】
    64  pub unsafe fn _mm512_mask_add_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    65  pub unsafe fn _mm512_maskz_add_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    66  pub unsafe fn _mm256_mask_add_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    67  pub unsafe fn _mm256_maskz_add_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    68  pub unsafe fn _mm_mask_add_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    69  pub unsafe fn _mm_maskz_add_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    70  pub unsafe fn _mm512_sub_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    71  pub unsafe fn _mm512_mask_sub_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    72  pub unsafe fn _mm512_maskz_sub_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    73  pub unsafe fn _mm256_mask_sub_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    74  pub unsafe fn _mm256_maskz_sub_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    75  pub unsafe fn _mm_mask_sub_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    76  pub unsafe fn _mm_maskz_sub_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    77  pub unsafe fn _mm512_sub_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    78  pub unsafe fn _mm512_mask_sub_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    79  pub unsafe fn _mm512_maskz_sub_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    80  pub unsafe fn _mm256_mask_sub_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    81  pub unsafe fn _mm256_maskz_sub_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    82  pub unsafe fn _mm_mask_sub_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    83  pub unsafe fn _mm_maskz_sub_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    84  pub unsafe fn _mm512_sub_ps(a: __m512, b: __m512) -> __m512 【】
    85  pub unsafe fn _mm512_mask_sub_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    86  pub unsafe fn _mm512_maskz_sub_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    87  pub unsafe fn _mm256_mask_sub_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    88  pub unsafe fn _mm256_maskz_sub_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    89  pub unsafe fn _mm_mask_sub_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    90  pub unsafe fn _mm_maskz_sub_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    91  pub unsafe fn _mm512_sub_pd(a: __m512d, b: __m512d) -> __m512d 【】
    92  pub unsafe fn _mm512_mask_sub_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    93  pub unsafe fn _mm512_maskz_sub_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    94  pub unsafe fn _mm256_mask_sub_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    95  pub unsafe fn _mm256_maskz_sub_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    96  pub unsafe fn _mm_mask_sub_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    97  pub unsafe fn _mm_maskz_sub_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    98  pub unsafe fn _mm512_mul_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    99  pub unsafe fn _mm512_mask_mul_epi32(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    100  pub unsafe fn _mm512_maskz_mul_epi32(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    101  pub unsafe fn _mm256_mask_mul_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    102  pub unsafe fn _mm256_maskz_mul_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    103  pub unsafe fn _mm_mask_mul_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    104  pub unsafe fn _mm_maskz_mul_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    105  pub unsafe fn _mm512_mullo_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    106  pub unsafe fn _mm512_mask_mullo_epi32(
    107  pub unsafe fn _mm512_maskz_mullo_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    108  pub unsafe fn _mm256_mask_mullo_epi32(
    109  pub unsafe fn _mm256_maskz_mullo_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    110  pub unsafe fn _mm_mask_mullo_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    111  pub unsafe fn _mm_maskz_mullo_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    112  pub unsafe fn _mm512_mullox_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    113  pub unsafe fn _mm512_mask_mullox_epi64(
    114  pub unsafe fn _mm512_mul_epu32(a: __m512i, b: __m512i) -> __m512i 【】
    115  pub unsafe fn _mm512_mask_mul_epu32(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    116  pub unsafe fn _mm512_maskz_mul_epu32(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    117  pub unsafe fn _mm256_mask_mul_epu32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    118  pub unsafe fn _mm256_maskz_mul_epu32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    119  pub unsafe fn _mm_mask_mul_epu32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    120  pub unsafe fn _mm_maskz_mul_epu32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    121  pub unsafe fn _mm512_mul_ps(a: __m512, b: __m512) -> __m512 【】
    122  pub unsafe fn _mm512_mask_mul_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    123  pub unsafe fn _mm512_maskz_mul_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    124  pub unsafe fn _mm256_mask_mul_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    125  pub unsafe fn _mm256_maskz_mul_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    126  pub unsafe fn _mm_mask_mul_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    127  pub unsafe fn _mm_maskz_mul_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    128  pub unsafe fn _mm512_mul_pd(a: __m512d, b: __m512d) -> __m512d 【】
    129  pub unsafe fn _mm512_mask_mul_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    130  pub unsafe fn _mm512_maskz_mul_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    131  pub unsafe fn _mm256_mask_mul_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    132  pub unsafe fn _mm256_maskz_mul_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    133  pub unsafe fn _mm_mask_mul_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    134  pub unsafe fn _mm_maskz_mul_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    135  pub unsafe fn _mm512_div_ps(a: __m512, b: __m512) -> __m512 【】
    136  pub unsafe fn _mm512_mask_div_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    137  pub unsafe fn _mm512_maskz_div_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    138  pub unsafe fn _mm256_mask_div_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    139  pub unsafe fn _mm256_maskz_div_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    140  pub unsafe fn _mm_mask_div_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    141  pub unsafe fn _mm_maskz_div_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    142  pub unsafe fn _mm512_div_pd(a: __m512d, b: __m512d) -> __m512d 【】
    143  pub unsafe fn _mm512_mask_div_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    144  pub unsafe fn _mm512_maskz_div_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    145  pub unsafe fn _mm256_mask_div_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    146  pub unsafe fn _mm256_maskz_div_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    147  pub unsafe fn _mm_mask_div_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    148  pub unsafe fn _mm_maskz_div_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    149  pub unsafe fn _mm512_max_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    150  pub unsafe fn _mm512_mask_max_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    151  pub unsafe fn _mm512_maskz_max_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    152  pub unsafe fn _mm256_mask_max_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    153  pub unsafe fn _mm256_maskz_max_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    154  pub unsafe fn _mm_mask_max_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    155  pub unsafe fn _mm_maskz_max_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    156  pub unsafe fn _mm512_max_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    157  pub unsafe fn _mm512_mask_max_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    158  pub unsafe fn _mm512_maskz_max_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    159  pub unsafe fn _mm256_max_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    160  pub unsafe fn _mm256_mask_max_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    161  pub unsafe fn _mm256_maskz_max_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    162  pub unsafe fn _mm_max_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    163  pub unsafe fn _mm_mask_max_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    164  pub unsafe fn _mm_maskz_max_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    165  pub unsafe fn _mm512_max_ps(a: __m512, b: __m512) -> __m512 【】
    166  pub unsafe fn _mm512_mask_max_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    167  pub unsafe fn _mm512_maskz_max_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    168  pub unsafe fn _mm256_mask_max_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    169  pub unsafe fn _mm256_maskz_max_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    170  pub unsafe fn _mm_mask_max_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    171  pub unsafe fn _mm_maskz_max_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    172  pub unsafe fn _mm512_max_pd(a: __m512d, b: __m512d) -> __m512d 【】
    173  pub unsafe fn _mm512_mask_max_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    174  pub unsafe fn _mm512_maskz_max_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    175  pub unsafe fn _mm256_mask_max_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    176  pub unsafe fn _mm256_maskz_max_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    177  pub unsafe fn _mm_mask_max_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    178  pub unsafe fn _mm_maskz_max_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    179  pub unsafe fn _mm512_max_epu32(a: __m512i, b: __m512i) -> __m512i 【】
    180  pub unsafe fn _mm512_mask_max_epu32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    181  pub unsafe fn _mm512_maskz_max_epu32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    182  pub unsafe fn _mm256_mask_max_epu32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    183  pub unsafe fn _mm256_maskz_max_epu32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    184  pub unsafe fn _mm_mask_max_epu32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    185  pub unsafe fn _mm_maskz_max_epu32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    186  pub unsafe fn _mm512_max_epu64(a: __m512i, b: __m512i) -> __m512i 【】
    187  pub unsafe fn _mm512_mask_max_epu64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    188  pub unsafe fn _mm512_maskz_max_epu64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    189  pub unsafe fn _mm256_max_epu64(a: __m256i, b: __m256i) -> __m256i 【】
    190  pub unsafe fn _mm256_mask_max_epu64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    191  pub unsafe fn _mm256_maskz_max_epu64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    192  pub unsafe fn _mm_max_epu64(a: __m128i, b: __m128i) -> __m128i 【】
    193  pub unsafe fn _mm_mask_max_epu64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    194  pub unsafe fn _mm_maskz_max_epu64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    195  pub unsafe fn _mm512_min_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    196  pub unsafe fn _mm512_mask_min_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    197  pub unsafe fn _mm512_maskz_min_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    198  pub unsafe fn _mm256_mask_min_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    199  pub unsafe fn _mm256_maskz_min_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    200  pub unsafe fn _mm_mask_min_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    201  pub unsafe fn _mm_maskz_min_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    202  pub unsafe fn _mm512_min_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    203  pub unsafe fn _mm512_mask_min_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    204  pub unsafe fn _mm512_maskz_min_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    205  pub unsafe fn _mm256_min_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    206  pub unsafe fn _mm256_mask_min_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    207  pub unsafe fn _mm256_maskz_min_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    208  pub unsafe fn _mm512_min_ps(a: __m512, b: __m512) -> __m512 【】
    209  pub unsafe fn _mm512_mask_min_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    210  pub unsafe fn _mm512_maskz_min_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    211  pub unsafe fn _mm256_mask_min_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    212  pub unsafe fn _mm256_maskz_min_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    213  pub unsafe fn _mm_mask_min_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    214  pub unsafe fn _mm_maskz_min_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    215  pub unsafe fn _mm512_min_pd(a: __m512d, b: __m512d) -> __m512d 【】
    216  pub unsafe fn _mm512_mask_min_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    217  pub unsafe fn _mm512_maskz_min_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    218  pub unsafe fn _mm256_mask_min_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    219  pub unsafe fn _mm256_maskz_min_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    220  pub unsafe fn _mm_mask_min_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    221  pub unsafe fn _mm_maskz_min_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    222  pub unsafe fn _mm512_min_epu32(a: __m512i, b: __m512i) -> __m512i 【】
    223  pub unsafe fn _mm512_mask_min_epu32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    224  pub unsafe fn _mm512_maskz_min_epu32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    225  pub unsafe fn _mm256_mask_min_epu32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    226  pub unsafe fn _mm256_maskz_min_epu32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    227  pub unsafe fn _mm_mask_min_epu32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    228  pub unsafe fn _mm_maskz_min_epu32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    229  pub unsafe fn _mm512_min_epu64(a: __m512i, b: __m512i) -> __m512i 【】
    230  pub unsafe fn _mm512_mask_min_epu64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    231  pub unsafe fn _mm512_maskz_min_epu64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    232  pub unsafe fn _mm256_min_epu64(a: __m256i, b: __m256i) -> __m256i 【】
    233  pub unsafe fn _mm256_mask_min_epu64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    234  pub unsafe fn _mm256_maskz_min_epu64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    235  pub unsafe fn _mm_min_epu64(a: __m128i, b: __m128i) -> __m128i 【】
    236  pub unsafe fn _mm_mask_min_epu64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    237  pub unsafe fn _mm_maskz_min_epu64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    238  pub unsafe fn _mm512_sqrt_ps(a: __m512) -> __m512 【】
    239  pub unsafe fn _mm512_mask_sqrt_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    240  pub unsafe fn _mm512_maskz_sqrt_ps(k: __mmask16, a: __m512) -> __m512 【】
    241  pub unsafe fn _mm256_mask_sqrt_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    242  pub unsafe fn _mm256_maskz_sqrt_ps(k: __mmask8, a: __m256) -> __m256 【】
    243  pub unsafe fn _mm_mask_sqrt_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    244  pub unsafe fn _mm_maskz_sqrt_ps(k: __mmask8, a: __m128) -> __m128 【】
    245  pub unsafe fn _mm512_sqrt_pd(a: __m512d) -> __m512d 【】
    246  pub unsafe fn _mm512_mask_sqrt_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    247  pub unsafe fn _mm512_maskz_sqrt_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    248  pub unsafe fn _mm256_mask_sqrt_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    249  pub unsafe fn _mm256_maskz_sqrt_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    250  pub unsafe fn _mm_mask_sqrt_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    251  pub unsafe fn _mm_maskz_sqrt_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    252  pub unsafe fn _mm512_fmadd_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    253  pub unsafe fn _mm512_mask_fmadd_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    254  pub unsafe fn _mm512_maskz_fmadd_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    255  pub unsafe fn _mm512_mask3_fmadd_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    256  pub unsafe fn _mm256_mask_fmadd_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    257  pub unsafe fn _mm256_maskz_fmadd_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    258  pub unsafe fn _mm256_mask3_fmadd_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    259  pub unsafe fn _mm_mask_fmadd_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    260  pub unsafe fn _mm_maskz_fmadd_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    261  pub unsafe fn _mm_mask3_fmadd_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    262  pub unsafe fn _mm512_fmadd_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    263  pub unsafe fn _mm512_mask_fmadd_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    264  pub unsafe fn _mm512_maskz_fmadd_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    265  pub unsafe fn _mm512_mask3_fmadd_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    266  pub unsafe fn _mm256_mask_fmadd_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    267  pub unsafe fn _mm256_maskz_fmadd_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    268  pub unsafe fn _mm256_mask3_fmadd_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    269  pub unsafe fn _mm_mask_fmadd_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    270  pub unsafe fn _mm_maskz_fmadd_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    271  pub unsafe fn _mm_mask3_fmadd_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    272  pub unsafe fn _mm512_fmsub_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    273  pub unsafe fn _mm512_mask_fmsub_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    274  pub unsafe fn _mm512_maskz_fmsub_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    275  pub unsafe fn _mm512_mask3_fmsub_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    276  pub unsafe fn _mm256_mask_fmsub_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    277  pub unsafe fn _mm256_maskz_fmsub_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    278  pub unsafe fn _mm256_mask3_fmsub_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    279  pub unsafe fn _mm_mask_fmsub_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    280  pub unsafe fn _mm_maskz_fmsub_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    281  pub unsafe fn _mm_mask3_fmsub_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    282  pub unsafe fn _mm512_fmsub_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    283  pub unsafe fn _mm512_mask_fmsub_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    284  pub unsafe fn _mm512_maskz_fmsub_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    285  pub unsafe fn _mm512_mask3_fmsub_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    286  pub unsafe fn _mm256_mask_fmsub_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    287  pub unsafe fn _mm256_maskz_fmsub_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    288  pub unsafe fn _mm256_mask3_fmsub_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    289  pub unsafe fn _mm_mask_fmsub_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    290  pub unsafe fn _mm_maskz_fmsub_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    291  pub unsafe fn _mm_mask3_fmsub_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    292  pub unsafe fn _mm512_fmaddsub_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    293  pub unsafe fn _mm512_mask_fmaddsub_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    294  pub unsafe fn _mm512_maskz_fmaddsub_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    295  pub unsafe fn _mm512_mask3_fmaddsub_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    296  pub unsafe fn _mm256_mask_fmaddsub_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    297  pub unsafe fn _mm256_maskz_fmaddsub_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    298  pub unsafe fn _mm256_mask3_fmaddsub_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    299  pub unsafe fn _mm_mask_fmaddsub_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    300  pub unsafe fn _mm_maskz_fmaddsub_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    301  pub unsafe fn _mm_mask3_fmaddsub_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    302  pub unsafe fn _mm512_fmaddsub_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    303  pub unsafe fn _mm512_mask_fmaddsub_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    304  pub unsafe fn _mm512_maskz_fmaddsub_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    305  pub unsafe fn _mm512_mask3_fmaddsub_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    306  pub unsafe fn _mm256_mask_fmaddsub_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    307  pub unsafe fn _mm256_maskz_fmaddsub_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    308  pub unsafe fn _mm256_mask3_fmaddsub_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    309  pub unsafe fn _mm_mask_fmaddsub_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    310  pub unsafe fn _mm_maskz_fmaddsub_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    311  pub unsafe fn _mm_mask3_fmaddsub_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    312  pub unsafe fn _mm512_fmsubadd_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    313  pub unsafe fn _mm512_mask_fmsubadd_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    314  pub unsafe fn _mm512_maskz_fmsubadd_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    315  pub unsafe fn _mm512_mask3_fmsubadd_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    316  pub unsafe fn _mm256_mask_fmsubadd_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    317  pub unsafe fn _mm256_maskz_fmsubadd_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    318  pub unsafe fn _mm256_mask3_fmsubadd_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    319  pub unsafe fn _mm_mask_fmsubadd_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    320  pub unsafe fn _mm_maskz_fmsubadd_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    321  pub unsafe fn _mm_mask3_fmsubadd_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    322  pub unsafe fn _mm512_fmsubadd_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    323  pub unsafe fn _mm512_mask_fmsubadd_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    324  pub unsafe fn _mm512_maskz_fmsubadd_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    325  pub unsafe fn _mm512_mask3_fmsubadd_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    326  pub unsafe fn _mm256_mask_fmsubadd_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    327  pub unsafe fn _mm256_maskz_fmsubadd_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    328  pub unsafe fn _mm256_mask3_fmsubadd_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    329  pub unsafe fn _mm_mask_fmsubadd_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    330  pub unsafe fn _mm_maskz_fmsubadd_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    331  pub unsafe fn _mm_mask3_fmsubadd_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    332  pub unsafe fn _mm512_fnmadd_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    333  pub unsafe fn _mm512_mask_fnmadd_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    334  pub unsafe fn _mm512_maskz_fnmadd_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    335  pub unsafe fn _mm512_mask3_fnmadd_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    336  pub unsafe fn _mm256_mask_fnmadd_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    337  pub unsafe fn _mm256_maskz_fnmadd_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    338  pub unsafe fn _mm256_mask3_fnmadd_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    339  pub unsafe fn _mm_mask_fnmadd_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    340  pub unsafe fn _mm_maskz_fnmadd_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    341  pub unsafe fn _mm_mask3_fnmadd_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    342  pub unsafe fn _mm512_fnmadd_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    343  pub unsafe fn _mm512_mask_fnmadd_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    344  pub unsafe fn _mm512_maskz_fnmadd_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    345  pub unsafe fn _mm512_mask3_fnmadd_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    346  pub unsafe fn _mm256_mask_fnmadd_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    347  pub unsafe fn _mm256_maskz_fnmadd_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    348  pub unsafe fn _mm256_mask3_fnmadd_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    349  pub unsafe fn _mm_mask_fnmadd_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    350  pub unsafe fn _mm_maskz_fnmadd_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    351  pub unsafe fn _mm_mask3_fnmadd_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    352  pub unsafe fn _mm512_fnmsub_ps(a: __m512, b: __m512, c: __m512) -> __m512 【】
    353  pub unsafe fn _mm512_mask_fnmsub_ps(a: __m512, k: __mmask16, b: __m512, c: __m512) -> __m512 【】
    354  pub unsafe fn _mm512_maskz_fnmsub_ps(k: __mmask16, a: __m512, b: __m512, c: __m512) -> __m512 【】
    355  pub unsafe fn _mm512_mask3_fnmsub_ps(a: __m512, b: __m512, c: __m512, k: __mmask16) -> __m512 【】
    356  pub unsafe fn _mm256_mask_fnmsub_ps(a: __m256, k: __mmask8, b: __m256, c: __m256) -> __m256 【】
    357  pub unsafe fn _mm256_maskz_fnmsub_ps(k: __mmask8, a: __m256, b: __m256, c: __m256) -> __m256 【】
    358  pub unsafe fn _mm256_mask3_fnmsub_ps(a: __m256, b: __m256, c: __m256, k: __mmask8) -> __m256 【】
    359  pub unsafe fn _mm_mask_fnmsub_ps(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    360  pub unsafe fn _mm_maskz_fnmsub_ps(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    361  pub unsafe fn _mm_mask3_fnmsub_ps(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    362  pub unsafe fn _mm512_fnmsub_pd(a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    363  pub unsafe fn _mm512_mask_fnmsub_pd(a: __m512d, k: __mmask8, b: __m512d, c: __m512d) -> __m512d 【】
    364  pub unsafe fn _mm512_maskz_fnmsub_pd(k: __mmask8, a: __m512d, b: __m512d, c: __m512d) -> __m512d 【】
    365  pub unsafe fn _mm512_mask3_fnmsub_pd(a: __m512d, b: __m512d, c: __m512d, k: __mmask8) -> __m512d 【】
    366  pub unsafe fn _mm256_mask_fnmsub_pd(a: __m256d, k: __mmask8, b: __m256d, c: __m256d) -> __m256d 【】
    367  pub unsafe fn _mm256_maskz_fnmsub_pd(k: __mmask8, a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    368  pub unsafe fn _mm256_mask3_fnmsub_pd(a: __m256d, b: __m256d, c: __m256d, k: __mmask8) -> __m256d 【】
    369  pub unsafe fn _mm_mask_fnmsub_pd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    370  pub unsafe fn _mm_maskz_fnmsub_pd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    371  pub unsafe fn _mm_mask3_fnmsub_pd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    372  pub unsafe fn _mm512_rcp14_ps(a: __m512) -> __m512 【】
    373  pub unsafe fn _mm512_mask_rcp14_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    374  pub unsafe fn _mm512_maskz_rcp14_ps(k: __mmask16, a: __m512) -> __m512 【】
    375  pub unsafe fn _mm256_rcp14_ps(a: __m256) -> __m256 【】
    376  pub unsafe fn _mm256_mask_rcp14_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    377  pub unsafe fn _mm256_maskz_rcp14_ps(k: __mmask8, a: __m256) -> __m256 【】
    378  pub unsafe fn _mm_rcp14_ps(a: __m128) -> __m128 【】
    379  pub unsafe fn _mm_mask_rcp14_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    380  pub unsafe fn _mm_maskz_rcp14_ps(k: __mmask8, a: __m128) -> __m128 【】
    381  pub unsafe fn _mm512_rcp14_pd(a: __m512d) -> __m512d 【】
    382  pub unsafe fn _mm512_mask_rcp14_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    383  pub unsafe fn _mm512_maskz_rcp14_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    384  pub unsafe fn _mm256_rcp14_pd(a: __m256d) -> __m256d 【】
    385  pub unsafe fn _mm256_mask_rcp14_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    386  pub unsafe fn _mm256_maskz_rcp14_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    387  pub unsafe fn _mm_rcp14_pd(a: __m128d) -> __m128d 【】
    388  pub unsafe fn _mm_mask_rcp14_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    389  pub unsafe fn _mm_maskz_rcp14_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    390  pub unsafe fn _mm512_rsqrt14_ps(a: __m512) -> __m512 【】
    391  pub unsafe fn _mm512_mask_rsqrt14_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    392  pub unsafe fn _mm512_maskz_rsqrt14_ps(k: __mmask16, a: __m512) -> __m512 【】
    393  pub unsafe fn _mm256_mask_rsqrt14_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    394  pub unsafe fn _mm256_maskz_rsqrt14_ps(k: __mmask8, a: __m256) -> __m256 【】
    395  pub unsafe fn _mm_mask_rsqrt14_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    396  pub unsafe fn _mm_maskz_rsqrt14_ps(k: __mmask8, a: __m128) -> __m128 【】
    397  pub unsafe fn _mm512_rsqrt14_pd(a: __m512d) -> __m512d 【】
    398  pub unsafe fn _mm512_mask_rsqrt14_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    399  pub unsafe fn _mm512_maskz_rsqrt14_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    400  pub unsafe fn _mm256_mask_rsqrt14_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    401  pub unsafe fn _mm256_maskz_rsqrt14_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    402  pub unsafe fn _mm_mask_rsqrt14_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    403  pub unsafe fn _mm_maskz_rsqrt14_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    404  pub unsafe fn _mm512_getexp_ps(a: __m512) -> __m512 【】
    405  pub unsafe fn _mm512_mask_getexp_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    406  pub unsafe fn _mm512_maskz_getexp_ps(k: __mmask16, a: __m512) -> __m512 【】
    407  pub unsafe fn _mm256_getexp_ps(a: __m256) -> __m256 【】
    408  pub unsafe fn _mm256_mask_getexp_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    409  pub unsafe fn _mm256_maskz_getexp_ps(k: __mmask8, a: __m256) -> __m256 【】
    410  pub unsafe fn _mm_getexp_ps(a: __m128) -> __m128 【】
    411  pub unsafe fn _mm_mask_getexp_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    412  pub unsafe fn _mm_maskz_getexp_ps(k: __mmask8, a: __m128) -> __m128 【】
    413  pub unsafe fn _mm512_getexp_pd(a: __m512d) -> __m512d 【】
    414  pub unsafe fn _mm512_mask_getexp_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    415  pub unsafe fn _mm512_maskz_getexp_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    416  pub unsafe fn _mm256_getexp_pd(a: __m256d) -> __m256d 【】
    417  pub unsafe fn _mm256_mask_getexp_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    418  pub unsafe fn _mm256_maskz_getexp_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    419  pub unsafe fn _mm_getexp_pd(a: __m128d) -> __m128d 【】
    420  pub unsafe fn _mm_mask_getexp_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    421  pub unsafe fn _mm_maskz_getexp_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    422  pub unsafe fn _mm512_roundscale_ps<const IMM8: i32>(a: __m512) -> __m512 【】
    423  pub unsafe fn _mm512_mask_roundscale_ps<const IMM8: i32>(
    424  pub unsafe fn _mm512_maskz_roundscale_ps<const IMM8: i32>(k: __mmask16, a: __m512) -> __m512 【】
    425  pub unsafe fn _mm256_roundscale_ps<const IMM8: i32>(a: __m256) -> __m256 【】
    426  pub unsafe fn _mm256_mask_roundscale_ps<const IMM8: i32>(
    427  pub unsafe fn _mm256_maskz_roundscale_ps<const IMM8: i32>(k: __mmask8, a: __m256) -> __m256 【】
    428  pub unsafe fn _mm_roundscale_ps<const IMM8: i32>(a: __m128) -> __m128 【】
    429  pub unsafe fn _mm_mask_roundscale_ps<const IMM8: i32>(
    430  pub unsafe fn _mm_maskz_roundscale_ps<const IMM8: i32>(k: __mmask8, a: __m128) -> __m128 【】
    431  pub unsafe fn _mm512_roundscale_pd<const IMM8: i32>(a: __m512d) -> __m512d 【】
    432  pub unsafe fn _mm512_mask_roundscale_pd<const IMM8: i32>(
    433  pub unsafe fn _mm512_maskz_roundscale_pd<const IMM8: i32>(k: __mmask8, a: __m512d) -> __m512d 【】
    434  pub unsafe fn _mm256_roundscale_pd<const IMM8: i32>(a: __m256d) -> __m256d 【】
    435  pub unsafe fn _mm256_mask_roundscale_pd<const IMM8: i32>(
    436  pub unsafe fn _mm256_maskz_roundscale_pd<const IMM8: i32>(k: __mmask8, a: __m256d) -> __m256d 【】
    437  pub unsafe fn _mm_roundscale_pd<const IMM8: i32>(a: __m128d) -> __m128d 【】
    438  pub unsafe fn _mm_mask_roundscale_pd<const IMM8: i32>(
    439  pub unsafe fn _mm_maskz_roundscale_pd<const IMM8: i32>(k: __mmask8, a: __m128d) -> __m128d 【】
    440  pub unsafe fn _mm512_scalef_ps(a: __m512, b: __m512) -> __m512 【】
    441  pub unsafe fn _mm512_mask_scalef_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    442  pub unsafe fn _mm512_maskz_scalef_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    443  pub unsafe fn _mm256_scalef_ps(a: __m256, b: __m256) -> __m256 【】
    444  pub unsafe fn _mm256_mask_scalef_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    445  pub unsafe fn _mm256_maskz_scalef_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    446  pub unsafe fn _mm_scalef_ps(a: __m128, b: __m128) -> __m128 【】
    447  pub unsafe fn _mm_mask_scalef_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    448  pub unsafe fn _mm_maskz_scalef_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    449  pub unsafe fn _mm512_scalef_pd(a: __m512d, b: __m512d) -> __m512d 【】
    450  pub unsafe fn _mm512_mask_scalef_pd(src: __m512d, k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    451  pub unsafe fn _mm512_maskz_scalef_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    452  pub unsafe fn _mm256_scalef_pd(a: __m256d, b: __m256d) -> __m256d 【】
    453  pub unsafe fn _mm256_mask_scalef_pd(src: __m256d, k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    454  pub unsafe fn _mm256_maskz_scalef_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    455  pub unsafe fn _mm_scalef_pd(a: __m128d, b: __m128d) -> __m128d 【】
    456  pub unsafe fn _mm_mask_scalef_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    457  pub unsafe fn _mm_maskz_scalef_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    458  pub unsafe fn _mm512_fixupimm_ps<const IMM8: i32>(a: __m512, b: __m512, c: __m512i) -> __m512 【】
    459  pub unsafe fn _mm512_mask_fixupimm_ps<const IMM8: i32>(
    460  pub unsafe fn _mm512_maskz_fixupimm_ps<const IMM8: i32>(
    461  pub unsafe fn _mm256_fixupimm_ps<const IMM8: i32>(a: __m256, b: __m256, c: __m256i) -> __m256 【】
    462  pub unsafe fn _mm256_mask_fixupimm_ps<const IMM8: i32>(
    463  pub unsafe fn _mm256_maskz_fixupimm_ps<const IMM8: i32>(
    464  pub unsafe fn _mm_fixupimm_ps<const IMM8: i32>(a: __m128, b: __m128, c: __m128i) -> __m128 【】
    465  pub unsafe fn _mm_mask_fixupimm_ps<const IMM8: i32>(
    466  pub unsafe fn _mm_maskz_fixupimm_ps<const IMM8: i32>(
    467  pub unsafe fn _mm512_fixupimm_pd<const IMM8: i32>(a: __m512d, b: __m512d, c: __m512i) -> __m512d 【】
    468  pub unsafe fn _mm512_mask_fixupimm_pd<const IMM8: i32>(
    469  pub unsafe fn _mm512_maskz_fixupimm_pd<const IMM8: i32>(
    470  pub unsafe fn _mm256_fixupimm_pd<const IMM8: i32>(a: __m256d, b: __m256d, c: __m256i) -> __m256d 【】
    471  pub unsafe fn _mm256_mask_fixupimm_pd<const IMM8: i32>(
    472  pub unsafe fn _mm256_maskz_fixupimm_pd<const IMM8: i32>(
    473  pub unsafe fn _mm_fixupimm_pd<const IMM8: i32>(a: __m128d, b: __m128d, c: __m128i) -> __m128d 【】
    474  pub unsafe fn _mm_mask_fixupimm_pd<const IMM8: i32>(
    475  pub unsafe fn _mm_maskz_fixupimm_pd<const IMM8: i32>(
    476  pub unsafe fn _mm512_ternarylogic_epi32<const IMM8: i32>(
    477  pub unsafe fn _mm512_mask_ternarylogic_epi32<const IMM8: i32>(
    478  pub unsafe fn _mm512_maskz_ternarylogic_epi32<const IMM8: i32>(
    479  pub unsafe fn _mm256_ternarylogic_epi32<const IMM8: i32>(
    480  pub unsafe fn _mm256_mask_ternarylogic_epi32<const IMM8: i32>(
    481  pub unsafe fn _mm256_maskz_ternarylogic_epi32<const IMM8: i32>(
    482  pub unsafe fn _mm_ternarylogic_epi32<const IMM8: i32>(
    483  pub unsafe fn _mm_mask_ternarylogic_epi32<const IMM8: i32>(
    484  pub unsafe fn _mm_maskz_ternarylogic_epi32<const IMM8: i32>(
    485  pub unsafe fn _mm512_ternarylogic_epi64<const IMM8: i32>(
    486  pub unsafe fn _mm512_mask_ternarylogic_epi64<const IMM8: i32>(
    487  pub unsafe fn _mm512_maskz_ternarylogic_epi64<const IMM8: i32>(
    488  pub unsafe fn _mm256_ternarylogic_epi64<const IMM8: i32>(
    489  pub unsafe fn _mm256_mask_ternarylogic_epi64<const IMM8: i32>(
    490  pub unsafe fn _mm256_maskz_ternarylogic_epi64<const IMM8: i32>(
    491  pub unsafe fn _mm_ternarylogic_epi64<const IMM8: i32>(
    492  pub unsafe fn _mm_mask_ternarylogic_epi64<const IMM8: i32>(
    493  pub unsafe fn _mm_maskz_ternarylogic_epi64<const IMM8: i32>(
    494  pub unsafe fn _mm512_add_round_ps<const ROUNDING: i32>(a: __m512, b: __m512) -> __m512 【】
    495  pub unsafe fn _mm512_mask_add_round_ps<const ROUNDING: i32>(
    496  pub unsafe fn _mm512_maskz_add_round_ps<const ROUNDING: i32>(
    497  pub unsafe fn _mm512_add_round_pd<const ROUNDING: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    498  pub unsafe fn _mm512_mask_add_round_pd<const ROUNDING: i32>(
    499  pub unsafe fn _mm512_maskz_add_round_pd<const ROUNDING: i32>(
    500  pub unsafe fn _mm512_sub_round_ps<const ROUNDING: i32>(a: __m512, b: __m512) -> __m512 【】
    501  pub unsafe fn _mm512_mask_sub_round_ps<const ROUNDING: i32>(
    502  pub unsafe fn _mm512_maskz_sub_round_ps<const ROUNDING: i32>(
    503  pub unsafe fn _mm512_sub_round_pd<const ROUNDING: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    504  pub unsafe fn _mm512_mask_sub_round_pd<const ROUNDING: i32>(
    505  pub unsafe fn _mm512_maskz_sub_round_pd<const ROUNDING: i32>(
    506  pub unsafe fn _mm512_mul_round_ps<const ROUNDING: i32>(a: __m512, b: __m512) -> __m512 【】
    507  pub unsafe fn _mm512_mask_mul_round_ps<const ROUNDING: i32>(
    508  pub unsafe fn _mm512_maskz_mul_round_ps<const ROUNDING: i32>(
    509  pub unsafe fn _mm512_mul_round_pd<const ROUNDING: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    510  pub unsafe fn _mm512_mask_mul_round_pd<const ROUNDING: i32>(
    511  pub unsafe fn _mm512_maskz_mul_round_pd<const ROUNDING: i32>(
    512  pub unsafe fn _mm512_div_round_ps<const ROUNDING: i32>(a: __m512, b: __m512) -> __m512 【】
    513  pub unsafe fn _mm512_mask_div_round_ps<const ROUNDING: i32>(
    514  pub unsafe fn _mm512_maskz_div_round_ps<const ROUNDING: i32>(
    515  pub unsafe fn _mm512_div_round_pd<const ROUNDING: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    516  pub unsafe fn _mm512_mask_div_round_pd<const ROUNDING: i32>(
    517  pub unsafe fn _mm512_maskz_div_round_pd<const ROUNDING: i32>(
    518  pub unsafe fn _mm512_sqrt_round_ps<const ROUNDING: i32>(a: __m512) -> __m512 【】
    519  pub unsafe fn _mm512_mask_sqrt_round_ps<const ROUNDING: i32>(
    520  pub unsafe fn _mm512_maskz_sqrt_round_ps<const ROUNDING: i32>(k: __mmask16, a: __m512) -> __m512 【】
    521  pub unsafe fn _mm512_sqrt_round_pd<const ROUNDING: i32>(a: __m512d) -> __m512d 【】
    522  pub unsafe fn _mm512_mask_sqrt_round_pd<const ROUNDING: i32>(
    523  pub unsafe fn _mm512_maskz_sqrt_round_pd<const ROUNDING: i32>(k: __mmask8, a: __m512d) -> __m512d 【】
    524  pub unsafe fn _mm512_fmadd_round_ps<const ROUNDING: i32>(
    525  pub unsafe fn _mm512_mask_fmadd_round_ps<const ROUNDING: i32>(
    526  pub unsafe fn _mm512_maskz_fmadd_round_ps<const ROUNDING: i32>(
    527  pub unsafe fn _mm512_mask3_fmadd_round_ps<const ROUNDING: i32>(
    528  pub unsafe fn _mm512_fmadd_round_pd<const ROUNDING: i32>(
    529  pub unsafe fn _mm512_mask_fmadd_round_pd<const ROUNDING: i32>(
    530  pub unsafe fn _mm512_maskz_fmadd_round_pd<const ROUNDING: i32>(
    531  pub unsafe fn _mm512_mask3_fmadd_round_pd<const ROUNDING: i32>(
    532  pub unsafe fn _mm512_fmsub_round_ps<const ROUNDING: i32>(
    533  pub unsafe fn _mm512_mask_fmsub_round_ps<const ROUNDING: i32>(
    534  pub unsafe fn _mm512_maskz_fmsub_round_ps<const ROUNDING: i32>(
    535  pub unsafe fn _mm512_mask3_fmsub_round_ps<const ROUNDING: i32>(
    536  pub unsafe fn _mm512_fmsub_round_pd<const ROUNDING: i32>(
    537  pub unsafe fn _mm512_mask_fmsub_round_pd<const ROUNDING: i32>(
    538  pub unsafe fn _mm512_maskz_fmsub_round_pd<const ROUNDING: i32>(
    539  pub unsafe fn _mm512_mask3_fmsub_round_pd<const ROUNDING: i32>(
    540  pub unsafe fn _mm512_fmaddsub_round_ps<const ROUNDING: i32>(
    541  pub unsafe fn _mm512_mask_fmaddsub_round_ps<const ROUNDING: i32>(
    542  pub unsafe fn _mm512_maskz_fmaddsub_round_ps<const ROUNDING: i32>(
    543  pub unsafe fn _mm512_mask3_fmaddsub_round_ps<const ROUNDING: i32>(
    544  pub unsafe fn _mm512_fmaddsub_round_pd<const ROUNDING: i32>(
    545  pub unsafe fn _mm512_mask_fmaddsub_round_pd<const ROUNDING: i32>(
    546  pub unsafe fn _mm512_maskz_fmaddsub_round_pd<const ROUNDING: i32>(
    547  pub unsafe fn _mm512_mask3_fmaddsub_round_pd<const ROUNDING: i32>(
    548  pub unsafe fn _mm512_fmsubadd_round_ps<const ROUNDING: i32>(
    549  pub unsafe fn _mm512_mask_fmsubadd_round_ps<const ROUNDING: i32>(
    550  pub unsafe fn _mm512_maskz_fmsubadd_round_ps<const ROUNDING: i32>(
    551  pub unsafe fn _mm512_mask3_fmsubadd_round_ps<const ROUNDING: i32>(
    552  pub unsafe fn _mm512_fmsubadd_round_pd<const ROUNDING: i32>(
    553  pub unsafe fn _mm512_mask_fmsubadd_round_pd<const ROUNDING: i32>(
    554  pub unsafe fn _mm512_maskz_fmsubadd_round_pd<const ROUNDING: i32>(
    555  pub unsafe fn _mm512_mask3_fmsubadd_round_pd<const ROUNDING: i32>(
    556  pub unsafe fn _mm512_fnmadd_round_ps<const ROUNDING: i32>(
    557  pub unsafe fn _mm512_mask_fnmadd_round_ps<const ROUNDING: i32>(
    558  pub unsafe fn _mm512_maskz_fnmadd_round_ps<const ROUNDING: i32>(
    559  pub unsafe fn _mm512_mask3_fnmadd_round_ps<const ROUNDING: i32>(
    560  pub unsafe fn _mm512_fnmadd_round_pd<const ROUNDING: i32>(
    561  pub unsafe fn _mm512_mask_fnmadd_round_pd<const ROUNDING: i32>(
    562  pub unsafe fn _mm512_maskz_fnmadd_round_pd<const ROUNDING: i32>(
    563  pub unsafe fn _mm512_mask3_fnmadd_round_pd<const ROUNDING: i32>(
    564  pub unsafe fn _mm512_fnmsub_round_ps<const ROUNDING: i32>(
    565  pub unsafe fn _mm512_mask_fnmsub_round_ps<const ROUNDING: i32>(
    566  pub unsafe fn _mm512_maskz_fnmsub_round_ps<const ROUNDING: i32>(
    567  pub unsafe fn _mm512_mask3_fnmsub_round_ps<const ROUNDING: i32>(
    568  pub unsafe fn _mm512_fnmsub_round_pd<const ROUNDING: i32>(
    569  pub unsafe fn _mm512_mask_fnmsub_round_pd<const ROUNDING: i32>(
    570  pub unsafe fn _mm512_maskz_fnmsub_round_pd<const ROUNDING: i32>(
    571  pub unsafe fn _mm512_mask3_fnmsub_round_pd<const ROUNDING: i32>(
    572  pub unsafe fn _mm512_max_round_ps<const SAE: i32>(a: __m512, b: __m512) -> __m512 【】
    573  pub unsafe fn _mm512_mask_max_round_ps<const SAE: i32>(
    574  pub unsafe fn _mm512_maskz_max_round_ps<const SAE: i32>(
    575  pub unsafe fn _mm512_max_round_pd<const SAE: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    576  pub unsafe fn _mm512_mask_max_round_pd<const SAE: i32>(
    577  pub unsafe fn _mm512_maskz_max_round_pd<const SAE: i32>(
    578  pub unsafe fn _mm512_min_round_ps<const SAE: i32>(a: __m512, b: __m512) -> __m512 【】
    579  pub unsafe fn _mm512_mask_min_round_ps<const SAE: i32>(
    580  pub unsafe fn _mm512_maskz_min_round_ps<const SAE: i32>(
    581  pub unsafe fn _mm512_min_round_pd<const SAE: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    582  pub unsafe fn _mm512_mask_min_round_pd<const SAE: i32>(
    583  pub unsafe fn _mm512_maskz_min_round_pd<const SAE: i32>(
    584  pub unsafe fn _mm512_getexp_round_ps<const SAE: i32>(a: __m512) -> __m512 【】
    585  pub unsafe fn _mm512_mask_getexp_round_ps<const SAE: i32>(
    586  pub unsafe fn _mm512_maskz_getexp_round_ps<const SAE: i32>(k: __mmask16, a: __m512) -> __m512 【】
    587  pub unsafe fn _mm512_getexp_round_pd<const SAE: i32>(a: __m512d) -> __m512d 【】
    588  pub unsafe fn _mm512_mask_getexp_round_pd<const SAE: i32>(
    589  pub unsafe fn _mm512_maskz_getexp_round_pd<const SAE: i32>(k: __mmask8, a: __m512d) -> __m512d 【】
    590  pub unsafe fn _mm512_roundscale_round_ps<const IMM8: i32, const SAE: i32>(a: __m512) -> __m512 【】
    591  pub unsafe fn _mm512_mask_roundscale_round_ps<const IMM8: i32, const SAE: i32>(
    592  pub unsafe fn _mm512_maskz_roundscale_round_ps<const IMM8: i32, const SAE: i32>(
    593  pub unsafe fn _mm512_roundscale_round_pd<const IMM8: i32, const SAE: i32>(a: __m512d) -> __m512d 【】
    594  pub unsafe fn _mm512_mask_roundscale_round_pd<const IMM8: i32, const SAE: i32>(
    595  pub unsafe fn _mm512_maskz_roundscale_round_pd<const IMM8: i32, const SAE: i32>(
    596  pub unsafe fn _mm512_scalef_round_ps<const ROUNDING: i32>(a: __m512, b: __m512) -> __m512 【】
    597  pub unsafe fn _mm512_mask_scalef_round_ps<const ROUNDING: i32>(
    598  pub unsafe fn _mm512_maskz_scalef_round_ps<const ROUNDING: i32>(
    599  pub unsafe fn _mm512_scalef_round_pd<const ROUNDING: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    600  pub unsafe fn _mm512_mask_scalef_round_pd<const ROUNDING: i32>(
    601  pub unsafe fn _mm512_maskz_scalef_round_pd<const ROUNDING: i32>(
    602  pub unsafe fn _mm512_fixupimm_round_ps<const IMM8: i32, const SAE: i32>(
    603  pub unsafe fn _mm512_mask_fixupimm_round_ps<const IMM8: i32, const SAE: i32>(
    604  pub unsafe fn _mm512_maskz_fixupimm_round_ps<const IMM8: i32, const SAE: i32>(
    605  pub unsafe fn _mm512_fixupimm_round_pd<const IMM8: i32, const SAE: i32>(
    606  pub unsafe fn _mm512_mask_fixupimm_round_pd<const IMM8: i32, const SAE: i32>(
    607  pub unsafe fn _mm512_maskz_fixupimm_round_pd<const IMM8: i32, const SAE: i32>(
    608  pub unsafe fn _mm512_cvtps_epi32(a: __m512) -> __m512i 【】
    609  pub unsafe fn _mm512_mask_cvtps_epi32(src: __m512i, k: __mmask16, a: __m512) -> __m512i 【】
    610  pub unsafe fn _mm512_maskz_cvtps_epi32(k: __mmask16, a: __m512) -> __m512i 【】
    611  pub unsafe fn _mm256_mask_cvtps_epi32(src: __m256i, k: __mmask8, a: __m256) -> __m256i 【】
    612  pub unsafe fn _mm256_maskz_cvtps_epi32(k: __mmask8, a: __m256) -> __m256i 【】
    613  pub unsafe fn _mm_mask_cvtps_epi32(src: __m128i, k: __mmask8, a: __m128) -> __m128i 【】
    614  pub unsafe fn _mm_maskz_cvtps_epi32(k: __mmask8, a: __m128) -> __m128i 【】
    615  pub unsafe fn _mm512_cvtps_epu32(a: __m512) -> __m512i 【】
    616  pub unsafe fn _mm512_mask_cvtps_epu32(src: __m512i, k: __mmask16, a: __m512) -> __m512i 【】
    617  pub unsafe fn _mm512_maskz_cvtps_epu32(k: __mmask16, a: __m512) -> __m512i 【】
    618  pub unsafe fn _mm256_cvtps_epu32(a: __m256) -> __m256i 【】
    619  pub unsafe fn _mm256_mask_cvtps_epu32(src: __m256i, k: __mmask8, a: __m256) -> __m256i 【】
    620  pub unsafe fn _mm256_maskz_cvtps_epu32(k: __mmask8, a: __m256) -> __m256i 【】
    621  pub unsafe fn _mm_cvtps_epu32(a: __m128) -> __m128i 【】
    622  pub unsafe fn _mm_mask_cvtps_epu32(src: __m128i, k: __mmask8, a: __m128) -> __m128i 【】
    623  pub unsafe fn _mm_maskz_cvtps_epu32(k: __mmask8, a: __m128) -> __m128i 【】
    624  pub unsafe fn _mm512_cvtps_pd(a: __m256) -> __m512d 【】
    625  pub unsafe fn _mm512_mask_cvtps_pd(src: __m512d, k: __mmask8, a: __m256) -> __m512d 【】
    626  pub unsafe fn _mm512_maskz_cvtps_pd(k: __mmask8, a: __m256) -> __m512d 【】
    627  pub unsafe fn _mm512_cvtpslo_pd(v2: __m512) -> __m512d 【】
    628  pub unsafe fn _mm512_mask_cvtpslo_pd(src: __m512d, k: __mmask8, v2: __m512) -> __m512d 【】
    629  pub unsafe fn _mm512_cvtpd_ps(a: __m512d) -> __m256 【】
    630  pub unsafe fn _mm512_mask_cvtpd_ps(src: __m256, k: __mmask8, a: __m512d) -> __m256 【】
    631  pub unsafe fn _mm512_maskz_cvtpd_ps(k: __mmask8, a: __m512d) -> __m256 【】
    632  pub unsafe fn _mm256_mask_cvtpd_ps(src: __m128, k: __mmask8, a: __m256d) -> __m128 【】
    633  pub unsafe fn _mm256_maskz_cvtpd_ps(k: __mmask8, a: __m256d) -> __m128 【】
    634  pub unsafe fn _mm_mask_cvtpd_ps(src: __m128, k: __mmask8, a: __m128d) -> __m128 【】
    635  pub unsafe fn _mm_maskz_cvtpd_ps(k: __mmask8, a: __m128d) -> __m128 【】
    636  pub unsafe fn _mm512_cvtpd_epi32(a: __m512d) -> __m256i 【】
    637  pub unsafe fn _mm512_mask_cvtpd_epi32(src: __m256i, k: __mmask8, a: __m512d) -> __m256i 【】
    638  pub unsafe fn _mm512_maskz_cvtpd_epi32(k: __mmask8, a: __m512d) -> __m256i 【】
    639  pub unsafe fn _mm256_mask_cvtpd_epi32(src: __m128i, k: __mmask8, a: __m256d) -> __m128i 【】
    640  pub unsafe fn _mm256_maskz_cvtpd_epi32(k: __mmask8, a: __m256d) -> __m128i 【】
    641  pub unsafe fn _mm_mask_cvtpd_epi32(src: __m128i, k: __mmask8, a: __m128d) -> __m128i 【】
    642  pub unsafe fn _mm_maskz_cvtpd_epi32(k: __mmask8, a: __m128d) -> __m128i 【】
    643  pub unsafe fn _mm512_cvtpd_epu32(a: __m512d) -> __m256i 【】
    644  pub unsafe fn _mm512_mask_cvtpd_epu32(src: __m256i, k: __mmask8, a: __m512d) -> __m256i 【】
    645  pub unsafe fn _mm512_maskz_cvtpd_epu32(k: __mmask8, a: __m512d) -> __m256i 【】
    646  pub unsafe fn _mm256_cvtpd_epu32(a: __m256d) -> __m128i 【】
    647  pub unsafe fn _mm256_mask_cvtpd_epu32(src: __m128i, k: __mmask8, a: __m256d) -> __m128i 【】
    648  pub unsafe fn _mm256_maskz_cvtpd_epu32(k: __mmask8, a: __m256d) -> __m128i 【】
    649  pub unsafe fn _mm_cvtpd_epu32(a: __m128d) -> __m128i 【】
    650  pub unsafe fn _mm_mask_cvtpd_epu32(src: __m128i, k: __mmask8, a: __m128d) -> __m128i 【】
    651  pub unsafe fn _mm_maskz_cvtpd_epu32(k: __mmask8, a: __m128d) -> __m128i 【】
    652  pub unsafe fn _mm512_cvtpd_pslo(v2: __m512d) -> __m512 【】
    653  pub unsafe fn _mm512_mask_cvtpd_pslo(src: __m512, k: __mmask8, v2: __m512d) -> __m512 【】
    654  pub unsafe fn _mm512_cvtepi8_epi32(a: __m128i) -> __m512i 【】
    655  pub unsafe fn _mm512_mask_cvtepi8_epi32(src: __m512i, k: __mmask16, a: __m128i) -> __m512i 【】
    656  pub unsafe fn _mm512_maskz_cvtepi8_epi32(k: __mmask16, a: __m128i) -> __m512i 【】
    657  pub unsafe fn _mm256_mask_cvtepi8_epi32(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    658  pub unsafe fn _mm256_maskz_cvtepi8_epi32(k: __mmask8, a: __m128i) -> __m256i 【】
    659  pub unsafe fn _mm_mask_cvtepi8_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    660  pub unsafe fn _mm_maskz_cvtepi8_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    661  pub unsafe fn _mm512_cvtepi8_epi64(a: __m128i) -> __m512i 【】
    662  pub unsafe fn _mm512_mask_cvtepi8_epi64(src: __m512i, k: __mmask8, a: __m128i) -> __m512i 【】
    663  pub unsafe fn _mm512_maskz_cvtepi8_epi64(k: __mmask8, a: __m128i) -> __m512i 【】
    664  pub unsafe fn _mm256_mask_cvtepi8_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    665  pub unsafe fn _mm256_maskz_cvtepi8_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    666  pub unsafe fn _mm_mask_cvtepi8_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    667  pub unsafe fn _mm_maskz_cvtepi8_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    668  pub unsafe fn _mm512_cvtepu8_epi32(a: __m128i) -> __m512i 【】
    669  pub unsafe fn _mm512_mask_cvtepu8_epi32(src: __m512i, k: __mmask16, a: __m128i) -> __m512i 【】
    670  pub unsafe fn _mm512_maskz_cvtepu8_epi32(k: __mmask16, a: __m128i) -> __m512i 【】
    671  pub unsafe fn _mm256_mask_cvtepu8_epi32(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    672  pub unsafe fn _mm256_maskz_cvtepu8_epi32(k: __mmask8, a: __m128i) -> __m256i 【】
    673  pub unsafe fn _mm_mask_cvtepu8_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    674  pub unsafe fn _mm_maskz_cvtepu8_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    675  pub unsafe fn _mm512_cvtepu8_epi64(a: __m128i) -> __m512i 【】
    676  pub unsafe fn _mm512_mask_cvtepu8_epi64(src: __m512i, k: __mmask8, a: __m128i) -> __m512i 【】
    677  pub unsafe fn _mm512_maskz_cvtepu8_epi64(k: __mmask8, a: __m128i) -> __m512i 【】
    678  pub unsafe fn _mm256_mask_cvtepu8_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    679  pub unsafe fn _mm256_maskz_cvtepu8_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    680  pub unsafe fn _mm_mask_cvtepu8_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    681  pub unsafe fn _mm_maskz_cvtepu8_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    682  pub unsafe fn _mm512_cvtepi16_epi32(a: __m256i) -> __m512i 【】
    683  pub unsafe fn _mm512_mask_cvtepi16_epi32(src: __m512i, k: __mmask16, a: __m256i) -> __m512i 【】
    684  pub unsafe fn _mm512_maskz_cvtepi16_epi32(k: __mmask16, a: __m256i) -> __m512i 【】
    685  pub unsafe fn _mm256_mask_cvtepi16_epi32(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    686  pub unsafe fn _mm256_maskz_cvtepi16_epi32(k: __mmask8, a: __m128i) -> __m256i 【】
    687  pub unsafe fn _mm_mask_cvtepi16_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    688  pub unsafe fn _mm_maskz_cvtepi16_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    689  pub unsafe fn _mm512_cvtepi16_epi64(a: __m128i) -> __m512i 【】
    690  pub unsafe fn _mm512_mask_cvtepi16_epi64(src: __m512i, k: __mmask8, a: __m128i) -> __m512i 【】
    691  pub unsafe fn _mm512_maskz_cvtepi16_epi64(k: __mmask8, a: __m128i) -> __m512i 【】
    692  pub unsafe fn _mm256_mask_cvtepi16_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    693  pub unsafe fn _mm256_maskz_cvtepi16_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    694  pub unsafe fn _mm_mask_cvtepi16_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    695  pub unsafe fn _mm_maskz_cvtepi16_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    696  pub unsafe fn _mm512_cvtepu16_epi32(a: __m256i) -> __m512i 【】
    697  pub unsafe fn _mm512_mask_cvtepu16_epi32(src: __m512i, k: __mmask16, a: __m256i) -> __m512i 【】
    698  pub unsafe fn _mm512_maskz_cvtepu16_epi32(k: __mmask16, a: __m256i) -> __m512i 【】
    699  pub unsafe fn _mm256_mask_cvtepu16_epi32(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    700  pub unsafe fn _mm256_maskz_cvtepu16_epi32(k: __mmask8, a: __m128i) -> __m256i 【】
    701  pub unsafe fn _mm_mask_cvtepu16_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    702  pub unsafe fn _mm_maskz_cvtepu16_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    703  pub unsafe fn _mm512_cvtepu16_epi64(a: __m128i) -> __m512i 【】
    704  pub unsafe fn _mm512_mask_cvtepu16_epi64(src: __m512i, k: __mmask8, a: __m128i) -> __m512i 【】
    705  pub unsafe fn _mm512_maskz_cvtepu16_epi64(k: __mmask8, a: __m128i) -> __m512i 【】
    706  pub unsafe fn _mm256_mask_cvtepu16_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    707  pub unsafe fn _mm256_maskz_cvtepu16_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    708  pub unsafe fn _mm_mask_cvtepu16_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    709  pub unsafe fn _mm_maskz_cvtepu16_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    710  pub unsafe fn _mm512_cvtepi32_epi64(a: __m256i) -> __m512i 【】
    711  pub unsafe fn _mm512_mask_cvtepi32_epi64(src: __m512i, k: __mmask8, a: __m256i) -> __m512i 【】
    712  pub unsafe fn _mm512_maskz_cvtepi32_epi64(k: __mmask8, a: __m256i) -> __m512i 【】
    713  pub unsafe fn _mm256_mask_cvtepi32_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    714  pub unsafe fn _mm256_maskz_cvtepi32_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    715  pub unsafe fn _mm_mask_cvtepi32_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    716  pub unsafe fn _mm_maskz_cvtepi32_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    717  pub unsafe fn _mm512_cvtepu32_epi64(a: __m256i) -> __m512i 【】
    718  pub unsafe fn _mm512_mask_cvtepu32_epi64(src: __m512i, k: __mmask8, a: __m256i) -> __m512i 【】
    719  pub unsafe fn _mm512_maskz_cvtepu32_epi64(k: __mmask8, a: __m256i) -> __m512i 【】
    720  pub unsafe fn _mm256_mask_cvtepu32_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    721  pub unsafe fn _mm256_maskz_cvtepu32_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    722  pub unsafe fn _mm_mask_cvtepu32_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    723  pub unsafe fn _mm_maskz_cvtepu32_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    724  pub unsafe fn _mm512_cvtepi32_ps(a: __m512i) -> __m512 【】
    725  pub unsafe fn _mm512_mask_cvtepi32_ps(src: __m512, k: __mmask16, a: __m512i) -> __m512 【】
    726  pub unsafe fn _mm512_maskz_cvtepi32_ps(k: __mmask16, a: __m512i) -> __m512 【】
    727  pub unsafe fn _mm256_mask_cvtepi32_ps(src: __m256, k: __mmask8, a: __m256i) -> __m256 【】
    728  pub unsafe fn _mm256_maskz_cvtepi32_ps(k: __mmask8, a: __m256i) -> __m256 【】
    729  pub unsafe fn _mm_mask_cvtepi32_ps(src: __m128, k: __mmask8, a: __m128i) -> __m128 【】
    730  pub unsafe fn _mm_maskz_cvtepi32_ps(k: __mmask8, a: __m128i) -> __m128 【】
    731  pub unsafe fn _mm512_cvtepi32_pd(a: __m256i) -> __m512d 【】
    732  pub unsafe fn _mm512_mask_cvtepi32_pd(src: __m512d, k: __mmask8, a: __m256i) -> __m512d 【】
    733  pub unsafe fn _mm512_maskz_cvtepi32_pd(k: __mmask8, a: __m256i) -> __m512d 【】
    734  pub unsafe fn _mm256_mask_cvtepi32_pd(src: __m256d, k: __mmask8, a: __m128i) -> __m256d 【】
    735  pub unsafe fn _mm256_maskz_cvtepi32_pd(k: __mmask8, a: __m128i) -> __m256d 【】
    736  pub unsafe fn _mm_mask_cvtepi32_pd(src: __m128d, k: __mmask8, a: __m128i) -> __m128d 【】
    737  pub unsafe fn _mm_maskz_cvtepi32_pd(k: __mmask8, a: __m128i) -> __m128d 【】
    738  pub unsafe fn _mm512_cvtepu32_ps(a: __m512i) -> __m512 【】
    739  pub unsafe fn _mm512_mask_cvtepu32_ps(src: __m512, k: __mmask16, a: __m512i) -> __m512 【】
    740  pub unsafe fn _mm512_maskz_cvtepu32_ps(k: __mmask16, a: __m512i) -> __m512 【】
    741  pub unsafe fn _mm512_cvtepu32_pd(a: __m256i) -> __m512d 【】
    742  pub unsafe fn _mm512_mask_cvtepu32_pd(src: __m512d, k: __mmask8, a: __m256i) -> __m512d 【】
    743  pub unsafe fn _mm512_maskz_cvtepu32_pd(k: __mmask8, a: __m256i) -> __m512d 【】
    744  pub unsafe fn _mm256_cvtepu32_pd(a: __m128i) -> __m256d 【】
    745  pub unsafe fn _mm256_mask_cvtepu32_pd(src: __m256d, k: __mmask8, a: __m128i) -> __m256d 【】
    746  pub unsafe fn _mm256_maskz_cvtepu32_pd(k: __mmask8, a: __m128i) -> __m256d 【】
    747  pub unsafe fn _mm_cvtepu32_pd(a: __m128i) -> __m128d 【】
    748  pub unsafe fn _mm_mask_cvtepu32_pd(src: __m128d, k: __mmask8, a: __m128i) -> __m128d 【】
    749  pub unsafe fn _mm_maskz_cvtepu32_pd(k: __mmask8, a: __m128i) -> __m128d 【】
    750  pub unsafe fn _mm512_cvtepi32lo_pd(v2: __m512i) -> __m512d 【】
    751  pub unsafe fn _mm512_mask_cvtepi32lo_pd(src: __m512d, k: __mmask8, v2: __m512i) -> __m512d 【】
    752  pub unsafe fn _mm512_cvtepu32lo_pd(v2: __m512i) -> __m512d 【】
    753  pub unsafe fn _mm512_mask_cvtepu32lo_pd(src: __m512d, k: __mmask8, v2: __m512i) -> __m512d 【】
    754  pub unsafe fn _mm512_cvtepi32_epi16(a: __m512i) -> __m256i 【】
    755  pub unsafe fn _mm512_mask_cvtepi32_epi16(src: __m256i, k: __mmask16, a: __m512i) -> __m256i 【】
    756  pub unsafe fn _mm512_maskz_cvtepi32_epi16(k: __mmask16, a: __m512i) -> __m256i 【】
    757  pub unsafe fn _mm256_cvtepi32_epi16(a: __m256i) -> __m128i 【】
    758  pub unsafe fn _mm256_mask_cvtepi32_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    759  pub unsafe fn _mm256_maskz_cvtepi32_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    760  pub unsafe fn _mm_cvtepi32_epi16(a: __m128i) -> __m128i 【】
    761  pub unsafe fn _mm_mask_cvtepi32_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    762  pub unsafe fn _mm_maskz_cvtepi32_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    763  pub unsafe fn _mm512_cvtepi32_epi8(a: __m512i) -> __m128i 【】
    764  pub unsafe fn _mm512_mask_cvtepi32_epi8(src: __m128i, k: __mmask16, a: __m512i) -> __m128i 【】
    765  pub unsafe fn _mm512_maskz_cvtepi32_epi8(k: __mmask16, a: __m512i) -> __m128i 【】
    766  pub unsafe fn _mm256_cvtepi32_epi8(a: __m256i) -> __m128i 【】
    767  pub unsafe fn _mm256_mask_cvtepi32_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    768  pub unsafe fn _mm256_maskz_cvtepi32_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    769  pub unsafe fn _mm_cvtepi32_epi8(a: __m128i) -> __m128i 【】
    770  pub unsafe fn _mm_mask_cvtepi32_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    771  pub unsafe fn _mm_maskz_cvtepi32_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    772  pub unsafe fn _mm512_cvtepi64_epi32(a: __m512i) -> __m256i 【】
    773  pub unsafe fn _mm512_mask_cvtepi64_epi32(src: __m256i, k: __mmask8, a: __m512i) -> __m256i 【】
    774  pub unsafe fn _mm512_maskz_cvtepi64_epi32(k: __mmask8, a: __m512i) -> __m256i 【】
    775  pub unsafe fn _mm256_cvtepi64_epi32(a: __m256i) -> __m128i 【】
    776  pub unsafe fn _mm256_mask_cvtepi64_epi32(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    777  pub unsafe fn _mm256_maskz_cvtepi64_epi32(k: __mmask8, a: __m256i) -> __m128i 【】
    778  pub unsafe fn _mm_cvtepi64_epi32(a: __m128i) -> __m128i 【】
    779  pub unsafe fn _mm_mask_cvtepi64_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    780  pub unsafe fn _mm_maskz_cvtepi64_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    781  pub unsafe fn _mm512_cvtepi64_epi16(a: __m512i) -> __m128i 【】
    782  pub unsafe fn _mm512_mask_cvtepi64_epi16(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    783  pub unsafe fn _mm512_maskz_cvtepi64_epi16(k: __mmask8, a: __m512i) -> __m128i 【】
    784  pub unsafe fn _mm256_cvtepi64_epi16(a: __m256i) -> __m128i 【】
    785  pub unsafe fn _mm256_mask_cvtepi64_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    786  pub unsafe fn _mm256_maskz_cvtepi64_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    787  pub unsafe fn _mm_cvtepi64_epi16(a: __m128i) -> __m128i 【】
    788  pub unsafe fn _mm_mask_cvtepi64_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    789  pub unsafe fn _mm_maskz_cvtepi64_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    790  pub unsafe fn _mm512_cvtepi64_epi8(a: __m512i) -> __m128i 【】
    791  pub unsafe fn _mm512_mask_cvtepi64_epi8(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    792  pub unsafe fn _mm512_maskz_cvtepi64_epi8(k: __mmask8, a: __m512i) -> __m128i 【】
    793  pub unsafe fn _mm256_cvtepi64_epi8(a: __m256i) -> __m128i 【】
    794  pub unsafe fn _mm256_mask_cvtepi64_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    795  pub unsafe fn _mm256_maskz_cvtepi64_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    796  pub unsafe fn _mm_cvtepi64_epi8(a: __m128i) -> __m128i 【】
    797  pub unsafe fn _mm_mask_cvtepi64_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    798  pub unsafe fn _mm_maskz_cvtepi64_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    799  pub unsafe fn _mm512_cvtsepi32_epi16(a: __m512i) -> __m256i 【】
    800  pub unsafe fn _mm512_mask_cvtsepi32_epi16(src: __m256i, k: __mmask16, a: __m512i) -> __m256i 【】
    801  pub unsafe fn _mm512_maskz_cvtsepi32_epi16(k: __mmask16, a: __m512i) -> __m256i 【】
    802  pub unsafe fn _mm256_cvtsepi32_epi16(a: __m256i) -> __m128i 【】
    803  pub unsafe fn _mm256_mask_cvtsepi32_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    804  pub unsafe fn _mm256_maskz_cvtsepi32_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    805  pub unsafe fn _mm_cvtsepi32_epi16(a: __m128i) -> __m128i 【】
    806  pub unsafe fn _mm_mask_cvtsepi32_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    807  pub unsafe fn _mm_maskz_cvtsepi32_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    808  pub unsafe fn _mm512_cvtsepi32_epi8(a: __m512i) -> __m128i 【】
    809  pub unsafe fn _mm512_mask_cvtsepi32_epi8(src: __m128i, k: __mmask16, a: __m512i) -> __m128i 【】
    810  pub unsafe fn _mm512_maskz_cvtsepi32_epi8(k: __mmask16, a: __m512i) -> __m128i 【】
    811  pub unsafe fn _mm256_cvtsepi32_epi8(a: __m256i) -> __m128i 【】
    812  pub unsafe fn _mm256_mask_cvtsepi32_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    813  pub unsafe fn _mm256_maskz_cvtsepi32_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    814  pub unsafe fn _mm_cvtsepi32_epi8(a: __m128i) -> __m128i 【】
    815  pub unsafe fn _mm_mask_cvtsepi32_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    816  pub unsafe fn _mm_maskz_cvtsepi32_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    817  pub unsafe fn _mm512_cvtsepi64_epi32(a: __m512i) -> __m256i 【】
    818  pub unsafe fn _mm512_mask_cvtsepi64_epi32(src: __m256i, k: __mmask8, a: __m512i) -> __m256i 【】
    819  pub unsafe fn _mm512_maskz_cvtsepi64_epi32(k: __mmask8, a: __m512i) -> __m256i 【】
    820  pub unsafe fn _mm256_cvtsepi64_epi32(a: __m256i) -> __m128i 【】
    821  pub unsafe fn _mm256_mask_cvtsepi64_epi32(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    822  pub unsafe fn _mm256_maskz_cvtsepi64_epi32(k: __mmask8, a: __m256i) -> __m128i 【】
    823  pub unsafe fn _mm_cvtsepi64_epi32(a: __m128i) -> __m128i 【】
    824  pub unsafe fn _mm_mask_cvtsepi64_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    825  pub unsafe fn _mm_maskz_cvtsepi64_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    826  pub unsafe fn _mm512_cvtsepi64_epi16(a: __m512i) -> __m128i 【】
    827  pub unsafe fn _mm512_mask_cvtsepi64_epi16(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    828  pub unsafe fn _mm512_maskz_cvtsepi64_epi16(k: __mmask8, a: __m512i) -> __m128i 【】
    829  pub unsafe fn _mm256_cvtsepi64_epi16(a: __m256i) -> __m128i 【】
    830  pub unsafe fn _mm256_mask_cvtsepi64_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    831  pub unsafe fn _mm256_maskz_cvtsepi64_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    832  pub unsafe fn _mm_cvtsepi64_epi16(a: __m128i) -> __m128i 【】
    833  pub unsafe fn _mm_mask_cvtsepi64_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    834  pub unsafe fn _mm_maskz_cvtsepi64_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    835  pub unsafe fn _mm512_cvtsepi64_epi8(a: __m512i) -> __m128i 【】
    836  pub unsafe fn _mm512_mask_cvtsepi64_epi8(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    837  pub unsafe fn _mm512_maskz_cvtsepi64_epi8(k: __mmask8, a: __m512i) -> __m128i 【】
    838  pub unsafe fn _mm256_cvtsepi64_epi8(a: __m256i) -> __m128i 【】
    839  pub unsafe fn _mm256_mask_cvtsepi64_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    840  pub unsafe fn _mm256_maskz_cvtsepi64_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    841  pub unsafe fn _mm_cvtsepi64_epi8(a: __m128i) -> __m128i 【】
    842  pub unsafe fn _mm_mask_cvtsepi64_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    843  pub unsafe fn _mm_maskz_cvtsepi64_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    844  pub unsafe fn _mm512_cvtusepi32_epi16(a: __m512i) -> __m256i 【】
    845  pub unsafe fn _mm512_mask_cvtusepi32_epi16(src: __m256i, k: __mmask16, a: __m512i) -> __m256i 【】
    846  pub unsafe fn _mm512_maskz_cvtusepi32_epi16(k: __mmask16, a: __m512i) -> __m256i 【】
    847  pub unsafe fn _mm256_cvtusepi32_epi16(a: __m256i) -> __m128i 【】
    848  pub unsafe fn _mm256_mask_cvtusepi32_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    849  pub unsafe fn _mm256_maskz_cvtusepi32_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    850  pub unsafe fn _mm_cvtusepi32_epi16(a: __m128i) -> __m128i 【】
    851  pub unsafe fn _mm_mask_cvtusepi32_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    852  pub unsafe fn _mm_maskz_cvtusepi32_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    853  pub unsafe fn _mm512_cvtusepi32_epi8(a: __m512i) -> __m128i 【】
    854  pub unsafe fn _mm512_mask_cvtusepi32_epi8(src: __m128i, k: __mmask16, a: __m512i) -> __m128i 【】
    855  pub unsafe fn _mm512_maskz_cvtusepi32_epi8(k: __mmask16, a: __m512i) -> __m128i 【】
    856  pub unsafe fn _mm256_cvtusepi32_epi8(a: __m256i) -> __m128i 【】
    857  pub unsafe fn _mm256_mask_cvtusepi32_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    858  pub unsafe fn _mm256_maskz_cvtusepi32_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    859  pub unsafe fn _mm_cvtusepi32_epi8(a: __m128i) -> __m128i 【】
    860  pub unsafe fn _mm_mask_cvtusepi32_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    861  pub unsafe fn _mm_maskz_cvtusepi32_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    862  pub unsafe fn _mm512_cvtusepi64_epi32(a: __m512i) -> __m256i 【】
    863  pub unsafe fn _mm512_mask_cvtusepi64_epi32(src: __m256i, k: __mmask8, a: __m512i) -> __m256i 【】
    864  pub unsafe fn _mm512_maskz_cvtusepi64_epi32(k: __mmask8, a: __m512i) -> __m256i 【】
    865  pub unsafe fn _mm256_cvtusepi64_epi32(a: __m256i) -> __m128i 【】
    866  pub unsafe fn _mm256_mask_cvtusepi64_epi32(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    867  pub unsafe fn _mm256_maskz_cvtusepi64_epi32(k: __mmask8, a: __m256i) -> __m128i 【】
    868  pub unsafe fn _mm_cvtusepi64_epi32(a: __m128i) -> __m128i 【】
    869  pub unsafe fn _mm_mask_cvtusepi64_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    870  pub unsafe fn _mm_maskz_cvtusepi64_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    871  pub unsafe fn _mm512_cvtusepi64_epi16(a: __m512i) -> __m128i 【】
    872  pub unsafe fn _mm512_mask_cvtusepi64_epi16(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    873  pub unsafe fn _mm512_maskz_cvtusepi64_epi16(k: __mmask8, a: __m512i) -> __m128i 【】
    874  pub unsafe fn _mm256_cvtusepi64_epi16(a: __m256i) -> __m128i 【】
    875  pub unsafe fn _mm256_mask_cvtusepi64_epi16(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    876  pub unsafe fn _mm256_maskz_cvtusepi64_epi16(k: __mmask8, a: __m256i) -> __m128i 【】
    877  pub unsafe fn _mm_cvtusepi64_epi16(a: __m128i) -> __m128i 【】
    878  pub unsafe fn _mm_mask_cvtusepi64_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    879  pub unsafe fn _mm_maskz_cvtusepi64_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    880  pub unsafe fn _mm512_cvtusepi64_epi8(a: __m512i) -> __m128i 【】
    881  pub unsafe fn _mm512_mask_cvtusepi64_epi8(src: __m128i, k: __mmask8, a: __m512i) -> __m128i 【】
    882  pub unsafe fn _mm512_maskz_cvtusepi64_epi8(k: __mmask8, a: __m512i) -> __m128i 【】
    883  pub unsafe fn _mm256_cvtusepi64_epi8(a: __m256i) -> __m128i 【】
    884  pub unsafe fn _mm256_mask_cvtusepi64_epi8(src: __m128i, k: __mmask8, a: __m256i) -> __m128i 【】
    885  pub unsafe fn _mm256_maskz_cvtusepi64_epi8(k: __mmask8, a: __m256i) -> __m128i 【】
    886  pub unsafe fn _mm_cvtusepi64_epi8(a: __m128i) -> __m128i 【】
    887  pub unsafe fn _mm_mask_cvtusepi64_epi8(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    888  pub unsafe fn _mm_maskz_cvtusepi64_epi8(k: __mmask8, a: __m128i) -> __m128i 【】
    889  pub unsafe fn _mm512_cvt_roundps_epi32<const ROUNDING: i32>(a: __m512) -> __m512i 【】
    890  pub unsafe fn _mm512_mask_cvt_roundps_epi32<const ROUNDING: i32>(
    891  pub unsafe fn _mm512_maskz_cvt_roundps_epi32<const ROUNDING: i32>(
    892  pub unsafe fn _mm512_cvt_roundps_epu32<const ROUNDING: i32>(a: __m512) -> __m512i 【】
    893  pub unsafe fn _mm512_mask_cvt_roundps_epu32<const ROUNDING: i32>(
    894  pub unsafe fn _mm512_maskz_cvt_roundps_epu32<const ROUNDING: i32>(
    895  pub unsafe fn _mm512_cvt_roundps_pd<const SAE: i32>(a: __m256) -> __m512d 【】
    896  pub unsafe fn _mm512_mask_cvt_roundps_pd<const SAE: i32>(
    897  pub unsafe fn _mm512_maskz_cvt_roundps_pd<const SAE: i32>(k: __mmask8, a: __m256) -> __m512d 【】
    898  pub unsafe fn _mm512_cvt_roundpd_epi32<const ROUNDING: i32>(a: __m512d) -> __m256i 【】
    899  pub unsafe fn _mm512_mask_cvt_roundpd_epi32<const ROUNDING: i32>(
    900  pub unsafe fn _mm512_maskz_cvt_roundpd_epi32<const ROUNDING: i32>(
    901  pub unsafe fn _mm512_cvt_roundpd_epu32<const ROUNDING: i32>(a: __m512d) -> __m256i 【】
    902  pub unsafe fn _mm512_mask_cvt_roundpd_epu32<const ROUNDING: i32>(
    903  pub unsafe fn _mm512_maskz_cvt_roundpd_epu32<const ROUNDING: i32>(
    904  pub unsafe fn _mm512_cvt_roundpd_ps<const ROUNDING: i32>(a: __m512d) -> __m256 【】
    905  pub unsafe fn _mm512_mask_cvt_roundpd_ps<const ROUNDING: i32>(
    906  pub unsafe fn _mm512_maskz_cvt_roundpd_ps<const ROUNDING: i32>(k: __mmask8, a: __m512d) -> __m256 【】
    907  pub unsafe fn _mm512_cvt_roundepi32_ps<const ROUNDING: i32>(a: __m512i) -> __m512 【】
    908  pub unsafe fn _mm512_mask_cvt_roundepi32_ps<const ROUNDING: i32>(
    909  pub unsafe fn _mm512_maskz_cvt_roundepi32_ps<const ROUNDING: i32>(
    910  pub unsafe fn _mm512_cvt_roundepu32_ps<const ROUNDING: i32>(a: __m512i) -> __m512 【】
    911  pub unsafe fn _mm512_mask_cvt_roundepu32_ps<const ROUNDING: i32>(
    912  pub unsafe fn _mm512_maskz_cvt_roundepu32_ps<const ROUNDING: i32>(
    913  pub unsafe fn _mm512_cvt_roundps_ph<const SAE: i32>(a: __m512) -> __m256i 【】
    914  pub unsafe fn _mm512_mask_cvt_roundps_ph<const SAE: i32>(
    915  pub unsafe fn _mm512_maskz_cvt_roundps_ph<const SAE: i32>(k: __mmask16, a: __m512) -> __m256i 【】
    916  pub unsafe fn _mm256_mask_cvt_roundps_ph<const IMM8: i32>(
    917  pub unsafe fn _mm256_maskz_cvt_roundps_ph<const IMM8: i32>(k: __mmask8, a: __m256) -> __m128i 【】
    918  pub unsafe fn _mm_mask_cvt_roundps_ph<const IMM8: i32>(
    919  pub unsafe fn _mm_maskz_cvt_roundps_ph<const IMM8: i32>(k: __mmask8, a: __m128) -> __m128i 【】
    920  pub unsafe fn _mm512_cvtps_ph<const SAE: i32>(a: __m512) -> __m256i 【】
    921  pub unsafe fn _mm512_mask_cvtps_ph<const SAE: i32>(
    922  pub unsafe fn _mm512_maskz_cvtps_ph<const SAE: i32>(k: __mmask16, a: __m512) -> __m256i 【】
    923  pub unsafe fn _mm256_mask_cvtps_ph<const IMM8: i32>(
    924  pub unsafe fn _mm256_maskz_cvtps_ph<const IMM8: i32>(k: __mmask8, a: __m256) -> __m128i 【】
    925  pub unsafe fn _mm_mask_cvtps_ph<const IMM8: i32>(src: __m128i, k: __mmask8, a: __m128) -> __m128i 【】
    926  pub unsafe fn _mm_maskz_cvtps_ph<const IMM8: i32>(k: __mmask8, a: __m128) -> __m128i 【】
    927  pub unsafe fn _mm512_cvt_roundph_ps<const SAE: i32>(a: __m256i) -> __m512 【】
    928  pub unsafe fn _mm512_mask_cvt_roundph_ps<const SAE: i32>(
    929  pub unsafe fn _mm512_maskz_cvt_roundph_ps<const SAE: i32>(k: __mmask16, a: __m256i) -> __m512 【】
    930  pub unsafe fn _mm512_cvtph_ps(a: __m256i) -> __m512 【】
    931  pub unsafe fn _mm512_mask_cvtph_ps(src: __m512, k: __mmask16, a: __m256i) -> __m512 【】
    932  pub unsafe fn _mm512_maskz_cvtph_ps(k: __mmask16, a: __m256i) -> __m512 【】
    933  pub unsafe fn _mm256_mask_cvtph_ps(src: __m256, k: __mmask8, a: __m128i) -> __m256 【】
    934  pub unsafe fn _mm256_maskz_cvtph_ps(k: __mmask8, a: __m128i) -> __m256 【】
    935  pub unsafe fn _mm_mask_cvtph_ps(src: __m128, k: __mmask8, a: __m128i) -> __m128 【】
    936  pub unsafe fn _mm_maskz_cvtph_ps(k: __mmask8, a: __m128i) -> __m128 【】
    937  pub unsafe fn _mm512_cvtt_roundps_epi32<const SAE: i32>(a: __m512) -> __m512i 【】
    938  pub unsafe fn _mm512_mask_cvtt_roundps_epi32<const SAE: i32>(
    939  pub unsafe fn _mm512_maskz_cvtt_roundps_epi32<const SAE: i32>(k: __mmask16, a: __m512) -> __m512i 【】
    940  pub unsafe fn _mm512_cvtt_roundps_epu32<const SAE: i32>(a: __m512) -> __m512i 【】
    941  pub unsafe fn _mm512_mask_cvtt_roundps_epu32<const SAE: i32>(
    942  pub unsafe fn _mm512_maskz_cvtt_roundps_epu32<const SAE: i32>(k: __mmask16, a: __m512) -> __m512i 【】
    943  pub unsafe fn _mm512_cvtt_roundpd_epi32<const SAE: i32>(a: __m512d) -> __m256i 【】
    944  pub unsafe fn _mm512_mask_cvtt_roundpd_epi32<const SAE: i32>(
    945  pub unsafe fn _mm512_maskz_cvtt_roundpd_epi32<const SAE: i32>(k: __mmask8, a: __m512d) -> __m256i 【】
    946  pub unsafe fn _mm512_cvtt_roundpd_epu32<const SAE: i32>(a: __m512d) -> __m256i 【】
    947  pub unsafe fn _mm512_mask_cvtt_roundpd_epu32<const SAE: i32>(
    948  pub unsafe fn _mm512_cvttps_epi32(a: __m512) -> __m512i 【】
    949  pub unsafe fn _mm512_mask_cvttps_epi32(src: __m512i, k: __mmask16, a: __m512) -> __m512i 【】
    950  pub unsafe fn _mm512_maskz_cvttps_epi32(k: __mmask16, a: __m512) -> __m512i 【】
    951  pub unsafe fn _mm256_mask_cvttps_epi32(src: __m256i, k: __mmask8, a: __m256) -> __m256i 【】
    952  pub unsafe fn _mm256_maskz_cvttps_epi32(k: __mmask8, a: __m256) -> __m256i 【】
    953  pub unsafe fn _mm_mask_cvttps_epi32(src: __m128i, k: __mmask8, a: __m128) -> __m128i 【】
    954  pub unsafe fn _mm_maskz_cvttps_epi32(k: __mmask8, a: __m128) -> __m128i 【】
    955  pub unsafe fn _mm512_cvttps_epu32(a: __m512) -> __m512i 【】
    956  pub unsafe fn _mm512_mask_cvttps_epu32(src: __m512i, k: __mmask16, a: __m512) -> __m512i 【】
    957  pub unsafe fn _mm512_maskz_cvttps_epu32(k: __mmask16, a: __m512) -> __m512i 【】
    958  pub unsafe fn _mm256_cvttps_epu32(a: __m256) -> __m256i 【】
    959  pub unsafe fn _mm256_mask_cvttps_epu32(src: __m256i, k: __mmask8, a: __m256) -> __m256i 【】
    960  pub unsafe fn _mm256_maskz_cvttps_epu32(k: __mmask8, a: __m256) -> __m256i 【】
    961  pub unsafe fn _mm_cvttps_epu32(a: __m128) -> __m128i 【】
    962  pub unsafe fn _mm_mask_cvttps_epu32(src: __m128i, k: __mmask8, a: __m128) -> __m128i 【】
    963  pub unsafe fn _mm_maskz_cvttps_epu32(k: __mmask8, a: __m128) -> __m128i 【】
    964  pub unsafe fn _mm512_maskz_cvtt_roundpd_epu32<const SAE: i32>(k: __mmask8, a: __m512d) -> __m256i 【】
    965  pub unsafe fn _mm512_cvttpd_epi32(a: __m512d) -> __m256i 【】
    966  pub unsafe fn _mm512_mask_cvttpd_epi32(src: __m256i, k: __mmask8, a: __m512d) -> __m256i 【】
    967  pub unsafe fn _mm512_maskz_cvttpd_epi32(k: __mmask8, a: __m512d) -> __m256i 【】
    968  pub unsafe fn _mm256_mask_cvttpd_epi32(src: __m128i, k: __mmask8, a: __m256d) -> __m128i 【】
    969  pub unsafe fn _mm256_maskz_cvttpd_epi32(k: __mmask8, a: __m256d) -> __m128i 【】
    970  pub unsafe fn _mm_mask_cvttpd_epi32(src: __m128i, k: __mmask8, a: __m128d) -> __m128i 【】
    971  pub unsafe fn _mm_maskz_cvttpd_epi32(k: __mmask8, a: __m128d) -> __m128i 【】
    972  pub unsafe fn _mm512_cvttpd_epu32(a: __m512d) -> __m256i 【】
    973  pub unsafe fn _mm512_mask_cvttpd_epu32(src: __m256i, k: __mmask8, a: __m512d) -> __m256i 【】
    974  pub unsafe fn _mm512_maskz_cvttpd_epu32(k: __mmask8, a: __m512d) -> __m256i 【】
    975  pub unsafe fn _mm256_cvttpd_epu32(a: __m256d) -> __m128i 【】
    976  pub unsafe fn _mm256_mask_cvttpd_epu32(src: __m128i, k: __mmask8, a: __m256d) -> __m128i 【】
    977  pub unsafe fn _mm256_maskz_cvttpd_epu32(k: __mmask8, a: __m256d) -> __m128i 【】
    978  pub unsafe fn _mm_cvttpd_epu32(a: __m128d) -> __m128i 【】
    979  pub unsafe fn _mm_mask_cvttpd_epu32(src: __m128i, k: __mmask8, a: __m128d) -> __m128i 【】
    980  pub unsafe fn _mm_maskz_cvttpd_epu32(k: __mmask8, a: __m128d) -> __m128i 【】
    981  pub unsafe fn _mm512_setzero_pd() -> __m512d 【】
    982  pub unsafe fn _mm512_setzero_ps() -> __m512 【】
    983  pub unsafe fn _mm512_setzero() -> __m512 【】
    984  pub unsafe fn _mm512_setzero_si512() -> __m512i 【】
    985  pub unsafe fn _mm512_setzero_epi32() -> __m512i 【】
    986  pub unsafe fn _mm512_setr_epi32(
    987  pub unsafe fn _mm512_set_epi8(
    988  pub unsafe fn _mm512_set_epi16(
    989  pub unsafe fn _mm512_set4_epi32(d: i32, c: i32, b: i32, a: i32) -> __m512i 【】
    990  pub unsafe fn _mm512_set4_ps(d: f32, c: f32, b: f32, a: f32) -> __m512 【】
    991  pub unsafe fn _mm512_set4_pd(d: f64, c: f64, b: f64, a: f64) -> __m512d 【】
    992  pub unsafe fn _mm512_setr4_epi32(d: i32, c: i32, b: i32, a: i32) -> __m512i 【】
    993  pub unsafe fn _mm512_setr4_ps(d: f32, c: f32, b: f32, a: f32) -> __m512 【】
    994  pub unsafe fn _mm512_setr4_pd(d: f64, c: f64, b: f64, a: f64) -> __m512d 【】
    995  pub unsafe fn _mm512_set_epi64(
    996  pub unsafe fn _mm512_setr_epi64(
    997  pub unsafe fn _mm512_i32gather_pd<const SCALE: i32>(offsets: __m256i, slice: *const u8) -> __m512d 【】
    998  pub unsafe fn _mm512_mask_i32gather_pd<const SCALE: i32>(
    999  pub unsafe fn _mm512_i64gather_pd<const SCALE: i32>(offsets: __m512i, slice: *const u8) -> __m512d 【】
    1000  pub unsafe fn _mm512_mask_i64gather_pd<const SCALE: i32>(
    1001  pub unsafe fn _mm512_i64gather_ps<const SCALE: i32>(offsets: __m512i, slice: *const u8) -> __m256 【】
    1002  pub unsafe fn _mm512_mask_i64gather_ps<const SCALE: i32>(
    1003  pub unsafe fn _mm512_i32gather_ps<const SCALE: i32>(offsets: __m512i, slice: *const u8) -> __m512 【】
    1004  pub unsafe fn _mm512_mask_i32gather_ps<const SCALE: i32>(
    1005  pub unsafe fn _mm512_i32gather_epi32<const SCALE: i32>(
    1006  pub unsafe fn _mm512_mask_i32gather_epi32<const SCALE: i32>(
    1007  pub unsafe fn _mm512_i32gather_epi64<const SCALE: i32>(
    1008  pub unsafe fn _mm512_mask_i32gather_epi64<const SCALE: i32>(
    1009  pub unsafe fn _mm512_i64gather_epi64<const SCALE: i32>(
    1010  pub unsafe fn _mm512_mask_i64gather_epi64<const SCALE: i32>(
    1011  pub unsafe fn _mm512_i64gather_epi32<const SCALE: i32>(
    1012  pub unsafe fn _mm512_mask_i64gather_epi32<const SCALE: i32>(
    1013  pub unsafe fn _mm512_i32scatter_pd<const SCALE: i32>(
    1014  pub unsafe fn _mm512_mask_i32scatter_pd<const SCALE: i32>(
    1015  pub unsafe fn _mm512_i64scatter_pd<const SCALE: i32>(
    1016  pub unsafe fn _mm512_mask_i64scatter_pd<const SCALE: i32>(
    1017  pub unsafe fn _mm512_i32scatter_ps<const SCALE: i32>(
    1018  pub unsafe fn _mm512_mask_i32scatter_ps<const SCALE: i32>(
    1019  pub unsafe fn _mm512_i64scatter_ps<const SCALE: i32>(
    1020  pub unsafe fn _mm512_mask_i64scatter_ps<const SCALE: i32>(
    1021  pub unsafe fn _mm512_i32scatter_epi64<const SCALE: i32>(
    1022  pub unsafe fn _mm512_mask_i32scatter_epi64<const SCALE: i32>(
    1023  pub unsafe fn _mm512_i64scatter_epi64<const SCALE: i32>(
    1024  pub unsafe fn _mm512_mask_i64scatter_epi64<const SCALE: i32>(
    1025  pub unsafe fn _mm512_i32scatter_epi32<const SCALE: i32>(
    1026  pub unsafe fn _mm512_mask_i32scatter_epi32<const SCALE: i32>(
    1027  pub unsafe fn _mm512_i64scatter_epi32<const SCALE: i32>(
    1028  pub unsafe fn _mm512_mask_i64scatter_epi32<const SCALE: i32>(
    1029  pub unsafe fn _mm512_mask_compress_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    1030  pub unsafe fn _mm512_maskz_compress_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    1031  pub unsafe fn _mm256_mask_compress_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    1032  pub unsafe fn _mm256_maskz_compress_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    1033  pub unsafe fn _mm_mask_compress_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1034  pub unsafe fn _mm_maskz_compress_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    1035  pub unsafe fn _mm512_mask_compress_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    1036  pub unsafe fn _mm512_maskz_compress_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    1037  pub unsafe fn _mm256_mask_compress_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    1038  pub unsafe fn _mm256_maskz_compress_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    1039  pub unsafe fn _mm_mask_compress_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1040  pub unsafe fn _mm_maskz_compress_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    1041  pub unsafe fn _mm512_mask_compress_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    1042  pub unsafe fn _mm512_maskz_compress_ps(k: __mmask16, a: __m512) -> __m512 【】
    1043  pub unsafe fn _mm256_mask_compress_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    1044  pub unsafe fn _mm256_maskz_compress_ps(k: __mmask8, a: __m256) -> __m256 【】
    1045  pub unsafe fn _mm_mask_compress_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1046  pub unsafe fn _mm_maskz_compress_ps(k: __mmask8, a: __m128) -> __m128 【】
    1047  pub unsafe fn _mm512_mask_compress_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    1048  pub unsafe fn _mm512_maskz_compress_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    1049  pub unsafe fn _mm256_mask_compress_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    1050  pub unsafe fn _mm256_maskz_compress_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    1051  pub unsafe fn _mm_mask_compress_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    1052  pub unsafe fn _mm_maskz_compress_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    1053  pub unsafe fn _mm512_mask_compressstoreu_epi32(base_addr: *mut u8, k: __mmask16, a: __m512i) 【】
    1054  pub unsafe fn _mm256_mask_compressstoreu_epi32(base_addr: *mut u8, k: __mmask8, a: __m256i) 【】
    1055  pub unsafe fn _mm_mask_compressstoreu_epi32(base_addr: *mut u8, k: __mmask8, a: __m128i) 【】
    1056  pub unsafe fn _mm512_mask_compressstoreu_epi64(base_addr: *mut u8, k: __mmask8, a: __m512i) 【】
    1057  pub unsafe fn _mm256_mask_compressstoreu_epi64(base_addr: *mut u8, k: __mmask8, a: __m256i) 【】
    1058  pub unsafe fn _mm_mask_compressstoreu_epi64(base_addr: *mut u8, k: __mmask8, a: __m128i) 【】
    1059  pub unsafe fn _mm512_mask_compressstoreu_ps(base_addr: *mut u8, k: __mmask16, a: __m512) 【】
    1060  pub unsafe fn _mm256_mask_compressstoreu_ps(base_addr: *mut u8, k: __mmask8, a: __m256) 【】
    1061  pub unsafe fn _mm_mask_compressstoreu_ps(base_addr: *mut u8, k: __mmask8, a: __m128) 【】
    1062  pub unsafe fn _mm512_mask_compressstoreu_pd(base_addr: *mut u8, k: __mmask8, a: __m512d) 【】
    1063  pub unsafe fn _mm256_mask_compressstoreu_pd(base_addr: *mut u8, k: __mmask8, a: __m256d) 【】
    1064  pub unsafe fn _mm_mask_compressstoreu_pd(base_addr: *mut u8, k: __mmask8, a: __m128d) 【】
    1065  pub unsafe fn _mm512_mask_expand_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    1066  pub unsafe fn _mm512_maskz_expand_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    1067  pub unsafe fn _mm256_mask_expand_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    1068  pub unsafe fn _mm256_maskz_expand_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    1069  pub unsafe fn _mm_mask_expand_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1070  pub unsafe fn _mm_maskz_expand_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    1071  pub unsafe fn _mm512_mask_expand_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    1072  pub unsafe fn _mm512_maskz_expand_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    1073  pub unsafe fn _mm256_mask_expand_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    1074  pub unsafe fn _mm256_maskz_expand_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    1075  pub unsafe fn _mm_mask_expand_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1076  pub unsafe fn _mm_maskz_expand_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    1077  pub unsafe fn _mm512_mask_expand_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    1078  pub unsafe fn _mm512_maskz_expand_ps(k: __mmask16, a: __m512) -> __m512 【】
    1079  pub unsafe fn _mm256_mask_expand_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    1080  pub unsafe fn _mm256_maskz_expand_ps(k: __mmask8, a: __m256) -> __m256 【】
    1081  pub unsafe fn _mm_mask_expand_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1082  pub unsafe fn _mm_maskz_expand_ps(k: __mmask8, a: __m128) -> __m128 【】
    1083  pub unsafe fn _mm512_mask_expand_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    1084  pub unsafe fn _mm512_maskz_expand_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    1085  pub unsafe fn _mm256_mask_expand_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    1086  pub unsafe fn _mm256_maskz_expand_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    1087  pub unsafe fn _mm_mask_expand_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    1088  pub unsafe fn _mm_maskz_expand_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    1089  pub unsafe fn _mm512_rol_epi32<const IMM8: i32>(a: __m512i) -> __m512i 【】
    1090  pub unsafe fn _mm512_mask_rol_epi32<const IMM8: i32>(
    1091  pub unsafe fn _mm512_maskz_rol_epi32<const IMM8: i32>(k: __mmask16, a: __m512i) -> __m512i 【】
    1092  pub unsafe fn _mm256_rol_epi32<const IMM8: i32>(a: __m256i) -> __m256i 【】
    1093  pub unsafe fn _mm256_mask_rol_epi32<const IMM8: i32>(
    1094  pub unsafe fn _mm256_maskz_rol_epi32<const IMM8: i32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1095  pub unsafe fn _mm_rol_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    1096  pub unsafe fn _mm_mask_rol_epi32<const IMM8: i32>(
    1097  pub unsafe fn _mm_maskz_rol_epi32<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1098  pub unsafe fn _mm512_ror_epi32<const IMM8: i32>(a: __m512i) -> __m512i 【】
    1099  pub unsafe fn _mm512_mask_ror_epi32<const IMM8: i32>(
    1100  pub unsafe fn _mm512_maskz_ror_epi32<const IMM8: i32>(k: __mmask16, a: __m512i) -> __m512i 【】
    1101  pub unsafe fn _mm256_ror_epi32<const IMM8: i32>(a: __m256i) -> __m256i 【】
    1102  pub unsafe fn _mm256_mask_ror_epi32<const IMM8: i32>(
    1103  pub unsafe fn _mm256_maskz_ror_epi32<const IMM8: i32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1104  pub unsafe fn _mm_ror_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    1105  pub unsafe fn _mm_mask_ror_epi32<const IMM8: i32>(
    1106  pub unsafe fn _mm_maskz_ror_epi32<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1107  pub unsafe fn _mm512_rol_epi64<const IMM8: i32>(a: __m512i) -> __m512i 【】
    1108  pub unsafe fn _mm512_mask_rol_epi64<const IMM8: i32>(
    1109  pub unsafe fn _mm512_maskz_rol_epi64<const IMM8: i32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1110  pub unsafe fn _mm256_rol_epi64<const IMM8: i32>(a: __m256i) -> __m256i 【】
    1111  pub unsafe fn _mm256_mask_rol_epi64<const IMM8: i32>(
    1112  pub unsafe fn _mm256_maskz_rol_epi64<const IMM8: i32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1113  pub unsafe fn _mm_rol_epi64<const IMM8: i32>(a: __m128i) -> __m128i 【】
    1114  pub unsafe fn _mm_mask_rol_epi64<const IMM8: i32>(
    1115  pub unsafe fn _mm_maskz_rol_epi64<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1116  pub unsafe fn _mm512_ror_epi64<const IMM8: i32>(a: __m512i) -> __m512i 【】
    1117  pub unsafe fn _mm512_mask_ror_epi64<const IMM8: i32>(
    1118  pub unsafe fn _mm512_maskz_ror_epi64<const IMM8: i32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1119  pub unsafe fn _mm256_ror_epi64<const IMM8: i32>(a: __m256i) -> __m256i 【】
    1120  pub unsafe fn _mm256_mask_ror_epi64<const IMM8: i32>(
    1121  pub unsafe fn _mm256_maskz_ror_epi64<const IMM8: i32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1122  pub unsafe fn _mm_ror_epi64<const IMM8: i32>(a: __m128i) -> __m128i 【】
    1123  pub unsafe fn _mm_mask_ror_epi64<const IMM8: i32>(
    1124  pub unsafe fn _mm_maskz_ror_epi64<const IMM8: i32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1125  pub unsafe fn _mm512_slli_epi32<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1126  pub unsafe fn _mm512_mask_slli_epi32<const IMM8: u32>(
    1127  pub unsafe fn _mm512_maskz_slli_epi32<const IMM8: u32>(k: __mmask16, a: __m512i) -> __m512i 【】
    1128  pub unsafe fn _mm256_mask_slli_epi32<const IMM8: u32>(
    1129  pub unsafe fn _mm256_maskz_slli_epi32<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1130  pub unsafe fn _mm_mask_slli_epi32<const IMM8: u32>(
    1131  pub unsafe fn _mm_maskz_slli_epi32<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1132  pub unsafe fn _mm512_srli_epi32<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1133  pub unsafe fn _mm512_mask_srli_epi32<const IMM8: u32>(
    1134  pub unsafe fn _mm512_maskz_srli_epi32<const IMM8: u32>(k: __mmask16, a: __m512i) -> __m512i 【】
    1135  pub unsafe fn _mm256_mask_srli_epi32<const IMM8: u32>(
    1136  pub unsafe fn _mm256_maskz_srli_epi32<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1137  pub unsafe fn _mm_mask_srli_epi32<const IMM8: u32>(
    1138  pub unsafe fn _mm_maskz_srli_epi32<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1139  pub unsafe fn _mm512_slli_epi64<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1140  pub unsafe fn _mm512_mask_slli_epi64<const IMM8: u32>(
    1141  pub unsafe fn _mm512_maskz_slli_epi64<const IMM8: u32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1142  pub unsafe fn _mm256_mask_slli_epi64<const IMM8: u32>(
    1143  pub unsafe fn _mm256_maskz_slli_epi64<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1144  pub unsafe fn _mm_mask_slli_epi64<const IMM8: u32>(
    1145  pub unsafe fn _mm_maskz_slli_epi64<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1146  pub unsafe fn _mm512_srli_epi64<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1147  pub unsafe fn _mm512_mask_srli_epi64<const IMM8: u32>(
    1148  pub unsafe fn _mm512_maskz_srli_epi64<const IMM8: u32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1149  pub unsafe fn _mm256_mask_srli_epi64<const IMM8: u32>(
    1150  pub unsafe fn _mm256_maskz_srli_epi64<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1151  pub unsafe fn _mm_mask_srli_epi64<const IMM8: u32>(
    1152  pub unsafe fn _mm_maskz_srli_epi64<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1153  pub unsafe fn _mm512_sll_epi32(a: __m512i, count: __m128i) -> __m512i 【】
    1154  pub unsafe fn _mm512_mask_sll_epi32(
    1155  pub unsafe fn _mm512_maskz_sll_epi32(k: __mmask16, a: __m512i, count: __m128i) -> __m512i 【】
    1156  pub unsafe fn _mm256_mask_sll_epi32(
    1157  pub unsafe fn _mm256_maskz_sll_epi32(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1158  pub unsafe fn _mm_mask_sll_epi32(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1159  pub unsafe fn _mm_maskz_sll_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1160  pub unsafe fn _mm512_srl_epi32(a: __m512i, count: __m128i) -> __m512i 【】
    1161  pub unsafe fn _mm512_mask_srl_epi32(
    1162  pub unsafe fn _mm512_maskz_srl_epi32(k: __mmask16, a: __m512i, count: __m128i) -> __m512i 【】
    1163  pub unsafe fn _mm256_mask_srl_epi32(
    1164  pub unsafe fn _mm256_maskz_srl_epi32(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1165  pub unsafe fn _mm_mask_srl_epi32(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1166  pub unsafe fn _mm_maskz_srl_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1167  pub unsafe fn _mm512_sll_epi64(a: __m512i, count: __m128i) -> __m512i 【】
    1168  pub unsafe fn _mm512_mask_sll_epi64(
    1169  pub unsafe fn _mm512_maskz_sll_epi64(k: __mmask8, a: __m512i, count: __m128i) -> __m512i 【】
    1170  pub unsafe fn _mm256_mask_sll_epi64(
    1171  pub unsafe fn _mm256_maskz_sll_epi64(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1172  pub unsafe fn _mm_mask_sll_epi64(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1173  pub unsafe fn _mm_maskz_sll_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1174  pub unsafe fn _mm512_srl_epi64(a: __m512i, count: __m128i) -> __m512i 【】
    1175  pub unsafe fn _mm512_mask_srl_epi64(
    1176  pub unsafe fn _mm512_maskz_srl_epi64(k: __mmask8, a: __m512i, count: __m128i) -> __m512i 【】
    1177  pub unsafe fn _mm256_mask_srl_epi64(
    1178  pub unsafe fn _mm256_maskz_srl_epi64(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1179  pub unsafe fn _mm_mask_srl_epi64(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1180  pub unsafe fn _mm_maskz_srl_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1181  pub unsafe fn _mm512_sra_epi32(a: __m512i, count: __m128i) -> __m512i 【】
    1182  pub unsafe fn _mm512_mask_sra_epi32(
    1183  pub unsafe fn _mm512_maskz_sra_epi32(k: __mmask16, a: __m512i, count: __m128i) -> __m512i 【】
    1184  pub unsafe fn _mm256_mask_sra_epi32(
    1185  pub unsafe fn _mm256_maskz_sra_epi32(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1186  pub unsafe fn _mm_mask_sra_epi32(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1187  pub unsafe fn _mm_maskz_sra_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1188  pub unsafe fn _mm512_sra_epi64(a: __m512i, count: __m128i) -> __m512i 【】
    1189  pub unsafe fn _mm512_mask_sra_epi64(
    1190  pub unsafe fn _mm512_maskz_sra_epi64(k: __mmask8, a: __m512i, count: __m128i) -> __m512i 【】
    1191  pub unsafe fn _mm256_sra_epi64(a: __m256i, count: __m128i) -> __m256i 【】
    1192  pub unsafe fn _mm256_mask_sra_epi64(
    1193  pub unsafe fn _mm256_maskz_sra_epi64(k: __mmask8, a: __m256i, count: __m128i) -> __m256i 【】
    1194  pub unsafe fn _mm_sra_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    1195  pub unsafe fn _mm_mask_sra_epi64(src: __m128i, k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1196  pub unsafe fn _mm_maskz_sra_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1197  pub unsafe fn _mm512_srai_epi32<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1198  pub unsafe fn _mm512_mask_srai_epi32<const IMM8: u32>(
    1199  pub unsafe fn _mm512_maskz_srai_epi32<const IMM8: u32>(k: __mmask16, a: __m512i) -> __m512i 【】
    1200  pub unsafe fn _mm256_mask_srai_epi32<const IMM8: u32>(
    1201  pub unsafe fn _mm256_maskz_srai_epi32<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1202  pub unsafe fn _mm_mask_srai_epi32<const IMM8: u32>(
    1203  pub unsafe fn _mm_maskz_srai_epi32<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1204  pub unsafe fn _mm512_srai_epi64<const IMM8: u32>(a: __m512i) -> __m512i 【】
    1205  pub unsafe fn _mm512_mask_srai_epi64<const IMM8: u32>(
    1206  pub unsafe fn _mm512_maskz_srai_epi64<const IMM8: u32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1207  pub unsafe fn _mm256_srai_epi64<const IMM8: u32>(a: __m256i) -> __m256i 【】
    1208  pub unsafe fn _mm256_mask_srai_epi64<const IMM8: u32>(
    1209  pub unsafe fn _mm256_maskz_srai_epi64<const IMM8: u32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1210  pub unsafe fn _mm_srai_epi64<const IMM8: u32>(a: __m128i) -> __m128i 【】
    1211  pub unsafe fn _mm_mask_srai_epi64<const IMM8: u32>(
    1212  pub unsafe fn _mm_maskz_srai_epi64<const IMM8: u32>(k: __mmask8, a: __m128i) -> __m128i 【】
    1213  pub unsafe fn _mm512_srav_epi32(a: __m512i, count: __m512i) -> __m512i 【】
    1214  pub unsafe fn _mm512_mask_srav_epi32(
    1215  pub unsafe fn _mm512_maskz_srav_epi32(k: __mmask16, a: __m512i, count: __m512i) -> __m512i 【】
    1216  pub unsafe fn _mm256_mask_srav_epi32(
    1217  pub unsafe fn _mm256_maskz_srav_epi32(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1218  pub unsafe fn _mm_mask_srav_epi32(
    1219  pub unsafe fn _mm_maskz_srav_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1220  pub unsafe fn _mm512_srav_epi64(a: __m512i, count: __m512i) -> __m512i 【】
    1221  pub unsafe fn _mm512_mask_srav_epi64(
    1222  pub unsafe fn _mm512_maskz_srav_epi64(k: __mmask8, a: __m512i, count: __m512i) -> __m512i 【】
    1223  pub unsafe fn _mm256_srav_epi64(a: __m256i, count: __m256i) -> __m256i 【】
    1224  pub unsafe fn _mm256_mask_srav_epi64(
    1225  pub unsafe fn _mm256_maskz_srav_epi64(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1226  pub unsafe fn _mm_srav_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    1227  pub unsafe fn _mm_mask_srav_epi64(
    1228  pub unsafe fn _mm_maskz_srav_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1229  pub unsafe fn _mm512_rolv_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1230  pub unsafe fn _mm512_mask_rolv_epi32(
    1231  pub unsafe fn _mm512_maskz_rolv_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1232  pub unsafe fn _mm256_rolv_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    1233  pub unsafe fn _mm256_mask_rolv_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1234  pub unsafe fn _mm256_maskz_rolv_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1235  pub unsafe fn _mm_rolv_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    1236  pub unsafe fn _mm_mask_rolv_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1237  pub unsafe fn _mm_maskz_rolv_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1238  pub unsafe fn _mm512_rorv_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1239  pub unsafe fn _mm512_mask_rorv_epi32(
    1240  pub unsafe fn _mm512_maskz_rorv_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1241  pub unsafe fn _mm256_rorv_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    1242  pub unsafe fn _mm256_mask_rorv_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1243  pub unsafe fn _mm256_maskz_rorv_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1244  pub unsafe fn _mm_rorv_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    1245  pub unsafe fn _mm_mask_rorv_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1246  pub unsafe fn _mm_maskz_rorv_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1247  pub unsafe fn _mm512_rolv_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1248  pub unsafe fn _mm512_mask_rolv_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1249  pub unsafe fn _mm512_maskz_rolv_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1250  pub unsafe fn _mm256_rolv_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    1251  pub unsafe fn _mm256_mask_rolv_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1252  pub unsafe fn _mm256_maskz_rolv_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1253  pub unsafe fn _mm_rolv_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    1254  pub unsafe fn _mm_mask_rolv_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1255  pub unsafe fn _mm_maskz_rolv_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1256  pub unsafe fn _mm512_rorv_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1257  pub unsafe fn _mm512_mask_rorv_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1258  pub unsafe fn _mm512_maskz_rorv_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1259  pub unsafe fn _mm256_rorv_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    1260  pub unsafe fn _mm256_mask_rorv_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1261  pub unsafe fn _mm256_maskz_rorv_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1262  pub unsafe fn _mm_rorv_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    1263  pub unsafe fn _mm_mask_rorv_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1264  pub unsafe fn _mm_maskz_rorv_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1265  pub unsafe fn _mm512_sllv_epi32(a: __m512i, count: __m512i) -> __m512i 【】
    1266  pub unsafe fn _mm512_mask_sllv_epi32(
    1267  pub unsafe fn _mm512_maskz_sllv_epi32(k: __mmask16, a: __m512i, count: __m512i) -> __m512i 【】
    1268  pub unsafe fn _mm256_mask_sllv_epi32(
    1269  pub unsafe fn _mm256_maskz_sllv_epi32(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1270  pub unsafe fn _mm_mask_sllv_epi32(
    1271  pub unsafe fn _mm_maskz_sllv_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1272  pub unsafe fn _mm512_srlv_epi32(a: __m512i, count: __m512i) -> __m512i 【】
    1273  pub unsafe fn _mm512_mask_srlv_epi32(
    1274  pub unsafe fn _mm512_maskz_srlv_epi32(k: __mmask16, a: __m512i, count: __m512i) -> __m512i 【】
    1275  pub unsafe fn _mm256_mask_srlv_epi32(
    1276  pub unsafe fn _mm256_maskz_srlv_epi32(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1277  pub unsafe fn _mm_mask_srlv_epi32(
    1278  pub unsafe fn _mm_maskz_srlv_epi32(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1279  pub unsafe fn _mm512_sllv_epi64(a: __m512i, count: __m512i) -> __m512i 【】
    1280  pub unsafe fn _mm512_mask_sllv_epi64(
    1281  pub unsafe fn _mm512_maskz_sllv_epi64(k: __mmask8, a: __m512i, count: __m512i) -> __m512i 【】
    1282  pub unsafe fn _mm256_mask_sllv_epi64(
    1283  pub unsafe fn _mm256_maskz_sllv_epi64(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1284  pub unsafe fn _mm_mask_sllv_epi64(
    1285  pub unsafe fn _mm_maskz_sllv_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1286  pub unsafe fn _mm512_srlv_epi64(a: __m512i, count: __m512i) -> __m512i 【】
    1287  pub unsafe fn _mm512_mask_srlv_epi64(
    1288  pub unsafe fn _mm512_maskz_srlv_epi64(k: __mmask8, a: __m512i, count: __m512i) -> __m512i 【】
    1289  pub unsafe fn _mm256_mask_srlv_epi64(
    1290  pub unsafe fn _mm256_maskz_srlv_epi64(k: __mmask8, a: __m256i, count: __m256i) -> __m256i 【】
    1291  pub unsafe fn _mm_mask_srlv_epi64(
    1292  pub unsafe fn _mm_maskz_srlv_epi64(k: __mmask8, a: __m128i, count: __m128i) -> __m128i 【】
    1293  pub unsafe fn _mm512_permute_ps<const MASK: i32>(a: __m512) -> __m512 【】
    1294  pub unsafe fn _mm512_mask_permute_ps<const MASK: i32>(
    1295  pub unsafe fn _mm512_maskz_permute_ps<const MASK: i32>(k: __mmask16, a: __m512) -> __m512 【】
    1296  pub unsafe fn _mm256_mask_permute_ps<const MASK: i32>(
    1297  pub unsafe fn _mm256_maskz_permute_ps<const MASK: i32>(k: __mmask8, a: __m256) -> __m256 【】
    1298  pub unsafe fn _mm_mask_permute_ps<const MASK: i32>(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1299  pub unsafe fn _mm_maskz_permute_ps<const MASK: i32>(k: __mmask8, a: __m128) -> __m128 【】
    1300  pub unsafe fn _mm512_permute_pd<const MASK: i32>(a: __m512d) -> __m512d 【】
    1301  pub unsafe fn _mm512_mask_permute_pd<const MASK: i32>(
    1302  pub unsafe fn _mm512_maskz_permute_pd<const MASK: i32>(k: __mmask8, a: __m512d) -> __m512d 【】
    1303  pub unsafe fn _mm256_mask_permute_pd<const MASK: i32>(
    1304  pub unsafe fn _mm256_maskz_permute_pd<const MASK: i32>(k: __mmask8, a: __m256d) -> __m256d 【】
    1305  pub unsafe fn _mm_mask_permute_pd<const IMM2: i32>(
    1306  pub unsafe fn _mm_maskz_permute_pd<const IMM2: i32>(k: __mmask8, a: __m128d) -> __m128d 【】
    1307  pub unsafe fn _mm512_permutex_epi64<const MASK: i32>(a: __m512i) -> __m512i 【】
    1308  pub unsafe fn _mm512_mask_permutex_epi64<const MASK: i32>(
    1309  pub unsafe fn _mm512_maskz_permutex_epi64<const MASK: i32>(k: __mmask8, a: __m512i) -> __m512i 【】
    1310  pub unsafe fn _mm256_permutex_epi64<const MASK: i32>(a: __m256i) -> __m256i 【】
    1311  pub unsafe fn _mm256_mask_permutex_epi64<const MASK: i32>(
    1312  pub unsafe fn _mm256_maskz_permutex_epi64<const MASK: i32>(k: __mmask8, a: __m256i) -> __m256i 【】
    1313  pub unsafe fn _mm512_permutex_pd<const MASK: i32>(a: __m512d) -> __m512d 【】
    1314  pub unsafe fn _mm512_mask_permutex_pd<const MASK: i32>(
    1315  pub unsafe fn _mm512_maskz_permutex_pd<const MASK: i32>(k: __mmask8, a: __m512d) -> __m512d 【】
    1316  pub unsafe fn _mm256_permutex_pd<const MASK: i32>(a: __m256d) -> __m256d 【】
    1317  pub unsafe fn _mm256_mask_permutex_pd<const MASK: i32>(
    1318  pub unsafe fn _mm256_maskz_permutex_pd<const MASK: i32>(k: __mmask8, a: __m256d) -> __m256d 【】
    1319  pub unsafe fn _mm512_permutevar_epi32(idx: __m512i, a: __m512i) -> __m512i 【】
    1320  pub unsafe fn _mm512_mask_permutevar_epi32(
    1321  pub unsafe fn _mm512_permutevar_ps(a: __m512, b: __m512i) -> __m512 【】
    1322  pub unsafe fn _mm512_mask_permutevar_ps(
    1323  pub unsafe fn _mm512_maskz_permutevar_ps(k: __mmask16, a: __m512, b: __m512i) -> __m512 【】
    1324  pub unsafe fn _mm256_mask_permutevar_ps(src: __m256, k: __mmask8, a: __m256, b: __m256i) -> __m256 【】
    1325  pub unsafe fn _mm256_maskz_permutevar_ps(k: __mmask8, a: __m256, b: __m256i) -> __m256 【】
    1326  pub unsafe fn _mm_mask_permutevar_ps(src: __m128, k: __mmask8, a: __m128, b: __m128i) -> __m128 【】
    1327  pub unsafe fn _mm_maskz_permutevar_ps(k: __mmask8, a: __m128, b: __m128i) -> __m128 【】
    1328  pub unsafe fn _mm512_permutevar_pd(a: __m512d, b: __m512i) -> __m512d 【】
    1329  pub unsafe fn _mm512_mask_permutevar_pd(
    1330  pub unsafe fn _mm512_maskz_permutevar_pd(k: __mmask8, a: __m512d, b: __m512i) -> __m512d 【】
    1331  pub unsafe fn _mm256_mask_permutevar_pd(
    1332  pub unsafe fn _mm256_maskz_permutevar_pd(k: __mmask8, a: __m256d, b: __m256i) -> __m256d 【】
    1333  pub unsafe fn _mm_mask_permutevar_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128i) -> __m128d 【】
    1334  pub unsafe fn _mm_maskz_permutevar_pd(k: __mmask8, a: __m128d, b: __m128i) -> __m128d 【】
    1335  pub unsafe fn _mm512_permutexvar_epi32(idx: __m512i, a: __m512i) -> __m512i 【】
    1336  pub unsafe fn _mm512_mask_permutexvar_epi32(
    1337  pub unsafe fn _mm512_maskz_permutexvar_epi32(k: __mmask16, idx: __m512i, a: __m512i) -> __m512i 【】
    1338  pub unsafe fn _mm256_permutexvar_epi32(idx: __m256i, a: __m256i) -> __m256i 【】
    1339  pub unsafe fn _mm256_mask_permutexvar_epi32(
    1340  pub unsafe fn _mm256_maskz_permutexvar_epi32(k: __mmask8, idx: __m256i, a: __m256i) -> __m256i 【】
    1341  pub unsafe fn _mm512_permutexvar_epi64(idx: __m512i, a: __m512i) -> __m512i 【】
    1342  pub unsafe fn _mm512_mask_permutexvar_epi64(
    1343  pub unsafe fn _mm512_maskz_permutexvar_epi64(k: __mmask8, idx: __m512i, a: __m512i) -> __m512i 【】
    1344  pub unsafe fn _mm256_permutexvar_epi64(idx: __m256i, a: __m256i) -> __m256i 【】
    1345  pub unsafe fn _mm256_mask_permutexvar_epi64(
    1346  pub unsafe fn _mm256_maskz_permutexvar_epi64(k: __mmask8, idx: __m256i, a: __m256i) -> __m256i 【】
    1347  pub unsafe fn _mm512_permutexvar_ps(idx: __m512i, a: __m512) -> __m512 【】
    1348  pub unsafe fn _mm512_mask_permutexvar_ps(
    1349  pub unsafe fn _mm512_maskz_permutexvar_ps(k: __mmask16, idx: __m512i, a: __m512) -> __m512 【】
    1350  pub unsafe fn _mm256_permutexvar_ps(idx: __m256i, a: __m256) -> __m256 【】
    1351  pub unsafe fn _mm256_mask_permutexvar_ps(
    1352  pub unsafe fn _mm256_maskz_permutexvar_ps(k: __mmask8, idx: __m256i, a: __m256) -> __m256 【】
    1353  pub unsafe fn _mm512_permutexvar_pd(idx: __m512i, a: __m512d) -> __m512d 【】
    1354  pub unsafe fn _mm512_mask_permutexvar_pd(
    1355  pub unsafe fn _mm512_maskz_permutexvar_pd(k: __mmask8, idx: __m512i, a: __m512d) -> __m512d 【】
    1356  pub unsafe fn _mm256_permutexvar_pd(idx: __m256i, a: __m256d) -> __m256d 【】
    1357  pub unsafe fn _mm256_mask_permutexvar_pd(
    1358  pub unsafe fn _mm256_maskz_permutexvar_pd(k: __mmask8, idx: __m256i, a: __m256d) -> __m256d 【】
    1359  pub unsafe fn _mm512_permutex2var_epi32(a: __m512i, idx: __m512i, b: __m512i) -> __m512i 【】
    1360  pub unsafe fn _mm512_mask_permutex2var_epi32(
    1361  pub unsafe fn _mm512_maskz_permutex2var_epi32(
    1362  pub unsafe fn _mm512_mask2_permutex2var_epi32(
    1363  pub unsafe fn _mm256_permutex2var_epi32(a: __m256i, idx: __m256i, b: __m256i) -> __m256i 【】
    1364  pub unsafe fn _mm256_mask_permutex2var_epi32(
    1365  pub unsafe fn _mm256_maskz_permutex2var_epi32(
    1366  pub unsafe fn _mm256_mask2_permutex2var_epi32(
    1367  pub unsafe fn _mm_permutex2var_epi32(a: __m128i, idx: __m128i, b: __m128i) -> __m128i 【】
    1368  pub unsafe fn _mm_mask_permutex2var_epi32(
    1369  pub unsafe fn _mm_maskz_permutex2var_epi32(
    1370  pub unsafe fn _mm_mask2_permutex2var_epi32(
    1371  pub unsafe fn _mm512_permutex2var_epi64(a: __m512i, idx: __m512i, b: __m512i) -> __m512i 【】
    1372  pub unsafe fn _mm512_mask_permutex2var_epi64(
    1373  pub unsafe fn _mm512_maskz_permutex2var_epi64(
    1374  pub unsafe fn _mm512_mask2_permutex2var_epi64(
    1375  pub unsafe fn _mm256_permutex2var_epi64(a: __m256i, idx: __m256i, b: __m256i) -> __m256i 【】
    1376  pub unsafe fn _mm256_mask_permutex2var_epi64(
    1377  pub unsafe fn _mm256_maskz_permutex2var_epi64(
    1378  pub unsafe fn _mm256_mask2_permutex2var_epi64(
    1379  pub unsafe fn _mm_permutex2var_epi64(a: __m128i, idx: __m128i, b: __m128i) -> __m128i 【】
    1380  pub unsafe fn _mm_mask_permutex2var_epi64(
    1381  pub unsafe fn _mm_maskz_permutex2var_epi64(
    1382  pub unsafe fn _mm_mask2_permutex2var_epi64(
    1383  pub unsafe fn _mm512_permutex2var_ps(a: __m512, idx: __m512i, b: __m512) -> __m512 【】
    1384  pub unsafe fn _mm512_mask_permutex2var_ps(
    1385  pub unsafe fn _mm512_maskz_permutex2var_ps(
    1386  pub unsafe fn _mm512_mask2_permutex2var_ps(
    1387  pub unsafe fn _mm256_permutex2var_ps(a: __m256, idx: __m256i, b: __m256) -> __m256 【】
    1388  pub unsafe fn _mm256_mask_permutex2var_ps(
    1389  pub unsafe fn _mm256_maskz_permutex2var_ps(
    1390  pub unsafe fn _mm256_mask2_permutex2var_ps(
    1391  pub unsafe fn _mm_permutex2var_ps(a: __m128, idx: __m128i, b: __m128) -> __m128 【】
    1392  pub unsafe fn _mm_mask_permutex2var_ps(a: __m128, k: __mmask8, idx: __m128i, b: __m128) -> __m128 【】
    1393  pub unsafe fn _mm_maskz_permutex2var_ps(k: __mmask8, a: __m128, idx: __m128i, b: __m128) -> __m128 【】
    1394  pub unsafe fn _mm_mask2_permutex2var_ps(a: __m128, idx: __m128i, k: __mmask8, b: __m128) -> __m128 【】
    1395  pub unsafe fn _mm512_permutex2var_pd(a: __m512d, idx: __m512i, b: __m512d) -> __m512d 【】
    1396  pub unsafe fn _mm512_mask_permutex2var_pd(
    1397  pub unsafe fn _mm512_maskz_permutex2var_pd(
    1398  pub unsafe fn _mm512_mask2_permutex2var_pd(
    1399  pub unsafe fn _mm256_permutex2var_pd(a: __m256d, idx: __m256i, b: __m256d) -> __m256d 【】
    1400  pub unsafe fn _mm256_mask_permutex2var_pd(
    1401  pub unsafe fn _mm256_maskz_permutex2var_pd(
    1402  pub unsafe fn _mm256_mask2_permutex2var_pd(
    1403  pub unsafe fn _mm_permutex2var_pd(a: __m128d, idx: __m128i, b: __m128d) -> __m128d 【】
    1404  pub unsafe fn _mm_mask_permutex2var_pd(
    1405  pub unsafe fn _mm_maskz_permutex2var_pd(
    1406  pub unsafe fn _mm_mask2_permutex2var_pd(
    1407  pub unsafe fn _mm512_shuffle_epi32<const MASK: _MM_PERM_ENUM>(a: __m512i) -> __m512i 【】
    1408  pub unsafe fn _mm512_mask_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1409  pub unsafe fn _mm512_maskz_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1410  pub unsafe fn _mm256_mask_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1411  pub unsafe fn _mm256_maskz_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1412  pub unsafe fn _mm_mask_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1413  pub unsafe fn _mm_maskz_shuffle_epi32<const MASK: _MM_PERM_ENUM>(
    1414  pub unsafe fn _mm512_shuffle_ps<const MASK: i32>(a: __m512, b: __m512) -> __m512 【】
    1415  pub unsafe fn _mm512_mask_shuffle_ps<const MASK: i32>(
    1416  pub unsafe fn _mm512_maskz_shuffle_ps<const MASK: i32>(
    1417  pub unsafe fn _mm256_mask_shuffle_ps<const MASK: i32>(
    1418  pub unsafe fn _mm256_maskz_shuffle_ps<const MASK: i32>(
    1419  pub unsafe fn _mm_mask_shuffle_ps<const MASK: i32>(
    1420  pub unsafe fn _mm_maskz_shuffle_ps<const MASK: i32>(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1421  pub unsafe fn _mm512_shuffle_pd<const MASK: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    1422  pub unsafe fn _mm512_mask_shuffle_pd<const MASK: i32>(
    1423  pub unsafe fn _mm512_maskz_shuffle_pd<const MASK: i32>(
    1424  pub unsafe fn _mm256_mask_shuffle_pd<const MASK: i32>(
    1425  pub unsafe fn _mm256_maskz_shuffle_pd<const MASK: i32>(
    1426  pub unsafe fn _mm_mask_shuffle_pd<const MASK: i32>(
    1427  pub unsafe fn _mm_maskz_shuffle_pd<const MASK: i32>(
    1428  pub unsafe fn _mm512_shuffle_i32x4<const MASK: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    1429  pub unsafe fn _mm512_mask_shuffle_i32x4<const MASK: i32>(
    1430  pub unsafe fn _mm512_maskz_shuffle_i32x4<const MASK: i32>(
    1431  pub unsafe fn _mm256_shuffle_i32x4<const MASK: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    1432  pub unsafe fn _mm256_mask_shuffle_i32x4<const MASK: i32>(
    1433  pub unsafe fn _mm256_maskz_shuffle_i32x4<const MASK: i32>(
    1434  pub unsafe fn _mm512_shuffle_i64x2<const MASK: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    1435  pub unsafe fn _mm512_mask_shuffle_i64x2<const MASK: i32>(
    1436  pub unsafe fn _mm512_maskz_shuffle_i64x2<const MASK: i32>(
    1437  pub unsafe fn _mm256_shuffle_i64x2<const MASK: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    1438  pub unsafe fn _mm256_mask_shuffle_i64x2<const MASK: i32>(
    1439  pub unsafe fn _mm256_maskz_shuffle_i64x2<const MASK: i32>(
    1440  pub unsafe fn _mm512_shuffle_f32x4<const MASK: i32>(a: __m512, b: __m512) -> __m512 【】
    1441  pub unsafe fn _mm512_mask_shuffle_f32x4<const MASK: i32>(
    1442  pub unsafe fn _mm512_maskz_shuffle_f32x4<const MASK: i32>(
    1443  pub unsafe fn _mm256_shuffle_f32x4<const MASK: i32>(a: __m256, b: __m256) -> __m256 【】
    1444  pub unsafe fn _mm256_mask_shuffle_f32x4<const MASK: i32>(
    1445  pub unsafe fn _mm256_maskz_shuffle_f32x4<const MASK: i32>(
    1446  pub unsafe fn _mm512_shuffle_f64x2<const MASK: i32>(a: __m512d, b: __m512d) -> __m512d 【】
    1447  pub unsafe fn _mm512_mask_shuffle_f64x2<const MASK: i32>(
    1448  pub unsafe fn _mm512_maskz_shuffle_f64x2<const MASK: i32>(
    1449  pub unsafe fn _mm256_shuffle_f64x2<const MASK: i32>(a: __m256d, b: __m256d) -> __m256d 【】
    1450  pub unsafe fn _mm256_mask_shuffle_f64x2<const MASK: i32>(
    1451  pub unsafe fn _mm256_maskz_shuffle_f64x2<const MASK: i32>(
    1452  pub unsafe fn _mm512_extractf32x4_ps<const IMM8: i32>(a: __m512) -> __m128 【】
    1453  pub unsafe fn _mm512_mask_extractf32x4_ps<const IMM8: i32>(
    1454  pub unsafe fn _mm512_maskz_extractf32x4_ps<const IMM8: i32>(k: __mmask8, a: __m512) -> __m128 【】
    1455  pub unsafe fn _mm256_extractf32x4_ps<const IMM8: i32>(a: __m256) -> __m128 【】
    1456  pub unsafe fn _mm256_mask_extractf32x4_ps<const IMM8: i32>(
    1457  pub unsafe fn _mm256_maskz_extractf32x4_ps<const IMM8: i32>(k: __mmask8, a: __m256) -> __m128 【】
    1458  pub unsafe fn _mm512_extracti64x4_epi64<const IMM1: i32>(a: __m512i) -> __m256i 【】
    1459  pub unsafe fn _mm512_mask_extracti64x4_epi64<const IMM1: i32>(
    1460  pub unsafe fn _mm512_maskz_extracti64x4_epi64<const IMM1: i32>(k: __mmask8, a: __m512i) -> __m256i 【】
    1461  pub unsafe fn _mm512_extractf64x4_pd<const IMM8: i32>(a: __m512d) -> __m256d 【】
    1462  pub unsafe fn _mm512_mask_extractf64x4_pd<const IMM8: i32>(
    1463  pub unsafe fn _mm512_maskz_extractf64x4_pd<const IMM8: i32>(k: __mmask8, a: __m512d) -> __m256d 【】
    1464  pub unsafe fn _mm512_extracti32x4_epi32<const IMM2: i32>(a: __m512i) -> __m128i 【】
    1465  pub unsafe fn _mm512_mask_extracti32x4_epi32<const IMM2: i32>(
    1466  pub unsafe fn _mm512_maskz_extracti32x4_epi32<const IMM2: i32>(k: __mmask8, a: __m512i) -> __m128i 【】
    1467  pub unsafe fn _mm256_extracti32x4_epi32<const IMM1: i32>(a: __m256i) -> __m128i 【】
    1468  pub unsafe fn _mm256_mask_extracti32x4_epi32<const IMM1: i32>(
    1469  pub unsafe fn _mm256_maskz_extracti32x4_epi32<const IMM1: i32>(k: __mmask8, a: __m256i) -> __m128i 【】
    1470  pub unsafe fn _mm512_moveldup_ps(a: __m512) -> __m512 【】
    1471  pub unsafe fn _mm512_mask_moveldup_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    1472  pub unsafe fn _mm512_maskz_moveldup_ps(k: __mmask16, a: __m512) -> __m512 【】
    1473  pub unsafe fn _mm256_mask_moveldup_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    1474  pub unsafe fn _mm256_maskz_moveldup_ps(k: __mmask8, a: __m256) -> __m256 【】
    1475  pub unsafe fn _mm_mask_moveldup_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1476  pub unsafe fn _mm_maskz_moveldup_ps(k: __mmask8, a: __m128) -> __m128 【】
    1477  pub unsafe fn _mm512_movehdup_ps(a: __m512) -> __m512 【】
    1478  pub unsafe fn _mm512_mask_movehdup_ps(src: __m512, k: __mmask16, a: __m512) -> __m512 【】
    1479  pub unsafe fn _mm512_maskz_movehdup_ps(k: __mmask16, a: __m512) -> __m512 【】
    1480  pub unsafe fn _mm256_mask_movehdup_ps(src: __m256, k: __mmask8, a: __m256) -> __m256 【】
    1481  pub unsafe fn _mm256_maskz_movehdup_ps(k: __mmask8, a: __m256) -> __m256 【】
    1482  pub unsafe fn _mm_mask_movehdup_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1483  pub unsafe fn _mm_maskz_movehdup_ps(k: __mmask8, a: __m128) -> __m128 【】
    1484  pub unsafe fn _mm512_movedup_pd(a: __m512d) -> __m512d 【】
    1485  pub unsafe fn _mm512_mask_movedup_pd(src: __m512d, k: __mmask8, a: __m512d) -> __m512d 【】
    1486  pub unsafe fn _mm512_maskz_movedup_pd(k: __mmask8, a: __m512d) -> __m512d 【】
    1487  pub unsafe fn _mm256_mask_movedup_pd(src: __m256d, k: __mmask8, a: __m256d) -> __m256d 【】
    1488  pub unsafe fn _mm256_maskz_movedup_pd(k: __mmask8, a: __m256d) -> __m256d 【】
    1489  pub unsafe fn _mm_mask_movedup_pd(src: __m128d, k: __mmask8, a: __m128d) -> __m128d 【】
    1490  pub unsafe fn _mm_maskz_movedup_pd(k: __mmask8, a: __m128d) -> __m128d 【】
    1491  pub unsafe fn _mm512_inserti32x4<const IMM8: i32>(a: __m512i, b: __m128i) -> __m512i 【】
    1492  pub unsafe fn _mm512_mask_inserti32x4<const IMM8: i32>(
    1493  pub unsafe fn _mm512_maskz_inserti32x4<const IMM8: i32>(
    1494  pub unsafe fn _mm256_inserti32x4<const IMM8: i32>(a: __m256i, b: __m128i) -> __m256i 【】
    1495  pub unsafe fn _mm256_mask_inserti32x4<const IMM8: i32>(
    1496  pub unsafe fn _mm256_maskz_inserti32x4<const IMM8: i32>(
    1497  pub unsafe fn _mm512_inserti64x4<const IMM8: i32>(a: __m512i, b: __m256i) -> __m512i 【】
    1498  pub unsafe fn _mm512_mask_inserti64x4<const IMM8: i32>(
    1499  pub unsafe fn _mm512_maskz_inserti64x4<const IMM8: i32>(
    1500  pub unsafe fn _mm512_insertf32x4<const IMM8: i32>(a: __m512, b: __m128) -> __m512 【】
    1501  pub unsafe fn _mm512_mask_insertf32x4<const IMM8: i32>(
    1502  pub unsafe fn _mm512_maskz_insertf32x4<const IMM8: i32>(
    1503  pub unsafe fn _mm256_insertf32x4<const IMM8: i32>(a: __m256, b: __m128) -> __m256 【】
    1504  pub unsafe fn _mm256_mask_insertf32x4<const IMM8: i32>(
    1505  pub unsafe fn _mm256_maskz_insertf32x4<const IMM8: i32>(
    1506  pub unsafe fn _mm512_insertf64x4<const IMM8: i32>(a: __m512d, b: __m256d) -> __m512d 【】
    1507  pub unsafe fn _mm512_mask_insertf64x4<const IMM8: i32>(
    1508  pub unsafe fn _mm512_maskz_insertf64x4<const IMM8: i32>(
    1509  pub unsafe fn _mm512_unpackhi_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1510  pub unsafe fn _mm512_mask_unpackhi_epi32(
    1511  pub unsafe fn _mm512_maskz_unpackhi_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1512  pub unsafe fn _mm256_mask_unpackhi_epi32(
    1513  pub unsafe fn _mm256_maskz_unpackhi_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1514  pub unsafe fn _mm_mask_unpackhi_epi32(
    1515  pub unsafe fn _mm_maskz_unpackhi_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1516  pub unsafe fn _mm512_unpackhi_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1517  pub unsafe fn _mm512_mask_unpackhi_epi64(
    1518  pub unsafe fn _mm512_maskz_unpackhi_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1519  pub unsafe fn _mm256_mask_unpackhi_epi64(
    1520  pub unsafe fn _mm256_maskz_unpackhi_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1521  pub unsafe fn _mm_mask_unpackhi_epi64(
    1522  pub unsafe fn _mm_maskz_unpackhi_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1523  pub unsafe fn _mm512_unpackhi_ps(a: __m512, b: __m512) -> __m512 【】
    1524  pub unsafe fn _mm512_mask_unpackhi_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    1525  pub unsafe fn _mm512_maskz_unpackhi_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    1526  pub unsafe fn _mm256_mask_unpackhi_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    1527  pub unsafe fn _mm256_maskz_unpackhi_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    1528  pub unsafe fn _mm_mask_unpackhi_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1529  pub unsafe fn _mm_maskz_unpackhi_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1530  pub unsafe fn _mm512_unpackhi_pd(a: __m512d, b: __m512d) -> __m512d 【】
    1531  pub unsafe fn _mm512_mask_unpackhi_pd(
    1532  pub unsafe fn _mm512_maskz_unpackhi_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    1533  pub unsafe fn _mm256_mask_unpackhi_pd(
    1534  pub unsafe fn _mm256_maskz_unpackhi_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    1535  pub unsafe fn _mm_mask_unpackhi_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    1536  pub unsafe fn _mm_maskz_unpackhi_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    1537  pub unsafe fn _mm512_unpacklo_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1538  pub unsafe fn _mm512_mask_unpacklo_epi32(
    1539  pub unsafe fn _mm512_maskz_unpacklo_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1540  pub unsafe fn _mm256_mask_unpacklo_epi32(
    1541  pub unsafe fn _mm256_maskz_unpacklo_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1542  pub unsafe fn _mm_mask_unpacklo_epi32(
    1543  pub unsafe fn _mm_maskz_unpacklo_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1544  pub unsafe fn _mm512_unpacklo_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1545  pub unsafe fn _mm512_mask_unpacklo_epi64(
    1546  pub unsafe fn _mm512_maskz_unpacklo_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1547  pub unsafe fn _mm256_mask_unpacklo_epi64(
    1548  pub unsafe fn _mm256_maskz_unpacklo_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1549  pub unsafe fn _mm_mask_unpacklo_epi64(
    1550  pub unsafe fn _mm_maskz_unpacklo_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1551  pub unsafe fn _mm512_unpacklo_ps(a: __m512, b: __m512) -> __m512 【】
    1552  pub unsafe fn _mm512_mask_unpacklo_ps(src: __m512, k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    1553  pub unsafe fn _mm512_maskz_unpacklo_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    1554  pub unsafe fn _mm256_mask_unpacklo_ps(src: __m256, k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    1555  pub unsafe fn _mm256_maskz_unpacklo_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    1556  pub unsafe fn _mm_mask_unpacklo_ps(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1557  pub unsafe fn _mm_maskz_unpacklo_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1558  pub unsafe fn _mm512_unpacklo_pd(a: __m512d, b: __m512d) -> __m512d 【】
    1559  pub unsafe fn _mm512_mask_unpacklo_pd(
    1560  pub unsafe fn _mm512_maskz_unpacklo_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    1561  pub unsafe fn _mm256_mask_unpacklo_pd(
    1562  pub unsafe fn _mm256_maskz_unpacklo_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    1563  pub unsafe fn _mm_mask_unpacklo_pd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    1564  pub unsafe fn _mm_maskz_unpacklo_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    1565  pub unsafe fn _mm512_castps128_ps512(a: __m128) -> __m512 【】
    1566  pub unsafe fn _mm512_castps256_ps512(a: __m256) -> __m512 【】
    1567  pub unsafe fn _mm512_zextps128_ps512(a: __m128) -> __m512 【】
    1568  pub unsafe fn _mm512_zextps256_ps512(a: __m256) -> __m512 【】
    1569  pub unsafe fn _mm512_castps512_ps128(a: __m512) -> __m128 【】
    1570  pub unsafe fn _mm512_castps512_ps256(a: __m512) -> __m256 【】
    1571  pub unsafe fn _mm512_castps_pd(a: __m512) -> __m512d 【】
    1572  pub unsafe fn _mm512_castps_si512(a: __m512) -> __m512i 【】
    1573  pub unsafe fn _mm512_castpd128_pd512(a: __m128d) -> __m512d 【】
    1574  pub unsafe fn _mm512_castpd256_pd512(a: __m256d) -> __m512d 【】
    1575  pub unsafe fn _mm512_zextpd128_pd512(a: __m128d) -> __m512d 【】
    1576  pub unsafe fn _mm512_zextpd256_pd512(a: __m256d) -> __m512d 【】
    1577  pub unsafe fn _mm512_castpd512_pd128(a: __m512d) -> __m128d 【】
    1578  pub unsafe fn _mm512_castpd512_pd256(a: __m512d) -> __m256d 【】
    1579  pub unsafe fn _mm512_castpd_ps(a: __m512d) -> __m512 【】
    1580  pub unsafe fn _mm512_castpd_si512(a: __m512d) -> __m512i 【】
    1581  pub unsafe fn _mm512_castsi128_si512(a: __m128i) -> __m512i 【】
    1582  pub unsafe fn _mm512_castsi256_si512(a: __m256i) -> __m512i 【】
    1583  pub unsafe fn _mm512_zextsi128_si512(a: __m128i) -> __m512i 【】
    1584  pub unsafe fn _mm512_zextsi256_si512(a: __m256i) -> __m512i 【】
    1585  pub unsafe fn _mm512_castsi512_si128(a: __m512i) -> __m128i 【】
    1586  pub unsafe fn _mm512_castsi512_si256(a: __m512i) -> __m256i 【】
    1587  pub unsafe fn _mm512_castsi512_ps(a: __m512i) -> __m512 【】
    1588  pub unsafe fn _mm512_castsi512_pd(a: __m512i) -> __m512d 【】
    1589  pub unsafe fn _mm512_cvtsi512_si32(a: __m512i) -> i32 【】
    1590  pub unsafe fn _mm512_broadcastd_epi32(a: __m128i) -> __m512i 【】
    1591  pub unsafe fn _mm512_mask_broadcastd_epi32(src: __m512i, k: __mmask16, a: __m128i) -> __m512i 【】
    1592  pub unsafe fn _mm512_maskz_broadcastd_epi32(k: __mmask16, a: __m128i) -> __m512i 【】
    1593  pub unsafe fn _mm256_mask_broadcastd_epi32(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    1594  pub unsafe fn _mm256_maskz_broadcastd_epi32(k: __mmask8, a: __m128i) -> __m256i 【】
    1595  pub unsafe fn _mm_mask_broadcastd_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1596  pub unsafe fn _mm_maskz_broadcastd_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    1597  pub unsafe fn _mm512_broadcastq_epi64(a: __m128i) -> __m512i 【】
    1598  pub unsafe fn _mm512_mask_broadcastq_epi64(src: __m512i, k: __mmask8, a: __m128i) -> __m512i 【】
    1599  pub unsafe fn _mm512_maskz_broadcastq_epi64(k: __mmask8, a: __m128i) -> __m512i 【】
    1600  pub unsafe fn _mm256_mask_broadcastq_epi64(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    1601  pub unsafe fn _mm256_maskz_broadcastq_epi64(k: __mmask8, a: __m128i) -> __m256i 【】
    1602  pub unsafe fn _mm_mask_broadcastq_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    1603  pub unsafe fn _mm_maskz_broadcastq_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    1604  pub unsafe fn _mm512_broadcastss_ps(a: __m128) -> __m512 【】
    1605  pub unsafe fn _mm512_mask_broadcastss_ps(src: __m512, k: __mmask16, a: __m128) -> __m512 【】
    1606  pub unsafe fn _mm512_maskz_broadcastss_ps(k: __mmask16, a: __m128) -> __m512 【】
    1607  pub unsafe fn _mm256_mask_broadcastss_ps(src: __m256, k: __mmask8, a: __m128) -> __m256 【】
    1608  pub unsafe fn _mm256_maskz_broadcastss_ps(k: __mmask8, a: __m128) -> __m256 【】
    1609  pub unsafe fn _mm_mask_broadcastss_ps(src: __m128, k: __mmask8, a: __m128) -> __m128 【】
    1610  pub unsafe fn _mm_maskz_broadcastss_ps(k: __mmask8, a: __m128) -> __m128 【】
    1611  pub unsafe fn _mm512_broadcastsd_pd(a: __m128d) -> __m512d 【】
    1612  pub unsafe fn _mm512_mask_broadcastsd_pd(src: __m512d, k: __mmask8, a: __m128d) -> __m512d 【】
    1613  pub unsafe fn _mm512_maskz_broadcastsd_pd(k: __mmask8, a: __m128d) -> __m512d 【】
    1614  pub unsafe fn _mm256_mask_broadcastsd_pd(src: __m256d, k: __mmask8, a: __m128d) -> __m256d 【】
    1615  pub unsafe fn _mm256_maskz_broadcastsd_pd(k: __mmask8, a: __m128d) -> __m256d 【】
    1616  pub unsafe fn _mm512_broadcast_i32x4(a: __m128i) -> __m512i 【】
    1617  pub unsafe fn _mm512_mask_broadcast_i32x4(src: __m512i, k: __mmask16, a: __m128i) -> __m512i 【】
    1618  pub unsafe fn _mm512_maskz_broadcast_i32x4(k: __mmask16, a: __m128i) -> __m512i 【】
    1619  pub unsafe fn _mm256_broadcast_i32x4(a: __m128i) -> __m256i 【】
    1620  pub unsafe fn _mm256_mask_broadcast_i32x4(src: __m256i, k: __mmask8, a: __m128i) -> __m256i 【】
    1621  pub unsafe fn _mm256_maskz_broadcast_i32x4(k: __mmask8, a: __m128i) -> __m256i 【】
    1622  pub unsafe fn _mm512_broadcast_i64x4(a: __m256i) -> __m512i 【】
    1623  pub unsafe fn _mm512_mask_broadcast_i64x4(src: __m512i, k: __mmask8, a: __m256i) -> __m512i 【】
    1624  pub unsafe fn _mm512_maskz_broadcast_i64x4(k: __mmask8, a: __m256i) -> __m512i 【】
    1625  pub unsafe fn _mm512_broadcast_f32x4(a: __m128) -> __m512 【】
    1626  pub unsafe fn _mm512_mask_broadcast_f32x4(src: __m512, k: __mmask16, a: __m128) -> __m512 【】
    1627  pub unsafe fn _mm512_maskz_broadcast_f32x4(k: __mmask16, a: __m128) -> __m512 【】
    1628  pub unsafe fn _mm256_broadcast_f32x4(a: __m128) -> __m256 【】
    1629  pub unsafe fn _mm256_mask_broadcast_f32x4(src: __m256, k: __mmask8, a: __m128) -> __m256 【】
    1630  pub unsafe fn _mm256_maskz_broadcast_f32x4(k: __mmask8, a: __m128) -> __m256 【】
    1631  pub unsafe fn _mm512_broadcast_f64x4(a: __m256d) -> __m512d 【】
    1632  pub unsafe fn _mm512_mask_broadcast_f64x4(src: __m512d, k: __mmask8, a: __m256d) -> __m512d 【】
    1633  pub unsafe fn _mm512_maskz_broadcast_f64x4(k: __mmask8, a: __m256d) -> __m512d 【】
    1634  pub unsafe fn _mm512_mask_blend_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1635  pub unsafe fn _mm256_mask_blend_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1636  pub unsafe fn _mm_mask_blend_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1637  pub unsafe fn _mm512_mask_blend_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1638  pub unsafe fn _mm256_mask_blend_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1639  pub unsafe fn _mm_mask_blend_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1640  pub unsafe fn _mm512_mask_blend_ps(k: __mmask16, a: __m512, b: __m512) -> __m512 【】
    1641  pub unsafe fn _mm256_mask_blend_ps(k: __mmask8, a: __m256, b: __m256) -> __m256 【】
    1642  pub unsafe fn _mm_mask_blend_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    1643  pub unsafe fn _mm512_mask_blend_pd(k: __mmask8, a: __m512d, b: __m512d) -> __m512d 【】
    1644  pub unsafe fn _mm256_mask_blend_pd(k: __mmask8, a: __m256d, b: __m256d) -> __m256d 【】
    1645  pub unsafe fn _mm_mask_blend_pd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    1646  pub unsafe fn _mm512_alignr_epi32<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    1647  pub unsafe fn _mm512_mask_alignr_epi32<const IMM8: i32>(
    1648  pub unsafe fn _mm512_maskz_alignr_epi32<const IMM8: i32>(
    1649  pub unsafe fn _mm256_alignr_epi32<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    1650  pub unsafe fn _mm256_mask_alignr_epi32<const IMM8: i32>(
    1651  pub unsafe fn _mm256_maskz_alignr_epi32<const IMM8: i32>(
    1652  pub unsafe fn _mm_alignr_epi32<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    1653  pub unsafe fn _mm_mask_alignr_epi32<const IMM8: i32>(
    1654  pub unsafe fn _mm_maskz_alignr_epi32<const IMM8: i32>(
    1655  pub unsafe fn _mm512_alignr_epi64<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    1656  pub unsafe fn _mm512_mask_alignr_epi64<const IMM8: i32>(
    1657  pub unsafe fn _mm512_maskz_alignr_epi64<const IMM8: i32>(
    1658  pub unsafe fn _mm256_alignr_epi64<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    1659  pub unsafe fn _mm256_mask_alignr_epi64<const IMM8: i32>(
    1660  pub unsafe fn _mm256_maskz_alignr_epi64<const IMM8: i32>(
    1661  pub unsafe fn _mm_alignr_epi64<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    1662  pub unsafe fn _mm_mask_alignr_epi64<const IMM8: i32>(
    1663  pub unsafe fn _mm_maskz_alignr_epi64<const IMM8: i32>(
    1664  pub unsafe fn _mm512_and_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1665  pub unsafe fn _mm512_mask_and_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1666  pub unsafe fn _mm512_maskz_and_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1667  pub unsafe fn _mm256_mask_and_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1668  pub unsafe fn _mm256_maskz_and_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1669  pub unsafe fn _mm_mask_and_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1670  pub unsafe fn _mm_maskz_and_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1671  pub unsafe fn _mm512_and_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1672  pub unsafe fn _mm512_mask_and_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1673  pub unsafe fn _mm512_maskz_and_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1674  pub unsafe fn _mm256_mask_and_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1675  pub unsafe fn _mm256_maskz_and_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1676  pub unsafe fn _mm_mask_and_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1677  pub unsafe fn _mm_maskz_and_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1678  pub unsafe fn _mm512_and_si512(a: __m512i, b: __m512i) -> __m512i 【】
    1679  pub unsafe fn _mm512_or_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1680  pub unsafe fn _mm512_mask_or_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1681  pub unsafe fn _mm512_maskz_or_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1682  pub unsafe fn _mm256_or_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    1683  pub unsafe fn _mm256_mask_or_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1684  pub unsafe fn _mm256_maskz_or_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1685  pub unsafe fn _mm_or_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    1686  pub unsafe fn _mm_mask_or_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1687  pub unsafe fn _mm_maskz_or_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1688  pub unsafe fn _mm512_or_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1689  pub unsafe fn _mm512_mask_or_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1690  pub unsafe fn _mm512_maskz_or_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1691  pub unsafe fn _mm256_or_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    1692  pub unsafe fn _mm256_mask_or_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1693  pub unsafe fn _mm256_maskz_or_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1694  pub unsafe fn _mm_or_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    1695  pub unsafe fn _mm_mask_or_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1696  pub unsafe fn _mm_maskz_or_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1697  pub unsafe fn _mm512_or_si512(a: __m512i, b: __m512i) -> __m512i 【】
    1698  pub unsafe fn _mm512_xor_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1699  pub unsafe fn _mm512_mask_xor_epi32(src: __m512i, k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1700  pub unsafe fn _mm512_maskz_xor_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1701  pub unsafe fn _mm256_xor_epi32(a: __m256i, b: __m256i) -> __m256i 【】
    1702  pub unsafe fn _mm256_mask_xor_epi32(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1703  pub unsafe fn _mm256_maskz_xor_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1704  pub unsafe fn _mm_xor_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    1705  pub unsafe fn _mm_mask_xor_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1706  pub unsafe fn _mm_maskz_xor_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1707  pub unsafe fn _mm512_xor_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1708  pub unsafe fn _mm512_mask_xor_epi64(src: __m512i, k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1709  pub unsafe fn _mm512_maskz_xor_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1710  pub unsafe fn _mm256_xor_epi64(a: __m256i, b: __m256i) -> __m256i 【】
    1711  pub unsafe fn _mm256_mask_xor_epi64(src: __m256i, k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1712  pub unsafe fn _mm256_maskz_xor_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1713  pub unsafe fn _mm_xor_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    1714  pub unsafe fn _mm_mask_xor_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1715  pub unsafe fn _mm_maskz_xor_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1716  pub unsafe fn _mm512_xor_si512(a: __m512i, b: __m512i) -> __m512i 【】
    1717  pub unsafe fn _mm512_andnot_epi32(a: __m512i, b: __m512i) -> __m512i 【】
    1718  pub unsafe fn _mm512_mask_andnot_epi32(
    1719  pub unsafe fn _mm512_maskz_andnot_epi32(k: __mmask16, a: __m512i, b: __m512i) -> __m512i 【】
    1720  pub unsafe fn _mm256_mask_andnot_epi32(
    1721  pub unsafe fn _mm256_maskz_andnot_epi32(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1722  pub unsafe fn _mm_mask_andnot_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1723  pub unsafe fn _mm_maskz_andnot_epi32(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1724  pub unsafe fn _mm512_andnot_epi64(a: __m512i, b: __m512i) -> __m512i 【】
    1725  pub unsafe fn _mm512_mask_andnot_epi64(
    1726  pub unsafe fn _mm512_maskz_andnot_epi64(k: __mmask8, a: __m512i, b: __m512i) -> __m512i 【】
    1727  pub unsafe fn _mm256_mask_andnot_epi64(
    1728  pub unsafe fn _mm256_maskz_andnot_epi64(k: __mmask8, a: __m256i, b: __m256i) -> __m256i 【】
    1729  pub unsafe fn _mm_mask_andnot_epi64(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1730  pub unsafe fn _mm_maskz_andnot_epi64(k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    1731  pub unsafe fn _mm512_andnot_si512(a: __m512i, b: __m512i) -> __m512i 【】
    1732  pub unsafe fn _kand_mask16(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1733  pub unsafe fn _mm512_kand(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1734  pub unsafe fn _kor_mask16(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1735  pub unsafe fn _mm512_kor(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1736  pub unsafe fn _kxor_mask16(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1737  pub unsafe fn _mm512_kxor(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1738  pub unsafe fn _knot_mask16(a: __mmask16) -> __mmask16 【】
    1739  pub unsafe fn _mm512_knot(a: __mmask16) -> __mmask16 【】
    1740  pub unsafe fn _kandn_mask16(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1741  pub unsafe fn _mm512_kandn(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1742  pub unsafe fn _kxnor_mask16(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1743  pub unsafe fn _mm512_kxnor(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1744  pub unsafe fn _mm512_kmov(a: __mmask16) -> __mmask16 【】
    1745  pub unsafe fn _mm512_int2mask(mask: i32) -> __mmask16 【】
    1746  pub unsafe fn _mm512_mask2int(k1: __mmask16) -> i32 【】
    1747  pub unsafe fn _mm512_kunpackb(a: __mmask16, b: __mmask16) -> __mmask16 【】
    1748  pub unsafe fn _mm512_kortestc(a: __mmask16, b: __mmask16) -> i32 【】
    1749  pub unsafe fn _mm512_test_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1750  pub unsafe fn _mm512_mask_test_epi32_mask(k: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1751  pub unsafe fn _mm256_test_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1752  pub unsafe fn _mm256_mask_test_epi32_mask(k: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1753  pub unsafe fn _mm_test_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1754  pub unsafe fn _mm_mask_test_epi32_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1755  pub unsafe fn _mm512_test_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1756  pub unsafe fn _mm512_mask_test_epi64_mask(k: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1757  pub unsafe fn _mm256_test_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1758  pub unsafe fn _mm256_mask_test_epi64_mask(k: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1759  pub unsafe fn _mm_test_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1760  pub unsafe fn _mm_mask_test_epi64_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1761  pub unsafe fn _mm512_testn_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1762  pub unsafe fn _mm512_mask_testn_epi32_mask(k: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1763  pub unsafe fn _mm256_testn_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1764  pub unsafe fn _mm256_mask_testn_epi32_mask(k: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1765  pub unsafe fn _mm_testn_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1766  pub unsafe fn _mm_mask_testn_epi32_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1767  pub unsafe fn _mm512_testn_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1768  pub unsafe fn _mm512_mask_testn_epi64_mask(k: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1769  pub unsafe fn _mm256_testn_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1770  pub unsafe fn _mm256_mask_testn_epi64_mask(k: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1771  pub unsafe fn _mm_testn_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1772  pub unsafe fn _mm_mask_testn_epi64_mask(k: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1773  pub unsafe fn _mm512_stream_ps(mem_addr: *mut f32, a: __m512) 【】
    1774  pub unsafe fn _mm512_stream_pd(mem_addr: *mut f64, a: __m512d) 【】
    1775  pub unsafe fn _mm512_stream_si512(mem_addr: *mut i64, a: __m512i) 【】
    1776  pub unsafe fn _mm512_set_ps(
    1777  pub unsafe fn _mm512_setr_ps(
    1778  pub unsafe fn _mm512_set1_pd(a: f64) -> __m512d 【】
    1779  pub unsafe fn _mm512_set1_ps(a: f32) -> __m512 【】
    1780  pub unsafe fn _mm512_set_epi32(
    1781  pub unsafe fn _mm512_set1_epi8(a: i8) -> __m512i 【】
    1782  pub unsafe fn _mm512_set1_epi16(a: i16) -> __m512i 【】
    1783  pub unsafe fn _mm512_set1_epi32(a: i32) -> __m512i 【】
    1784  pub unsafe fn _mm512_mask_set1_epi32(src: __m512i, k: __mmask16, a: i32) -> __m512i 【】
    1785  pub unsafe fn _mm512_maskz_set1_epi32(k: __mmask16, a: i32) -> __m512i 【】
    1786  pub unsafe fn _mm256_mask_set1_epi32(src: __m256i, k: __mmask8, a: i32) -> __m256i 【】
    1787  pub unsafe fn _mm256_maskz_set1_epi32(k: __mmask8, a: i32) -> __m256i 【】
    1788  pub unsafe fn _mm_mask_set1_epi32(src: __m128i, k: __mmask8, a: i32) -> __m128i 【】
    1789  pub unsafe fn _mm_maskz_set1_epi32(k: __mmask8, a: i32) -> __m128i 【】
    1790  pub unsafe fn _mm512_set1_epi64(a: i64) -> __m512i 【】
    1791  pub unsafe fn _mm512_mask_set1_epi64(src: __m512i, k: __mmask8, a: i64) -> __m512i 【】
    1792  pub unsafe fn _mm512_maskz_set1_epi64(k: __mmask8, a: i64) -> __m512i 【】
    1793  pub unsafe fn _mm256_mask_set1_epi64(src: __m256i, k: __mmask8, a: i64) -> __m256i 【】
    1794  pub unsafe fn _mm256_maskz_set1_epi64(k: __mmask8, a: i64) -> __m256i 【】
    1795  pub unsafe fn _mm_mask_set1_epi64(src: __m128i, k: __mmask8, a: i64) -> __m128i 【】
    1796  pub unsafe fn _mm_maskz_set1_epi64(k: __mmask8, a: i64) -> __m128i 【】
    1797  pub unsafe fn _mm512_set4_epi64(d: i64, c: i64, b: i64, a: i64) -> __m512i 【】
    1798  pub unsafe fn _mm512_setr4_epi64(d: i64, c: i64, b: i64, a: i64) -> __m512i 【】
    1799  pub unsafe fn _mm512_cmplt_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1800  pub unsafe fn _mm512_mask_cmplt_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1801  pub unsafe fn _mm512_cmpnlt_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1802  pub unsafe fn _mm512_mask_cmpnlt_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1803  pub unsafe fn _mm512_cmple_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1804  pub unsafe fn _mm512_mask_cmple_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1805  pub unsafe fn _mm512_cmpnle_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1806  pub unsafe fn _mm512_mask_cmpnle_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1807  pub unsafe fn _mm512_cmpeq_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1808  pub unsafe fn _mm512_mask_cmpeq_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1809  pub unsafe fn _mm512_cmpneq_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1810  pub unsafe fn _mm512_mask_cmpneq_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1811  pub unsafe fn _mm512_cmp_ps_mask<const IMM8: i32>(a: __m512, b: __m512) -> __mmask16 【】
    1812  pub unsafe fn _mm512_mask_cmp_ps_mask<const IMM8: i32>(
    1813  pub unsafe fn _mm256_cmp_ps_mask<const IMM8: i32>(a: __m256, b: __m256) -> __mmask8 【】
    1814  pub unsafe fn _mm256_mask_cmp_ps_mask<const IMM8: i32>(
    1815  pub unsafe fn _mm_cmp_ps_mask<const IMM8: i32>(a: __m128, b: __m128) -> __mmask8 【】
    1816  pub unsafe fn _mm_mask_cmp_ps_mask<const IMM8: i32>(
    1817  pub unsafe fn _mm512_cmp_round_ps_mask<const IMM5: i32, const SAE: i32>(
    1818  pub unsafe fn _mm512_mask_cmp_round_ps_mask<const IMM5: i32, const SAE: i32>(
    1819  pub unsafe fn _mm512_cmpord_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1820  pub unsafe fn _mm512_mask_cmpord_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1821  pub unsafe fn _mm512_cmpunord_ps_mask(a: __m512, b: __m512) -> __mmask16 【】
    1822  pub unsafe fn _mm512_mask_cmpunord_ps_mask(k1: __mmask16, a: __m512, b: __m512) -> __mmask16 【】
    1823  pub unsafe fn _mm512_cmplt_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1824  pub unsafe fn _mm512_mask_cmplt_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1825  pub unsafe fn _mm512_cmpnlt_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1826  pub unsafe fn _mm512_mask_cmpnlt_pd_mask(m: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1827  pub unsafe fn _mm512_cmple_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1828  pub unsafe fn _mm512_mask_cmple_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1829  pub unsafe fn _mm512_cmpnle_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1830  pub unsafe fn _mm512_mask_cmpnle_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1831  pub unsafe fn _mm512_cmpeq_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1832  pub unsafe fn _mm512_mask_cmpeq_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1833  pub unsafe fn _mm512_cmpneq_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1834  pub unsafe fn _mm512_mask_cmpneq_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1835  pub unsafe fn _mm512_cmp_pd_mask<const IMM8: i32>(a: __m512d, b: __m512d) -> __mmask8 【】
    1836  pub unsafe fn _mm512_mask_cmp_pd_mask<const IMM8: i32>(
    1837  pub unsafe fn _mm256_cmp_pd_mask<const IMM8: i32>(a: __m256d, b: __m256d) -> __mmask8 【】
    1838  pub unsafe fn _mm256_mask_cmp_pd_mask<const IMM8: i32>(
    1839  pub unsafe fn _mm_cmp_pd_mask<const IMM8: i32>(a: __m128d, b: __m128d) -> __mmask8 【】
    1840  pub unsafe fn _mm_mask_cmp_pd_mask<const IMM8: i32>(
    1841  pub unsafe fn _mm512_cmp_round_pd_mask<const IMM5: i32, const SAE: i32>(
    1842  pub unsafe fn _mm512_mask_cmp_round_pd_mask<const IMM5: i32, const SAE: i32>(
    1843  pub unsafe fn _mm512_cmpord_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1844  pub unsafe fn _mm512_mask_cmpord_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1845  pub unsafe fn _mm512_cmpunord_pd_mask(a: __m512d, b: __m512d) -> __mmask8 【】
    1846  pub unsafe fn _mm512_mask_cmpunord_pd_mask(k1: __mmask8, a: __m512d, b: __m512d) -> __mmask8 【】
    1847  pub unsafe fn _mm_cmp_ss_mask<const IMM8: i32>(a: __m128, b: __m128) -> __mmask8 【】
    1848  pub unsafe fn _mm_mask_cmp_ss_mask<const IMM8: i32>(
    1849  pub unsafe fn _mm_cmp_round_ss_mask<const IMM5: i32, const SAE: i32>(
    1850  pub unsafe fn _mm_mask_cmp_round_ss_mask<const IMM5: i32, const SAE: i32>(
    1851  pub unsafe fn _mm_cmp_sd_mask<const IMM8: i32>(a: __m128d, b: __m128d) -> __mmask8 【】
    1852  pub unsafe fn _mm_mask_cmp_sd_mask<const IMM8: i32>(
    1853  pub unsafe fn _mm_cmp_round_sd_mask<const IMM5: i32, const SAE: i32>(
    1854  pub unsafe fn _mm_mask_cmp_round_sd_mask<const IMM5: i32, const SAE: i32>(
    1855  pub unsafe fn _mm512_cmplt_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1856  pub unsafe fn _mm512_mask_cmplt_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1857  pub unsafe fn _mm256_cmplt_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1858  pub unsafe fn _mm256_mask_cmplt_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1859  pub unsafe fn _mm_cmplt_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1860  pub unsafe fn _mm_mask_cmplt_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1861  pub unsafe fn _mm512_cmpgt_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1862  pub unsafe fn _mm512_mask_cmpgt_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1863  pub unsafe fn _mm256_cmpgt_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1864  pub unsafe fn _mm256_mask_cmpgt_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1865  pub unsafe fn _mm_cmpgt_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1866  pub unsafe fn _mm_mask_cmpgt_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1867  pub unsafe fn _mm512_cmple_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1868  pub unsafe fn _mm512_mask_cmple_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1869  pub unsafe fn _mm256_cmple_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1870  pub unsafe fn _mm256_mask_cmple_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1871  pub unsafe fn _mm_cmple_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1872  pub unsafe fn _mm_mask_cmple_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1873  pub unsafe fn _mm512_cmpge_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1874  pub unsafe fn _mm512_mask_cmpge_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1875  pub unsafe fn _mm256_cmpge_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1876  pub unsafe fn _mm256_mask_cmpge_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1877  pub unsafe fn _mm_cmpge_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1878  pub unsafe fn _mm_mask_cmpge_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1879  pub unsafe fn _mm512_cmpeq_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1880  pub unsafe fn _mm512_mask_cmpeq_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1881  pub unsafe fn _mm256_cmpeq_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1882  pub unsafe fn _mm256_mask_cmpeq_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1883  pub unsafe fn _mm_cmpeq_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1884  pub unsafe fn _mm_mask_cmpeq_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1885  pub unsafe fn _mm512_cmpneq_epu32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1886  pub unsafe fn _mm512_mask_cmpneq_epu32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1887  pub unsafe fn _mm256_cmpneq_epu32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1888  pub unsafe fn _mm256_mask_cmpneq_epu32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1889  pub unsafe fn _mm_cmpneq_epu32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1890  pub unsafe fn _mm_mask_cmpneq_epu32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1891  pub unsafe fn _mm512_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1892  pub unsafe fn _mm512_mask_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1893  pub unsafe fn _mm256_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1894  pub unsafe fn _mm256_mask_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1895  pub unsafe fn _mm_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(a: __m128i, b: __m128i) -> __mmask8 【】
    1896  pub unsafe fn _mm_mask_cmp_epu32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1897  pub unsafe fn _mm512_cmplt_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1898  pub unsafe fn _mm512_mask_cmplt_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1899  pub unsafe fn _mm256_cmplt_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1900  pub unsafe fn _mm256_mask_cmplt_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1901  pub unsafe fn _mm_cmplt_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1902  pub unsafe fn _mm_mask_cmplt_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1903  pub unsafe fn _mm512_cmpgt_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1904  pub unsafe fn _mm512_mask_cmpgt_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1905  pub unsafe fn _mm256_cmpgt_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1906  pub unsafe fn _mm256_mask_cmpgt_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1907  pub unsafe fn _mm_cmpgt_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1908  pub unsafe fn _mm_mask_cmpgt_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1909  pub unsafe fn _mm512_cmple_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1910  pub unsafe fn _mm512_mask_cmple_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1911  pub unsafe fn _mm256_cmple_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1912  pub unsafe fn _mm256_mask_cmple_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1913  pub unsafe fn _mm_cmple_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1914  pub unsafe fn _mm_mask_cmple_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1915  pub unsafe fn _mm512_cmpge_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1916  pub unsafe fn _mm512_mask_cmpge_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1917  pub unsafe fn _mm256_cmpge_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1918  pub unsafe fn _mm256_mask_cmpge_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1919  pub unsafe fn _mm_cmpge_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1920  pub unsafe fn _mm_mask_cmpge_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1921  pub unsafe fn _mm512_cmpeq_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1922  pub unsafe fn _mm512_mask_cmpeq_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1923  pub unsafe fn _mm256_cmpeq_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1924  pub unsafe fn _mm256_mask_cmpeq_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1925  pub unsafe fn _mm_cmpeq_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1926  pub unsafe fn _mm_mask_cmpeq_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1927  pub unsafe fn _mm512_cmpneq_epi32_mask(a: __m512i, b: __m512i) -> __mmask16 【】
    1928  pub unsafe fn _mm512_mask_cmpneq_epi32_mask(k1: __mmask16, a: __m512i, b: __m512i) -> __mmask16 【】
    1929  pub unsafe fn _mm256_cmpneq_epi32_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1930  pub unsafe fn _mm256_mask_cmpneq_epi32_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1931  pub unsafe fn _mm_cmpneq_epi32_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1932  pub unsafe fn _mm_mask_cmpneq_epi32_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1933  pub unsafe fn _mm512_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1934  pub unsafe fn _mm512_mask_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1935  pub unsafe fn _mm256_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1936  pub unsafe fn _mm256_mask_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1937  pub unsafe fn _mm_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(a: __m128i, b: __m128i) -> __mmask8 【】
    1938  pub unsafe fn _mm_mask_cmp_epi32_mask<const IMM3: _MM_CMPINT_ENUM>(
    1939  pub unsafe fn _mm512_cmplt_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1940  pub unsafe fn _mm512_mask_cmplt_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1941  pub unsafe fn _mm256_cmplt_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1942  pub unsafe fn _mm256_mask_cmplt_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1943  pub unsafe fn _mm_cmplt_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1944  pub unsafe fn _mm_mask_cmplt_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1945  pub unsafe fn _mm512_cmpgt_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1946  pub unsafe fn _mm512_mask_cmpgt_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1947  pub unsafe fn _mm256_cmpgt_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1948  pub unsafe fn _mm256_mask_cmpgt_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1949  pub unsafe fn _mm_cmpgt_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1950  pub unsafe fn _mm_mask_cmpgt_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1951  pub unsafe fn _mm512_cmple_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1952  pub unsafe fn _mm512_mask_cmple_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1953  pub unsafe fn _mm256_cmple_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1954  pub unsafe fn _mm256_mask_cmple_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1955  pub unsafe fn _mm_cmple_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1956  pub unsafe fn _mm_mask_cmple_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1957  pub unsafe fn _mm512_cmpge_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1958  pub unsafe fn _mm512_mask_cmpge_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1959  pub unsafe fn _mm256_cmpge_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1960  pub unsafe fn _mm256_mask_cmpge_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1961  pub unsafe fn _mm_cmpge_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1962  pub unsafe fn _mm_mask_cmpge_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1963  pub unsafe fn _mm512_cmpeq_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1964  pub unsafe fn _mm512_mask_cmpeq_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1965  pub unsafe fn _mm256_cmpeq_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1966  pub unsafe fn _mm256_mask_cmpeq_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1967  pub unsafe fn _mm_cmpeq_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1968  pub unsafe fn _mm_mask_cmpeq_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1969  pub unsafe fn _mm512_cmpneq_epu64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1970  pub unsafe fn _mm512_mask_cmpneq_epu64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1971  pub unsafe fn _mm256_cmpneq_epu64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1972  pub unsafe fn _mm256_mask_cmpneq_epu64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1973  pub unsafe fn _mm_cmpneq_epu64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1974  pub unsafe fn _mm_mask_cmpneq_epu64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1975  pub unsafe fn _mm512_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(
    1976  pub unsafe fn _mm512_mask_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(
    1977  pub unsafe fn _mm256_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(
    1978  pub unsafe fn _mm256_mask_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(
    1979  pub unsafe fn _mm_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(a: __m128i, b: __m128i) -> __mmask8 【】
    1980  pub unsafe fn _mm_mask_cmp_epu64_mask<const IMM3: _MM_CMPINT_ENUM>(
    1981  pub unsafe fn _mm512_cmplt_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1982  pub unsafe fn _mm512_mask_cmplt_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1983  pub unsafe fn _mm256_cmplt_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1984  pub unsafe fn _mm256_mask_cmplt_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1985  pub unsafe fn _mm_cmplt_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1986  pub unsafe fn _mm_mask_cmplt_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1987  pub unsafe fn _mm512_cmpgt_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1988  pub unsafe fn _mm512_mask_cmpgt_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1989  pub unsafe fn _mm256_cmpgt_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1990  pub unsafe fn _mm256_mask_cmpgt_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1991  pub unsafe fn _mm_cmpgt_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1992  pub unsafe fn _mm_mask_cmpgt_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1993  pub unsafe fn _mm512_cmple_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    1994  pub unsafe fn _mm512_mask_cmple_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    1995  pub unsafe fn _mm256_cmple_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    1996  pub unsafe fn _mm256_mask_cmple_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    1997  pub unsafe fn _mm_cmple_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    1998  pub unsafe fn _mm_mask_cmple_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    1999  pub unsafe fn _mm512_cmpge_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    2000  pub unsafe fn _mm512_mask_cmpge_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    2001  pub unsafe fn _mm256_cmpge_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    2002  pub unsafe fn _mm256_mask_cmpge_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    2003  pub unsafe fn _mm_cmpge_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    2004  pub unsafe fn _mm_mask_cmpge_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    2005  pub unsafe fn _mm512_cmpeq_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    2006  pub unsafe fn _mm512_mask_cmpeq_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    2007  pub unsafe fn _mm256_cmpeq_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    2008  pub unsafe fn _mm256_mask_cmpeq_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    2009  pub unsafe fn _mm_cmpeq_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    2010  pub unsafe fn _mm_mask_cmpeq_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    2011  pub unsafe fn _mm512_cmpneq_epi64_mask(a: __m512i, b: __m512i) -> __mmask8 【】
    2012  pub unsafe fn _mm512_mask_cmpneq_epi64_mask(k1: __mmask8, a: __m512i, b: __m512i) -> __mmask8 【】
    2013  pub unsafe fn _mm256_cmpneq_epi64_mask(a: __m256i, b: __m256i) -> __mmask8 【】
    2014  pub unsafe fn _mm256_mask_cmpneq_epi64_mask(k1: __mmask8, a: __m256i, b: __m256i) -> __mmask8 【】
    2015  pub unsafe fn _mm_cmpneq_epi64_mask(a: __m128i, b: __m128i) -> __mmask8 【】
    2016  pub unsafe fn _mm_mask_cmpneq_epi64_mask(k1: __mmask8, a: __m128i, b: __m128i) -> __mmask8 【】
    2017  pub unsafe fn _mm512_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(
    2018  pub unsafe fn _mm512_mask_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(
    2019  pub unsafe fn _mm256_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(
    2020  pub unsafe fn _mm256_mask_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(
    2021  pub unsafe fn _mm_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(a: __m128i, b: __m128i) -> __mmask8 【】
    2022  pub unsafe fn _mm_mask_cmp_epi64_mask<const IMM3: _MM_CMPINT_ENUM>(
    2023  pub unsafe fn _mm512_reduce_add_epi32(a: __m512i) -> i32 【】
    2024  pub unsafe fn _mm512_mask_reduce_add_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2025  pub unsafe fn _mm512_reduce_add_epi64(a: __m512i) -> i64 【】
    2026  pub unsafe fn _mm512_mask_reduce_add_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2027  pub unsafe fn _mm512_reduce_add_ps(a: __m512) -> f32 【】
    2028  pub unsafe fn _mm512_mask_reduce_add_ps(k: __mmask16, a: __m512) -> f32 【】
    2029  pub unsafe fn _mm512_reduce_add_pd(a: __m512d) -> f64 【】
    2030  pub unsafe fn _mm512_mask_reduce_add_pd(k: __mmask8, a: __m512d) -> f64 【】
    2031  pub unsafe fn _mm512_reduce_mul_epi32(a: __m512i) -> i32 【】
    2032  pub unsafe fn _mm512_mask_reduce_mul_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2033  pub unsafe fn _mm512_reduce_mul_epi64(a: __m512i) -> i64 【】
    2034  pub unsafe fn _mm512_mask_reduce_mul_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2035  pub unsafe fn _mm512_reduce_mul_ps(a: __m512) -> f32 【】
    2036  pub unsafe fn _mm512_mask_reduce_mul_ps(k: __mmask16, a: __m512) -> f32 【】
    2037  pub unsafe fn _mm512_reduce_mul_pd(a: __m512d) -> f64 【】
    2038  pub unsafe fn _mm512_mask_reduce_mul_pd(k: __mmask8, a: __m512d) -> f64 【】
    2039  pub unsafe fn _mm512_reduce_max_epi32(a: __m512i) -> i32 【】
    2040  pub unsafe fn _mm512_mask_reduce_max_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2041  pub unsafe fn _mm512_reduce_max_epi64(a: __m512i) -> i64 【】
    2042  pub unsafe fn _mm512_mask_reduce_max_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2043  pub unsafe fn _mm512_reduce_max_epu32(a: __m512i) -> u32 【】
    2044  pub unsafe fn _mm512_mask_reduce_max_epu32(k: __mmask16, a: __m512i) -> u32 【】
    2045  pub unsafe fn _mm512_reduce_max_epu64(a: __m512i) -> u64 【】
    2046  pub unsafe fn _mm512_mask_reduce_max_epu64(k: __mmask8, a: __m512i) -> u64 【】
    2047  pub unsafe fn _mm512_reduce_max_ps(a: __m512) -> f32 【】
    2048  pub unsafe fn _mm512_mask_reduce_max_ps(k: __mmask16, a: __m512) -> f32 【】
    2049  pub unsafe fn _mm512_reduce_max_pd(a: __m512d) -> f64 【】
    2050  pub unsafe fn _mm512_mask_reduce_max_pd(k: __mmask8, a: __m512d) -> f64 【】
    2051  pub unsafe fn _mm512_reduce_min_epi32(a: __m512i) -> i32 【】
    2052  pub unsafe fn _mm512_mask_reduce_min_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2053  pub unsafe fn _mm512_reduce_min_epi64(a: __m512i) -> i64 【】
    2054  pub unsafe fn _mm512_mask_reduce_min_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2055  pub unsafe fn _mm512_reduce_min_epu32(a: __m512i) -> u32 【】
    2056  pub unsafe fn _mm512_mask_reduce_min_epu32(k: __mmask16, a: __m512i) -> u32 【】
    2057  pub unsafe fn _mm512_reduce_min_epu64(a: __m512i) -> u64 【】
    2058  pub unsafe fn _mm512_mask_reduce_min_epu64(k: __mmask8, a: __m512i) -> u64 【】
    2059  pub unsafe fn _mm512_reduce_min_ps(a: __m512) -> f32 【】
    2060  pub unsafe fn _mm512_mask_reduce_min_ps(k: __mmask16, a: __m512) -> f32 【】
    2061  pub unsafe fn _mm512_reduce_min_pd(a: __m512d) -> f64 【】
    2062  pub unsafe fn _mm512_mask_reduce_min_pd(k: __mmask8, a: __m512d) -> f64 【】
    2063  pub unsafe fn _mm512_reduce_and_epi32(a: __m512i) -> i32 【】
    2064  pub unsafe fn _mm512_mask_reduce_and_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2065  pub unsafe fn _mm512_reduce_and_epi64(a: __m512i) -> i64 【】
    2066  pub unsafe fn _mm512_mask_reduce_and_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2067  pub unsafe fn _mm512_reduce_or_epi32(a: __m512i) -> i32 【】
    2068  pub unsafe fn _mm512_mask_reduce_or_epi32(k: __mmask16, a: __m512i) -> i32 【】
    2069  pub unsafe fn _mm512_reduce_or_epi64(a: __m512i) -> i64 【】
    2070  pub unsafe fn _mm512_mask_reduce_or_epi64(k: __mmask8, a: __m512i) -> i64 【】
    2071  pub unsafe fn _mm512_undefined_pd() -> __m512d 【】
    2072  pub unsafe fn _mm512_undefined_ps() -> __m512 【】
    2073  pub unsafe fn _mm512_undefined_epi32() -> __m512i 【】
    2074  pub unsafe fn _mm512_undefined() -> __m512 【】
    2075  pub unsafe fn _mm512_loadu_epi32(mem_addr: *const i32) -> __m512i 【】
    2076  pub unsafe fn _mm256_loadu_epi32(mem_addr: *const i32) -> __m256i 【】
    2077  pub unsafe fn _mm_loadu_epi32(mem_addr: *const i32) -> __m128i 【】
    2078  pub unsafe fn _mm512_mask_cvtepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2079  pub unsafe fn _mm256_mask_cvtepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2080  pub unsafe fn _mm_mask_cvtepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2081  pub unsafe fn _mm512_mask_cvtsepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2082  pub unsafe fn _mm256_mask_cvtsepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2083  pub unsafe fn _mm_mask_cvtsepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2084  pub unsafe fn _mm512_mask_cvtusepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2085  pub unsafe fn _mm256_mask_cvtusepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2086  pub unsafe fn _mm_mask_cvtusepi32_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2087  pub unsafe fn _mm512_mask_cvtepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2088  pub unsafe fn _mm256_mask_cvtepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2089  pub unsafe fn _mm_mask_cvtepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2090  pub unsafe fn _mm512_mask_cvtsepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2091  pub unsafe fn _mm256_mask_cvtsepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2092  pub unsafe fn _mm_mask_cvtsepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2093  pub unsafe fn _mm512_mask_cvtusepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask16, a: __m512i) 【】
    2094  pub unsafe fn _mm256_mask_cvtusepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2095  pub unsafe fn _mm_mask_cvtusepi32_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2096  pub unsafe fn _mm512_mask_cvtepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2097  pub unsafe fn _mm256_mask_cvtepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2098  pub unsafe fn _mm_mask_cvtepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2099  pub unsafe fn _mm512_mask_cvtsepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2100  pub unsafe fn _mm256_mask_cvtsepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2101  pub unsafe fn _mm_mask_cvtsepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2102  pub unsafe fn _mm512_mask_cvtusepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2103  pub unsafe fn _mm256_mask_cvtusepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2104  pub unsafe fn _mm_mask_cvtusepi64_storeu_epi16(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2105  pub unsafe fn _mm512_mask_cvtepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2106  pub unsafe fn _mm256_mask_cvtepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2107  pub unsafe fn _mm_mask_cvtepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2108  pub unsafe fn _mm512_mask_cvtsepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2109  pub unsafe fn _mm256_mask_cvtsepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2110  pub unsafe fn _mm_mask_cvtsepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2111  pub unsafe fn _mm512_mask_cvtusepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2112  pub unsafe fn _mm256_mask_cvtusepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2113  pub unsafe fn _mm_mask_cvtusepi64_storeu_epi8(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2114  pub unsafe fn _mm512_mask_cvtepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2115  pub unsafe fn _mm256_mask_cvtepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2116  pub unsafe fn _mm_mask_cvtepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2117  pub unsafe fn _mm512_mask_cvtsepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2118  pub unsafe fn _mm256_mask_cvtsepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2119  pub unsafe fn _mm_mask_cvtsepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2120  pub unsafe fn _mm512_mask_cvtusepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m512i) 【】
    2121  pub unsafe fn _mm256_mask_cvtusepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m256i) 【】
    2122  pub unsafe fn _mm_mask_cvtusepi64_storeu_epi32(mem_addr: *mut i8, k: __mmask8, a: __m128i) 【】
    2123  pub unsafe fn _mm512_storeu_epi32(mem_addr: *mut i32, a: __m512i) 【】
    2124  pub unsafe fn _mm256_storeu_epi32(mem_addr: *mut i32, a: __m256i) 【】
    2125  pub unsafe fn _mm_storeu_epi32(mem_addr: *mut i32, a: __m128i) 【】
    2126  pub unsafe fn _mm512_loadu_epi64(mem_addr: *const i64) -> __m512i 【】
    2127  pub unsafe fn _mm256_loadu_epi64(mem_addr: *const i64) -> __m256i 【】
    2128  pub unsafe fn _mm_loadu_epi64(mem_addr: *const i64) -> __m128i 【】
    2129  pub unsafe fn _mm512_storeu_epi64(mem_addr: *mut i64, a: __m512i) 【】
    2130  pub unsafe fn _mm256_storeu_epi64(mem_addr: *mut i64, a: __m256i) 【】
    2131  pub unsafe fn _mm_storeu_epi64(mem_addr: *mut i64, a: __m128i) 【】
    2132  pub unsafe fn _mm512_loadu_si512(mem_addr: *const i32) -> __m512i 【】
    2133  pub unsafe fn _mm512_storeu_si512(mem_addr: *mut i32, a: __m512i) 【】
    2134  pub unsafe fn _mm512_loadu_pd(mem_addr: *const f64) -> __m512d 【】
    2135  pub unsafe fn _mm512_storeu_pd(mem_addr: *mut f64, a: __m512d) 【】
    2136  pub unsafe fn _mm512_loadu_ps(mem_addr: *const f32) -> __m512 【】
    2137  pub unsafe fn _mm512_storeu_ps(mem_addr: *mut f32, a: __m512) 【】
    2138  pub unsafe fn _mm512_load_si512(mem_addr: *const i32) -> __m512i 【】
    2139  pub unsafe fn _mm512_store_si512(mem_addr: *mut i32, a: __m512i) 【】
    2140  pub unsafe fn _mm512_load_epi32(mem_addr: *const i32) -> __m512i 【】
    2141  pub unsafe fn _mm256_load_epi32(mem_addr: *const i32) -> __m256i 【】
    2142  pub unsafe fn _mm_load_epi32(mem_addr: *const i32) -> __m128i 【】
    2143  pub unsafe fn _mm512_store_epi32(mem_addr: *mut i32, a: __m512i) 【】
    2144  pub unsafe fn _mm256_store_epi32(mem_addr: *mut i32, a: __m256i) 【】
    2145  pub unsafe fn _mm_store_epi32(mem_addr: *mut i32, a: __m128i) 【】
    2146  pub unsafe fn _mm512_load_epi64(mem_addr: *const i64) -> __m512i 【】
    2147  pub unsafe fn _mm256_load_epi64(mem_addr: *const i64) -> __m256i 【】
    2148  pub unsafe fn _mm_load_epi64(mem_addr: *const i64) -> __m128i 【】
    2149  pub unsafe fn _mm512_store_epi64(mem_addr: *mut i64, a: __m512i) 【】
    2150  pub unsafe fn _mm256_store_epi64(mem_addr: *mut i64, a: __m256i) 【】
    2151  pub unsafe fn _mm_store_epi64(mem_addr: *mut i64, a: __m128i) 【】
    2152  pub unsafe fn _mm512_load_ps(mem_addr: *const f32) -> __m512 【】
    2153  pub unsafe fn _mm512_store_ps(mem_addr: *mut f32, a: __m512) 【】
    2154  pub unsafe fn _mm512_load_pd(mem_addr: *const f64) -> __m512d 【】
    2155  pub unsafe fn _mm512_store_pd(mem_addr: *mut f64, a: __m512d) 【】
    2156  pub unsafe fn _mm512_mask_loadu_epi32(src: __m512i, k: __mmask16, mem_addr: *const i32) -> __m512i 【】
    2157  pub unsafe fn _mm512_maskz_loadu_epi32(k: __mmask16, mem_addr: *const i32) -> __m512i 【】
    2158  pub unsafe fn _mm512_mask_loadu_epi64(src: __m512i, k: __mmask8, mem_addr: *const i64) -> __m512i 【】
    2159  pub unsafe fn _mm512_maskz_loadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m512i 【】
    2160  pub unsafe fn _mm512_mask_loadu_ps(src: __m512, k: __mmask16, mem_addr: *const f32) -> __m512 【】
    2161  pub unsafe fn _mm512_maskz_loadu_ps(k: __mmask16, mem_addr: *const f32) -> __m512 【】
    2162  pub unsafe fn _mm512_mask_loadu_pd(src: __m512d, k: __mmask8, mem_addr: *const f64) -> __m512d 【】
    2163  pub unsafe fn _mm512_maskz_loadu_pd(k: __mmask8, mem_addr: *const f64) -> __m512d 【】
    2164  pub unsafe fn _mm256_mask_loadu_epi32(src: __m256i, k: __mmask8, mem_addr: *const i32) -> __m256i 【】
    2165  pub unsafe fn _mm256_maskz_loadu_epi32(k: __mmask8, mem_addr: *const i32) -> __m256i 【】
    2166  pub unsafe fn _mm256_mask_loadu_epi64(src: __m256i, k: __mmask8, mem_addr: *const i64) -> __m256i 【】
    2167  pub unsafe fn _mm256_maskz_loadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m256i 【】
    2168  pub unsafe fn _mm256_mask_loadu_ps(src: __m256, k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2169  pub unsafe fn _mm256_maskz_loadu_ps(k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2170  pub unsafe fn _mm256_mask_loadu_pd(src: __m256d, k: __mmask8, mem_addr: *const f64) -> __m256d 【】
    2171  pub unsafe fn _mm256_maskz_loadu_pd(k: __mmask8, mem_addr: *const f64) -> __m256d 【】
    2172  pub unsafe fn _mm_mask_loadu_epi32(src: __m128i, k: __mmask8, mem_addr: *const i32) -> __m128i 【】
    2173  pub unsafe fn _mm_maskz_loadu_epi32(k: __mmask8, mem_addr: *const i32) -> __m128i 【】
    2174  pub unsafe fn _mm_mask_loadu_epi64(src: __m128i, k: __mmask8, mem_addr: *const i64) -> __m128i 【】
    2175  pub unsafe fn _mm_maskz_loadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m128i 【】
    2176  pub unsafe fn _mm_mask_loadu_ps(src: __m128, k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2177  pub unsafe fn _mm_maskz_loadu_ps(k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2178  pub unsafe fn _mm_mask_loadu_pd(src: __m128d, k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2179  pub unsafe fn _mm_maskz_loadu_pd(k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2180  pub unsafe fn _mm512_mask_load_epi32(src: __m512i, k: __mmask16, mem_addr: *const i32) -> __m512i 【】
    2181  pub unsafe fn _mm512_maskz_load_epi32(k: __mmask16, mem_addr: *const i32) -> __m512i 【】
    2182  pub unsafe fn _mm512_mask_load_epi64(src: __m512i, k: __mmask8, mem_addr: *const i64) -> __m512i 【】
    2183  pub unsafe fn _mm512_maskz_load_epi64(k: __mmask8, mem_addr: *const i64) -> __m512i 【】
    2184  pub unsafe fn _mm512_mask_load_ps(src: __m512, k: __mmask16, mem_addr: *const f32) -> __m512 【】
    2185  pub unsafe fn _mm512_maskz_load_ps(k: __mmask16, mem_addr: *const f32) -> __m512 【】
    2186  pub unsafe fn _mm512_mask_load_pd(src: __m512d, k: __mmask8, mem_addr: *const f64) -> __m512d 【】
    2187  pub unsafe fn _mm512_maskz_load_pd(k: __mmask8, mem_addr: *const f64) -> __m512d 【】
    2188  pub unsafe fn _mm256_mask_load_epi32(src: __m256i, k: __mmask8, mem_addr: *const i32) -> __m256i 【】
    2189  pub unsafe fn _mm256_maskz_load_epi32(k: __mmask8, mem_addr: *const i32) -> __m256i 【】
    2190  pub unsafe fn _mm256_mask_load_epi64(src: __m256i, k: __mmask8, mem_addr: *const i64) -> __m256i 【】
    2191  pub unsafe fn _mm256_maskz_load_epi64(k: __mmask8, mem_addr: *const i64) -> __m256i 【】
    2192  pub unsafe fn _mm256_mask_load_ps(src: __m256, k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2193  pub unsafe fn _mm256_maskz_load_ps(k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2194  pub unsafe fn _mm256_mask_load_pd(src: __m256d, k: __mmask8, mem_addr: *const f64) -> __m256d 【】
    2195  pub unsafe fn _mm256_maskz_load_pd(k: __mmask8, mem_addr: *const f64) -> __m256d 【】
    2196  pub unsafe fn _mm_mask_load_epi32(src: __m128i, k: __mmask8, mem_addr: *const i32) -> __m128i 【】
    2197  pub unsafe fn _mm_maskz_load_epi32(k: __mmask8, mem_addr: *const i32) -> __m128i 【】
    2198  pub unsafe fn _mm_mask_load_epi64(src: __m128i, k: __mmask8, mem_addr: *const i64) -> __m128i 【】
    2199  pub unsafe fn _mm_maskz_load_epi64(k: __mmask8, mem_addr: *const i64) -> __m128i 【】
    2200  pub unsafe fn _mm_mask_load_ps(src: __m128, k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2201  pub unsafe fn _mm_maskz_load_ps(k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2202  pub unsafe fn _mm_mask_load_pd(src: __m128d, k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2203  pub unsafe fn _mm_maskz_load_pd(k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2204  pub unsafe fn _mm512_mask_storeu_epi32(mem_addr: *mut i32, mask: __mmask16, a: __m512i) 【】
    2205  pub unsafe fn _mm512_mask_storeu_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m512i) 【】
    2206  pub unsafe fn _mm512_mask_storeu_ps(mem_addr: *mut f32, mask: __mmask16, a: __m512) 【】
    2207  pub unsafe fn _mm512_mask_storeu_pd(mem_addr: *mut f64, mask: __mmask8, a: __m512d) 【】
    2208  pub unsafe fn _mm256_mask_storeu_epi32(mem_addr: *mut i32, mask: __mmask8, a: __m256i) 【】
    2209  pub unsafe fn _mm256_mask_storeu_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m256i) 【】
    2210  pub unsafe fn _mm256_mask_storeu_ps(mem_addr: *mut f32, mask: __mmask8, a: __m256) 【】
    2211  pub unsafe fn _mm256_mask_storeu_pd(mem_addr: *mut f64, mask: __mmask8, a: __m256d) 【】
    2212  pub unsafe fn _mm_mask_storeu_epi32(mem_addr: *mut i32, mask: __mmask8, a: __m128i) 【】
    2213  pub unsafe fn _mm_mask_storeu_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m128i) 【】
    2214  pub unsafe fn _mm_mask_storeu_ps(mem_addr: *mut f32, mask: __mmask8, a: __m128) 【】
    2215  pub unsafe fn _mm_mask_storeu_pd(mem_addr: *mut f64, mask: __mmask8, a: __m128d) 【】
    2216  pub unsafe fn _mm512_mask_store_epi32(mem_addr: *mut i32, mask: __mmask16, a: __m512i) 【】
    2217  pub unsafe fn _mm512_mask_store_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m512i) 【】
    2218  pub unsafe fn _mm512_mask_store_ps(mem_addr: *mut f32, mask: __mmask16, a: __m512) 【】
    2219  pub unsafe fn _mm512_mask_store_pd(mem_addr: *mut f64, mask: __mmask8, a: __m512d) 【】
    2220  pub unsafe fn _mm256_mask_store_epi32(mem_addr: *mut i32, mask: __mmask8, a: __m256i) 【】
    2221  pub unsafe fn _mm256_mask_store_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m256i) 【】
    2222  pub unsafe fn _mm256_mask_store_ps(mem_addr: *mut f32, mask: __mmask8, a: __m256) 【】
    2223  pub unsafe fn _mm256_mask_store_pd(mem_addr: *mut f64, mask: __mmask8, a: __m256d) 【】
    2224  pub unsafe fn _mm_mask_store_epi32(mem_addr: *mut i32, mask: __mmask8, a: __m128i) 【】
    2225  pub unsafe fn _mm_mask_store_epi64(mem_addr: *mut i64, mask: __mmask8, a: __m128i) 【】
    2226  pub unsafe fn _mm_mask_store_ps(mem_addr: *mut f32, mask: __mmask8, a: __m128) 【】
    2227  pub unsafe fn _mm_mask_store_pd(mem_addr: *mut f64, mask: __mmask8, a: __m128d) 【】
    2228  pub unsafe fn _mm512_mask_expandloadu_epi32(
    2229  pub unsafe fn _mm512_maskz_expandloadu_epi32(k: __mmask16, mem_addr: *const i32) -> __m512i 【】
    2230  pub unsafe fn _mm256_mask_expandloadu_epi32(
    2231  pub unsafe fn _mm256_maskz_expandloadu_epi32(k: __mmask8, mem_addr: *const i32) -> __m256i 【】
    2232  pub unsafe fn _mm_mask_expandloadu_epi32(
    2233  pub unsafe fn _mm_maskz_expandloadu_epi32(k: __mmask8, mem_addr: *const i32) -> __m128i 【】
    2234  pub unsafe fn _mm512_mask_expandloadu_epi64(
    2235  pub unsafe fn _mm512_maskz_expandloadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m512i 【】
    2236  pub unsafe fn _mm256_mask_expandloadu_epi64(
    2237  pub unsafe fn _mm256_maskz_expandloadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m256i 【】
    2238  pub unsafe fn _mm_mask_expandloadu_epi64(
    2239  pub unsafe fn _mm_maskz_expandloadu_epi64(k: __mmask8, mem_addr: *const i64) -> __m128i 【】
    2240  pub unsafe fn _mm512_mask_expandloadu_ps(
    2241  pub unsafe fn _mm512_maskz_expandloadu_ps(k: __mmask16, mem_addr: *const f32) -> __m512 【】
    2242  pub unsafe fn _mm256_mask_expandloadu_ps(src: __m256, k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2243  pub unsafe fn _mm256_maskz_expandloadu_ps(k: __mmask8, mem_addr: *const f32) -> __m256 【】
    2244  pub unsafe fn _mm_mask_expandloadu_ps(src: __m128, k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2245  pub unsafe fn _mm_maskz_expandloadu_ps(k: __mmask8, mem_addr: *const f32) -> __m128 【】
    2246  pub unsafe fn _mm512_mask_expandloadu_pd(
    2247  pub unsafe fn _mm512_maskz_expandloadu_pd(k: __mmask8, mem_addr: *const f64) -> __m512d 【】
    2248  pub unsafe fn _mm256_mask_expandloadu_pd(
    2249  pub unsafe fn _mm256_maskz_expandloadu_pd(k: __mmask8, mem_addr: *const f64) -> __m256d 【】
    2250  pub unsafe fn _mm_mask_expandloadu_pd(src: __m128d, k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2251  pub unsafe fn _mm_maskz_expandloadu_pd(k: __mmask8, mem_addr: *const f64) -> __m128d 【】
    2252  pub unsafe fn _mm512_setr_pd(
    2253  pub unsafe fn _mm512_set_pd(
    2254  pub unsafe fn _mm_mask_move_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2255  pub unsafe fn _mm_maskz_move_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2256  pub unsafe fn _mm_mask_move_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2257  pub unsafe fn _mm_maskz_move_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2258  pub unsafe fn _mm_mask_add_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2259  pub unsafe fn _mm_maskz_add_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2260  pub unsafe fn _mm_mask_add_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2261  pub unsafe fn _mm_maskz_add_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2262  pub unsafe fn _mm_mask_sub_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2263  pub unsafe fn _mm_maskz_sub_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2264  pub unsafe fn _mm_mask_sub_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2265  pub unsafe fn _mm_maskz_sub_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2266  pub unsafe fn _mm_mask_mul_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2267  pub unsafe fn _mm_maskz_mul_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2268  pub unsafe fn _mm_mask_mul_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2269  pub unsafe fn _mm_maskz_mul_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2270  pub unsafe fn _mm_mask_div_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2271  pub unsafe fn _mm_maskz_div_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2272  pub unsafe fn _mm_mask_div_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2273  pub unsafe fn _mm_maskz_div_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2274  pub unsafe fn _mm_mask_max_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2275  pub unsafe fn _mm_maskz_max_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2276  pub unsafe fn _mm_mask_max_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2277  pub unsafe fn _mm_maskz_max_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2278  pub unsafe fn _mm_mask_min_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2279  pub unsafe fn _mm_maskz_min_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2280  pub unsafe fn _mm_mask_min_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2281  pub unsafe fn _mm_maskz_min_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2282  pub unsafe fn _mm_mask_sqrt_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2283  pub unsafe fn _mm_maskz_sqrt_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2284  pub unsafe fn _mm_mask_sqrt_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2285  pub unsafe fn _mm_maskz_sqrt_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2286  pub unsafe fn _mm_rsqrt14_ss(a: __m128, b: __m128) -> __m128 【】
    2287  pub unsafe fn _mm_mask_rsqrt14_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2288  pub unsafe fn _mm_maskz_rsqrt14_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2289  pub unsafe fn _mm_rsqrt14_sd(a: __m128d, b: __m128d) -> __m128d 【】
    2290  pub unsafe fn _mm_mask_rsqrt14_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2291  pub unsafe fn _mm_maskz_rsqrt14_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2292  pub unsafe fn _mm_rcp14_ss(a: __m128, b: __m128) -> __m128 【】
    2293  pub unsafe fn _mm_mask_rcp14_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2294  pub unsafe fn _mm_maskz_rcp14_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2295  pub unsafe fn _mm_rcp14_sd(a: __m128d, b: __m128d) -> __m128d 【】
    2296  pub unsafe fn _mm_mask_rcp14_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2297  pub unsafe fn _mm_maskz_rcp14_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2298  pub unsafe fn _mm_getexp_ss(a: __m128, b: __m128) -> __m128 【】
    2299  pub unsafe fn _mm_mask_getexp_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2300  pub unsafe fn _mm_maskz_getexp_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2301  pub unsafe fn _mm_getexp_sd(a: __m128d, b: __m128d) -> __m128d 【】
    2302  pub unsafe fn _mm_mask_getexp_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2303  pub unsafe fn _mm_maskz_getexp_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2304  pub unsafe fn _mm_roundscale_ss<const IMM8: i32>(a: __m128, b: __m128) -> __m128 【】
    2305  pub unsafe fn _mm_mask_roundscale_ss<const IMM8: i32>(
    2306  pub unsafe fn _mm_maskz_roundscale_ss<const IMM8: i32>(
    2307  pub unsafe fn _mm_roundscale_sd<const IMM8: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2308  pub unsafe fn _mm_mask_roundscale_sd<const IMM8: i32>(
    2309  pub unsafe fn _mm_maskz_roundscale_sd<const IMM8: i32>(
    2310  pub unsafe fn _mm_scalef_ss(a: __m128, b: __m128) -> __m128 【】
    2311  pub unsafe fn _mm_mask_scalef_ss(src: __m128, k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2312  pub unsafe fn _mm_maskz_scalef_ss(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2313  pub unsafe fn _mm_scalef_sd(a: __m128d, b: __m128d) -> __m128d 【】
    2314  pub unsafe fn _mm_mask_scalef_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2315  pub unsafe fn _mm_maskz_scalef_sd(k: __mmask8, a: __m128d, b: __m128d) -> __m128d 【】
    2316  pub unsafe fn _mm_mask_fmadd_ss(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    2317  pub unsafe fn _mm_maskz_fmadd_ss(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    2318  pub unsafe fn _mm_mask3_fmadd_ss(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    2319  pub unsafe fn _mm_mask_fmadd_sd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    2320  pub unsafe fn _mm_maskz_fmadd_sd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    2321  pub unsafe fn _mm_mask3_fmadd_sd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    2322  pub unsafe fn _mm_mask_fmsub_ss(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    2323  pub unsafe fn _mm_maskz_fmsub_ss(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    2324  pub unsafe fn _mm_mask3_fmsub_ss(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    2325  pub unsafe fn _mm_mask_fmsub_sd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    2326  pub unsafe fn _mm_maskz_fmsub_sd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    2327  pub unsafe fn _mm_mask3_fmsub_sd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    2328  pub unsafe fn _mm_mask_fnmadd_ss(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    2329  pub unsafe fn _mm_maskz_fnmadd_ss(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    2330  pub unsafe fn _mm_mask3_fnmadd_ss(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    2331  pub unsafe fn _mm_mask_fnmadd_sd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    2332  pub unsafe fn _mm_maskz_fnmadd_sd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    2333  pub unsafe fn _mm_mask3_fnmadd_sd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    2334  pub unsafe fn _mm_mask_fnmsub_ss(a: __m128, k: __mmask8, b: __m128, c: __m128) -> __m128 【】
    2335  pub unsafe fn _mm_maskz_fnmsub_ss(k: __mmask8, a: __m128, b: __m128, c: __m128) -> __m128 【】
    2336  pub unsafe fn _mm_mask3_fnmsub_ss(a: __m128, b: __m128, c: __m128, k: __mmask8) -> __m128 【】
    2337  pub unsafe fn _mm_mask_fnmsub_sd(a: __m128d, k: __mmask8, b: __m128d, c: __m128d) -> __m128d 【】
    2338  pub unsafe fn _mm_maskz_fnmsub_sd(k: __mmask8, a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    2339  pub unsafe fn _mm_mask3_fnmsub_sd(a: __m128d, b: __m128d, c: __m128d, k: __mmask8) -> __m128d 【】
    2340  pub unsafe fn _mm_add_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2341  pub unsafe fn _mm_mask_add_round_ss<const ROUNDING: i32>(
    2342  pub unsafe fn _mm_maskz_add_round_ss<const ROUNDING: i32>(
    2343  pub unsafe fn _mm_add_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2344  pub unsafe fn _mm_mask_add_round_sd<const ROUNDING: i32>(
    2345  pub unsafe fn _mm_maskz_add_round_sd<const ROUNDING: i32>(
    2346  pub unsafe fn _mm_sub_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2347  pub unsafe fn _mm_mask_sub_round_ss<const ROUNDING: i32>(
    2348  pub unsafe fn _mm_maskz_sub_round_ss<const ROUNDING: i32>(
    2349  pub unsafe fn _mm_sub_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2350  pub unsafe fn _mm_mask_sub_round_sd<const ROUNDING: i32>(
    2351  pub unsafe fn _mm_maskz_sub_round_sd<const ROUNDING: i32>(
    2352  pub unsafe fn _mm_mul_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2353  pub unsafe fn _mm_mask_mul_round_ss<const ROUNDING: i32>(
    2354  pub unsafe fn _mm_maskz_mul_round_ss<const ROUNDING: i32>(
    2355  pub unsafe fn _mm_mul_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2356  pub unsafe fn _mm_mask_mul_round_sd<const ROUNDING: i32>(
    2357  pub unsafe fn _mm_maskz_mul_round_sd<const ROUNDING: i32>(
    2358  pub unsafe fn _mm_div_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2359  pub unsafe fn _mm_mask_div_round_ss<const ROUNDING: i32>(
    2360  pub unsafe fn _mm_maskz_div_round_ss<const ROUNDING: i32>(
    2361  pub unsafe fn _mm_div_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2362  pub unsafe fn _mm_mask_div_round_sd<const ROUNDING: i32>(
    2363  pub unsafe fn _mm_maskz_div_round_sd<const ROUNDING: i32>(
    2364  pub unsafe fn _mm_max_round_ss<const SAE: i32>(a: __m128, b: __m128) -> __m128 【】
    2365  pub unsafe fn _mm_mask_max_round_ss<const SAE: i32>(
    2366  pub unsafe fn _mm_maskz_max_round_ss<const SAE: i32>(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2367  pub unsafe fn _mm_max_round_sd<const SAE: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2368  pub unsafe fn _mm_mask_max_round_sd<const SAE: i32>(
    2369  pub unsafe fn _mm_maskz_max_round_sd<const SAE: i32>(
    2370  pub unsafe fn _mm_min_round_ss<const SAE: i32>(a: __m128, b: __m128) -> __m128 【】
    2371  pub unsafe fn _mm_mask_min_round_ss<const SAE: i32>(
    2372  pub unsafe fn _mm_maskz_min_round_ss<const SAE: i32>(k: __mmask8, a: __m128, b: __m128) -> __m128 【】
    2373  pub unsafe fn _mm_min_round_sd<const SAE: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2374  pub unsafe fn _mm_mask_min_round_sd<const SAE: i32>(
    2375  pub unsafe fn _mm_maskz_min_round_sd<const SAE: i32>(
    2376  pub unsafe fn _mm_sqrt_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2377  pub unsafe fn _mm_mask_sqrt_round_ss<const ROUNDING: i32>(
    2378  pub unsafe fn _mm_maskz_sqrt_round_ss<const ROUNDING: i32>(
    2379  pub unsafe fn _mm_sqrt_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2380  pub unsafe fn _mm_mask_sqrt_round_sd<const ROUNDING: i32>(
    2381  pub unsafe fn _mm_maskz_sqrt_round_sd<const ROUNDING: i32>(
    2382  pub unsafe fn _mm_getexp_round_ss<const SAE: i32>(a: __m128, b: __m128) -> __m128 【】
    2383  pub unsafe fn _mm_mask_getexp_round_ss<const SAE: i32>(
    2384  pub unsafe fn _mm_maskz_getexp_round_ss<const SAE: i32>(
    2385  pub unsafe fn _mm_getexp_round_sd<const SAE: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2386  pub unsafe fn _mm_mask_getexp_round_sd<const SAE: i32>(
    2387  pub unsafe fn _mm_maskz_getexp_round_sd<const SAE: i32>(
    2388  pub unsafe fn _mm_roundscale_round_ss<const IMM8: i32, const SAE: i32>(
    2389  pub unsafe fn _mm_mask_roundscale_round_ss<const IMM8: i32, const SAE: i32>(
    2390  pub unsafe fn _mm_maskz_roundscale_round_ss<const IMM8: i32, const SAE: i32>(
    2391  pub unsafe fn _mm_roundscale_round_sd<const IMM8: i32, const SAE: i32>(
    2392  pub unsafe fn _mm_mask_roundscale_round_sd<const IMM8: i32, const SAE: i32>(
    2393  pub unsafe fn _mm_maskz_roundscale_round_sd<const IMM8: i32, const SAE: i32>(
    2394  pub unsafe fn _mm_scalef_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    2395  pub unsafe fn _mm_mask_scalef_round_ss<const ROUNDING: i32>(
    2396  pub unsafe fn _mm_maskz_scalef_round_ss<const ROUNDING: i32>(
    2397  pub unsafe fn _mm_scalef_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    2398  pub unsafe fn _mm_mask_scalef_round_sd<const ROUNDING: i32>(
    2399  pub unsafe fn _mm_maskz_scalef_round_sd<const ROUNDING: i32>(
    2400  pub unsafe fn _mm_fmadd_round_ss<const ROUNDING: i32>(a: __m128, b: __m128, c: __m128) -> __m128 【】
    2401  pub unsafe fn _mm_mask_fmadd_round_ss<const ROUNDING: i32>(
    2402  pub unsafe fn _mm_maskz_fmadd_round_ss<const ROUNDING: i32>(
    2403  pub unsafe fn _mm_mask3_fmadd_round_ss<const ROUNDING: i32>(
    2404  pub unsafe fn _mm_fmadd_round_sd<const ROUNDING: i32>(
    2405  pub unsafe fn _mm_mask_fmadd_round_sd<const ROUNDING: i32>(
    2406  pub unsafe fn _mm_maskz_fmadd_round_sd<const ROUNDING: i32>(
    2407  pub unsafe fn _mm_mask3_fmadd_round_sd<const ROUNDING: i32>(
    2408  pub unsafe fn _mm_fmsub_round_ss<const ROUNDING: i32>(a: __m128, b: __m128, c: __m128) -> __m128 【】
    2409  pub unsafe fn _mm_mask_fmsub_round_ss<const ROUNDING: i32>(
    2410  pub unsafe fn _mm_maskz_fmsub_round_ss<const ROUNDING: i32>(
    2411  pub unsafe fn _mm_mask3_fmsub_round_ss<const ROUNDING: i32>(
    2412  pub unsafe fn _mm_fmsub_round_sd<const ROUNDING: i32>(
    2413  pub unsafe fn _mm_mask_fmsub_round_sd<const ROUNDING: i32>(
    2414  pub unsafe fn _mm_maskz_fmsub_round_sd<const ROUNDING: i32>(
    2415  pub unsafe fn _mm_mask3_fmsub_round_sd<const ROUNDING: i32>(
    2416  pub unsafe fn _mm_fnmadd_round_ss<const ROUNDING: i32>(a: __m128, b: __m128, c: __m128) -> __m128 【】
    2417  pub unsafe fn _mm_mask_fnmadd_round_ss<const ROUNDING: i32>(
    2418  pub unsafe fn _mm_maskz_fnmadd_round_ss<const ROUNDING: i32>(
    2419  pub unsafe fn _mm_mask3_fnmadd_round_ss<const ROUNDING: i32>(
    2420  pub unsafe fn _mm_fnmadd_round_sd<const ROUNDING: i32>(
    2421  pub unsafe fn _mm_mask_fnmadd_round_sd<const ROUNDING: i32>(
    2422  pub unsafe fn _mm_maskz_fnmadd_round_sd<const ROUNDING: i32>(
    2423  pub unsafe fn _mm_mask3_fnmadd_round_sd<const ROUNDING: i32>(
    2424  pub unsafe fn _mm_fnmsub_round_ss<const ROUNDING: i32>(a: __m128, b: __m128, c: __m128) -> __m128 【】
    2425  pub unsafe fn _mm_mask_fnmsub_round_ss<const ROUNDING: i32>(
    2426  pub unsafe fn _mm_maskz_fnmsub_round_ss<const ROUNDING: i32>(
    2427  pub unsafe fn _mm_mask3_fnmsub_round_ss<const ROUNDING: i32>(
    2428  pub unsafe fn _mm_fnmsub_round_sd<const ROUNDING: i32>(
    2429  pub unsafe fn _mm_mask_fnmsub_round_sd<const ROUNDING: i32>(
    2430  pub unsafe fn _mm_maskz_fnmsub_round_sd<const ROUNDING: i32>(
    2431  pub unsafe fn _mm_mask3_fnmsub_round_sd<const ROUNDING: i32>(
    2432  pub unsafe fn _mm_fixupimm_ss<const IMM8: i32>(a: __m128, b: __m128, c: __m128i) -> __m128 【】
    2433  pub unsafe fn _mm_mask_fixupimm_ss<const IMM8: i32>(
    2434  pub unsafe fn _mm_maskz_fixupimm_ss<const IMM8: i32>(
    2435  pub unsafe fn _mm_fixupimm_sd<const IMM8: i32>(a: __m128d, b: __m128d, c: __m128i) -> __m128d 【】
    2436  pub unsafe fn _mm_mask_fixupimm_sd<const IMM8: i32>(
    2437  pub unsafe fn _mm_maskz_fixupimm_sd<const IMM8: i32>(
    2438  pub unsafe fn _mm_fixupimm_round_ss<const IMM8: i32, const SAE: i32>(
    2439  pub unsafe fn _mm_mask_fixupimm_round_ss<const IMM8: i32, const SAE: i32>(
    2440  pub unsafe fn _mm_maskz_fixupimm_round_ss<const IMM8: i32, const SAE: i32>(
    2441  pub unsafe fn _mm_fixupimm_round_sd<const IMM8: i32, const SAE: i32>(
    2442  pub unsafe fn _mm_mask_fixupimm_round_sd<const IMM8: i32, const SAE: i32>(
    2443  pub unsafe fn _mm_maskz_fixupimm_round_sd<const IMM8: i32, const SAE: i32>(
    2444  pub unsafe fn _mm_mask_cvtss_sd(src: __m128d, k: __mmask8, a: __m128d, b: __m128) -> __m128d 【】
    2445  pub unsafe fn _mm_maskz_cvtss_sd(k: __mmask8, a: __m128d, b: __m128) -> __m128d 【】
    2446  pub unsafe fn _mm_mask_cvtsd_ss(src: __m128, k: __mmask8, a: __m128, b: __m128d) -> __m128 【】
    2447  pub unsafe fn _mm_maskz_cvtsd_ss(k: __mmask8, a: __m128, b: __m128d) -> __m128 【】
    2448  pub unsafe fn _mm_cvt_roundss_sd<const SAE: i32>(a: __m128d, b: __m128) -> __m128d 【】
    2449  pub unsafe fn _mm_mask_cvt_roundss_sd<const SAE: i32>(
    2450  pub unsafe fn _mm_maskz_cvt_roundss_sd<const SAE: i32>(
    2451  pub unsafe fn _mm_cvt_roundsd_ss<const ROUNDING: i32>(a: __m128, b: __m128d) -> __m128 【】
    2452  pub unsafe fn _mm_mask_cvt_roundsd_ss<const ROUNDING: i32>(
    2453  pub unsafe fn _mm_maskz_cvt_roundsd_ss<const ROUNDING: i32>(
    2454  pub unsafe fn _mm_cvt_roundss_si32<const ROUNDING: i32>(a: __m128) -> i32 【】
    2455  pub unsafe fn _mm_cvt_roundss_i32<const ROUNDING: i32>(a: __m128) -> i32 【】
    2456  pub unsafe fn _mm_cvt_roundss_u32<const ROUNDING: i32>(a: __m128) -> u32 【】
    2457  pub unsafe fn _mm_cvtss_i32(a: __m128) -> i32 【】
    2458  pub unsafe fn _mm_cvtss_u32(a: __m128) -> u32 【】
    2459  pub unsafe fn _mm_cvt_roundsd_si32<const ROUNDING: i32>(a: __m128d) -> i32 【】
    2460  pub unsafe fn _mm_cvt_roundsd_i32<const ROUNDING: i32>(a: __m128d) -> i32 【】
    2461  pub unsafe fn _mm_cvt_roundsd_u32<const ROUNDING: i32>(a: __m128d) -> u32 【】
    2462  pub unsafe fn _mm_cvtsd_i32(a: __m128d) -> i32 【】
    2463  pub unsafe fn _mm_cvtsd_u32(a: __m128d) -> u32 【】
    2464  pub unsafe fn _mm_cvt_roundi32_ss<const ROUNDING: i32>(a: __m128, b: i32) -> __m128 【】
    2465  pub unsafe fn _mm_cvt_roundsi32_ss<const ROUNDING: i32>(a: __m128, b: i32) -> __m128 【】
    2466  pub unsafe fn _mm_cvt_roundu32_ss<const ROUNDING: i32>(a: __m128, b: u32) -> __m128 【】
    2467  pub unsafe fn _mm_cvti32_ss(a: __m128, b: i32) -> __m128 【】
    2468  pub unsafe fn _mm_cvti32_sd(a: __m128d, b: i32) -> __m128d 【】
    2469  pub unsafe fn _mm_cvtt_roundss_si32<const SAE: i32>(a: __m128) -> i32 【】
    2470  pub unsafe fn _mm_cvtt_roundss_i32<const SAE: i32>(a: __m128) -> i32 【】
    2471  pub unsafe fn _mm_cvtt_roundss_u32<const SAE: i32>(a: __m128) -> u32 【】
    2472  pub unsafe fn _mm_cvttss_i32(a: __m128) -> i32 【】
    2473  pub unsafe fn _mm_cvttss_u32(a: __m128) -> u32 【】
    2474  pub unsafe fn _mm_cvtt_roundsd_si32<const SAE: i32>(a: __m128d) -> i32 【】
    2475  pub unsafe fn _mm_cvtt_roundsd_i32<const SAE: i32>(a: __m128d) -> i32 【】
    2476  pub unsafe fn _mm_cvtt_roundsd_u32<const SAE: i32>(a: __m128d) -> u32 【】
    2477  pub unsafe fn _mm_cvttsd_i32(a: __m128d) -> i32 【】
    2478  pub unsafe fn _mm_cvttsd_u32(a: __m128d) -> u32 【】
    2479  pub unsafe fn _mm_cvtu32_ss(a: __m128, b: u32) -> __m128 【】
    2480  pub unsafe fn _mm_cvtu32_sd(a: __m128d, b: u32) -> __m128d 【】
    2481  pub unsafe fn _mm_comi_round_ss<const IMM5: i32, const SAE: i32>(a: __m128, b: __m128) -> i32 【】
    2482  pub unsafe fn _mm_comi_round_sd<const IMM5: i32, const SAE: i32>(a: __m128d, b: __m128d) -> i32 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! vpl 【】
    2  macro_rules! vpl 【】
    3  macro_rules! vps 【】
    4  macro_rules! vps 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512gfni.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_gf2p8mul_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_mask_gf2p8mul_epi8(
    3  pub unsafe fn _mm512_maskz_gf2p8mul_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    4  pub unsafe fn _mm256_gf2p8mul_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_mask_gf2p8mul_epi8(
    6  pub unsafe fn _mm256_maskz_gf2p8mul_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    7  pub unsafe fn _mm_gf2p8mul_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_mask_gf2p8mul_epi8(
    9  pub unsafe fn _mm_maskz_gf2p8mul_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm512_gf2p8affine_epi64_epi8<const B: i32>(x: __m512i, a: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm512_maskz_gf2p8affine_epi64_epi8<const B: i32>(
    12  pub unsafe fn _mm512_mask_gf2p8affine_epi64_epi8<const B: i32>(
    13  pub unsafe fn _mm256_gf2p8affine_epi64_epi8<const B: i32>(x: __m256i, a: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm256_maskz_gf2p8affine_epi64_epi8<const B: i32>(
    15  pub unsafe fn _mm256_mask_gf2p8affine_epi64_epi8<const B: i32>(
    16  pub unsafe fn _mm_gf2p8affine_epi64_epi8<const B: i32>(x: __m128i, a: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_maskz_gf2p8affine_epi64_epi8<const B: i32>(
    18  pub unsafe fn _mm_mask_gf2p8affine_epi64_epi8<const B: i32>(
    19  pub unsafe fn _mm512_gf2p8affineinv_epi64_epi8<const B: i32>(x: __m512i, a: __m512i) -> __m512i 【】
    20  pub unsafe fn _mm512_maskz_gf2p8affineinv_epi64_epi8<const B: i32>(
    21  pub unsafe fn _mm512_mask_gf2p8affineinv_epi64_epi8<const B: i32>(
    22  pub unsafe fn _mm256_gf2p8affineinv_epi64_epi8<const B: i32>(x: __m256i, a: __m256i) -> __m256i 【】
    23  pub unsafe fn _mm256_maskz_gf2p8affineinv_epi64_epi8<const B: i32>(
    24  pub unsafe fn _mm256_mask_gf2p8affineinv_epi64_epi8<const B: i32>(
    25  pub unsafe fn _mm_gf2p8affineinv_epi64_epi8<const B: i32>(x: __m128i, a: __m128i) -> __m128i 【】
    26  pub unsafe fn _mm_maskz_gf2p8affineinv_epi64_epi8<const B: i32>(
    27  pub unsafe fn _mm_mask_gf2p8affineinv_epi64_epi8<const B: i32>(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512ifma.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_madd52hi_epu64(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_madd52lo_epu64(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    3  pub unsafe fn _mm256_madd52hi_epu64(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    4  pub unsafe fn _mm256_madd52lo_epu64(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm_madd52hi_epu64(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    6  pub unsafe fn _mm_madd52lo_epu64(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vaes.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm256_aesenc_epi128(a: __m256i, round_key: __m256i) -> __m256i 【】
    2  pub unsafe fn _mm256_aesenclast_epi128(a: __m256i, round_key: __m256i) -> __m256i 【】
    3  pub unsafe fn _mm256_aesdec_epi128(a: __m256i, round_key: __m256i) -> __m256i 【】
    4  pub unsafe fn _mm256_aesdeclast_epi128(a: __m256i, round_key: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm512_aesenc_epi128(a: __m512i, round_key: __m512i) -> __m512i 【】
    6  pub unsafe fn _mm512_aesenclast_epi128(a: __m512i, round_key: __m512i) -> __m512i 【】
    7  pub unsafe fn _mm512_aesdec_epi128(a: __m512i, round_key: __m512i) -> __m512i 【】
    8  pub unsafe fn _mm512_aesdeclast_epi128(a: __m512i, round_key: __m512i) -> __m512i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vbmi.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_permutex2var_epi8(a: __m512i, idx: __m512i, b: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_mask_permutex2var_epi8(
    3  pub unsafe fn _mm512_maskz_permutex2var_epi8(
    4  pub unsafe fn _mm512_mask2_permutex2var_epi8(
    5  pub unsafe fn _mm256_permutex2var_epi8(a: __m256i, idx: __m256i, b: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm256_mask_permutex2var_epi8(
    7  pub unsafe fn _mm256_maskz_permutex2var_epi8(
    8  pub unsafe fn _mm256_mask2_permutex2var_epi8(
    9  pub unsafe fn _mm_permutex2var_epi8(a: __m128i, idx: __m128i, b: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm_mask_permutex2var_epi8(
    11  pub unsafe fn _mm_maskz_permutex2var_epi8(
    12  pub unsafe fn _mm_mask2_permutex2var_epi8(
    13  pub unsafe fn _mm512_permutexvar_epi8(idx: __m512i, a: __m512i) -> __m512i 【】
    14  pub unsafe fn _mm512_mask_permutexvar_epi8(
    15  pub unsafe fn _mm512_maskz_permutexvar_epi8(k: __mmask64, idx: __m512i, a: __m512i) -> __m512i 【】
    16  pub unsafe fn _mm256_permutexvar_epi8(idx: __m256i, a: __m256i) -> __m256i 【】
    17  pub unsafe fn _mm256_mask_permutexvar_epi8(
    18  pub unsafe fn _mm256_maskz_permutexvar_epi8(k: __mmask32, idx: __m256i, a: __m256i) -> __m256i 【】
    19  pub unsafe fn _mm_permutexvar_epi8(idx: __m128i, a: __m128i) -> __m128i 【】
    20  pub unsafe fn _mm_mask_permutexvar_epi8(
    21  pub unsafe fn _mm_maskz_permutexvar_epi8(k: __mmask16, idx: __m128i, a: __m128i) -> __m128i 【】
    22  pub unsafe fn _mm512_multishift_epi64_epi8(a: __m512i, b: __m512i) -> __m512i 【】
    23  pub unsafe fn _mm512_mask_multishift_epi64_epi8(
    24  pub unsafe fn _mm512_maskz_multishift_epi64_epi8(k: __mmask64, a: __m512i, b: __m512i) -> __m512i 【】
    25  pub unsafe fn _mm256_multishift_epi64_epi8(a: __m256i, b: __m256i) -> __m256i 【】
    26  pub unsafe fn _mm256_mask_multishift_epi64_epi8(
    27  pub unsafe fn _mm256_maskz_multishift_epi64_epi8(k: __mmask32, a: __m256i, b: __m256i) -> __m256i 【】
    28  pub unsafe fn _mm_multishift_epi64_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    29  pub unsafe fn _mm_mask_multishift_epi64_epi8(
    30  pub unsafe fn _mm_maskz_multishift_epi64_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vbmi2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_mask_expandloadu_epi16(
    2  pub unsafe fn _mm512_maskz_expandloadu_epi16(k: __mmask32, mem_addr: *const i16) -> __m512i 【】
    3  pub unsafe fn _mm256_mask_expandloadu_epi16(
    4  pub unsafe fn _mm256_maskz_expandloadu_epi16(k: __mmask16, mem_addr: *const i16) -> __m256i 【】
    5  pub unsafe fn _mm_mask_expandloadu_epi16(
    6  pub unsafe fn _mm_maskz_expandloadu_epi16(k: __mmask8, mem_addr: *const i16) -> __m128i 【】
    7  pub unsafe fn _mm512_mask_expandloadu_epi8(
    8  pub unsafe fn _mm512_maskz_expandloadu_epi8(k: __mmask64, mem_addr: *const i8) -> __m512i 【】
    9  pub unsafe fn _mm256_mask_expandloadu_epi8(
    10  pub unsafe fn _mm256_maskz_expandloadu_epi8(k: __mmask32, mem_addr: *const i8) -> __m256i 【】
    11  pub unsafe fn _mm_mask_expandloadu_epi8(
    12  pub unsafe fn _mm_maskz_expandloadu_epi8(k: __mmask16, mem_addr: *const i8) -> __m128i 【】
    13  pub unsafe fn _mm512_mask_compressstoreu_epi16(base_addr: *mut u8, k: __mmask32, a: __m512i) 【】
    14  pub unsafe fn _mm256_mask_compressstoreu_epi16(base_addr: *mut u8, k: __mmask16, a: __m256i) 【】
    15  pub unsafe fn _mm_mask_compressstoreu_epi16(base_addr: *mut u8, k: __mmask8, a: __m128i) 【】
    16  pub unsafe fn _mm512_mask_compressstoreu_epi8(base_addr: *mut u8, k: __mmask64, a: __m512i) 【】
    17  pub unsafe fn _mm256_mask_compressstoreu_epi8(base_addr: *mut u8, k: __mmask32, a: __m256i) 【】
    18  pub unsafe fn _mm_mask_compressstoreu_epi8(base_addr: *mut u8, k: __mmask16, a: __m128i) 【】
    19  pub unsafe fn _mm512_mask_compress_epi16(src: __m512i, k: __mmask32, a: __m512i) -> __m512i 【】
    20  pub unsafe fn _mm512_maskz_compress_epi16(k: __mmask32, a: __m512i) -> __m512i 【】
    21  pub unsafe fn _mm256_mask_compress_epi16(src: __m256i, k: __mmask16, a: __m256i) -> __m256i 【】
    22  pub unsafe fn _mm256_maskz_compress_epi16(k: __mmask16, a: __m256i) -> __m256i 【】
    23  pub unsafe fn _mm_mask_compress_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm_maskz_compress_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    25  pub unsafe fn _mm512_mask_compress_epi8(src: __m512i, k: __mmask64, a: __m512i) -> __m512i 【】
    26  pub unsafe fn _mm512_maskz_compress_epi8(k: __mmask64, a: __m512i) -> __m512i 【】
    27  pub unsafe fn _mm256_mask_compress_epi8(src: __m256i, k: __mmask32, a: __m256i) -> __m256i 【】
    28  pub unsafe fn _mm256_maskz_compress_epi8(k: __mmask32, a: __m256i) -> __m256i 【】
    29  pub unsafe fn _mm_mask_compress_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    30  pub unsafe fn _mm_maskz_compress_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    31  pub unsafe fn _mm512_mask_expand_epi16(src: __m512i, k: __mmask32, a: __m512i) -> __m512i 【】
    32  pub unsafe fn _mm512_maskz_expand_epi16(k: __mmask32, a: __m512i) -> __m512i 【】
    33  pub unsafe fn _mm256_mask_expand_epi16(src: __m256i, k: __mmask16, a: __m256i) -> __m256i 【】
    34  pub unsafe fn _mm256_maskz_expand_epi16(k: __mmask16, a: __m256i) -> __m256i 【】
    35  pub unsafe fn _mm_mask_expand_epi16(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    36  pub unsafe fn _mm_maskz_expand_epi16(k: __mmask8, a: __m128i) -> __m128i 【】
    37  pub unsafe fn _mm512_mask_expand_epi8(src: __m512i, k: __mmask64, a: __m512i) -> __m512i 【】
    38  pub unsafe fn _mm512_maskz_expand_epi8(k: __mmask64, a: __m512i) -> __m512i 【】
    39  pub unsafe fn _mm256_mask_expand_epi8(src: __m256i, k: __mmask32, a: __m256i) -> __m256i 【】
    40  pub unsafe fn _mm256_maskz_expand_epi8(k: __mmask32, a: __m256i) -> __m256i 【】
    41  pub unsafe fn _mm_mask_expand_epi8(src: __m128i, k: __mmask16, a: __m128i) -> __m128i 【】
    42  pub unsafe fn _mm_maskz_expand_epi8(k: __mmask16, a: __m128i) -> __m128i 【】
    43  pub unsafe fn _mm512_shldv_epi64(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    44  pub unsafe fn _mm512_mask_shldv_epi64(a: __m512i, k: __mmask8, b: __m512i, c: __m512i) -> __m512i 【】
    45  pub unsafe fn _mm512_maskz_shldv_epi64(k: __mmask8, a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    46  pub unsafe fn _mm256_shldv_epi64(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    47  pub unsafe fn _mm256_mask_shldv_epi64(a: __m256i, k: __mmask8, b: __m256i, c: __m256i) -> __m256i 【】
    48  pub unsafe fn _mm256_maskz_shldv_epi64(k: __mmask8, a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    49  pub unsafe fn _mm_shldv_epi64(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    50  pub unsafe fn _mm_mask_shldv_epi64(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    51  pub unsafe fn _mm_maskz_shldv_epi64(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    52  pub unsafe fn _mm512_shldv_epi32(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    53  pub unsafe fn _mm512_mask_shldv_epi32(a: __m512i, k: __mmask16, b: __m512i, c: __m512i) -> __m512i 【】
    54  pub unsafe fn _mm512_maskz_shldv_epi32(
    55  pub unsafe fn _mm256_shldv_epi32(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    56  pub unsafe fn _mm256_mask_shldv_epi32(a: __m256i, k: __mmask8, b: __m256i, c: __m256i) -> __m256i 【】
    57  pub unsafe fn _mm256_maskz_shldv_epi32(k: __mmask8, a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    58  pub unsafe fn _mm_shldv_epi32(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    59  pub unsafe fn _mm_mask_shldv_epi32(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    60  pub unsafe fn _mm_maskz_shldv_epi32(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    61  pub unsafe fn _mm512_shldv_epi16(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    62  pub unsafe fn _mm512_mask_shldv_epi16(a: __m512i, k: __mmask32, b: __m512i, c: __m512i) -> __m512i 【】
    63  pub unsafe fn _mm512_maskz_shldv_epi16(
    64  pub unsafe fn _mm256_shldv_epi16(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    65  pub unsafe fn _mm256_mask_shldv_epi16(a: __m256i, k: __mmask16, b: __m256i, c: __m256i) -> __m256i 【】
    66  pub unsafe fn _mm256_maskz_shldv_epi16(
    67  pub unsafe fn _mm_shldv_epi16(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    68  pub unsafe fn _mm_mask_shldv_epi16(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    69  pub unsafe fn _mm_maskz_shldv_epi16(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    70  pub unsafe fn _mm512_shrdv_epi64(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    71  pub unsafe fn _mm512_mask_shrdv_epi64(a: __m512i, k: __mmask8, b: __m512i, c: __m512i) -> __m512i 【】
    72  pub unsafe fn _mm512_maskz_shrdv_epi64(k: __mmask8, a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    73  pub unsafe fn _mm256_shrdv_epi64(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    74  pub unsafe fn _mm256_mask_shrdv_epi64(a: __m256i, k: __mmask8, b: __m256i, c: __m256i) -> __m256i 【】
    75  pub unsafe fn _mm256_maskz_shrdv_epi64(k: __mmask8, a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    76  pub unsafe fn _mm_shrdv_epi64(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    77  pub unsafe fn _mm_mask_shrdv_epi64(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    78  pub unsafe fn _mm_maskz_shrdv_epi64(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    79  pub unsafe fn _mm512_shrdv_epi32(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    80  pub unsafe fn _mm512_mask_shrdv_epi32(a: __m512i, k: __mmask16, b: __m512i, c: __m512i) -> __m512i 【】
    81  pub unsafe fn _mm512_maskz_shrdv_epi32(
    82  pub unsafe fn _mm256_shrdv_epi32(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    83  pub unsafe fn _mm256_mask_shrdv_epi32(a: __m256i, k: __mmask8, b: __m256i, c: __m256i) -> __m256i 【】
    84  pub unsafe fn _mm256_maskz_shrdv_epi32(k: __mmask8, a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    85  pub unsafe fn _mm_shrdv_epi32(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    86  pub unsafe fn _mm_mask_shrdv_epi32(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    87  pub unsafe fn _mm_maskz_shrdv_epi32(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    88  pub unsafe fn _mm512_shrdv_epi16(a: __m512i, b: __m512i, c: __m512i) -> __m512i 【】
    89  pub unsafe fn _mm512_mask_shrdv_epi16(a: __m512i, k: __mmask32, b: __m512i, c: __m512i) -> __m512i 【】
    90  pub unsafe fn _mm512_maskz_shrdv_epi16(
    91  pub unsafe fn _mm256_shrdv_epi16(a: __m256i, b: __m256i, c: __m256i) -> __m256i 【】
    92  pub unsafe fn _mm256_mask_shrdv_epi16(a: __m256i, k: __mmask16, b: __m256i, c: __m256i) -> __m256i 【】
    93  pub unsafe fn _mm256_maskz_shrdv_epi16(
    94  pub unsafe fn _mm_shrdv_epi16(a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    95  pub unsafe fn _mm_mask_shrdv_epi16(a: __m128i, k: __mmask8, b: __m128i, c: __m128i) -> __m128i 【】
    96  pub unsafe fn _mm_maskz_shrdv_epi16(k: __mmask8, a: __m128i, b: __m128i, c: __m128i) -> __m128i 【】
    97  pub unsafe fn _mm512_shldi_epi64<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    98  pub unsafe fn _mm512_mask_shldi_epi64<const IMM8: i32>(
    99  pub unsafe fn _mm512_maskz_shldi_epi64<const IMM8: i32>(
    100  pub unsafe fn _mm256_shldi_epi64<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    101  pub unsafe fn _mm256_mask_shldi_epi64<const IMM8: i32>(
    102  pub unsafe fn _mm256_maskz_shldi_epi64<const IMM8: i32>(
    103  pub unsafe fn _mm_shldi_epi64<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    104  pub unsafe fn _mm_mask_shldi_epi64<const IMM8: i32>(
    105  pub unsafe fn _mm_maskz_shldi_epi64<const IMM8: i32>(
    106  pub unsafe fn _mm512_shldi_epi32<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    107  pub unsafe fn _mm512_mask_shldi_epi32<const IMM8: i32>(
    108  pub unsafe fn _mm512_maskz_shldi_epi32<const IMM8: i32>(
    109  pub unsafe fn _mm256_shldi_epi32<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    110  pub unsafe fn _mm256_mask_shldi_epi32<const IMM8: i32>(
    111  pub unsafe fn _mm256_maskz_shldi_epi32<const IMM8: i32>(
    112  pub unsafe fn _mm_shldi_epi32<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    113  pub unsafe fn _mm_mask_shldi_epi32<const IMM8: i32>(
    114  pub unsafe fn _mm_maskz_shldi_epi32<const IMM8: i32>(
    115  pub unsafe fn _mm512_shldi_epi16<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    116  pub unsafe fn _mm512_mask_shldi_epi16<const IMM8: i32>(
    117  pub unsafe fn _mm512_maskz_shldi_epi16<const IMM8: i32>(
    118  pub unsafe fn _mm256_shldi_epi16<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    119  pub unsafe fn _mm256_mask_shldi_epi16<const IMM8: i32>(
    120  pub unsafe fn _mm256_maskz_shldi_epi16<const IMM8: i32>(
    121  pub unsafe fn _mm_shldi_epi16<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    122  pub unsafe fn _mm_mask_shldi_epi16<const IMM8: i32>(
    123  pub unsafe fn _mm_maskz_shldi_epi16<const IMM8: i32>(
    124  pub unsafe fn _mm512_shrdi_epi64<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    125  pub unsafe fn _mm512_mask_shrdi_epi64<const IMM8: i32>(
    126  pub unsafe fn _mm512_maskz_shrdi_epi64<const IMM8: i32>(
    127  pub unsafe fn _mm256_shrdi_epi64<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    128  pub unsafe fn _mm256_mask_shrdi_epi64<const IMM8: i32>(
    129  pub unsafe fn _mm256_maskz_shrdi_epi64<const IMM8: i32>(
    130  pub unsafe fn _mm_shrdi_epi64<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    131  pub unsafe fn _mm_mask_shrdi_epi64<const IMM8: i32>(
    132  pub unsafe fn _mm_maskz_shrdi_epi64<const IMM8: i32>(
    133  pub unsafe fn _mm512_shrdi_epi32<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    134  pub unsafe fn _mm512_mask_shrdi_epi32<const IMM8: i32>(
    135  pub unsafe fn _mm512_maskz_shrdi_epi32<const IMM8: i32>(
    136  pub unsafe fn _mm256_shrdi_epi32<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    137  pub unsafe fn _mm256_mask_shrdi_epi32<const IMM8: i32>(
    138  pub unsafe fn _mm256_maskz_shrdi_epi32<const IMM8: i32>(
    139  pub unsafe fn _mm_shrdi_epi32<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    140  pub unsafe fn _mm_mask_shrdi_epi32<const IMM8: i32>(
    141  pub unsafe fn _mm_maskz_shrdi_epi32<const IMM8: i32>(
    142  pub unsafe fn _mm512_shrdi_epi16<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    143  pub unsafe fn _mm512_mask_shrdi_epi16<const IMM8: i32>(
    144  pub unsafe fn _mm512_maskz_shrdi_epi16<const IMM8: i32>(
    145  pub unsafe fn _mm256_shrdi_epi16<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    146  pub unsafe fn _mm256_mask_shrdi_epi16<const IMM8: i32>(
    147  pub unsafe fn _mm256_maskz_shrdi_epi16<const IMM8: i32>(
    148  pub unsafe fn _mm_shrdi_epi16<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    149  pub unsafe fn _mm_mask_shrdi_epi16<const IMM8: i32>(
    150  pub unsafe fn _mm_maskz_shrdi_epi16<const IMM8: i32>(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vnni.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_dpwssd_epi32(src: __m512i, a: __m512i, b: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_mask_dpwssd_epi32(
    3  pub unsafe fn _mm512_maskz_dpwssd_epi32(
    4  pub unsafe fn _mm256_dpwssd_epi32(src: __m256i, a: __m256i, b: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_mask_dpwssd_epi32(
    6  pub unsafe fn _mm256_maskz_dpwssd_epi32(
    7  pub unsafe fn _mm_dpwssd_epi32(src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_mask_dpwssd_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    9  pub unsafe fn _mm_maskz_dpwssd_epi32(k: __mmask8, src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm512_dpwssds_epi32(src: __m512i, a: __m512i, b: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm512_mask_dpwssds_epi32(
    12  pub unsafe fn _mm512_maskz_dpwssds_epi32(
    13  pub unsafe fn _mm256_dpwssds_epi32(src: __m256i, a: __m256i, b: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm256_mask_dpwssds_epi32(
    15  pub unsafe fn _mm256_maskz_dpwssds_epi32(
    16  pub unsafe fn _mm_dpwssds_epi32(src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_mask_dpwssds_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm_maskz_dpwssds_epi32(
    19  pub unsafe fn _mm512_dpbusd_epi32(src: __m512i, a: __m512i, b: __m512i) -> __m512i 【】
    20  pub unsafe fn _mm512_mask_dpbusd_epi32(
    21  pub unsafe fn _mm512_maskz_dpbusd_epi32(
    22  pub unsafe fn _mm256_dpbusd_epi32(src: __m256i, a: __m256i, b: __m256i) -> __m256i 【】
    23  pub unsafe fn _mm256_mask_dpbusd_epi32(
    24  pub unsafe fn _mm256_maskz_dpbusd_epi32(
    25  pub unsafe fn _mm_dpbusd_epi32(src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    26  pub unsafe fn _mm_mask_dpbusd_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    27  pub unsafe fn _mm_maskz_dpbusd_epi32(k: __mmask8, src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    28  pub unsafe fn _mm512_dpbusds_epi32(src: __m512i, a: __m512i, b: __m512i) -> __m512i 【】
    29  pub unsafe fn _mm512_mask_dpbusds_epi32(
    30  pub unsafe fn _mm512_maskz_dpbusds_epi32(
    31  pub unsafe fn _mm256_dpbusds_epi32(src: __m256i, a: __m256i, b: __m256i) -> __m256i 【】
    32  pub unsafe fn _mm256_mask_dpbusds_epi32(
    33  pub unsafe fn _mm256_maskz_dpbusds_epi32(
    34  pub unsafe fn _mm_dpbusds_epi32(src: __m128i, a: __m128i, b: __m128i) -> __m128i 【】
    35  pub unsafe fn _mm_mask_dpbusds_epi32(src: __m128i, k: __mmask8, a: __m128i, b: __m128i) -> __m128i 【】
    36  pub unsafe fn _mm_maskz_dpbusds_epi32(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vpclmulqdq.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_clmulepi64_epi128<const IMM8: i32>(a: __m512i, b: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm256_clmulepi64_epi128<const IMM8: i32>(a: __m256i, b: __m256i) -> __m256i 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! verify_kat_pclmul 【】
    2  macro_rules! unroll 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\avx512vpopcntdq.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm512_popcnt_epi32(a: __m512i) -> __m512i 【】
    2  pub unsafe fn _mm512_maskz_popcnt_epi32(k: __mmask16, a: __m512i) -> __m512i 【】
    3  pub unsafe fn _mm512_mask_popcnt_epi32(src: __m512i, k: __mmask16, a: __m512i) -> __m512i 【】
    4  pub unsafe fn _mm256_popcnt_epi32(a: __m256i) -> __m256i 【】
    5  pub unsafe fn _mm256_maskz_popcnt_epi32(k: __mmask8, a: __m256i) -> __m256i 【】
    6  pub unsafe fn _mm256_mask_popcnt_epi32(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    7  pub unsafe fn _mm_popcnt_epi32(a: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_maskz_popcnt_epi32(k: __mmask8, a: __m128i) -> __m128i 【】
    9  pub unsafe fn _mm_mask_popcnt_epi32(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm512_popcnt_epi64(a: __m512i) -> __m512i 【】
    11  pub unsafe fn _mm512_maskz_popcnt_epi64(k: __mmask8, a: __m512i) -> __m512i 【】
    12  pub unsafe fn _mm512_mask_popcnt_epi64(src: __m512i, k: __mmask8, a: __m512i) -> __m512i 【】
    13  pub unsafe fn _mm256_popcnt_epi64(a: __m256i) -> __m256i 【】
    14  pub unsafe fn _mm256_maskz_popcnt_epi64(k: __mmask8, a: __m256i) -> __m256i 【】
    15  pub unsafe fn _mm256_mask_popcnt_epi64(src: __m256i, k: __mmask8, a: __m256i) -> __m256i 【】
    16  pub unsafe fn _mm_popcnt_epi64(a: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_maskz_popcnt_epi64(k: __mmask8, a: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm_mask_popcnt_epi64(src: __m128i, k: __mmask8, a: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\bmi1.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bextr_u32(a: u32, start: u32, len: u32) -> u32 【】
    2  pub unsafe fn _bextr2_u32(a: u32, control: u32) -> u32 【】
    3  pub unsafe fn _andn_u32(a: u32, b: u32) -> u32 【】
    4  pub unsafe fn _blsi_u32(x: u32) -> u32 【】
    5  pub unsafe fn _blsmsk_u32(x: u32) -> u32 【】
    6  pub unsafe fn _blsr_u32(x: u32) -> u32 【】
    7  pub unsafe fn _tzcnt_u32(x: u32) -> u32 【】
    8  pub unsafe fn _mm_tzcnt_32(x: u32) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\bmi2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mulx_u32(a: u32, b: u32, hi: &mut u32) -> u32 【】
    2  pub unsafe fn _bzhi_u32(a: u32, index: u32) -> u32 【】
    3  pub unsafe fn _pdep_u32(a: u32, mask: u32) -> u32 【】
    4  pub unsafe fn _pext_u32(a: u32, mask: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\bswap.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bswap(x: i32) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\bt.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bittest(p: *const i32, b: i32) -> u8 【】
    2  pub unsafe fn _bittestandset(p: *mut i32, b: i32) -> u8 【】
    3  pub unsafe fn _bittestandreset(p: *mut i32, b: i32) -> u8 【】
    4  pub unsafe fn _bittestandcomplement(p: *mut i32, b: i32) -> u8 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! bt 【】
    2  macro_rules! bt 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\cpuid.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __cpuid_count(leaf: u32, sub_leaf: u32) -> CpuidResult 【】
    2  pub unsafe fn __cpuid(leaf: u32) -> CpuidResult 【】
    3  pub fn has_cpuid() -> bool 【】
    4  pub unsafe fn __get_cpuid_max(leaf: u32) -> (u32, u32) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\eflags.rs

    ═════════ pub fn 函数
    1  pub unsafe fn __readeflags() -> u32 【】
    2  pub unsafe fn __readeflags() -> u64 【】
    3  pub unsafe fn __writeeflags(eflags: u32) 【】
    4  pub unsafe fn __writeeflags(eflags: u64) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\f16c.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cvtph_ps(a: __m128i) -> __m128 【】
    2  pub unsafe fn _mm256_cvtph_ps(a: __m128i) -> __m256 【】
    3  pub unsafe fn _mm_cvtps_ph<const IMM_ROUNDING: i32>(a: __m128) -> __m128i 【】
    4  pub unsafe fn _mm256_cvtps_ph<const IMM_ROUNDING: i32>(a: __m256) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\fma.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_fmadd_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    2  pub unsafe fn _mm256_fmadd_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    3  pub unsafe fn _mm_fmadd_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    4  pub unsafe fn _mm256_fmadd_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    5  pub unsafe fn _mm_fmadd_sd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    6  pub unsafe fn _mm_fmadd_ss(a: __m128, b: __m128, c: __m128) -> __m128 【】
    7  pub unsafe fn _mm_fmaddsub_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    8  pub unsafe fn _mm256_fmaddsub_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    9  pub unsafe fn _mm_fmaddsub_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    10  pub unsafe fn _mm256_fmaddsub_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    11  pub unsafe fn _mm_fmsub_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    12  pub unsafe fn _mm256_fmsub_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    13  pub unsafe fn _mm_fmsub_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    14  pub unsafe fn _mm256_fmsub_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    15  pub unsafe fn _mm_fmsub_sd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    16  pub unsafe fn _mm_fmsub_ss(a: __m128, b: __m128, c: __m128) -> __m128 【】
    17  pub unsafe fn _mm_fmsubadd_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    18  pub unsafe fn _mm256_fmsubadd_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    19  pub unsafe fn _mm_fmsubadd_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    20  pub unsafe fn _mm256_fmsubadd_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    21  pub unsafe fn _mm_fnmadd_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    22  pub unsafe fn _mm256_fnmadd_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    23  pub unsafe fn _mm_fnmadd_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    24  pub unsafe fn _mm256_fnmadd_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    25  pub unsafe fn _mm_fnmadd_sd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    26  pub unsafe fn _mm_fnmadd_ss(a: __m128, b: __m128, c: __m128) -> __m128 【】
    27  pub unsafe fn _mm_fnmsub_pd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    28  pub unsafe fn _mm256_fnmsub_pd(a: __m256d, b: __m256d, c: __m256d) -> __m256d 【】
    29  pub unsafe fn _mm_fnmsub_ps(a: __m128, b: __m128, c: __m128) -> __m128 【】
    30  pub unsafe fn _mm256_fnmsub_ps(a: __m256, b: __m256, c: __m256) -> __m256 【】
    31  pub unsafe fn _mm_fnmsub_sd(a: __m128d, b: __m128d, c: __m128d) -> __m128d 【】
    32  pub unsafe fn _mm_fnmsub_ss(a: __m128, b: __m128, c: __m128) -> __m128 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\fxsr.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _fxsave(mem_addr: *mut u8) 【】
    2  pub unsafe fn _fxrstor(mem_addr: *const u8) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! static_assert_rounding 【】
    2  macro_rules! static_assert_sae 【】
    3  macro_rules! static_assert_mantissas_sae 【】
    4  macro_rules! static_assert_imm_u8 【】
    5  macro_rules! static_assert_imm8_scale 【】
    6  macro_rules! assert_approx_eq 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn ud2() -> ! 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\pclmulqdq.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_clmulepi64_si128<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\rdrand.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _rdrand16_step(val: &mut u16) -> i32 【】
    2  pub unsafe fn _rdrand32_step(val: &mut u32) -> i32 【】
    3  pub unsafe fn _rdseed16_step(val: &mut u16) -> i32 【】
    4  pub unsafe fn _rdseed32_step(val: &mut u32) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\rdtsc.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _rdtsc() -> u64 【】
    2  pub unsafe fn __rdtscp(aux: *mut u32) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\rtm.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _xbegin() -> u32 【】
    2  pub unsafe fn _xend() 【】
    3  pub unsafe fn _xabort<const IMM8: u32>() 【】
    4  pub unsafe fn _xtest() -> u8 【】
    5  pub const fn _xabort_code(status: u32) -> u32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sha.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_sha1msg1_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_sha1msg2_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    3  pub unsafe fn _mm_sha1nexte_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    4  pub unsafe fn _mm_sha1rnds4_epu32<const FUNC: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    5  pub unsafe fn _mm_sha256msg1_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    6  pub unsafe fn _mm_sha256msg2_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    7  pub unsafe fn _mm_sha256rnds2_epu32(a: __m128i, b: __m128i, k: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_add_ss(a: __m128, b: __m128) -> __m128 【】
    2  pub unsafe fn _mm_add_ps(a: __m128, b: __m128) -> __m128 【】
    3  pub unsafe fn _mm_sub_ss(a: __m128, b: __m128) -> __m128 【】
    4  pub unsafe fn _mm_sub_ps(a: __m128, b: __m128) -> __m128 【】
    5  pub unsafe fn _mm_mul_ss(a: __m128, b: __m128) -> __m128 【】
    6  pub unsafe fn _mm_mul_ps(a: __m128, b: __m128) -> __m128 【】
    7  pub unsafe fn _mm_div_ss(a: __m128, b: __m128) -> __m128 【】
    8  pub unsafe fn _mm_div_ps(a: __m128, b: __m128) -> __m128 【】
    9  pub unsafe fn _mm_sqrt_ss(a: __m128) -> __m128 【】
    10  pub unsafe fn _mm_sqrt_ps(a: __m128) -> __m128 【】
    11  pub unsafe fn _mm_rcp_ss(a: __m128) -> __m128 【】
    12  pub unsafe fn _mm_rcp_ps(a: __m128) -> __m128 【】
    13  pub unsafe fn _mm_rsqrt_ss(a: __m128) -> __m128 【】
    14  pub unsafe fn _mm_rsqrt_ps(a: __m128) -> __m128 【】
    15  pub unsafe fn _mm_min_ss(a: __m128, b: __m128) -> __m128 【】
    16  pub unsafe fn _mm_min_ps(a: __m128, b: __m128) -> __m128 【】
    17  pub unsafe fn _mm_max_ss(a: __m128, b: __m128) -> __m128 【】
    18  pub unsafe fn _mm_max_ps(a: __m128, b: __m128) -> __m128 【】
    19  pub unsafe fn _mm_and_ps(a: __m128, b: __m128) -> __m128 【】
    20  pub unsafe fn _mm_andnot_ps(a: __m128, b: __m128) -> __m128 【】
    21  pub unsafe fn _mm_or_ps(a: __m128, b: __m128) -> __m128 【】
    22  pub unsafe fn _mm_xor_ps(a: __m128, b: __m128) -> __m128 【】
    23  pub unsafe fn _mm_cmpeq_ss(a: __m128, b: __m128) -> __m128 【】
    24  pub unsafe fn _mm_cmplt_ss(a: __m128, b: __m128) -> __m128 【】
    25  pub unsafe fn _mm_cmple_ss(a: __m128, b: __m128) -> __m128 【】
    26  pub unsafe fn _mm_cmpgt_ss(a: __m128, b: __m128) -> __m128 【】
    27  pub unsafe fn _mm_cmpge_ss(a: __m128, b: __m128) -> __m128 【】
    28  pub unsafe fn _mm_cmpneq_ss(a: __m128, b: __m128) -> __m128 【】
    29  pub unsafe fn _mm_cmpnlt_ss(a: __m128, b: __m128) -> __m128 【】
    30  pub unsafe fn _mm_cmpnle_ss(a: __m128, b: __m128) -> __m128 【】
    31  pub unsafe fn _mm_cmpngt_ss(a: __m128, b: __m128) -> __m128 【】
    32  pub unsafe fn _mm_cmpnge_ss(a: __m128, b: __m128) -> __m128 【】
    33  pub unsafe fn _mm_cmpord_ss(a: __m128, b: __m128) -> __m128 【】
    34  pub unsafe fn _mm_cmpunord_ss(a: __m128, b: __m128) -> __m128 【】
    35  pub unsafe fn _mm_cmpeq_ps(a: __m128, b: __m128) -> __m128 【】
    36  pub unsafe fn _mm_cmplt_ps(a: __m128, b: __m128) -> __m128 【】
    37  pub unsafe fn _mm_cmple_ps(a: __m128, b: __m128) -> __m128 【】
    38  pub unsafe fn _mm_cmpgt_ps(a: __m128, b: __m128) -> __m128 【】
    39  pub unsafe fn _mm_cmpge_ps(a: __m128, b: __m128) -> __m128 【】
    40  pub unsafe fn _mm_cmpneq_ps(a: __m128, b: __m128) -> __m128 【】
    41  pub unsafe fn _mm_cmpnlt_ps(a: __m128, b: __m128) -> __m128 【】
    42  pub unsafe fn _mm_cmpnle_ps(a: __m128, b: __m128) -> __m128 【】
    43  pub unsafe fn _mm_cmpngt_ps(a: __m128, b: __m128) -> __m128 【】
    44  pub unsafe fn _mm_cmpnge_ps(a: __m128, b: __m128) -> __m128 【】
    45  pub unsafe fn _mm_cmpord_ps(a: __m128, b: __m128) -> __m128 【】
    46  pub unsafe fn _mm_cmpunord_ps(a: __m128, b: __m128) -> __m128 【】
    47  pub unsafe fn _mm_comieq_ss(a: __m128, b: __m128) -> i32 【】
    48  pub unsafe fn _mm_comilt_ss(a: __m128, b: __m128) -> i32 【】
    49  pub unsafe fn _mm_comile_ss(a: __m128, b: __m128) -> i32 【】
    50  pub unsafe fn _mm_comigt_ss(a: __m128, b: __m128) -> i32 【】
    51  pub unsafe fn _mm_comige_ss(a: __m128, b: __m128) -> i32 【】
    52  pub unsafe fn _mm_comineq_ss(a: __m128, b: __m128) -> i32 【】
    53  pub unsafe fn _mm_ucomieq_ss(a: __m128, b: __m128) -> i32 【】
    54  pub unsafe fn _mm_ucomilt_ss(a: __m128, b: __m128) -> i32 【】
    55  pub unsafe fn _mm_ucomile_ss(a: __m128, b: __m128) -> i32 【】
    56  pub unsafe fn _mm_ucomigt_ss(a: __m128, b: __m128) -> i32 【】
    57  pub unsafe fn _mm_ucomige_ss(a: __m128, b: __m128) -> i32 【】
    58  pub unsafe fn _mm_ucomineq_ss(a: __m128, b: __m128) -> i32 【】
    59  pub unsafe fn _mm_cvtss_si32(a: __m128) -> i32 【】
    60  pub unsafe fn _mm_cvt_ss2si(a: __m128) -> i32 【】
    61  pub unsafe fn _mm_cvttss_si32(a: __m128) -> i32 【】
    62  pub unsafe fn _mm_cvtt_ss2si(a: __m128) -> i32 【】
    63  pub unsafe fn _mm_cvtss_f32(a: __m128) -> f32 【】
    64  pub unsafe fn _mm_cvtsi32_ss(a: __m128, b: i32) -> __m128 【】
    65  pub unsafe fn _mm_cvt_si2ss(a: __m128, b: i32) -> __m128 【】
    66  pub unsafe fn _mm_set_ss(a: f32) -> __m128 【】
    67  pub unsafe fn _mm_set1_ps(a: f32) -> __m128 【】
    68  pub unsafe fn _mm_set_ps1(a: f32) -> __m128 【】
    69  pub unsafe fn _mm_set_ps(a: f32, b: f32, c: f32, d: f32) -> __m128 【】
    70  pub unsafe fn _mm_setr_ps(a: f32, b: f32, c: f32, d: f32) -> __m128 【】
    71  pub unsafe fn _mm_setzero_ps() -> __m128 【】
    72  pub const fn _MM_SHUFFLE(z: u32, y: u32, x: u32, w: u32) -> i32 【】
    73  pub unsafe fn _mm_shuffle_ps<const MASK: i32>(a: __m128, b: __m128) -> __m128 【】
    74  pub unsafe fn _mm_unpackhi_ps(a: __m128, b: __m128) -> __m128 【】
    75  pub unsafe fn _mm_unpacklo_ps(a: __m128, b: __m128) -> __m128 【】
    76  pub unsafe fn _mm_movehl_ps(a: __m128, b: __m128) -> __m128 【】
    77  pub unsafe fn _mm_movelh_ps(a: __m128, b: __m128) -> __m128 【】
    78  pub unsafe fn _mm_movemask_ps(a: __m128) -> i32 【】
    79  pub unsafe fn _mm_load_ss(p: *const f32) -> __m128 【】
    80  pub unsafe fn _mm_load1_ps(p: *const f32) -> __m128 【】
    81  pub unsafe fn _mm_load_ps1(p: *const f32) -> __m128 【】
    82  pub unsafe fn _mm_load_ps(p: *const f32) -> __m128 【】
    83  pub unsafe fn _mm_loadu_ps(p: *const f32) -> __m128 【】
    84  pub unsafe fn _mm_loadr_ps(p: *const f32) -> __m128 【】
    85  pub unsafe fn _mm_loadu_si64(mem_addr: *const u8) -> __m128i 【】
    86  pub unsafe fn _mm_store_ss(p: *mut f32, a: __m128) 【】
    87  pub unsafe fn _mm_store1_ps(p: *mut f32, a: __m128) 【】
    88  pub unsafe fn _mm_store_ps1(p: *mut f32, a: __m128) 【】
    89  pub unsafe fn _mm_store_ps(p: *mut f32, a: __m128) 【】
    90  pub unsafe fn _mm_storeu_ps(p: *mut f32, a: __m128) 【】
    91  pub unsafe fn _mm_storer_ps(p: *mut f32, a: __m128) 【】
    92  pub unsafe fn _mm_move_ss(a: __m128, b: __m128) -> __m128 【】
    93  pub unsafe fn _mm_sfence() 【】
    94  pub unsafe fn _mm_getcsr() -> u32 【】
    95  pub unsafe fn _mm_setcsr(val: u32) 【】
    96  pub unsafe fn _MM_GET_EXCEPTION_MASK() -> u32 【】
    97  pub unsafe fn _MM_GET_EXCEPTION_STATE() -> u32 【】
    98  pub unsafe fn _MM_GET_FLUSH_ZERO_MODE() -> u32 【】
    99  pub unsafe fn _MM_GET_ROUNDING_MODE() -> u32 【】
    100  pub unsafe fn _MM_SET_EXCEPTION_MASK(x: u32) 【】
    101  pub unsafe fn _MM_SET_EXCEPTION_STATE(x: u32) 【】
    102  pub unsafe fn _MM_SET_FLUSH_ZERO_MODE(x: u32) 【】
    103  pub unsafe fn _MM_SET_ROUNDING_MODE(x: u32) 【】
    104  pub unsafe fn _mm_prefetch<const STRATEGY: i32>(p: *const i8) 【】
    105  pub unsafe fn _mm_undefined_ps() -> __m128 【】
    106  pub unsafe fn _MM_TRANSPOSE4_PS(
    107  pub unsafe fn _mm_stream_ps(mem_addr: *mut f32, a: __m128) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_pause() 【】
    2  pub unsafe fn _mm_clflush(p: *const u8) 【】
    3  pub unsafe fn _mm_lfence() 【】
    4  pub unsafe fn _mm_mfence() 【】
    5  pub unsafe fn _mm_add_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    6  pub unsafe fn _mm_add_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    7  pub unsafe fn _mm_add_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_add_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    9  pub unsafe fn _mm_adds_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm_adds_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    11  pub unsafe fn _mm_adds_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    12  pub unsafe fn _mm_adds_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    13  pub unsafe fn _mm_avg_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    14  pub unsafe fn _mm_avg_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    15  pub unsafe fn _mm_madd_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    16  pub unsafe fn _mm_max_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_max_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm_min_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    19  pub unsafe fn _mm_min_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    20  pub unsafe fn _mm_mulhi_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    21  pub unsafe fn _mm_mulhi_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    22  pub unsafe fn _mm_mullo_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    23  pub unsafe fn _mm_mul_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm_sad_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    25  pub unsafe fn _mm_sub_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    26  pub unsafe fn _mm_sub_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    27  pub unsafe fn _mm_sub_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    28  pub unsafe fn _mm_sub_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    29  pub unsafe fn _mm_subs_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    30  pub unsafe fn _mm_subs_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    31  pub unsafe fn _mm_subs_epu8(a: __m128i, b: __m128i) -> __m128i 【】
    32  pub unsafe fn _mm_subs_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    33  pub unsafe fn _mm_slli_si128<const IMM8: i32>(a: __m128i) -> __m128i 【】
    34  pub unsafe fn _mm_bslli_si128<const IMM8: i32>(a: __m128i) -> __m128i 【】
    35  pub unsafe fn _mm_bsrli_si128<const IMM8: i32>(a: __m128i) -> __m128i 【】
    36  pub unsafe fn _mm_slli_epi16<const IMM8: i32>(a: __m128i) -> __m128i 【】
    37  pub unsafe fn _mm_sll_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    38  pub unsafe fn _mm_slli_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    39  pub unsafe fn _mm_sll_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    40  pub unsafe fn _mm_slli_epi64<const IMM8: i32>(a: __m128i) -> __m128i 【】
    41  pub unsafe fn _mm_sll_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    42  pub unsafe fn _mm_srai_epi16<const IMM8: i32>(a: __m128i) -> __m128i 【】
    43  pub unsafe fn _mm_sra_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    44  pub unsafe fn _mm_srai_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    45  pub unsafe fn _mm_sra_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    46  pub unsafe fn _mm_srli_si128<const IMM8: i32>(a: __m128i) -> __m128i 【】
    47  pub unsafe fn _mm_srli_epi16<const IMM8: i32>(a: __m128i) -> __m128i 【】
    48  pub unsafe fn _mm_srl_epi16(a: __m128i, count: __m128i) -> __m128i 【】
    49  pub unsafe fn _mm_srli_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    50  pub unsafe fn _mm_srl_epi32(a: __m128i, count: __m128i) -> __m128i 【】
    51  pub unsafe fn _mm_srli_epi64<const IMM8: i32>(a: __m128i) -> __m128i 【】
    52  pub unsafe fn _mm_srl_epi64(a: __m128i, count: __m128i) -> __m128i 【】
    53  pub unsafe fn _mm_and_si128(a: __m128i, b: __m128i) -> __m128i 【】
    54  pub unsafe fn _mm_andnot_si128(a: __m128i, b: __m128i) -> __m128i 【】
    55  pub unsafe fn _mm_or_si128(a: __m128i, b: __m128i) -> __m128i 【】
    56  pub unsafe fn _mm_xor_si128(a: __m128i, b: __m128i) -> __m128i 【】
    57  pub unsafe fn _mm_cmpeq_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    58  pub unsafe fn _mm_cmpeq_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    59  pub unsafe fn _mm_cmpeq_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    60  pub unsafe fn _mm_cmpgt_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    61  pub unsafe fn _mm_cmpgt_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    62  pub unsafe fn _mm_cmpgt_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    63  pub unsafe fn _mm_cmplt_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    64  pub unsafe fn _mm_cmplt_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    65  pub unsafe fn _mm_cmplt_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    66  pub unsafe fn _mm_cvtepi32_pd(a: __m128i) -> __m128d 【】
    67  pub unsafe fn _mm_cvtsi32_sd(a: __m128d, b: i32) -> __m128d 【】
    68  pub unsafe fn _mm_cvtepi32_ps(a: __m128i) -> __m128 【】
    69  pub unsafe fn _mm_cvtps_epi32(a: __m128) -> __m128i 【】
    70  pub unsafe fn _mm_cvtsi32_si128(a: i32) -> __m128i 【】
    71  pub unsafe fn _mm_cvtsi128_si32(a: __m128i) -> i32 【】
    72  pub unsafe fn _mm_set_epi64x(e1: i64, e0: i64) -> __m128i 【】
    73  pub unsafe fn _mm_set_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> __m128i 【】
    74  pub unsafe fn _mm_set_epi16(
    75  pub unsafe fn _mm_set_epi8(
    76  pub unsafe fn _mm_set1_epi64x(a: i64) -> __m128i 【】
    77  pub unsafe fn _mm_set1_epi32(a: i32) -> __m128i 【】
    78  pub unsafe fn _mm_set1_epi16(a: i16) -> __m128i 【】
    79  pub unsafe fn _mm_set1_epi8(a: i8) -> __m128i 【】
    80  pub unsafe fn _mm_setr_epi32(e3: i32, e2: i32, e1: i32, e0: i32) -> __m128i 【】
    81  pub unsafe fn _mm_setr_epi16(
    82  pub unsafe fn _mm_setr_epi8(
    83  pub unsafe fn _mm_setzero_si128() -> __m128i 【】
    84  pub unsafe fn _mm_loadl_epi64(mem_addr: *const __m128i) -> __m128i 【】
    85  pub unsafe fn _mm_load_si128(mem_addr: *const __m128i) -> __m128i 【】
    86  pub unsafe fn _mm_loadu_si128(mem_addr: *const __m128i) -> __m128i 【】
    87  pub unsafe fn _mm_maskmoveu_si128(a: __m128i, mask: __m128i, mem_addr: *mut i8) 【】
    88  pub unsafe fn _mm_store_si128(mem_addr: *mut __m128i, a: __m128i) 【】
    89  pub unsafe fn _mm_storeu_si128(mem_addr: *mut __m128i, a: __m128i) 【】
    90  pub unsafe fn _mm_storel_epi64(mem_addr: *mut __m128i, a: __m128i) 【】
    91  pub unsafe fn _mm_stream_si128(mem_addr: *mut __m128i, a: __m128i) 【】
    92  pub unsafe fn _mm_stream_si32(mem_addr: *mut i32, a: i32) 【】
    93  pub unsafe fn _mm_move_epi64(a: __m128i) -> __m128i 【】
    94  pub unsafe fn _mm_packs_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    95  pub unsafe fn _mm_packs_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    96  pub unsafe fn _mm_packus_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    97  pub unsafe fn _mm_extract_epi16<const IMM8: i32>(a: __m128i) -> i32 【】
    98  pub unsafe fn _mm_insert_epi16<const IMM8: i32>(a: __m128i, i: i32) -> __m128i 【】
    99  pub unsafe fn _mm_movemask_epi8(a: __m128i) -> i32 【】
    100  pub unsafe fn _mm_shuffle_epi32<const IMM8: i32>(a: __m128i) -> __m128i 【】
    101  pub unsafe fn _mm_shufflehi_epi16<const IMM8: i32>(a: __m128i) -> __m128i 【】
    102  pub unsafe fn _mm_shufflelo_epi16<const IMM8: i32>(a: __m128i) -> __m128i 【】
    103  pub unsafe fn _mm_unpackhi_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    104  pub unsafe fn _mm_unpackhi_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    105  pub unsafe fn _mm_unpackhi_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    106  pub unsafe fn _mm_unpackhi_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    107  pub unsafe fn _mm_unpacklo_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    108  pub unsafe fn _mm_unpacklo_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    109  pub unsafe fn _mm_unpacklo_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    110  pub unsafe fn _mm_unpacklo_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    111  pub unsafe fn _mm_add_sd(a: __m128d, b: __m128d) -> __m128d 【】
    112  pub unsafe fn _mm_add_pd(a: __m128d, b: __m128d) -> __m128d 【】
    113  pub unsafe fn _mm_div_sd(a: __m128d, b: __m128d) -> __m128d 【】
    114  pub unsafe fn _mm_div_pd(a: __m128d, b: __m128d) -> __m128d 【】
    115  pub unsafe fn _mm_max_sd(a: __m128d, b: __m128d) -> __m128d 【】
    116  pub unsafe fn _mm_max_pd(a: __m128d, b: __m128d) -> __m128d 【】
    117  pub unsafe fn _mm_min_sd(a: __m128d, b: __m128d) -> __m128d 【】
    118  pub unsafe fn _mm_min_pd(a: __m128d, b: __m128d) -> __m128d 【】
    119  pub unsafe fn _mm_mul_sd(a: __m128d, b: __m128d) -> __m128d 【】
    120  pub unsafe fn _mm_mul_pd(a: __m128d, b: __m128d) -> __m128d 【】
    121  pub unsafe fn _mm_sqrt_sd(a: __m128d, b: __m128d) -> __m128d 【】
    122  pub unsafe fn _mm_sqrt_pd(a: __m128d) -> __m128d 【】
    123  pub unsafe fn _mm_sub_sd(a: __m128d, b: __m128d) -> __m128d 【】
    124  pub unsafe fn _mm_sub_pd(a: __m128d, b: __m128d) -> __m128d 【】
    125  pub unsafe fn _mm_and_pd(a: __m128d, b: __m128d) -> __m128d 【】
    126  pub unsafe fn _mm_andnot_pd(a: __m128d, b: __m128d) -> __m128d 【】
    127  pub unsafe fn _mm_or_pd(a: __m128d, b: __m128d) -> __m128d 【】
    128  pub unsafe fn _mm_xor_pd(a: __m128d, b: __m128d) -> __m128d 【】
    129  pub unsafe fn _mm_cmpeq_sd(a: __m128d, b: __m128d) -> __m128d 【】
    130  pub unsafe fn _mm_cmplt_sd(a: __m128d, b: __m128d) -> __m128d 【】
    131  pub unsafe fn _mm_cmple_sd(a: __m128d, b: __m128d) -> __m128d 【】
    132  pub unsafe fn _mm_cmpgt_sd(a: __m128d, b: __m128d) -> __m128d 【】
    133  pub unsafe fn _mm_cmpge_sd(a: __m128d, b: __m128d) -> __m128d 【】
    134  pub unsafe fn _mm_cmpord_sd(a: __m128d, b: __m128d) -> __m128d 【】
    135  pub unsafe fn _mm_cmpunord_sd(a: __m128d, b: __m128d) -> __m128d 【】
    136  pub unsafe fn _mm_cmpneq_sd(a: __m128d, b: __m128d) -> __m128d 【】
    137  pub unsafe fn _mm_cmpnlt_sd(a: __m128d, b: __m128d) -> __m128d 【】
    138  pub unsafe fn _mm_cmpnle_sd(a: __m128d, b: __m128d) -> __m128d 【】
    139  pub unsafe fn _mm_cmpngt_sd(a: __m128d, b: __m128d) -> __m128d 【】
    140  pub unsafe fn _mm_cmpnge_sd(a: __m128d, b: __m128d) -> __m128d 【】
    141  pub unsafe fn _mm_cmpeq_pd(a: __m128d, b: __m128d) -> __m128d 【】
    142  pub unsafe fn _mm_cmplt_pd(a: __m128d, b: __m128d) -> __m128d 【】
    143  pub unsafe fn _mm_cmple_pd(a: __m128d, b: __m128d) -> __m128d 【】
    144  pub unsafe fn _mm_cmpgt_pd(a: __m128d, b: __m128d) -> __m128d 【】
    145  pub unsafe fn _mm_cmpge_pd(a: __m128d, b: __m128d) -> __m128d 【】
    146  pub unsafe fn _mm_cmpord_pd(a: __m128d, b: __m128d) -> __m128d 【】
    147  pub unsafe fn _mm_cmpunord_pd(a: __m128d, b: __m128d) -> __m128d 【】
    148  pub unsafe fn _mm_cmpneq_pd(a: __m128d, b: __m128d) -> __m128d 【】
    149  pub unsafe fn _mm_cmpnlt_pd(a: __m128d, b: __m128d) -> __m128d 【】
    150  pub unsafe fn _mm_cmpnle_pd(a: __m128d, b: __m128d) -> __m128d 【】
    151  pub unsafe fn _mm_cmpngt_pd(a: __m128d, b: __m128d) -> __m128d 【】
    152  pub unsafe fn _mm_cmpnge_pd(a: __m128d, b: __m128d) -> __m128d 【】
    153  pub unsafe fn _mm_comieq_sd(a: __m128d, b: __m128d) -> i32 【】
    154  pub unsafe fn _mm_comilt_sd(a: __m128d, b: __m128d) -> i32 【】
    155  pub unsafe fn _mm_comile_sd(a: __m128d, b: __m128d) -> i32 【】
    156  pub unsafe fn _mm_comigt_sd(a: __m128d, b: __m128d) -> i32 【】
    157  pub unsafe fn _mm_comige_sd(a: __m128d, b: __m128d) -> i32 【】
    158  pub unsafe fn _mm_comineq_sd(a: __m128d, b: __m128d) -> i32 【】
    159  pub unsafe fn _mm_ucomieq_sd(a: __m128d, b: __m128d) -> i32 【】
    160  pub unsafe fn _mm_ucomilt_sd(a: __m128d, b: __m128d) -> i32 【】
    161  pub unsafe fn _mm_ucomile_sd(a: __m128d, b: __m128d) -> i32 【】
    162  pub unsafe fn _mm_ucomigt_sd(a: __m128d, b: __m128d) -> i32 【】
    163  pub unsafe fn _mm_ucomige_sd(a: __m128d, b: __m128d) -> i32 【】
    164  pub unsafe fn _mm_ucomineq_sd(a: __m128d, b: __m128d) -> i32 【】
    165  pub unsafe fn _mm_cvtpd_ps(a: __m128d) -> __m128 【】
    166  pub unsafe fn _mm_cvtps_pd(a: __m128) -> __m128d 【】
    167  pub unsafe fn _mm_cvtpd_epi32(a: __m128d) -> __m128i 【】
    168  pub unsafe fn _mm_cvtsd_si32(a: __m128d) -> i32 【】
    169  pub unsafe fn _mm_cvtsd_ss(a: __m128, b: __m128d) -> __m128 【】
    170  pub unsafe fn _mm_cvtsd_f64(a: __m128d) -> f64 【】
    171  pub unsafe fn _mm_cvtss_sd(a: __m128d, b: __m128) -> __m128d 【】
    172  pub unsafe fn _mm_cvttpd_epi32(a: __m128d) -> __m128i 【】
    173  pub unsafe fn _mm_cvttsd_si32(a: __m128d) -> i32 【】
    174  pub unsafe fn _mm_cvttps_epi32(a: __m128) -> __m128i 【】
    175  pub unsafe fn _mm_set_sd(a: f64) -> __m128d 【】
    176  pub unsafe fn _mm_set1_pd(a: f64) -> __m128d 【】
    177  pub unsafe fn _mm_set_pd1(a: f64) -> __m128d 【】
    178  pub unsafe fn _mm_set_pd(a: f64, b: f64) -> __m128d 【】
    179  pub unsafe fn _mm_setr_pd(a: f64, b: f64) -> __m128d 【】
    180  pub unsafe fn _mm_setzero_pd() -> __m128d 【】
    181  pub unsafe fn _mm_movemask_pd(a: __m128d) -> i32 【】
    182  pub unsafe fn _mm_load_pd(mem_addr: *const f64) -> __m128d 【】
    183  pub unsafe fn _mm_load_sd(mem_addr: *const f64) -> __m128d 【】
    184  pub unsafe fn _mm_loadh_pd(a: __m128d, mem_addr: *const f64) -> __m128d 【】
    185  pub unsafe fn _mm_loadl_pd(a: __m128d, mem_addr: *const f64) -> __m128d 【】
    186  pub unsafe fn _mm_stream_pd(mem_addr: *mut f64, a: __m128d) 【】
    187  pub unsafe fn _mm_store_sd(mem_addr: *mut f64, a: __m128d) 【】
    188  pub unsafe fn _mm_store_pd(mem_addr: *mut f64, a: __m128d) 【】
    189  pub unsafe fn _mm_storeu_pd(mem_addr: *mut f64, a: __m128d) 【】
    190  pub unsafe fn _mm_store1_pd(mem_addr: *mut f64, a: __m128d) 【】
    191  pub unsafe fn _mm_store_pd1(mem_addr: *mut f64, a: __m128d) 【】
    192  pub unsafe fn _mm_storer_pd(mem_addr: *mut f64, a: __m128d) 【】
    193  pub unsafe fn _mm_storeh_pd(mem_addr: *mut f64, a: __m128d) 【】
    194  pub unsafe fn _mm_storel_pd(mem_addr: *mut f64, a: __m128d) 【】
    195  pub unsafe fn _mm_load1_pd(mem_addr: *const f64) -> __m128d 【】
    196  pub unsafe fn _mm_load_pd1(mem_addr: *const f64) -> __m128d 【】
    197  pub unsafe fn _mm_loadr_pd(mem_addr: *const f64) -> __m128d 【】
    198  pub unsafe fn _mm_loadu_pd(mem_addr: *const f64) -> __m128d 【】
    199  pub unsafe fn _mm_shuffle_pd<const MASK: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    200  pub unsafe fn _mm_move_sd(a: __m128d, b: __m128d) -> __m128d 【】
    201  pub unsafe fn _mm_castpd_ps(a: __m128d) -> __m128 【】
    202  pub unsafe fn _mm_castpd_si128(a: __m128d) -> __m128i 【】
    203  pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d 【】
    204  pub unsafe fn _mm_castps_si128(a: __m128) -> __m128i 【】
    205  pub unsafe fn _mm_castsi128_pd(a: __m128i) -> __m128d 【】
    206  pub unsafe fn _mm_castsi128_ps(a: __m128i) -> __m128 【】
    207  pub unsafe fn _mm_undefined_pd() -> __m128d 【】
    208  pub unsafe fn _mm_undefined_si128() -> __m128i 【】
    209  pub unsafe fn _mm_unpackhi_pd(a: __m128d, b: __m128d) -> __m128d 【】
    210  pub unsafe fn _mm_unpacklo_pd(a: __m128d, b: __m128d) -> __m128d 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse3.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_addsub_ps(a: __m128, b: __m128) -> __m128 【】
    2  pub unsafe fn _mm_addsub_pd(a: __m128d, b: __m128d) -> __m128d 【】
    3  pub unsafe fn _mm_hadd_pd(a: __m128d, b: __m128d) -> __m128d 【】
    4  pub unsafe fn _mm_hadd_ps(a: __m128, b: __m128) -> __m128 【】
    5  pub unsafe fn _mm_hsub_pd(a: __m128d, b: __m128d) -> __m128d 【】
    6  pub unsafe fn _mm_hsub_ps(a: __m128, b: __m128) -> __m128 【】
    7  pub unsafe fn _mm_lddqu_si128(mem_addr: *const __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_movedup_pd(a: __m128d) -> __m128d 【】
    9  pub unsafe fn _mm_loaddup_pd(mem_addr: *const f64) -> __m128d 【】
    10  pub unsafe fn _mm_movehdup_ps(a: __m128) -> __m128 【】
    11  pub unsafe fn _mm_moveldup_ps(a: __m128) -> __m128 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse41.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_blendv_epi8(a: __m128i, b: __m128i, mask: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_blend_epi16<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    3  pub unsafe fn _mm_blendv_pd(a: __m128d, b: __m128d, mask: __m128d) -> __m128d 【】
    4  pub unsafe fn _mm_blendv_ps(a: __m128, b: __m128, mask: __m128) -> __m128 【】
    5  pub unsafe fn _mm_blend_pd<const IMM2: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    6  pub unsafe fn _mm_blend_ps<const IMM4: i32>(a: __m128, b: __m128) -> __m128 【】
    7  pub unsafe fn _mm_extract_ps<const IMM8: i32>(a: __m128) -> i32 【】
    8  pub unsafe fn _mm_extract_epi8<const IMM8: i32>(a: __m128i) -> i32 【】
    9  pub unsafe fn _mm_extract_epi32<const IMM8: i32>(a: __m128i) -> i32 【】
    10  pub unsafe fn _mm_insert_ps<const IMM8: i32>(a: __m128, b: __m128) -> __m128 【】
    11  pub unsafe fn _mm_insert_epi8<const IMM8: i32>(a: __m128i, i: i32) -> __m128i 【】
    12  pub unsafe fn _mm_insert_epi32<const IMM8: i32>(a: __m128i, i: i32) -> __m128i 【】
    13  pub unsafe fn _mm_max_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    14  pub unsafe fn _mm_max_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    15  pub unsafe fn _mm_max_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    16  pub unsafe fn _mm_max_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    17  pub unsafe fn _mm_min_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    18  pub unsafe fn _mm_min_epu16(a: __m128i, b: __m128i) -> __m128i 【】
    19  pub unsafe fn _mm_min_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    20  pub unsafe fn _mm_min_epu32(a: __m128i, b: __m128i) -> __m128i 【】
    21  pub unsafe fn _mm_packus_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    22  pub unsafe fn _mm_cmpeq_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    23  pub unsafe fn _mm_cvtepi8_epi16(a: __m128i) -> __m128i 【】
    24  pub unsafe fn _mm_cvtepi8_epi32(a: __m128i) -> __m128i 【】
    25  pub unsafe fn _mm_cvtepi8_epi64(a: __m128i) -> __m128i 【】
    26  pub unsafe fn _mm_cvtepi16_epi32(a: __m128i) -> __m128i 【】
    27  pub unsafe fn _mm_cvtepi16_epi64(a: __m128i) -> __m128i 【】
    28  pub unsafe fn _mm_cvtepi32_epi64(a: __m128i) -> __m128i 【】
    29  pub unsafe fn _mm_cvtepu8_epi16(a: __m128i) -> __m128i 【】
    30  pub unsafe fn _mm_cvtepu8_epi32(a: __m128i) -> __m128i 【】
    31  pub unsafe fn _mm_cvtepu8_epi64(a: __m128i) -> __m128i 【】
    32  pub unsafe fn _mm_cvtepu16_epi32(a: __m128i) -> __m128i 【】
    33  pub unsafe fn _mm_cvtepu16_epi64(a: __m128i) -> __m128i 【】
    34  pub unsafe fn _mm_cvtepu32_epi64(a: __m128i) -> __m128i 【】
    35  pub unsafe fn _mm_dp_pd<const IMM8: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    36  pub unsafe fn _mm_dp_ps<const IMM8: i32>(a: __m128, b: __m128) -> __m128 【】
    37  pub unsafe fn _mm_floor_pd(a: __m128d) -> __m128d 【】
    38  pub unsafe fn _mm_floor_ps(a: __m128) -> __m128 【】
    39  pub unsafe fn _mm_floor_sd(a: __m128d, b: __m128d) -> __m128d 【】
    40  pub unsafe fn _mm_floor_ss(a: __m128, b: __m128) -> __m128 【】
    41  pub unsafe fn _mm_ceil_pd(a: __m128d) -> __m128d 【】
    42  pub unsafe fn _mm_ceil_ps(a: __m128) -> __m128 【】
    43  pub unsafe fn _mm_ceil_sd(a: __m128d, b: __m128d) -> __m128d 【】
    44  pub unsafe fn _mm_ceil_ss(a: __m128, b: __m128) -> __m128 【】
    45  pub unsafe fn _mm_round_pd<const ROUNDING: i32>(a: __m128d) -> __m128d 【】
    46  pub unsafe fn _mm_round_ps<const ROUNDING: i32>(a: __m128) -> __m128 【】
    47  pub unsafe fn _mm_round_sd<const ROUNDING: i32>(a: __m128d, b: __m128d) -> __m128d 【】
    48  pub unsafe fn _mm_round_ss<const ROUNDING: i32>(a: __m128, b: __m128) -> __m128 【】
    49  pub unsafe fn _mm_minpos_epu16(a: __m128i) -> __m128i 【】
    50  pub unsafe fn _mm_mul_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    51  pub unsafe fn _mm_mullo_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    52  pub unsafe fn _mm_mpsadbw_epu8<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    53  pub unsafe fn _mm_testz_si128(a: __m128i, mask: __m128i) -> i32 【】
    54  pub unsafe fn _mm_testc_si128(a: __m128i, mask: __m128i) -> i32 【】
    55  pub unsafe fn _mm_testnzc_si128(a: __m128i, mask: __m128i) -> i32 【】
    56  pub unsafe fn _mm_test_all_zeros(a: __m128i, mask: __m128i) -> i32 【】
    57  pub unsafe fn _mm_test_all_ones(a: __m128i) -> i32 【】
    58  pub unsafe fn _mm_test_mix_ones_zeros(a: __m128i, mask: __m128i) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse42.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cmpistrm<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_cmpistri<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    3  pub unsafe fn _mm_cmpistrz<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    4  pub unsafe fn _mm_cmpistrc<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    5  pub unsafe fn _mm_cmpistrs<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    6  pub unsafe fn _mm_cmpistro<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    7  pub unsafe fn _mm_cmpistra<const IMM8: i32>(a: __m128i, b: __m128i) -> i32 【】
    8  pub unsafe fn _mm_cmpestrm<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> __m128i 【】
    9  pub unsafe fn _mm_cmpestri<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    10  pub unsafe fn _mm_cmpestrz<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    11  pub unsafe fn _mm_cmpestrc<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    12  pub unsafe fn _mm_cmpestrs<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    13  pub unsafe fn _mm_cmpestro<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    14  pub unsafe fn _mm_cmpestra<const IMM8: i32>(a: __m128i, la: i32, b: __m128i, lb: i32) -> i32 【】
    15  pub unsafe fn _mm_crc32_u8(crc: u32, v: u8) -> u32 【】
    16  pub unsafe fn _mm_crc32_u16(crc: u32, v: u16) -> u32 【】
    17  pub unsafe fn _mm_crc32_u32(crc: u32, v: u32) -> u32 【】
    18  pub unsafe fn _mm_cmpgt_epi64(a: __m128i, b: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\sse4a.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_extract_si64(x: __m128i, y: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_insert_si64(x: __m128i, y: __m128i) -> __m128i 【】
    3  pub unsafe fn _mm_stream_sd(p: *mut f64, a: __m128d) 【】
    4  pub unsafe fn _mm_stream_ss(p: *mut f32, a: __m128) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\ssse3.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_abs_epi8(a: __m128i) -> __m128i 【】
    2  pub unsafe fn _mm_abs_epi16(a: __m128i) -> __m128i 【】
    3  pub unsafe fn _mm_abs_epi32(a: __m128i) -> __m128i 【】
    4  pub unsafe fn _mm_shuffle_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    5  pub unsafe fn _mm_alignr_epi8<const IMM8: i32>(a: __m128i, b: __m128i) -> __m128i 【】
    6  pub unsafe fn _mm_hadd_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    7  pub unsafe fn _mm_hadds_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    8  pub unsafe fn _mm_hadd_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    9  pub unsafe fn _mm_hsub_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    10  pub unsafe fn _mm_hsubs_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    11  pub unsafe fn _mm_hsub_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    12  pub unsafe fn _mm_maddubs_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    13  pub unsafe fn _mm_mulhrs_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    14  pub unsafe fn _mm_sign_epi8(a: __m128i, b: __m128i) -> __m128i 【】
    15  pub unsafe fn _mm_sign_epi16(a: __m128i, b: __m128i) -> __m128i 【】
    16  pub unsafe fn _mm_sign_epi32(a: __m128i, b: __m128i) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\tbm.rs

    ═════════ pub fn 函数
    1  pub fn _bextr_u32(a: u32, start: u32, len: u32) -> u32 【】
    2  pub fn _bextr_u64(a: u64, start: u64, len: u64) -> u64 【】
    3  pub fn _bextr2_u32(a: u32, control: u32) -> u32 【】
    4  pub fn _bextr2_u64(a: u64, control: u64) -> u64 【】
    5  pub unsafe fn _blcfill_u32(x: u32) -> u32 【】
    6  pub unsafe fn _blcfill_u64(x: u64) -> u64 【】
    7  pub unsafe fn _blci_u32(x: u32) -> u32 【】
    8  pub unsafe fn _blci_u64(x: u64) -> u64 【】
    9  pub unsafe fn _blcic_u32(x: u32) -> u32 【】
    10  pub unsafe fn _blcic_u64(x: u64) -> u64 【】
    11  pub unsafe fn _blcmsk_u32(x: u32) -> u32 【】
    12  pub unsafe fn _blcmsk_u64(x: u64) -> u64 【】
    13  pub unsafe fn _blcs_u32(x: u32) -> u32 【】
    14  pub unsafe fn _blcs_u64(x: u64) -> u64 【】
    15  pub unsafe fn _blsfill_u32(x: u32) -> u32 【】
    16  pub unsafe fn _blsfill_u64(x: u64) -> u64 【】
    17  pub unsafe fn _blsic_u32(x: u32) -> u32 【】
    18  pub unsafe fn _blsic_u64(x: u64) -> u64 【】
    19  pub unsafe fn _t1mskc_u32(x: u32) -> u32 【】
    20  pub unsafe fn _t1mskc_u64(x: u64) -> u64 【】
    21  pub unsafe fn _tzmsk_u32(x: u32) -> u32 【】
    22  pub unsafe fn _tzmsk_u64(x: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\test.rs

    ═════════ pub fn 函数
    1  pub unsafe fn assert_eq_m128i(a: __m128i, b: __m128i) 【】
    2  pub unsafe fn assert_eq_m128d(a: __m128d, b: __m128d) 【】
    3  pub unsafe fn get_m128d(a: __m128d, idx: usize) -> f64 【】
    4  pub unsafe fn assert_eq_m128(a: __m128, b: __m128) 【】
    5  pub unsafe fn get_m128(a: __m128, idx: usize) -> f32 【】
    6  pub unsafe fn _mm_setr_epi64x(a: i64, b: i64) -> __m128i 【】
    7  pub unsafe fn assert_eq_m256i(a: __m256i, b: __m256i) 【】
    8  pub unsafe fn assert_eq_m256d(a: __m256d, b: __m256d) 【】
    9  pub unsafe fn get_m256d(a: __m256d, idx: usize) -> f64 【】
    10  pub unsafe fn assert_eq_m256(a: __m256, b: __m256) 【】
    11  pub unsafe fn get_m256(a: __m256, idx: usize) -> f32 【】
    12  pub unsafe fn get_m512(a: __m512, idx: usize) -> f32 【】
    13  pub unsafe fn get_m512d(a: __m512d, idx: usize) -> f64 【】
    14  pub unsafe fn get_m512i(a: __m512i, idx: usize) -> i64 【】
    15  pub unsafe fn _mm_insert_epi64<const INDEX: i32>(a: __m128i, val: i64) -> __m128i 【】
    16  pub unsafe fn _mm256_insert_epi64<const INDEX: i32>(a: __m256i, val: i64) -> __m256i 【】
    17  pub unsafe fn assert_eq_m512i(a: __m512i, b: __m512i) 【】
    18  pub unsafe fn assert_eq_m512(a: __m512, b: __m512) 【】
    19  pub unsafe fn assert_eq_m512d(a: __m512d, b: __m512d) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86\xsave.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _xsave(mem_addr: *mut u8, save_mask: u64) 【】
    2  pub unsafe fn _xrstor(mem_addr: *const u8, rs_mask: u64) 【】
    3  pub unsafe fn _xsetbv(a: u32, val: u64) 【】
    4  pub unsafe fn _xgetbv(xcr_no: u32) -> u64 【】
    5  pub unsafe fn _xsaveopt(mem_addr: *mut u8, save_mask: u64) 【】
    6  pub unsafe fn _xsavec(mem_addr: *mut u8, save_mask: u64) 【】
    7  pub unsafe fn _xsaves(mem_addr: *mut u8, save_mask: u64) 【】
    8  pub unsafe fn _xrstors(mem_addr: *const u8, rs_mask: u64) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\abm.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _lzcnt_u64(x: u64) -> u64 【】
    2  pub unsafe fn _popcnt64(x: i64) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\adx.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _addcarry_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8 【】
    2  pub unsafe fn _addcarryx_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8 【】
    3  pub unsafe fn _subborrow_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\avx.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm256_insert_epi64<const INDEX: i32>(a: __m256i, i: i64) -> __m256i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\avx2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm256_extract_epi64<const INDEX: i32>(a: __m256i) -> i64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\avx512f.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cvtsd_i64(a: __m128d) -> i64 【】
    2  pub unsafe fn _mm_cvtss_i64(a: __m128) -> i64 【】
    3  pub unsafe fn _mm_cvtss_u64(a: __m128) -> u64 【】
    4  pub unsafe fn _mm_cvtsd_u64(a: __m128d) -> u64 【】
    5  pub unsafe fn _mm_cvti64_ss(a: __m128, b: i64) -> __m128 【】
    6  pub unsafe fn _mm_cvti64_sd(a: __m128d, b: i64) -> __m128d 【】
    7  pub unsafe fn _mm_cvtu64_ss(a: __m128, b: u64) -> __m128 【】
    8  pub unsafe fn _mm_cvtu64_sd(a: __m128d, b: u64) -> __m128d 【】
    9  pub unsafe fn _mm_cvttsd_i64(a: __m128d) -> i64 【】
    10  pub unsafe fn _mm_cvttsd_u64(a: __m128d) -> u64 【】
    11  pub unsafe fn _mm_cvttss_i64(a: __m128) -> i64 【】
    12  pub unsafe fn _mm_cvttss_u64(a: __m128) -> u64 【】
    13  pub unsafe fn _mm_cvt_roundi64_sd<const ROUNDING: i32>(a: __m128d, b: i64) -> __m128d 【】
    14  pub unsafe fn _mm_cvt_roundsi64_sd<const ROUNDING: i32>(a: __m128d, b: i64) -> __m128d 【】
    15  pub unsafe fn _mm_cvt_roundi64_ss<const ROUNDING: i32>(a: __m128, b: i64) -> __m128 【】
    16  pub unsafe fn _mm_cvt_roundu64_sd<const ROUNDING: i32>(a: __m128d, b: u64) -> __m128d 【】
    17  pub unsafe fn _mm_cvt_roundsi64_ss<const ROUNDING: i32>(a: __m128, b: i64) -> __m128 【】
    18  pub unsafe fn _mm_cvt_roundu64_ss<const ROUNDING: i32>(a: __m128, b: u64) -> __m128 【】
    19  pub unsafe fn _mm_cvt_roundsd_si64<const ROUNDING: i32>(a: __m128d) -> i64 【】
    20  pub unsafe fn _mm_cvt_roundsd_i64<const ROUNDING: i32>(a: __m128d) -> i64 【】
    21  pub unsafe fn _mm_cvt_roundsd_u64<const ROUNDING: i32>(a: __m128d) -> u64 【】
    22  pub unsafe fn _mm_cvt_roundss_si64<const ROUNDING: i32>(a: __m128) -> i64 【】
    23  pub unsafe fn _mm_cvt_roundss_i64<const ROUNDING: i32>(a: __m128) -> i64 【】
    24  pub unsafe fn _mm_cvt_roundss_u64<const ROUNDING: i32>(a: __m128) -> u64 【】
    25  pub unsafe fn _mm_cvtt_roundsd_si64<const SAE: i32>(a: __m128d) -> i64 【】
    26  pub unsafe fn _mm_cvtt_roundsd_i64<const SAE: i32>(a: __m128d) -> i64 【】
    27  pub unsafe fn _mm_cvtt_roundsd_u64<const SAE: i32>(a: __m128d) -> u64 【】
    28  pub unsafe fn _mm_cvtt_roundss_i64<const SAE: i32>(a: __m128) -> i64 【】
    29  pub unsafe fn _mm_cvtt_roundss_si64<const SAE: i32>(a: __m128) -> i64 【】
    30  pub unsafe fn _mm_cvtt_roundss_u64<const SAE: i32>(a: __m128) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\bmi.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bextr_u64(a: u64, start: u32, len: u32) -> u64 【】
    2  pub unsafe fn _bextr2_u64(a: u64, control: u64) -> u64 【】
    3  pub unsafe fn _andn_u64(a: u64, b: u64) -> u64 【】
    4  pub unsafe fn _blsi_u64(x: u64) -> u64 【】
    5  pub unsafe fn _blsmsk_u64(x: u64) -> u64 【】
    6  pub unsafe fn _blsr_u64(x: u64) -> u64 【】
    7  pub unsafe fn _tzcnt_u64(x: u64) -> u64 【】
    8  pub unsafe fn _mm_tzcnt_64(x: u64) -> i64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\bmi2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mulx_u64(a: u64, b: u64, hi: &mut u64) -> u64 【】
    2  pub unsafe fn _bzhi_u64(a: u64, index: u32) -> u64 【】
    3  pub unsafe fn _pdep_u64(a: u64, mask: u64) -> u64 【】
    4  pub unsafe fn _pext_u64(a: u64, mask: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\bswap.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bswap64(x: i64) -> i64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\bt.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _bittest64(p: *const i64, b: i64) -> u8 【】
    2  pub unsafe fn _bittestandset64(p: *mut i64, b: i64) -> u8 【】
    3  pub unsafe fn _bittestandreset64(p: *mut i64, b: i64) -> u8 【】
    4  pub unsafe fn _bittestandcomplement64(p: *mut i64, b: i64) -> u8 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! bt 【】
    2  macro_rules! bt 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\cmpxchg16b.rs

    ═════════ pub fn 函数
    1  pub unsafe fn cmpxchg16b(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\fxsr.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _fxsave64(mem_addr: *mut u8) 【】
    2  pub unsafe fn _fxrstor64(mem_addr: *const u8) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! static_assert_rounding 【】
    2  macro_rules! static_assert_sae 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\rdrand.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _rdrand64_step(val: &mut u64) -> i32 【】
    2  pub unsafe fn _rdseed64_step(val: &mut u64) -> i32 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\sse.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cvtss_si64(a: __m128) -> i64 【】
    2  pub unsafe fn _mm_cvttss_si64(a: __m128) -> i64 【】
    3  pub unsafe fn _mm_cvtsi64_ss(a: __m128, b: i64) -> __m128 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\sse2.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_cvtsd_si64(a: __m128d) -> i64 【】
    2  pub unsafe fn _mm_cvtsd_si64x(a: __m128d) -> i64 【】
    3  pub unsafe fn _mm_cvttsd_si64(a: __m128d) -> i64 【】
    4  pub unsafe fn _mm_cvttsd_si64x(a: __m128d) -> i64 【】
    5  pub unsafe fn _mm_stream_si64(mem_addr: *mut i64, a: i64) 【】
    6  pub unsafe fn _mm_cvtsi64_si128(a: i64) -> __m128i 【】
    7  pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> __m128i 【】
    8  pub unsafe fn _mm_cvtsi128_si64(a: __m128i) -> i64 【】
    9  pub unsafe fn _mm_cvtsi128_si64x(a: __m128i) -> i64 【】
    10  pub unsafe fn _mm_cvtsi64_sd(a: __m128d, b: i64) -> __m128d 【】
    11  pub unsafe fn _mm_cvtsi64x_sd(a: __m128d, b: i64) -> __m128d 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\sse41.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_extract_epi64<const IMM1: i32>(a: __m128i) -> i64 【】
    2  pub unsafe fn _mm_insert_epi64<const IMM1: i32>(a: __m128i, i: i64) -> __m128i 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\sse42.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _mm_crc32_u64(crc: u64, v: u64) -> u64 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\core_arch\src\x86_64\xsave.rs

    ═════════ pub fn 函数
    1  pub unsafe fn _xsave64(mem_addr: *mut u8, save_mask: u64) 【】
    2  pub unsafe fn _xrstor64(mem_addr: *const u8, rs_mask: u64) 【】
    3  pub unsafe fn _xsaveopt64(mem_addr: *mut u8, save_mask: u64) 【】
    4  pub unsafe fn _xsavec64(mem_addr: *mut u8, save_mask: u64) 【】
    5  pub unsafe fn _xsaves64(mem_addr: *mut u8, save_mask: u64) 【】
    6  pub unsafe fn _xrstors64(mem_addr: *const u8, rs_mask: u64) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\simd-test-macro\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn simd_test(
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\stdarch-test\src\disassembly.rs

    ═════════ pub fn 函数
    1  pub(crate) fn disassemble_myself() -> HashSet<Function> 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\stdarch-test\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn assert(shim_addr: usize, fnname: &str, expected: &str) 【】
    2  pub fn assert_skip_test_ok(name: &str) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\stdarch-test\src\wasm.rs

    ═════════ pub fn 函数
    1  pub(crate) fn disassemble_myself() -> HashSet<Function> 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\arch\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn from_str(_s: &str) -> Result<Feature, ()> 【】 Err(()) }
    2  pub(crate) fn to_str(self) -> &'static str 【】 "" }
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\bit.rs

    ═════════ pub fn 函数
    1  pub(crate) fn test(x: usize, bit: u32) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\cache.rs

    ═════════ pub fn 函数
    1  pub(crate) fn test(self, bit: u32) -> bool 【】
    2  pub(crate) fn set(&mut self, bit: u32) 【】
    3  pub(crate) fn unset(&mut self, bit: u32) 【】
    4  pub(crate) fn test(&self, bit: u32) -> Option<bool> 【】
    5  pub(crate) fn test(bit: u32) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\macros.rs

    ═════════ pub fn 函数
    1  pub(crate) fn to_str(self) -> &'static str 【】
    2  pub(crate) fn from_str(s: &str) -> Result<Feature, ()> 【】
    3  pub fn $feature() -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! features 【】
    2  macro_rules! $macro_name 【】
    3  macro_rules! $macro_name 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\mod.rs

    ═════════ pub fn 函数
    1  pub fn features() -> impl Iterator<Item = (&'static str, bool)> 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\aarch64.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\freebsd\arm.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\freebsd\auxvec.rs

    ═════════ pub fn 函数
    1  pub(crate) fn auxv() -> Result<AuxVec, ()> 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\freebsd\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\freebsd\powerpc.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\aarch64.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\arm.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\auxvec.rs

    ═════════ pub fn 函数
    1  pub(crate) fn auxv() -> Result<AuxVec, ()> 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\cpuinfo.rs

    ═════════ pub fn 函数
    1  pub(crate) fn new() -> Result<Self, ()> 【】
    2  pub(crate) fn field(&self, field: &str) -> CpuInfoField<'_> 【】
    3  pub(crate) fn new<'b>(v: Option<&'b str>) -> CpuInfoField<'b> 【】
    4  pub(crate) fn exists(&self) -> bool 【】
    5  pub(crate) fn has(&self, other: &str) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\mips.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\powerpc.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\linux\riscv.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\other.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\windows\aarch64.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    2  pub fn IsProcessorFeaturePresent(ProcessorFeature: DWORD) -> BOOL;
    
    
    
    

    \rustlib\src\rust\library\stdarch\crates\std_detect\src\detect\os\x86.rs

    ═════════ pub fn 函数
    1  pub(crate) fn detect_features() -> cache::Initializer 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\examples\connect5.rs

    ═════════ pub fn 函数
    1  pub fn init(&mut self) 【】
    2  pub fn do_move(&mut self, mv: Move) 【】
    3  pub fn can_play(&self, from: Square) -> bool 【】
    4  pub fn clear(&mut self) 【】
    5  pub fn add(&mut self, mv: Move) 【】
    6  pub fn size(&self) -> i32 【】
    7  pub fn shuffle(&mut self) 【】
    
    
    
    

    \rustlib\src\rust\library\stdarch\examples\wasm.rs

    ═════════ pub fn 函数
    1  pub unsafe extern "C" fn page_alloc() -> *mut u8 【】
    2  pub unsafe extern "C" fn page_free(page: *mut u8) 【】
    3  pub unsafe extern "C" fn memory_used() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\bench.rs

    ═════════ pub fn 函数
    1  pub fn black_box<T>(dummy: T) -> T 【】
    2  pub fn iter<T, F>(&mut self, mut inner: F)
    3  pub fn bench<F>(&mut self, mut f: F) -> Option<stats::Summary>
    4  pub fn fmt_bench_samples(bs: &BenchSamples) -> String 【】
    5  pub fn iter<T, F>(inner: &mut F) -> stats::Summary
    6  pub fn benchmark<F>(
    7  pub fn run_once<F>(f: F)
    
    
    
    

    \rustlib\src\rust\library\test\src\cli.rs

    ═════════ pub fn 函数
    1  pub fn use_color(&self) -> bool 【】
    2  pub fn parse_opts(args: &[String]) -> Option<OptRes> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! unstable_optflag 【】
    2  macro_rules! unstable_optopt 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\console.rs

    ═════════ pub fn 函数
    1  pub fn new(opts: &TestOpts) -> io::Result<ConsoleTestState> 【】
    2  pub fn write_log<F, S>(&mut self, msg: F) -> io::Result<()>
    3  pub fn write_log_result(
    4  pub fn list_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Result<()> 【】
    5  pub fn run_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Result<bool> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\event.rs

    ═════════ pub fn 函数
    1  pub fn new(
    
    
    
    

    \rustlib\src\rust\library\test\src\formatters\json.rs

    ═════════ pub fn 函数
    1  pub fn new(out: OutputLocation<T>) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\formatters\junit.rs

    ═════════ pub fn 函数
    1  pub fn new(out: OutputLocation<T>) -> Self 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\formatters\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn write_stderr_delimiter(test_output: &mut Vec<u8>, test_name: &TestName) 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\formatters\pretty.rs

    ═════════ pub fn 函数
    1  pub fn new(
    2  pub fn output_location(&self) -> &OutputLocation<T> 【】
    3  pub fn write_ok(&mut self) -> io::Result<()> 【】
    4  pub fn write_failed(&mut self) -> io::Result<()> 【】
    5  pub fn write_ignored(&mut self, message: Option<&'static str>) -> io::Result<()> 【】
    6  pub fn write_time_failed(&mut self) -> io::Result<()> 【】
    7  pub fn write_bench(&mut self) -> io::Result<()> 【】
    8  pub fn write_short_result(
    9  pub fn write_pretty(&mut self, word: &str, color: term::color::Color) -> io::Result<()> 【】
    10  pub fn write_plain<S: AsRef<str>>(&mut self, s: S) -> io::Result<()> 【】
    11  pub fn write_successes(&mut self, state: &ConsoleTestState) -> io::Result<()> 【】
    12  pub fn write_failures(&mut self, state: &ConsoleTestState) -> io::Result<()> 【】
    13  pub fn write_time_failures(&mut self, state: &ConsoleTestState) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\formatters\terse.rs

    ═════════ pub fn 函数
    1  pub fn new(
    2  pub fn write_ok(&mut self) -> io::Result<()> 【】
    3  pub fn write_failed(&mut self) -> io::Result<()> 【】
    4  pub fn write_ignored(&mut self) -> io::Result<()> 【】
    5  pub fn write_bench(&mut self) -> io::Result<()> 【】
    6  pub fn write_short_result(
    7  pub fn write_pretty(&mut self, word: &str, color: term::color::Color) -> io::Result<()> 【】
    8  pub fn write_plain<S: AsRef<str>>(&mut self, s: S) -> io::Result<()> 【】
    9  pub fn write_outputs(&mut self, state: &ConsoleTestState) -> io::Result<()> 【】
    10  pub fn write_failures(&mut self, state: &ConsoleTestState) -> io::Result<()> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\helpers\concurrency.rs

    ═════════ pub fn 函数
    1  pub fn get_concurrency() -> usize 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\helpers\exit_code.rs

    ═════════ pub fn 函数
    1  pub fn get_exit_code(status: ExitStatus) -> Result<i32, String> 【】
    2  pub fn get_exit_code(status: ExitStatus) -> Result<i32, String> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\helpers\isatty.rs

    ═════════ pub fn 函数
    1  pub fn stdout_isatty() -> bool 【】
    2  pub fn stdout_isatty() -> bool 【】
    3  pub fn stdout_isatty() -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\helpers\metrics.rs

    ═════════ pub fn 函数
    1  pub fn new(value: f64, noise: f64) -> Metric 【】
    2  pub fn new() -> MetricMap 【】
    3  pub fn insert_metric(&mut self, name: &str, value: f64, noise: f64) 【】
    4  pub fn fmt_metrics(&self) -> String 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\helpers\shuffle.rs

    ═════════ pub fn 函数
    1  pub fn get_shuffle_seed(opts: &TestOpts) -> Option<u64> 【】
    2  pub fn shuffle_tests(shuffle_seed: u64, tests: &mut [(TestId, TestDescAndFn)]) 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn test_main(args: &[String], tests: Vec<TestDescAndFn>, options: Option<Options>) 【】
    2  pub fn test_main_static(tests: &[&TestDescAndFn]) 【】
    3  pub fn test_main_static_abort(tests: &[&TestDescAndFn]) 【】
    4  pub fn assert_test_result<T: Termination>(result: T) 【】
    5  pub fn run_tests<F>(
    6  pub fn filter_tests(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> Vec<TestDescAndFn> 【】
    7  pub fn convert_benchmarks_to_tests(tests: Vec<TestDescAndFn>) -> Vec<TestDescAndFn> 【】
    8  pub fn run_test(
    
    
    
    

    \rustlib\src\rust\library\test\src\options.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Options 【】
    2  pub fn display_output(mut self, display_output: bool) -> Options 【】
    3  pub fn panic_abort(mut self, panic_abort: bool) -> Options 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\stats\tests.rs

    ═════════ pub fn 函数
    1  pub fn sum_three_items(b: &mut Bencher) 【】
    2  pub fn sum_many_f64(b: &mut Bencher) 【】
    3  pub fn no_iter(_: &mut Bencher) 【】}
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! assert_approx_eq 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\stats.rs

    ═════════ pub fn 函数
    1  pub fn new(samples: &[f64]) -> Summary 【】
    2  pub fn winsorize(samples: &mut [f64], pct: f64) 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\term\terminfo\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn from_env() -> Result<TermInfo, Error> 【】
    2  pub(crate) fn from_name(name: &str) -> Result<TermInfo, Error> 【】
    3  pub(crate) fn from_path<P: AsRef<Path>>(path: P) -> Result<TermInfo, Error> 【】
    4  pub(crate) fn new_with_terminfo(out: T, terminfo: TermInfo) -> TerminfoTerminal<T> 【】
    5  pub(crate) fn new(out: T) -> Option<TerminfoTerminal<T>> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\term\terminfo\parm.rs

    ═════════ pub fn 函数
    1  pub(crate) fn new() -> Variables 【】
    2  pub(crate) fn expand(
    
    
    
    

    \rustlib\src\rust\library\test\src\term\terminfo\parser\compiled.rs

    ═════════ pub fn 函数
    1  pub(crate) fn parse(file: &mut dyn io::Read, longnames: bool) -> Result<TermInfo, String> 【】
    2  pub(crate) fn msys_terminfo() -> TermInfo 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! read_nonneg 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\term\terminfo\searcher.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_dbpath_for_term(term: &str) -> Option<PathBuf> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\term\win.rs

    ═════════ pub fn 函数
    1  pub(crate) fn new(out: T) -> io::Result<WinConsole<T>> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\term.rs

    ═════════ pub fn 函数
    1  pub(crate) fn stdout() -> Option<Box<StdoutTerminal>> 【】
    2  pub(crate) fn stdout() -> Option<Box<StdoutTerminal>> 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\tests.rs

    ═════════ pub fn 函数
    1  pub fn do_not_run_ignored_tests() 【】
    2  pub fn ignored_tests_result_in_ignored() 【】
    3  pub fn filter_for_ignored_option() 【】
    4  pub fn run_include_ignored_option() 【】
    5  pub fn exclude_should_panic_option() 【】
    6  pub fn exact_filter_match() 【】
    7  pub fn sort_tests() 【】
    8  pub fn shuffle_tests() 【】
    9  pub fn shuffle_tests_with_seed() 【】
    10  pub fn order_depends_on_more_than_seed() 【】
    11  pub fn test_metricmap_compare() 【】
    12  pub fn test_bench_once_no_iter() 【】
    13  pub fn test_bench_once_iter() 【】
    14  pub fn test_bench_no_iter() 【】
    15  pub fn test_bench_iter() 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\test_result.rs

    ═════════ pub fn 函数
    1  pub fn calc_result<'a>(
    2  pub fn get_result_from_exit_code(
    
    
    
    

    \rustlib\src\rust\library\test\src\time.rs

    ═════════ pub fn 函数
    1  pub fn get_default_test_timeout() -> Instant 【】
    2  pub fn new(warn: Duration, critical: Duration) -> Self 【】
    3  pub fn from_env_var(env_var_name: &str) -> Option<Self> 【】
    4  pub fn new_from_env(error_on_excess: bool) -> Self 【】
    5  pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool 【】
    6  pub fn is_critical(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool 【】
    
    
    
    

    \rustlib\src\rust\library\test\src\types.rs

    ═════════ pub fn 函数
    1  pub fn as_slice(&self) -> &str 【】
    2  pub fn padding(&self) -> NamePadding 【】
    3  pub fn with_padding(&self, padding: NamePadding) -> TestName 【】
    4  pub fn padding(&self) -> NamePadding 【】
    5  pub fn padded_name(&self, column_count: usize, align: NamePadding) -> String 【】
    6  pub fn test_mode(&self) -> Option<&'static str> 【】
    
    
    
    

    \rustlib\src\rust\library\unwind\src\libunwind.rs

    ═════════ pub fn 函数
    1  pub fn _Unwind_Resume(exception: *mut _Unwind_Exception) -> !;
    2  pub fn _Unwind_DeleteException(exception: *mut _Unwind_Exception);
    3  pub fn _Unwind_GetLanguageSpecificData(ctx: *mut _Unwind_Context) -> *mut c_void;
    4  pub fn _Unwind_GetRegionStart(ctx: *mut _Unwind_Context) -> _Unwind_Ptr;
    5  pub fn _Unwind_GetTextRelBase(ctx: *mut _Unwind_Context) -> _Unwind_Ptr;
    6  pub fn _Unwind_GetDataRelBase(ctx: *mut _Unwind_Context) -> _Unwind_Ptr;
    7  pub fn _Unwind_GetGR(ctx: *mut _Unwind_Context, reg_index: c_int) -> _Unwind_Word;
    8  pub fn _Unwind_SetGR(ctx: *mut _Unwind_Context, reg_index: c_int, value: _Unwind_Word);
    9  pub fn _Unwind_GetIP(ctx: *mut _Unwind_Context) -> _Unwind_Word;
    10  pub fn _Unwind_SetIP(ctx: *mut _Unwind_Context, value: _Unwind_Word);
    11  pub fn _Unwind_GetIPInfo(ctx: *mut _Unwind_Context, ip_before_insn: *mut c_int)
    12  pub fn _Unwind_FindEnclosingFunction(pc: *mut c_void) -> *mut c_void;
    13  pub unsafe fn _Unwind_GetGR(ctx: *mut _Unwind_Context, reg_index: c_int) -> _Unwind_Word 【】
    14  pub unsafe fn _Unwind_SetGR(ctx: *mut _Unwind_Context, reg_index: c_int, value: _Unwind_Word) 【】
    15  pub unsafe fn _Unwind_GetIP(ctx: *mut _Unwind_Context)
    16  pub unsafe fn _Unwind_SetIP(ctx: *mut _Unwind_Context,
    17  pub unsafe fn _Unwind_GetIPInfo(ctx: *mut _Unwind_Context,
    18  pub unsafe fn _Unwind_FindEnclosingFunction(pc: *mut c_void) -> *mut c_void 【】
    19  pub fn _Unwind_RaiseException(exception: *mut _Unwind_Exception) -> _Unwind_Reason_Code;
    20  pub fn _Unwind_Backtrace(trace: _Unwind_Trace_Fn,
    21  pub fn _Unwind_SjLj_RaiseException(e: *mut _Unwind_Exception) -> _Unwind_Reason_Code;
    22  pub fn _GCC_specific_handler(exceptionRecord: *mut EXCEPTION_RECORD,
    
    
    
    

    \autocfg-1.1.0\src\error.rs

    ═════════ pub fn 函数
    1  pub fn from_io(e: io::Error) -> Error 【】
    2  pub fn from_num(e: num::ParseIntError) -> Error 【】
    3  pub fn from_utf8(e: str::Utf8Error) -> Error 【】
    4  pub fn from_str(s: &'static str) -> Error 【】
    
    
    
    

    \autocfg-1.1.0\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn emit(cfg: &str) 【】
    2  pub fn rerun_path(path: &str) 【】
    3  pub fn rerun_env(var: &str) 【】
    4  pub fn new() -> AutoCfg 【】
    5  pub fn new() -> Result<Self, Error> 【】
    6  pub fn with_dir<T: Into<PathBuf>>(dir: T) -> Result<Self, Error> 【】
    7  pub fn probe_rustc_version(&self, major: usize, minor: usize) -> bool 【】
    8  pub fn emit_rustc_version(&self, major: usize, minor: usize) 【】
    9  pub fn probe_sysroot_crate(&self, name: &str) -> bool 【】
    10  pub fn emit_sysroot_crate(&self, name: &str) 【】
    11  pub fn probe_path(&self, path: &str) -> bool 【】
    12  pub fn emit_has_path(&self, path: &str) 【】
    13  pub fn emit_path_cfg(&self, path: &str, cfg: &str) 【】
    14  pub fn probe_trait(&self, name: &str) -> bool 【】
    15  pub fn emit_has_trait(&self, name: &str) 【】
    16  pub fn emit_trait_cfg(&self, name: &str, cfg: &str) 【】
    17  pub fn probe_type(&self, name: &str) -> bool 【】
    18  pub fn emit_has_type(&self, name: &str) 【】
    19  pub fn emit_type_cfg(&self, name: &str, cfg: &str) 【】
    20  pub fn probe_expression(&self, expr: &str) -> bool 【】
    21  self.probe(format!("pub fn probe() 【】【】 let _ = 【】}; }}", expr))
    22  pub fn emit_expression_cfg(&self, expr: &str, cfg: &str) 【】
    23  pub fn probe_constant(&self, expr: &str) -> bool 【】
    24  pub fn emit_constant_cfg(&self, expr: &str, cfg: &str) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try 【】
    
    
    
    

    \autocfg-1.1.0\src\version.rs

    ═════════ pub fn 函数
    1  pub fn new(major: usize, minor: usize, patch: usize) -> Self 【】
    2  pub fn from_rustc(rustc: &Path) -> Result<Self, Error> 【】
    
    
    
    

    \chrono-0.4.22\src\date.rs

    ═════════ pub fn 函数
    1  pub fn from_utc(date: NaiveDate, offset: Tz::Offset) -> Date<Tz> 【】
    2  pub fn and_time(&self, time: NaiveTime) -> Option<DateTime<Tz>> 【】
    3  pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> DateTime<Tz> 【】
    4  pub fn and_hms_opt(&self, hour: u32, min: u32, sec: u32) -> Option<DateTime<Tz>> 【】
    5  pub fn and_hms_milli(&self, hour: u32, min: u32, sec: u32, milli: u32) -> DateTime<Tz> 【】
    6  pub fn and_hms_milli_opt(
    7  pub fn and_hms_micro(&self, hour: u32, min: u32, sec: u32, micro: u32) -> DateTime<Tz> 【】
    8  pub fn and_hms_micro_opt(
    9  pub fn and_hms_nano(&self, hour: u32, min: u32, sec: u32, nano: u32) -> DateTime<Tz> 【】
    10  pub fn and_hms_nano_opt(
    11  pub fn succ(&self) -> Date<Tz> 【】
    12  pub fn succ_opt(&self) -> Option<Date<Tz>> 【】
    13  pub fn pred(&self) -> Date<Tz> 【】
    14  pub fn pred_opt(&self) -> Option<Date<Tz>> 【】
    15  pub fn offset(&self) -> &Tz::Offset 【】
    16  pub fn timezone(&self) -> Tz 【】
    17  pub fn with_timezone<Tz2: TimeZone>(&self, tz: &Tz2) -> Date<Tz2> 【】
    18  pub fn checked_add_signed(self, rhs: OldDuration) -> Option<Date<Tz>> 【】
    19  pub fn checked_sub_signed(self, rhs: OldDuration) -> Option<Date<Tz>> 【】
    20  pub fn signed_duration_since<Tz2: TimeZone>(self, rhs: Date<Tz2>) -> OldDuration 【】
    21  pub fn naive_utc(&self) -> NaiveDate 【】
    22  pub fn naive_local(&self) -> NaiveDate 【】
    23  pub fn years_since(&self, base: Self) -> Option<u32> 【】
    24  pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I>
    25  pub fn format<'a>(&self, fmt: &'a str) -> DelayedFormat<StrftimeItems<'a>> 【】
    26  pub fn format_localized_with_items<'a, I, B>(
    27  pub fn format_localized<'a>(
    
    
    
    

    \chrono-0.4.22\src\datetime\mod.rs

    ═════════ pub fn 函数
    1  pub fn from_utc(datetime: NaiveDateTime, offset: Tz::Offset) -> DateTime<Tz> 【】
    2  pub fn from_local(datetime: NaiveDateTime, offset: Tz::Offset) -> DateTime<Tz> 【】
    3  pub fn date(&self) -> Date<Tz> 【】
    4  pub fn date_naive(&self) -> NaiveDate 【】
    5  pub fn time(&self) -> NaiveTime 【】
    6  pub fn timestamp(&self) -> i64 【】
    7  pub fn timestamp_millis(&self) -> i64 【】
    8  pub fn timestamp_micros(&self) -> i64 【】
    9  pub fn timestamp_nanos(&self) -> i64 【】
    10  pub fn timestamp_subsec_millis(&self) -> u32 【】
    11  pub fn timestamp_subsec_micros(&self) -> u32 【】
    12  pub fn timestamp_subsec_nanos(&self) -> u32 【】
    13  pub fn offset(&self) -> &Tz::Offset 【】
    14  pub fn timezone(&self) -> Tz 【】
    15  pub fn with_timezone<Tz2: TimeZone>(&self, tz: &Tz2) -> DateTime<Tz2> 【】
    16  pub fn checked_add_signed(self, rhs: OldDuration) -> Option<DateTime<Tz>> 【】
    17  pub fn checked_sub_signed(self, rhs: OldDuration) -> Option<DateTime<Tz>> 【】
    18  pub fn signed_duration_since<Tz2: TimeZone>(self, rhs: DateTime<Tz2>) -> OldDuration 【】
    19  pub fn naive_utc(&self) -> NaiveDateTime 【】
    20  pub fn naive_local(&self) -> NaiveDateTime 【】
    21  pub fn years_since(&self, base: Self) -> Option<u32> 【】
    22  pub fn parse_from_rfc2822(s: &str) -> ParseResult<DateTime<FixedOffset>> 【】
    23  pub fn parse_from_rfc3339(s: &str) -> ParseResult<DateTime<FixedOffset>> 【】
    24  pub fn parse_from_str(s: &str, fmt: &str) -> ParseResult<DateTime<FixedOffset>> 【】
    25  pub fn to_rfc2822(&self) -> String 【】
    26  pub fn to_rfc3339(&self) -> String 【】
    27  pub fn to_rfc3339_opts(&self, secform: SecondsFormat, use_z: bool) -> String 【】
    28  pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I>
    29  pub fn format<'a>(&self, fmt: &'a str) -> DelayedFormat<StrftimeItems<'a>> 【】
    30  pub fn format_localized_with_items<'a, I, B>(
    31  pub fn format_localized<'a>(
    
    
    
    

    \chrono-0.4.22\src\datetime\serde.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S>(dt: &DateTime<Utc>, serializer: S) -> Result<S::Ok, S::Error>
    2  pub fn deserialize<'de, D>(d: D) -> Result<DateTime<Utc>, D::Error>
    3  pub fn serialize<S>(opt: &Option<DateTime<Utc>>, serializer: S) -> Result<S::Ok, S::Error>
    4  pub fn deserialize<'de, D>(d: D) -> Result<Option<DateTime<Utc>>, D::Error>
    5  pub fn serialize<S>(dt: &DateTime<Utc>, serializer: S) -> Result<S::Ok, S::Error>
    6  pub fn deserialize<'de, D>(d: D) -> Result<DateTime<Utc>, D::Error>
    7  pub fn serialize<S>(opt: &Option<DateTime<Utc>>, serializer: S) -> Result<S::Ok, S::Error>
    8  pub fn deserialize<'de, D>(d: D) -> Result<Option<DateTime<Utc>>, D::Error>
    9  pub fn serialize<S>(dt: &DateTime<Utc>, serializer: S) -> Result<S::Ok, S::Error>
    10  pub fn deserialize<'de, D>(d: D) -> Result<DateTime<Utc>, D::Error>
    11  pub fn serialize<S>(opt: &Option<DateTime<Utc>>, serializer: S) -> Result<S::Ok, S::Error>
    12  pub fn deserialize<'de, D>(d: D) -> Result<Option<DateTime<Utc>>, D::Error>
    13  pub fn serialize<S>(dt: &DateTime<Utc>, serializer: S) -> Result<S::Ok, S::Error>
    14  pub fn deserialize<'de, D>(d: D) -> Result<DateTime<Utc>, D::Error>
    15  pub fn serialize<S>(opt: &Option<DateTime<Utc>>, serializer: S) -> Result<S::Ok, S::Error>
    16  pub fn deserialize<'de, D>(d: D) -> Result<Option<DateTime<Utc>>, D::Error>
    
    
    
    

    \chrono-0.4.22\src\format\locales.rs

    ═════════ pub fn 函数
    1  pub(crate) fn short_months(locale: Locale) -> &'static [&'static str] 【】
    2  pub(crate) fn long_months(locale: Locale) -> &'static [&'static str] 【】
    3  pub(crate) fn short_weekdays(locale: Locale) -> &'static [&'static str] 【】
    4  pub(crate) fn long_weekdays(locale: Locale) -> &'static [&'static str] 【】
    5  pub(crate) fn am_pm(locale: Locale) -> &'static [&'static str] 【】
    6  pub(crate) fn d_fmt(locale: Locale) -> &'static str 【】
    7  pub(crate) fn d_t_fmt(locale: Locale) -> &'static str 【】
    8  pub(crate) fn t_fmt(locale: Locale) -> &'static str 【】
    
    
    
    

    \chrono-0.4.22\src\format\mod.rs

    ═════════ pub fn 函数
    1  pub fn kind(&self) -> ParseErrorKind 【】
    2  pub fn format_item<'a>(
    3  pub fn format<'a, I, B>(
    4  pub fn new(date: Option<NaiveDate>, time: Option<NaiveTime>, items: I) -> DelayedFormat<I> 【】
    5  pub fn new_with_offset<Off>(
    6  pub fn new_with_locale(
    7  pub fn new_with_offset_and_locale<Off>(
    8  pub fn format_item_localized<'a>(
    9  pub fn format_localized<'a, I, B>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! lit 【】
    2  macro_rules! sp 【】
    3  macro_rules! num 【】
    4  macro_rules! num0 【】
    5  macro_rules! nums 【】
    6  macro_rules! fix 【】
    7  macro_rules! internal_fix 【】
    
    
    
    

    \chrono-0.4.22\src\format\parse.rs

    ═════════ pub fn 函数
    1  pub fn parse<'a, I, B>(parsed: &mut Parsed, s: &str, items: I) -> ParseResult<()>
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try_consume 【】
    2  macro_rules! try_consume 【】
    3  macro_rules! try_consume 【】
    4  macro_rules! check 【】
    
    
    
    

    \chrono-0.4.22\src\format\parsed.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Parsed 【】
    2  pub fn set_year(&mut self, value: i64) -> ParseResult<()> 【】
    3  pub fn set_year_div_100(&mut self, value: i64) -> ParseResult<()> 【】
    4  pub fn set_year_mod_100(&mut self, value: i64) -> ParseResult<()> 【】
    5  pub fn set_isoyear(&mut self, value: i64) -> ParseResult<()> 【】
    6  pub fn set_isoyear_div_100(&mut self, value: i64) -> ParseResult<()> 【】
    7  pub fn set_isoyear_mod_100(&mut self, value: i64) -> ParseResult<()> 【】
    8  pub fn set_month(&mut self, value: i64) -> ParseResult<()> 【】
    9  pub fn set_week_from_sun(&mut self, value: i64) -> ParseResult<()> 【】
    10  pub fn set_week_from_mon(&mut self, value: i64) -> ParseResult<()> 【】
    11  pub fn set_isoweek(&mut self, value: i64) -> ParseResult<()> 【】
    12  pub fn set_weekday(&mut self, value: Weekday) -> ParseResult<()> 【】
    13  pub fn set_ordinal(&mut self, value: i64) -> ParseResult<()> 【】
    14  pub fn set_day(&mut self, value: i64) -> ParseResult<()> 【】
    15  pub fn set_ampm(&mut self, value: bool) -> ParseResult<()> 【】
    16  pub fn set_hour12(&mut self, value: i64) -> ParseResult<()> 【】
    17  pub fn set_hour(&mut self, value: i64) -> ParseResult<()> 【】
    18  pub fn set_minute(&mut self, value: i64) -> ParseResult<()> 【】
    19  pub fn set_second(&mut self, value: i64) -> ParseResult<()> 【】
    20  pub fn set_nanosecond(&mut self, value: i64) -> ParseResult<()> 【】
    21  pub fn set_timestamp(&mut self, value: i64) -> ParseResult<()> 【】
    22  pub fn set_offset(&mut self, value: i64) -> ParseResult<()> 【】
    23  pub fn to_naive_date(&self) -> ParseResult<NaiveDate> 【】
    24  pub fn to_naive_time(&self) -> ParseResult<NaiveTime> 【】
    25  pub fn to_naive_datetime_with_offset(&self, offset: i32) -> ParseResult<NaiveDateTime> 【】
    26  pub fn to_fixed_offset(&self) -> ParseResult<FixedOffset> 【】
    27  pub fn to_datetime(&self) -> ParseResult<DateTime<FixedOffset>> 【】
    28  pub fn to_datetime_with_timezone<Tz: TimeZone>(&self, tz: &Tz) -> ParseResult<DateTime<Tz>> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! parse 【】
    2  macro_rules! parse 【】
    3  macro_rules! parse 【】
    4  macro_rules! parse 【】
    5  macro_rules! parse 【】
    
    
    
    

    \chrono-0.4.22\src\format\scan.rs

    ═════════ pub fn 函数
    1  pub(super) fn number(s: &str, min: usize, max: usize) -> ParseResult<(&str, i64)> 【】
    2  pub(super) fn nanosecond(s: &str) -> ParseResult<(&str, i64)> 【】
    3  pub(super) fn nanosecond_fixed(s: &str, digits: usize) -> ParseResult<(&str, i64)> 【】
    4  pub(super) fn short_month0(s: &str) -> ParseResult<(&str, u8)> 【】
    5  pub(super) fn short_weekday(s: &str) -> ParseResult<(&str, Weekday)> 【】
    6  pub(super) fn short_or_long_month0(s: &str) -> ParseResult<(&str, u8)> 【】
    7  pub(super) fn short_or_long_weekday(s: &str) -> ParseResult<(&str, Weekday)> 【】
    8  pub(super) fn char(s: &str, c1: u8) -> ParseResult<&str> 【】
    9  pub(super) fn space(s: &str) -> ParseResult<&str> 【】
    10  pub(super) fn colon_or_space(s: &str) -> ParseResult<&str> 【】
    11  pub(super) fn timezone_offset<F>(s: &str, consume_colon: F) -> ParseResult<(&str, i32)>
    12  pub(super) fn timezone_offset_zulu<F>(s: &str, colon: F) -> ParseResult<(&str, i32)>
    13  pub(super) fn timezone_offset_permissive<F>(s: &str, colon: F) -> ParseResult<(&str, i32)>
    14  pub(super) fn timezone_offset_2822(s: &str) -> ParseResult<(&str, Option<i32>)> 【】
    15  pub(super) fn timezone_name_skip(s: &str) -> ParseResult<(&str, ())> 【】
    16  pub(super) fn comment_2822(s: &str) -> ParseResult<(&str, ())> 【】
    
    
    
    

    \chrono-0.4.22\src\format\strftime.rs

    ═════════ pub fn 函数
    1  pub fn new(s: &'a str) -> StrftimeItems<'a> 【】
    2  pub fn new_with_locale(s: &'a str, locale: Locale) -> StrftimeItems<'a> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! next 【】
    2  macro_rules! recons 【】
    3  macro_rules! recons_from_slice 【】
    
    
    
    

    \chrono-0.4.22\src\lib.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! matches 【】
    
    
    
    

    \chrono-0.4.22\src\month.rs

    ═════════ pub fn 函数
    1  pub fn succ(&self) -> Month 【】
    2  pub fn pred(&self) -> Month 【】
    3  pub fn number_from_month(&self) -> u32 【】
    4  pub fn name(&self) -> &'static str 【】
    5  pub fn new(num: u32) -> Self 【】
    
    
    
    

    \chrono-0.4.22\src\naive\date.rs

    ═════════ pub fn 函数
    1  pub fn first_day(&self) -> NaiveDate 【】
    2  pub fn last_day(&self) -> NaiveDate 【】
    3  pub fn days(&self) -> RangeInclusive<NaiveDate> 【】
    4  pub fn from_ymd(year: i32, month: u32, day: u32) -> NaiveDate 【】
    5  pub fn from_ymd_opt(year: i32, month: u32, day: u32) -> Option<NaiveDate> 【】
    6  pub fn from_yo(year: i32, ordinal: u32) -> NaiveDate 【】
    7  pub fn from_yo_opt(year: i32, ordinal: u32) -> Option<NaiveDate> 【】
    8  pub fn from_isoywd(year: i32, week: u32, weekday: Weekday) -> NaiveDate 【】
    9  pub fn from_isoywd_opt(year: i32, week: u32, weekday: Weekday) -> Option<NaiveDate> 【】
    10  pub fn from_num_days_from_ce(days: i32) -> NaiveDate 【】
    11  pub fn from_num_days_from_ce_opt(days: i32) -> Option<NaiveDate> 【】
    12  pub fn from_weekday_of_month(year: i32, month: u32, weekday: Weekday, n: u8) -> NaiveDate 【】
    13  pub fn from_weekday_of_month_opt(
    14  pub fn parse_from_str(s: &str, fmt: &str) -> ParseResult<NaiveDate> 【】
    15  pub fn checked_add_months(self, months: Months) -> Option<Self> 【】
    16  pub fn checked_sub_months(self, months: Months) -> Option<Self> 【】
    17  pub fn and_time(&self, time: NaiveTime) -> NaiveDateTime 【】
    18  pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> NaiveDateTime 【】
    19  pub fn and_hms_opt(&self, hour: u32, min: u32, sec: u32) -> Option<NaiveDateTime> 【】
    20  pub fn and_hms_milli(&self, hour: u32, min: u32, sec: u32, milli: u32) -> NaiveDateTime 【】
    21  pub fn and_hms_milli_opt(
    22  pub fn and_hms_micro(&self, hour: u32, min: u32, sec: u32, micro: u32) -> NaiveDateTime 【】
    23  pub fn and_hms_micro_opt(
    24  pub fn and_hms_nano(&self, hour: u32, min: u32, sec: u32, nano: u32) -> NaiveDateTime 【】
    25  pub fn and_hms_nano_opt(
    26  pub fn succ(&self) -> NaiveDate 【】
    27  pub fn succ_opt(&self) -> Option<NaiveDate> 【】
    28  pub fn pred(&self) -> NaiveDate 【】
    29  pub fn pred_opt(&self) -> Option<NaiveDate> 【】
    30  pub fn checked_add_signed(self, rhs: OldDuration) -> Option<NaiveDate> 【】
    31  pub fn checked_sub_signed(self, rhs: OldDuration) -> Option<NaiveDate> 【】
    32  pub fn signed_duration_since(self, rhs: NaiveDate) -> OldDuration 【】
    33  pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I>
    34  pub fn format<'a>(&self, fmt: &'a str) -> DelayedFormat<StrftimeItems<'a>> 【】
    35  pub fn iter_days(&self) -> NaiveDateDaysIterator 【】
    36  pub fn iter_weeks(&self) -> NaiveDateWeeksIterator 【】
    37  pub fn week(&self, start: Weekday) -> NaiveWeek 【】
    
    
    
    

    \chrono-0.4.22\src\naive\datetime\mod.rs

    ═════════ pub fn 函数
    1  pub fn new(date: NaiveDate, time: NaiveTime) -> NaiveDateTime 【】
    2  pub fn from_timestamp(secs: i64, nsecs: u32) -> NaiveDateTime 【】
    3  pub fn from_timestamp_opt(secs: i64, nsecs: u32) -> Option<NaiveDateTime> 【】
    4  pub fn parse_from_str(s: &str, fmt: &str) -> ParseResult<NaiveDateTime> 【】
    5  pub fn date(&self) -> NaiveDate 【】
    6  pub fn time(&self) -> NaiveTime 【】
    7  pub fn timestamp(&self) -> i64 【】
    8  pub fn timestamp_millis(&self) -> i64 【】
    9  pub fn timestamp_micros(&self) -> i64 【】
    10  pub fn timestamp_nanos(&self) -> i64 【】
    11  pub fn timestamp_subsec_millis(&self) -> u32 【】
    12  pub fn timestamp_subsec_micros(&self) -> u32 【】
    13  pub fn timestamp_subsec_nanos(&self) -> u32 【】
    14  pub fn checked_add_signed(self, rhs: OldDuration) -> Option<NaiveDateTime> 【】
    15  pub fn checked_sub_signed(self, rhs: OldDuration) -> Option<NaiveDateTime> 【】
    16  pub fn signed_duration_since(self, rhs: NaiveDateTime) -> OldDuration 【】
    17  pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I>
    18  pub fn format<'a>(&self, fmt: &'a str) -> DelayedFormat<StrftimeItems<'a>> 【】
    19  pub fn and_local_timezone<Tz: TimeZone>(&self, tz: Tz) -> LocalResult<DateTime<Tz>> 【】
    
    
    
    

    \chrono-0.4.22\src\naive\datetime\serde.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S>(dt: &NaiveDateTime, serializer: S) -> Result<S::Ok, S::Error>
    2  pub fn deserialize<'de, D>(d: D) -> Result<NaiveDateTime, D::Error>
    3  pub fn serialize<S>(opt: &Option<NaiveDateTime>, serializer: S) -> Result<S::Ok, S::Error>
    4  pub fn deserialize<'de, D>(d: D) -> Result<Option<NaiveDateTime>, D::Error>
    5  pub fn serialize<S>(dt: &NaiveDateTime, serializer: S) -> Result<S::Ok, S::Error>
    6  pub fn deserialize<'de, D>(d: D) -> Result<NaiveDateTime, D::Error>
    7  pub fn serialize<S>(opt: &Option<NaiveDateTime>, serializer: S) -> Result<S::Ok, S::Error>
    8  pub fn deserialize<'de, D>(d: D) -> Result<Option<NaiveDateTime>, D::Error>
    9  pub fn serialize<S>(dt: &NaiveDateTime, serializer: S) -> Result<S::Ok, S::Error>
    10  pub fn deserialize<'de, D>(d: D) -> Result<NaiveDateTime, D::Error>
    11  pub fn serialize<S>(opt: &Option<NaiveDateTime>, serializer: S) -> Result<S::Ok, S::Error>
    12  pub fn deserialize<'de, D>(d: D) -> Result<Option<NaiveDateTime>, D::Error>
    13  pub fn serialize<S>(dt: &NaiveDateTime, serializer: S) -> Result<S::Ok, S::Error>
    14  pub fn deserialize<'de, D>(d: D) -> Result<NaiveDateTime, D::Error>
    15  pub fn serialize<S>(opt: &Option<NaiveDateTime>, serializer: S) -> Result<S::Ok, S::Error>
    16  pub fn deserialize<'de, D>(d: D) -> Result<Option<NaiveDateTime>, D::Error>
    17  pub(crate) fn serde_from<T, E, V>(me: LocalResult<T>, ts: &V) -> Result<T, E>
    
    
    
    

    \chrono-0.4.22\src\naive\internals.rs

    ═════════ pub fn 函数
    1  pub(super) fn cycle_to_yo(cycle: u32) -> (u32, u32) 【】
    2  pub(super) fn yo_to_cycle(year_mod_400: u32, ordinal: u32) -> u32 【】
    3  pub fn from_year(year: i32) -> YearFlags 【】
    4  pub(super) fn from_year_mod_400(year: i32) -> YearFlags 【】
    5  pub(super) fn ndays(&self) -> u32 【】
    6  pub(super) fn isoweek_delta(&self) -> u32 【】
    7  pub(super) fn nisoweeks(&self) -> u32 【】
    8  pub(super) fn new(ordinal: u32, YearFlags(flags): YearFlags) -> Of 【】
    9  pub(super) fn from_mdf(Mdf(mdf): Mdf) -> Of 【】
    10  pub(super) fn valid(&self) -> bool 【】
    11  pub(super) fn ordinal(&self) -> u32 【】
    12  pub(super) fn with_ordinal(&self, ordinal: u32) -> Of 【】
    13  pub(super) fn flags(&self) -> YearFlags 【】
    14  pub(super) fn weekday(&self) -> Weekday 【】
    15  pub(super) fn isoweekdate_raw(&self) -> (u32, Weekday) 【】
    16  pub(super) fn to_mdf(&self) -> Mdf 【】
    17  pub(super) fn succ(&self) -> Of 【】
    18  pub(super) fn pred(&self) -> Of 【】
    19  pub(super) fn new(month: u32, day: u32, YearFlags(flags): YearFlags) -> Mdf 【】
    20  pub(super) fn from_of(Of(of): Of) -> Mdf 【】
    21  pub(super) fn valid(&self) -> bool 【】
    22  pub(super) fn month(&self) -> u32 【】
    23  pub(super) fn with_month(&self, month: u32) -> Mdf 【】
    24  pub(super) fn day(&self) -> u32 【】
    25  pub(super) fn with_day(&self, day: u32) -> Mdf 【】
    26  pub(super) fn with_flags(&self, YearFlags(flags): YearFlags) -> Mdf 【】
    27  pub(super) fn to_of(&self) -> Of 【】
    
    
    
    

    \chrono-0.4.22\src\naive\isoweek.rs

    ═════════ pub fn 函数
    1  pub(super) fn iso_week_from_yof(year: i32, of: Of) -> IsoWeek 【】
    2  pub fn year(&self) -> i32 【】
    3  pub fn week(&self) -> u32 【】
    4  pub fn week0(&self) -> u32 【】
    
    
    
    

    \chrono-0.4.22\src\naive\time\mod.rs

    ═════════ pub fn 函数
    1  pub fn from_hms(hour: u32, min: u32, sec: u32) -> NaiveTime 【】
    2  pub fn from_hms_opt(hour: u32, min: u32, sec: u32) -> Option<NaiveTime> 【】
    3  pub fn from_hms_milli(hour: u32, min: u32, sec: u32, milli: u32) -> NaiveTime 【】
    4  pub fn from_hms_milli_opt(hour: u32, min: u32, sec: u32, milli: u32) -> Option<NaiveTime> 【】
    5  pub fn from_hms_micro(hour: u32, min: u32, sec: u32, micro: u32) -> NaiveTime 【】
    6  pub fn from_hms_micro_opt(hour: u32, min: u32, sec: u32, micro: u32) -> Option<NaiveTime> 【】
    7  pub fn from_hms_nano(hour: u32, min: u32, sec: u32, nano: u32) -> NaiveTime 【】
    8  pub fn from_hms_nano_opt(hour: u32, min: u32, sec: u32, nano: u32) -> Option<NaiveTime> 【】
    9  pub fn from_num_seconds_from_midnight(secs: u32, nano: u32) -> NaiveTime 【】
    10  pub fn from_num_seconds_from_midnight_opt(secs: u32, nano: u32) -> Option<NaiveTime> 【】
    11  pub fn parse_from_str(s: &str, fmt: &str) -> ParseResult<NaiveTime> 【】
    12  pub fn overflowing_add_signed(&self, mut rhs: OldDuration) -> (NaiveTime, i64) 【】
    13  pub fn overflowing_sub_signed(&self, rhs: OldDuration) -> (NaiveTime, i64) 【】
    14  pub fn signed_duration_since(self, rhs: NaiveTime) -> OldDuration 【】
    15  pub fn format_with_items<'a, I, B>(&self, items: I) -> DelayedFormat<I>
    16  pub fn format<'a>(&self, fmt: &'a str) -> DelayedFormat<StrftimeItems<'a>> 【】
    
    
    
    

    \chrono-0.4.22\src\naive\time\tests.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! check 【】
    2  macro_rules! check 【】
    
    
    
    

    \chrono-0.4.22\src\offset\fixed.rs

    ═════════ pub fn 函数
    1  pub fn east(secs: i32) -> FixedOffset 【】
    2  pub fn east_opt(secs: i32) -> Option<FixedOffset> 【】
    3  pub fn west(secs: i32) -> FixedOffset 【】
    4  pub fn west_opt(secs: i32) -> Option<FixedOffset> 【】
    5  pub fn local_minus_utc(&self) -> i32 【】
    6  pub fn utc_minus_local(&self) -> i32 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\mod.rs

    ═════════ pub fn 函数
    1  pub fn today() -> Date<Local> 【】
    2  pub fn now() -> DateTime<Local> 【】
    3  pub fn now() -> DateTime<Local> 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\stub.rs

    ═════════ pub fn 函数
    1  pub(super) fn now() -> DateTime<Local> 【】
    2  pub(super) fn naive_to_local(d: &NaiveDateTime, local: bool) -> LocalResult<DateTime<Local>> 【】
    3  pub(super) fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    4  pub(super) fn utc_tm_to_time(tm: &Tm) -> i64 【】
    5  pub(super) fn local_tm_to_time(tm: &Tm) -> i64 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\tz_info\parser.rs

    ═════════ pub fn 函数
    1  pub(super) fn parse(bytes: &[u8]) -> Result<TimeZone, Error> 【】
    2  pub(crate) fn new(remaining: &'a [u8]) -> Self 【】
    3  pub(crate) fn peek(&self) -> Option<&u8> 【】
    4  pub(crate) fn remaining(&self) -> &'a [u8] 【】
    5  pub(crate) fn is_empty(&self) -> bool 【】
    6  pub(crate) fn read_be_u32(&mut self) -> Result<u32, Error> 【】
    7  pub(crate) fn read_exact(&mut self, count: usize) -> Result<&'a [u8], io::Error> 【】
    8  pub(crate) fn read_tag(&mut self, tag: &[u8]) -> Result<(), io::Error> 【】
    9  pub(crate) fn read_optional_tag(&mut self, tag: &[u8]) -> Result<bool, io::Error> 【】
    10  pub(crate) fn read_while<F: Fn(&u8) -> bool>(&mut self, f: F) -> Result<&'a [u8], io::Error> 【】
    11  pub(crate) fn read_int<T: FromStr<Err = ParseIntError>>(&mut self) -> Result<T, Error> 【】
    12  pub(crate) fn read_until<F: Fn(&u8) -> bool>(&mut self, f: F) -> Result<&'a [u8], io::Error> 【】
    13  pub(crate) fn read_be_i32(bytes: &[u8]) -> Result<i32, Error> 【】
    14  pub(crate) fn read_be_i64(bytes: &[u8]) -> Result<i64, Error> 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\tz_info\rule.rs

    ═════════ pub fn 函数
    1  pub(super) fn from_tz_string(
    2  pub(super) fn find_local_time_type(&self, unix_time: i64) -> Result<&LocalTimeType, Error> 【】
    3  pub(super) fn find_local_time_type_from_local(
    4  pub(crate) fn from_timespec(unix_time: i64) -> Result<Self, Error> 【】
    5  pub(crate) fn days_since_unix_epoch(year: i32, month: usize, month_day: i64) -> i64 【】
    6  pub(crate) fn is_leap_year(year: i32) -> bool 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\tz_info\timezone.rs

    ═════════ pub fn 函数
    1  pub(crate) fn local() -> Result<Self, Error> 【】
    2  pub(super) fn new(
    3  pub(crate) fn from_tz_data(bytes: &[u8]) -> Result<Self, Error> 【】
    4  pub(crate) fn utc() -> Self 【】
    5  pub(crate) fn find_local_time_type(&self, unix_time: i64) -> Result<&LocalTimeType, Error> 【】
    6  pub(crate) fn find_local_time_type_from_local(
    7  pub(crate) fn find_local_time_type(&self, unix_time: i64) -> Result<&'a LocalTimeType, Error> 【】
    8  pub(crate) fn find_local_time_type_from_local(
    9  pub(super) fn new(unix_leap_time: i64, local_time_type_index: usize) -> Self 【】
    10  pub(super) fn new(unix_leap_time: i64, correction: i32) -> Self 【】
    11  pub(super) fn new(ut_offset: i32, is_dst: bool, name: Option<&[u8]>) -> Result<Self, Error> 【】
    12  pub(super) fn with_offset(ut_offset: i32) -> Result<Self, Error> 【】
    13  pub(crate) fn offset(&self) -> i32 【】
    14  pub(super) fn is_dst(&self) -> bool 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\unix.rs

    ═════════ pub fn 函数
    1  pub(super) fn now() -> DateTime<Local> 【】
    2  pub(super) fn naive_to_local(d: &NaiveDateTime, local: bool) -> LocalResult<DateTime<Local>> 【】
    
    
    
    

    \chrono-0.4.22\src\offset\local\windows.rs

    ═════════ pub fn 函数
    1  pub(super) fn now() -> DateTime<Local> 【】
    2  pub(super) fn naive_to_local(d: &NaiveDateTime, local: bool) -> LocalResult<DateTime<Local>> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! call 【】
    
    
    
    

    \chrono-0.4.22\src\offset\mod.rs

    ═════════ pub fn 函数
    1  pub fn single(self) -> Option<T> 【】
    2  pub fn earliest(self) -> Option<T> 【】
    3  pub fn latest(self) -> Option<T> 【】
    4  pub fn map<U, F: FnMut(T) -> U>(self, mut f: F) -> LocalResult<U> 【】
    5  pub fn and_time(self, time: NaiveTime) -> LocalResult<DateTime<Tz>> 【】
    6  pub fn and_hms_opt(self, hour: u32, min: u32, sec: u32) -> LocalResult<DateTime<Tz>> 【】
    7  pub fn and_hms_milli_opt(
    8  pub fn and_hms_micro_opt(
    9  pub fn and_hms_nano_opt(
    10  pub fn unwrap(self) -> T 【】
    
    
    
    

    \chrono-0.4.22\src\offset\utc.rs

    ═════════ pub fn 函数
    1  pub fn today() -> Date<Utc> 【】
    2  pub fn now() -> DateTime<Utc> 【】
    3  pub fn now() -> DateTime<Utc> 【】
    
    
    
    

    \chrono-0.4.22\src\oldtime.rs

    ═════════ pub fn 函数
    1  pub fn weeks(weeks: i64) -> Duration 【】
    2  pub fn days(days: i64) -> Duration 【】
    3  pub fn hours(hours: i64) -> Duration 【】
    4  pub fn minutes(minutes: i64) -> Duration 【】
    5  pub fn seconds(seconds: i64) -> Duration 【】
    6  pub fn milliseconds(milliseconds: i64) -> Duration 【】
    7  pub fn microseconds(microseconds: i64) -> Duration 【】
    8  pub fn nanoseconds(nanos: i64) -> Duration 【】
    9  pub fn num_weeks(&self) -> i64 【】
    10  pub fn num_days(&self) -> i64 【】
    11  pub fn num_hours(&self) -> i64 【】
    12  pub fn num_minutes(&self) -> i64 【】
    13  pub fn num_seconds(&self) -> i64 【】
    14  pub fn num_milliseconds(&self) -> i64 【】
    15  pub fn num_microseconds(&self) -> Option<i64> 【】
    16  pub fn num_nanoseconds(&self) -> Option<i64> 【】
    17  pub fn checked_add(&self, rhs: &Duration) -> Option<Duration> 【】
    18  pub fn checked_sub(&self, rhs: &Duration) -> Option<Duration> 【】
    19  pub fn abs(&self) -> Duration 【】
    20  pub fn min_value() -> Duration 【】
    21  pub fn max_value() -> Duration 【】
    22  pub fn zero() -> Duration 【】
    23  pub fn is_zero(&self) -> bool 【】
    24  pub fn from_std(duration: StdDuration) -> Result<Duration, OutOfRangeError> 【】
    25  pub fn to_std(&self) -> Result<StdDuration, OutOfRangeError> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try_opt 【】
    
    
    
    

    \chrono-0.4.22\src\weekday.rs

    ═════════ pub fn 函数
    1  pub fn succ(&self) -> Weekday 【】
    2  pub fn pred(&self) -> Weekday 【】
    3  pub fn number_from_monday(&self) -> u32 【】
    4  pub fn number_from_sunday(&self) -> u32 【】
    5  pub fn num_days_from_monday(&self) -> u32 【】
    6  pub fn num_days_from_sunday(&self) -> u32 【】
    
    
    
    

    \dotenv-0.15.0\src\bin\dotenv.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! die 【】
    
    
    
    

    \dotenv-0.15.0\src\errors.rs

    ═════════ pub fn 函数
    1  pub fn not_found(&self) -> bool 【】
    
    
    
    

    \dotenv-0.15.0\src\find.rs

    ═════════ pub fn 函数
    1  pub fn new() -> Self 【】
    2  pub fn filename(mut self, filename: &'a Path) -> Self 【】
    3  pub fn find(self) -> Result<(PathBuf, Iter<File>)> 【】
    4  pub fn find(directory: &Path, filename: &Path) -> Result<PathBuf> 【】
    
    
    
    

    \dotenv-0.15.0\src\iter.rs

    ═════════ pub fn 函数
    1  pub fn new(reader: R) -> Iter<R> 【】
    2  pub fn load(self) -> Result<()> 【】
    
    
    
    

    \dotenv-0.15.0\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String> 【】
    2  pub fn vars() -> Vars 【】
    3  pub fn from_path<P: AsRef<Path>>(path: P) -> Result<()> 【】
    4  pub fn from_path_iter<P: AsRef<Path>>(path: P) -> Result<Iter<File>> 【】
    5  pub fn from_filename<P: AsRef<Path>>(filename: P) -> Result<PathBuf> 【】
    6  pub fn from_filename_iter<P: AsRef<Path>>(filename: P) -> Result<Iter<File>> 【】
    7  pub fn dotenv() -> Result<PathBuf> 【】
    8  pub fn dotenv_iter() -> Result<iter::Iter<File>> 【】
    
    
    
    

    \dotenv-0.15.0\src\parse.rs

    ═════════ pub fn 函数
    1  pub fn parse_line(line: &str, substitution_data: &mut HashMap<String, Option<String>>) -> ParsedLine 【】
    
    
    
    

    \dotenv-0.15.0\tests\common\mod.rs

    ═════════ pub fn 函数
    1  pub fn tempdir_with_dotenv(dotenv_text: &str) -> io::Result<TempDir> 【】
    2  pub fn make_test_dotenv() -> io::Result<TempDir> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn get_timezone() -> std::result::Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\platform.rs

    ═════════ pub fn 函数
    1  pub fn get_timezone_inner() -> std::result::Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_android.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_freebsd.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_illumos.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_linux.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_macos.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_netbsd.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_wasm32.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    
    

    \iana-time-zone-0.1.48\src\tz_windows.rs

    ═════════ pub fn 函数
    1  pub(crate) fn get_timezone_inner() -> Result<String, crate::GetTimezoneError> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! wstring 【】
    
    
    
    

    \lazy_static-1.4.0\src\core_lazy.rs

    ═════════ pub fn 函数
    1  pub fn get<F>(&'static self, builder: F) -> &T
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! __lazy_static_create 【】
    
    
    
    

    \lazy_static-1.4.0\src\inline_lazy.rs

    ═════════ pub fn 函数
    1  pub fn get<F>(&'static self, f: F) -> &T
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! __lazy_static_create 【】
    
    
    
    

    \lazy_static-1.4.0\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn initialize<T: LazyStatic>(lazy: &T) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! __lazy_static_internal 【】
    2  macro_rules! lazy_static 【】
    
    
    
    

    \libc-0.2.133\build.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! otry 【】
    
    
    
    

    \libc-0.2.133\src\fixed_width_ints.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! static_assert_eq 【】
    
    
    
    

    \libc-0.2.133\src\fuchsia\align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\fuchsia\mod.rs

    ═════════ pub fn 函数
    1  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    2  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    3  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    4  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    5  pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () 【】
    6  pub fn CPU_SET(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    7  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    8  pub fn CPU_ISSET(cpu: usize, cpuset: &cpu_set_t) -> bool 【】
    9  pub fn CPU_EQUAL(set1: &cpu_set_t, set2: &cpu_set_t) -> bool 【】
    10  pub fn major(dev: ::dev_t) -> ::c_uint 【】
    11  pub fn minor(dev: ::dev_t) -> ::c_uint 【】
    12  pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar 【】
    13  pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr)
    14  pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr 【】
    15  pub 【】const} fn CMSG_ALIGN(len: ::size_t) -> ::size_t 【】
    16  pub 【】const} fn CMSG_SPACE(len: ::c_uint) -> ::c_uint 【】
    17  pub fn CMSG_LEN(len: ::c_uint) -> ::c_uint 【】
    18  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    19  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    20  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    21  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    22  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    23  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    24  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    25  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    26  pub 【】const} fn QCMD(cmd: ::c_int, type_: ::c_int) -> ::c_int 【】
    27  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    28  pub fn isalnum(c: c_int) -> c_int;
    29  pub fn isalpha(c: c_int) -> c_int;
    30  pub fn iscntrl(c: c_int) -> c_int;
    31  pub fn isdigit(c: c_int) -> c_int;
    32  pub fn isgraph(c: c_int) -> c_int;
    33  pub fn islower(c: c_int) -> c_int;
    34  pub fn isprint(c: c_int) -> c_int;
    35  pub fn ispunct(c: c_int) -> c_int;
    36  pub fn isspace(c: c_int) -> c_int;
    37  pub fn isupper(c: c_int) -> c_int;
    38  pub fn isxdigit(c: c_int) -> c_int;
    39  pub fn isblank(c: c_int) -> c_int;
    40  pub fn tolower(c: c_int) -> c_int;
    41  pub fn toupper(c: c_int) -> c_int;
    42  pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    43  pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    44  pub fn fflush(file: *mut FILE) -> c_int;
    45  pub fn fclose(file: *mut FILE) -> c_int;
    46  pub fn remove(filename: *const c_char) -> c_int;
    47  pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    48  pub fn tmpfile() -> *mut FILE;
    49  pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    50  pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    51  pub fn getchar() -> c_int;
    52  pub fn putchar(c: c_int) -> c_int;
    53  pub fn fgetc(stream: *mut FILE) -> c_int;
    54  pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    55  pub fn fputc(c: c_int, stream: *mut FILE) -> c_int;
    56  pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    57  pub fn puts(s: *const c_char) -> c_int;
    58  pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int;
    59  pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    60  pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    61  pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    62  pub fn ftell(stream: *mut FILE) -> c_long;
    63  pub fn rewind(stream: *mut FILE);
    64  pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int;
    65  pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int;
    66  pub fn feof(stream: *mut FILE) -> c_int;
    67  pub fn ferror(stream: *mut FILE) -> c_int;
    68  pub fn perror(s: *const c_char);
    69  pub fn atoi(s: *const c_char) -> c_int;
    70  pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    71  pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    72  pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    73  pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    74  pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void;
    75  pub fn malloc(size: size_t) -> *mut c_void;
    76  pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void;
    77  pub fn free(p: *mut c_void);
    78  pub fn abort() -> !;
    79  pub fn exit(status: c_int) -> !;
    80  pub fn _exit(status: c_int) -> !;
    81  pub fn atexit(cb: extern "C" fn()) -> c_int;
    82  pub fn system(s: *const c_char) -> c_int;
    83  pub fn getenv(s: *const c_char) -> *mut c_char;
    84  pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    85  pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    86  pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    87  pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    88  pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    89  pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    90  pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    91  pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    92  pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    93  pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    94  pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    95  pub fn strdup(cs: *const c_char) -> *mut c_char;
    96  pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    97  pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    98  pub fn strlen(cs: *const c_char) -> size_t;
    99  pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    100  pub fn strerror(n: c_int) -> *mut c_char;
    101  pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    102  pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    103  pub fn wcslen(buf: *const wchar_t) -> size_t;
    104  pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    105  pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
    106  pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
    107  pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
    108  pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    109  pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    110  pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void;
    111  pub fn abs(i: c_int) -> c_int;
    112  pub fn atof(s: *const c_char) -> c_double;
    113  pub fn labs(i: c_long) -> c_long;
    114  pub fn rand() -> c_int;
    115  pub fn srand(seed: c_uint);
    116  pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
    117  pub fn getpwuid(uid: ::uid_t) -> *mut passwd;
    118  pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    119  pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    120  pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    121  pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    122  pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    123  pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    124  pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    125  pub fn getchar_unlocked() -> ::c_int;
    126  pub fn putchar_unlocked(c: ::c_int) -> ::c_int;
    127  pub fn socket(domain: ::c_int, ty: ::c_int, protocol: ::c_int) -> ::c_int;
    128  pub fn connect(socket: ::c_int, address: *const sockaddr, len: socklen_t) -> ::c_int;
    129  pub fn listen(socket: ::c_int, backlog: ::c_int) -> ::c_int;
    130  pub fn accept(socket: ::c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> ::c_int;
    131  pub fn getpeername(
    132  pub fn getsockname(
    133  pub fn setsockopt(
    134  pub fn socketpair(
    135  pub fn sendto(
    136  pub fn shutdown(socket: ::c_int, how: ::c_int) -> ::c_int;
    137  pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int;
    138  pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int;
    139  pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
    140  pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
    141  pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    142  pub fn pclose(stream: *mut ::FILE) -> ::c_int;
    143  pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    144  pub fn fileno(stream: *mut ::FILE) -> ::c_int;
    145  pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    146  pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    147  pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    148  pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
    149  pub fn readdir(dirp: *mut ::DIR) -> *mut ::dirent;
    150  pub fn readdir_r(dirp: *mut ::DIR, entry: *mut ::dirent, result: *mut *mut ::dirent)
    151  pub fn closedir(dirp: *mut ::DIR) -> ::c_int;
    152  pub fn rewinddir(dirp: *mut ::DIR);
    153  pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int;
    154  pub fn fchmodat(
    155  pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int;
    156  pub fn fchownat(
    157  pub fn fstatat(
    158  pub fn linkat(
    159  pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    160  pub fn readlinkat(
    161  pub fn renameat(
    162  pub fn symlinkat(
    163  pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
    164  pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    165  pub fn alarm(seconds: ::c_uint) -> ::c_uint;
    166  pub fn chdir(dir: *const c_char) -> ::c_int;
    167  pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    168  pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    169  pub fn close(fd: ::c_int) -> ::c_int;
    170  pub fn dup(fd: ::c_int) -> ::c_int;
    171  pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int;
    172  pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    173  pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    174  pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    175  pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    176  pub fn execve(
    177  pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    178  pub fn fork() -> pid_t;
    179  pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    180  pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    181  pub fn getegid() -> gid_t;
    182  pub fn geteuid() -> uid_t;
    183  pub fn getgid() -> gid_t;
    184  pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int;
    185  pub fn getlogin() -> *mut c_char;
    186  pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    187  pub fn getpgid(pid: pid_t) -> pid_t;
    188  pub fn getpgrp() -> pid_t;
    189  pub fn getpid() -> pid_t;
    190  pub fn getppid() -> pid_t;
    191  pub fn getuid() -> uid_t;
    192  pub fn isatty(fd: ::c_int) -> ::c_int;
    193  pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    194  pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
    195  pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    196  pub fn pause() -> ::c_int;
    197  pub fn pipe(fds: *mut ::c_int) -> ::c_int;
    198  pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int;
    199  pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t;
    200  pub fn rmdir(path: *const c_char) -> ::c_int;
    201  pub fn seteuid(uid: uid_t) -> ::c_int;
    202  pub fn setegid(gid: gid_t) -> ::c_int;
    203  pub fn setgid(gid: gid_t) -> ::c_int;
    204  pub fn setpgid(pid: pid_t, pgid: pid_t) -> ::c_int;
    205  pub fn setsid() -> pid_t;
    206  pub fn setuid(uid: uid_t) -> ::c_int;
    207  pub fn sleep(secs: ::c_uint) -> ::c_uint;
    208  pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int;
    209  pub fn tcgetpgrp(fd: ::c_int) -> pid_t;
    210  pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int;
    211  pub fn ttyname(fd: ::c_int) -> *mut c_char;
    212  pub fn unlink(c: *const c_char) -> ::c_int;
    213  pub fn wait(status: *mut ::c_int) -> pid_t;
    214  pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t;
    215  pub fn write(fd: ::c_int, buf: *const ::c_void, count: ::size_t) -> ::ssize_t;
    216  pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    217  pub fn pwrite(fd: ::c_int, buf: *const ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    218  pub fn umask(mask: mode_t) -> mode_t;
    219  pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
    220  pub fn kill(pid: pid_t, sig: ::c_int) -> ::c_int;
    221  pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    222  pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    223  pub fn mlockall(flags: ::c_int) -> ::c_int;
    224  pub fn munlockall() -> ::c_int;
    225  pub fn mmap(
    226  pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;
    227  pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
    228  pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
    229  pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
    230  pub fn fsync(fd: ::c_int) -> ::c_int;
    231  pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
    232  pub fn unsetenv(name: *const c_char) -> ::c_int;
    233  pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
    234  pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
    235  pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;
    236  pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
    237  pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
    238  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    239  pub fn times(buf: *mut ::tms) -> ::clock_t;
    240  pub fn pthread_self() -> ::pthread_t;
    241  pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int;
    242  pub fn pthread_exit(value: *mut ::c_void) -> !;
    243  pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
    244  pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int;
    245  pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stack_size: ::size_t) -> ::c_int;
    246  pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int;
    247  pub fn pthread_detach(thread: ::pthread_t) -> ::c_int;
    248  pub fn sched_yield() -> ::c_int;
    249  pub fn pthread_key_create(
    250  pub fn pthread_key_delete(key: pthread_key_t) -> ::c_int;
    251  pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void;
    252  pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int;
    253  pub fn pthread_mutex_init(
    254  pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int;
    255  pub fn pthread_mutex_lock(lock: *mut pthread_mutex_t) -> ::c_int;
    256  pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int;
    257  pub fn pthread_mutex_unlock(lock: *mut pthread_mutex_t) -> ::c_int;
    258  pub fn pthread_mutexattr_init(attr: *mut pthread_mutexattr_t) -> ::c_int;
    259  pub fn pthread_mutexattr_destroy(attr: *mut pthread_mutexattr_t) -> ::c_int;
    260  pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int;
    261  pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t)
    262  pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int;
    263  pub fn pthread_cond_timedwait(
    264  pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> ::c_int;
    265  pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> ::c_int;
    266  pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int;
    267  pub fn pthread_condattr_init(attr: *mut pthread_condattr_t) -> ::c_int;
    268  pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int;
    269  pub fn pthread_rwlock_init(
    270  pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int;
    271  pub fn pthread_rwlock_rdlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    272  pub fn pthread_rwlock_tryrdlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    273  pub fn pthread_rwlock_wrlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    274  pub fn pthread_rwlock_trywrlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    275  pub fn pthread_rwlock_unlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    276  pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) -> ::c_int;
    277  pub fn pthread_rwlockattr_destroy(attr: *mut pthread_rwlockattr_t) -> ::c_int;
    278  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    279  pub fn getsockopt(
    280  pub fn raise(signum: ::c_int) -> ::c_int;
    281  pub fn sigaction(signum: ::c_int, act: *const sigaction, oldact: *mut sigaction) -> ::c_int;
    282  pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
    283  pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
    284  pub fn dlerror() -> *mut ::c_char;
    285  pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
    286  pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
    287  pub fn dladdr(addr: *const ::c_void, info: *mut Dl_info) -> ::c_int;
    288  pub fn getaddrinfo(
    289  pub fn freeaddrinfo(res: *mut addrinfo);
    290  pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
    291  pub fn res_init() -> ::c_int;
    292  pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    293  pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    294  pub fn mktime(tm: *mut tm) -> time_t;
    295  pub fn time(time: *mut time_t) -> time_t;
    296  pub fn gmtime(time_p: *const time_t) -> *mut tm;
    297  pub fn localtime(time_p: *const time_t) -> *mut tm;
    298  pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
    299  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    300  pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    301  pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
    302  pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
    303  pub fn getprotobynumber(proto: ::c_int) -> *mut protoent;
    304  pub fn usleep(secs: ::c_uint) -> ::c_int;
    305  pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    306  pub fn recv(socket: ::c_int, buf: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    307  pub fn putenv(string: *mut c_char) -> ::c_int;
    308  pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int;
    309  pub fn select(
    310  pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
    311  pub fn localeconv() -> *mut lconv;
    312  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    313  pub fn sem_wait(sem: *mut sem_t) -> ::c_int;
    314  pub fn sem_trywait(sem: *mut sem_t) -> ::c_int;
    315  pub fn sem_post(sem: *mut sem_t) -> ::c_int;
    316  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    317  pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
    318  pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int;
    319  pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
    320  pub fn sigemptyset(set: *mut sigset_t) -> ::c_int;
    321  pub fn sigaddset(set: *mut sigset_t, signum: ::c_int) -> ::c_int;
    322  pub fn sigfillset(set: *mut sigset_t) -> ::c_int;
    323  pub fn sigdelset(set: *mut sigset_t, signum: ::c_int) -> ::c_int;
    324  pub fn sigismember(set: *const sigset_t, signum: ::c_int) -> ::c_int;
    325  pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    326  pub fn sigpending(set: *mut sigset_t) -> ::c_int;
    327  pub fn timegm(tm: *mut ::tm) -> time_t;
    328  pub fn getsid(pid: pid_t) -> pid_t;
    329  pub fn sysconf(name: ::c_int) -> ::c_long;
    330  pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
    331  pub fn pselect(
    332  pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int;
    333  pub fn ftello(stream: *mut ::FILE) -> ::off_t;
    334  pub fn tcdrain(fd: ::c_int) -> ::c_int;
    335  pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t;
    336  pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t;
    337  pub fn cfmakeraw(termios: *mut ::termios);
    338  pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
    339  pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
    340  pub fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
    341  pub fn tcgetattr(fd: ::c_int, termios: *mut ::termios) -> ::c_int;
    342  pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int;
    343  pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
    344  pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
    345  pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
    346  pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;
    347  pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
    348  pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
    349  pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
    350  pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
    351  pub fn closelog();
    352  pub fn setlogmask(maskpri: ::c_int) -> ::c_int;
    353  pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
    354  pub fn grantpt(fd: ::c_int) -> ::c_int;
    355  pub fn posix_openpt(flags: ::c_int) -> ::c_int;
    356  pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
    357  pub fn unlockpt(fd: ::c_int) -> ::c_int;
    358  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    359  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    360  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    361  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    362  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    363  pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    364  pub fn pthread_attr_getstack(
    365  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    366  pub fn setgroups(ngroups: ::size_t, ptr: *const ::gid_t) -> ::c_int;
    367  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    368  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    369  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    370  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    371  pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
    372  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    373  pub fn utimensat(
    374  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    375  pub fn freelocale(loc: ::locale_t);
    376  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    377  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    378  pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
    379  pub fn mknodat(
    380  pub fn pthread_condattr_getclock(
    381  pub fn pthread_condattr_setclock(
    382  pub fn accept4(
    383  pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
    384  pub fn clearenv() -> ::c_int;
    385  pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
    386  pub fn setreuid(ruid: ::uid_t, euid: ::uid_t) -> ::c_int;
    387  pub fn setregid(rgid: ::gid_t, egid: ::gid_t) -> ::c_int;
    388  pub fn getresuid(ruid: *mut ::uid_t, euid: *mut ::uid_t, suid: *mut ::uid_t) -> ::c_int;
    389  pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int;
    390  pub fn acct(filename: *const ::c_char) -> ::c_int;
    391  pub fn brk(addr: *mut ::c_void) -> ::c_int;
    392  pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
    393  pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
    394  pub fn openpty(
    395  pub fn execvpe(
    396  pub fn fexecve(
    397  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    398  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    399  pub fn setpwent();
    400  pub fn endpwent();
    401  pub fn getpwent() -> *mut passwd;
    402  pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
    403  pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    404  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    405  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    406  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    407  pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
    408  pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int;
    409  pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int;
    410  pub fn semctl(semid: ::c_int, semnum: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    411  pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int;
    412  pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int;
    413  pub fn msgrcv(
    414  pub fn msgsnd(
    415  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    416  pub fn __errno_location() -> *mut ::c_int;
    417  pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    418  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    419  pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t;
    420  pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int;
    421  pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int;
    422  pub fn timerfd_gettime(fd: ::c_int, curr_value: *mut itimerspec) -> ::c_int;
    423  pub fn timerfd_settime(
    424  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    425  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    426  pub fn quotactl(
    427  pub fn dup3(oldfd: ::c_int, newfd: ::c_int, flags: ::c_int) -> ::c_int;
    428  pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    429  pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    430  pub fn sigtimedwait(
    431  pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
    432  pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
    433  pub fn getnameinfo(
    434  pub fn reboot(how_to: ::c_int) -> ::c_int;
    435  pub fn setfsgid(gid: ::gid_t) -> ::c_int;
    436  pub fn setfsuid(uid: ::uid_t) -> ::c_int;
    437  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    438  pub fn if_nameindex() -> *mut if_nameindex;
    439  pub fn if_freenameindex(ptr: *mut if_nameindex);
    440  pub fn sync_file_range(
    441  pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
    442  pub fn freeifaddrs(ifa: *mut ::ifaddrs);
    443  pub fn glob(
    444  pub fn globfree(pglob: *mut ::glob_t);
    445  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    446  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    447  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    448  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    449  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    450  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    451  pub fn recvfrom(
    452  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    453  pub fn futimes(fd: ::c_int, times: *const ::timeval) -> ::c_int;
    454  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    455  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    456  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    457  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    458  pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    459  pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    460  pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    461  pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    462  pub fn vhangup() -> ::c_int;
    463  pub fn sendmmsg(
    464  pub fn recvmmsg(
    465  pub fn sync();
    466  pub fn syscall(num: ::c_long, ...) -> ::c_long;
    467  pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, cpuset: *mut cpu_set_t)
    468  pub fn sched_setaffinity(
    469  pub fn umount(target: *const ::c_char) -> ::c_int;
    470  pub fn sched_get_priority_max(policy: ::c_int) -> ::c_int;
    471  pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t;
    472  pub fn settimeofday(tv: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    473  pub fn splice(
    474  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    475  pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int;
    476  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    477  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    478  pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int;
    479  pub fn swapoff(puath: *const ::c_char) -> ::c_int;
    480  pub fn vmsplice(
    481  pub fn mount(
    482  pub fn personality(persona: ::c_ulong) -> ::c_int;
    483  pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int;
    484  pub fn ppoll(
    485  pub fn pthread_mutex_timedlock(
    486  pub fn clone(
    487  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    488  pub fn clock_nanosleep(
    489  pub fn pthread_attr_getguardsize(
    490  pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    491  pub fn sched_get_priority_min(policy: ::c_int) -> ::c_int;
    492  pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int;
    493  pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int;
    494  pub fn sched_setscheduler(
    495  pub fn sigsuspend(mask: *const ::sigset_t) -> ::c_int;
    496  pub fn getgrgid_r(
    497  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    498  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    499  pub fn getdtablesize() -> ::c_int;
    500  pub fn getgrnam_r(
    501  pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
    502  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    503  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    504  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    505  pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int;
    506  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    507  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    508  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    509  pub fn getpwnam_r(
    510  pub fn getpwuid_r(
    511  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    512  pub fn pthread_atfork(
    513  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    514  pub fn setgrent();
    515  pub fn endgrent();
    516  pub fn getgrent() -> *mut ::group;
    517  pub fn getgrouplist(
    518  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    519  pub fn faccessat(
    520  pub fn pthread_create(
    521  pub fn dl_iterate_phdr(
    
    
    
    

    \libc-0.2.133\src\fuchsia\no_align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\macros.rs

    ═════════ pub fn 函数
    1  ($($(#[$attr:meta])* pub $(【】$constness:ident})* fn $i:ident(
    2  pub $($constness)* unsafe extern fn $i($($arg: $argty),*
    3  ($($(#[$attr:meta])* pub $(【】$constness:ident})* fn $i:ident(
    4  pub $($constness)* extern fn $i($($arg: $argty),*
    5  ($($(#[$attr:meta])* pub $(【】$constness:ident})* fn $i:ident(
    6  pub unsafe extern fn $i($($arg: $argty),*
    7  ($($(#[$attr:meta])* pub $(【】$constness:ident})* fn $i:ident(
    8  pub extern fn $i($($arg: $argty),*
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! cfg_if 【】
    2  macro_rules! s 【】
    3  macro_rules! s_no_extra_traits 【】
    4  macro_rules! e 【】
    5  macro_rules! s_paren 【】
    6  macro_rules! f 【】
    7  macro_rules! safe_f 【】
    8  macro_rules! const_fn 【】
    9  macro_rules! f 【】
    10  macro_rules! safe_f 【】
    11  macro_rules! const_fn 【】
    12  macro_rules! __item 【】
    13  macro_rules! align_const 【】
    14  macro_rules! deprecated_mach 【】
    15  macro_rules! ptr_addr_of 【】
    16  macro_rules! ptr_addr_of 【】
    
    
    
    

    \libc-0.2.133\src\psp.rs

    ═════════ pub fn 函数
    1  pub fn sceAudioChReserve(channel: i32, sample_count: i32, format: AudioFormat) -> i32;
    2  pub fn sceAudioChRelease(channel: i32) -> i32;
    3  pub fn sceAudioOutput(channel: i32, vol: i32, buf: *mut c_void) -> i32;
    4  pub fn sceAudioOutputBlocking(channel: i32, vol: i32, buf: *mut c_void) -> i32;
    5  pub fn sceAudioOutputPanned(
    6  pub fn sceAudioOutputPannedBlocking(
    7  pub fn sceAudioGetChannelRestLen(channel: i32) -> i32;
    8  pub fn sceAudioGetChannelRestLength(channel: i32) -> i32;
    9  pub fn sceAudioSetChannelDataLen(channel: i32, sample_count: i32) -> i32;
    10  pub fn sceAudioChangeChannelConfig(channel: i32, format: AudioFormat) -> i32;
    11  pub fn sceAudioChangeChannelVolume(channel: i32, left_vol: i32, right_vol: i32) -> i32;
    12  pub fn sceAudioOutput2Reserve(sample_count: i32) -> i32;
    13  pub fn sceAudioOutput2Release() -> i32;
    14  pub fn sceAudioOutput2ChangeLength(sample_count: i32) -> i32;
    15  pub fn sceAudioOutput2OutputBlocking(vol: i32, buf: *mut c_void) -> i32;
    16  pub fn sceAudioOutput2GetRestSample() -> i32;
    17  pub fn sceAudioSRCChReserve(
    18  pub fn sceAudioSRCChRelease() -> i32;
    19  pub fn sceAudioSRCOutputBlocking(vol: i32, buf: *mut c_void) -> i32;
    20  pub fn sceAudioInputInit(unknown1: i32, gain: i32, unknown2: i32) -> i32;
    21  pub fn sceAudioInputInitEx(params: *mut AudioInputParams) -> i32;
    22  pub fn sceAudioInputBlocking(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void);
    23  pub fn sceAudioInput(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void);
    24  pub fn sceAudioGetInputLength() -> i32;
    25  pub fn sceAudioWaitInputEnd() -> i32;
    26  pub fn sceAudioPollInputEnd() -> i32;
    27  pub fn sceAtracGetAtracID(ui_codec_type: u32) -> i32;
    28  pub fn sceAtracSetDataAndGetID(buf: *mut c_void, bufsize: usize) -> i32;
    29  pub fn sceAtracDecodeData(
    30  pub fn sceAtracGetRemainFrame(atrac_id: i32, out_remain_frame: *mut i32) -> i32;
    31  pub fn sceAtracGetStreamDataInfo(
    32  pub fn sceAtracAddStreamData(atrac_id: i32, bytes_to_add: u32) -> i32;
    33  pub fn sceAtracGetBitrate(atrac_id: i32, out_bitrate: *mut i32) -> i32;
    34  pub fn sceAtracSetLoopNum(atrac_id: i32, nloops: i32) -> i32;
    35  pub fn sceAtracReleaseAtracID(atrac_id: i32) -> i32;
    36  pub fn sceAtracGetNextSample(atrac_id: i32, out_n: *mut i32) -> i32;
    37  pub fn sceAtracGetMaxSample(atrac_id: i32, out_max: *mut i32) -> i32;
    38  pub fn sceAtracGetBufferInfoForReseting(
    39  pub fn sceAtracGetChannel(atrac_id: i32, pui_channel: *mut u32) -> i32;
    40  pub fn sceAtracGetInternalErrorInfo(atrac_id: i32, pi_result: *mut i32) -> i32;
    41  pub fn sceAtracGetLoopStatus(
    42  pub fn sceAtracGetNextDecodePosition(atrac_id: i32, pui_sample_position: *mut u32) -> i32;
    43  pub fn sceAtracGetSecondBufferInfo(
    44  pub fn sceAtracGetSoundSample(
    45  pub fn sceAtracResetPlayPosition(
    46  pub fn sceAtracSetData(atrac_id: i32, puc_buffer_addr: *mut u8, ui_buffer_byte: u32) -> i32;
    47  pub fn sceAtracSetHalfwayBuffer(
    48  pub fn sceAtracSetHalfwayBufferAndGetID(
    49  pub fn sceAtracSetSecondBuffer(
    50  pub fn sceCtrlSetSamplingCycle(cycle: i32) -> i32;
    51  pub fn sceCtrlGetSamplingCycle(pcycle: *mut i32) -> i32;
    52  pub fn sceCtrlSetSamplingMode(mode: CtrlMode) -> i32;
    53  pub fn sceCtrlGetSamplingMode(pmode: *mut i32) -> i32;
    54  pub fn sceCtrlPeekBufferPositive(pad_data: *mut SceCtrlData, count: i32) -> i32;
    55  pub fn sceCtrlPeekBufferNegative(pad_data: *mut SceCtrlData, count: i32) -> i32;
    56  pub fn sceCtrlReadBufferPositive(pad_data: *mut SceCtrlData, count: i32) -> i32;
    57  pub fn sceCtrlReadBufferNegative(pad_data: *mut SceCtrlData, count: i32) -> i32;
    58  pub fn sceCtrlPeekLatch(latch_data: *mut SceCtrlLatch) -> i32;
    59  pub fn sceCtrlReadLatch(latch_data: *mut SceCtrlLatch) -> i32;
    60  pub fn sceCtrlSetIdleCancelThreshold(idlereset: i32, idleback: i32) -> i32;
    61  pub fn sceCtrlGetIdleCancelThreshold(idlereset: *mut i32, idleback: *mut i32) -> i32;
    62  pub fn sceDisplaySetMode(mode: DisplayMode, width: usize, height: usize) -> u32;
    63  pub fn sceDisplayGetMode(pmode: *mut i32, pwidth: *mut i32, pheight: *mut i32) -> i32;
    64  pub fn sceDisplaySetFrameBuf(
    65  pub fn sceDisplayGetFrameBuf(
    66  pub fn sceDisplayGetVcount() -> u32;
    67  pub fn sceDisplayWaitVblank() -> i32;
    68  pub fn sceDisplayWaitVblankCB() -> i32;
    69  pub fn sceDisplayWaitVblankStart() -> i32;
    70  pub fn sceDisplayWaitVblankStartCB() -> i32;
    71  pub fn sceDisplayGetAccumulatedHcount() -> i32;
    72  pub fn sceDisplayGetCurrentHcount() -> i32;
    73  pub fn sceDisplayGetFramePerSec() -> f32;
    74  pub fn sceDisplayIsForeground() -> i32;
    75  pub fn sceDisplayIsVblank() -> i32;
    76  pub fn sceGeEdramGetSize() -> u32;
    77  pub fn sceGeEdramGetAddr() -> *mut u8;
    78  pub fn sceGeEdramSetAddrTranslation(width: i32) -> i32;
    79  pub fn sceGeGetCmd(cmd: i32) -> u32;
    80  pub fn sceGeGetMtx(type_: GeMatrixType, matrix: *mut c_void) -> i32;
    81  pub fn sceGeGetStack(stack_id: i32, stack: *mut GeStack) -> i32;
    82  pub fn sceGeSaveContext(context: *mut GeContext) -> i32;
    83  pub fn sceGeRestoreContext(context: *const GeContext) -> i32;
    84  pub fn sceGeListEnQueue(
    85  pub fn sceGeListEnQueueHead(
    86  pub fn sceGeListDeQueue(qid: i32) -> i32;
    87  pub fn sceGeListUpdateStallAddr(qid: i32, stall: *mut c_void) -> i32;
    88  pub fn sceGeListSync(qid: i32, sync_type: i32) -> GeListState;
    89  pub fn sceGeDrawSync(sync_type: i32) -> GeListState;
    90  pub fn sceGeBreak(mode: i32, p_param: *mut GeBreakParam) -> i32;
    91  pub fn sceGeContinue() -> i32;
    92  pub fn sceGeSetCallback(cb: *mut GeCallbackData) -> i32;
    93  pub fn sceGeUnsetCallback(cbid: i32) -> i32;
    94  pub fn sceKernelExitGame();
    95  pub fn sceKernelRegisterExitCallback(id: SceUid) -> i32;
    96  pub fn sceKernelLoadExec(file: *const u8, param: *mut SceKernelLoadExecParam) -> i32;
    97  pub fn sceKernelAllocPartitionMemory(
    98  pub fn sceKernelGetBlockHeadAddr(blockid: SceUid) -> *mut c_void;
    99  pub fn sceKernelFreePartitionMemory(blockid: SceUid) -> i32;
    100  pub fn sceKernelTotalFreeMemSize() -> usize;
    101  pub fn sceKernelMaxFreeMemSize() -> usize;
    102  pub fn sceKernelDevkitVersion() -> u32;
    103  pub fn sceKernelSetCompiledSdkVersion(version: u32) -> i32;
    104  pub fn sceKernelGetCompiledSdkVersion() -> u32;
    105  pub fn sceKernelLibcTime(t: *mut i32) -> i32;
    106  pub fn sceKernelLibcClock() -> u32;
    107  pub fn sceKernelLibcGettimeofday(tp: *mut timeval, tzp: *mut timezone) -> i32;
    108  pub fn sceKernelDcacheWritebackAll();
    109  pub fn sceKernelDcacheWritebackInvalidateAll();
    110  pub fn sceKernelDcacheWritebackRange(p: *const c_void, size: u32);
    111  pub fn sceKernelDcacheWritebackInvalidateRange(p: *const c_void, size: u32);
    112  pub fn sceKernelDcacheInvalidateRange(p: *const c_void, size: u32);
    113  pub fn sceKernelIcacheInvalidateAll();
    114  pub fn sceKernelIcacheInvalidateRange(p: *const c_void, size: u32);
    115  pub fn sceKernelUtilsMt19937Init(ctx: *mut SceKernelUtilsMt19937Context, seed: u32) -> i32;
    116  pub fn sceKernelUtilsMt19937UInt(ctx: *mut SceKernelUtilsMt19937Context) -> u32;
    117  pub fn sceKernelUtilsMd5Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32;
    118  pub fn sceKernelUtilsMd5BlockInit(ctx: *mut SceKernelUtilsMd5Context) -> i32;
    119  pub fn sceKernelUtilsMd5BlockUpdate(
    120  pub fn sceKernelUtilsMd5BlockResult(ctx: *mut SceKernelUtilsMd5Context, digest: *mut u8)
    121  pub fn sceKernelUtilsSha1Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32;
    122  pub fn sceKernelUtilsSha1BlockInit(ctx: *mut SceKernelUtilsSha1Context) -> i32;
    123  pub fn sceKernelUtilsSha1BlockUpdate(
    124  pub fn sceKernelUtilsSha1BlockResult(
    125  pub fn sceKernelRegisterSubIntrHandler(
    126  pub fn sceKernelReleaseSubIntrHandler(int_no: i32, no: i32) -> i32;
    127  pub fn sceKernelEnableSubIntr(int_no: i32, no: i32) -> i32;
    128  pub fn sceKernelDisableSubIntr(int_no: i32, no: i32) -> i32;
    129  pub fn QueryIntrHandlerInfo(
    130  pub fn sceKernelCpuSuspendIntr() -> u32;
    131  pub fn sceKernelCpuResumeIntr(flags: u32);
    132  pub fn sceKernelCpuResumeIntrWithSync(flags: u32);
    133  pub fn sceKernelIsCpuIntrSuspended(flags: u32) -> i32;
    134  pub fn sceKernelIsCpuIntrEnable() -> i32;
    135  pub fn sceKernelLoadModule(
    136  pub fn sceKernelLoadModuleMs(
    137  pub fn sceKernelLoadModuleByID(
    138  pub fn sceKernelLoadModuleBufferUsbWlan(
    139  pub fn sceKernelStartModule(
    140  pub fn sceKernelStopModule(
    141  pub fn sceKernelUnloadModule(mod_id: SceUid) -> i32;
    142  pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32;
    143  pub fn sceKernelStopUnloadSelfModule(
    144  pub fn sceKernelQueryModuleInfo(mod_id: SceUid, info: *mut SceKernelModuleInfo) -> i32;
    145  pub fn sceKernelGetModuleIdList(
    146  pub fn sceKernelVolatileMemLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32;
    147  pub fn sceKernelVolatileMemTryLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32;
    148  pub fn sceKernelVolatileMemUnlock(unk: i32) -> i32;
    149  pub fn sceKernelStdin() -> SceUid;
    150  pub fn sceKernelStdout() -> SceUid;
    151  pub fn sceKernelStderr() -> SceUid;
    152  pub fn sceKernelGetThreadmanIdType(uid: SceUid) -> SceKernelIdListType;
    153  pub fn sceKernelCreateThread(
    154  pub fn sceKernelDeleteThread(thid: SceUid) -> i32;
    155  pub fn sceKernelStartThread(id: SceUid, arg_len: usize, arg_p: *mut c_void) -> i32;
    156  pub fn sceKernelExitThread(status: i32) -> i32;
    157  pub fn sceKernelExitDeleteThread(status: i32) -> i32;
    158  pub fn sceKernelTerminateThread(thid: SceUid) -> i32;
    159  pub fn sceKernelTerminateDeleteThread(thid: SceUid) -> i32;
    160  pub fn sceKernelSuspendDispatchThread() -> i32;
    161  pub fn sceKernelResumeDispatchThread(state: i32) -> i32;
    162  pub fn sceKernelSleepThread() -> i32;
    163  pub fn sceKernelSleepThreadCB() -> i32;
    164  pub fn sceKernelWakeupThread(thid: SceUid) -> i32;
    165  pub fn sceKernelCancelWakeupThread(thid: SceUid) -> i32;
    166  pub fn sceKernelSuspendThread(thid: SceUid) -> i32;
    167  pub fn sceKernelResumeThread(thid: SceUid) -> i32;
    168  pub fn sceKernelWaitThreadEnd(thid: SceUid, timeout: *mut u32) -> i32;
    169  pub fn sceKernelWaitThreadEndCB(thid: SceUid, timeout: *mut u32) -> i32;
    170  pub fn sceKernelDelayThread(delay: u32) -> i32;
    171  pub fn sceKernelDelayThreadCB(delay: u32) -> i32;
    172  pub fn sceKernelDelaySysClockThread(delay: *mut SceKernelSysClock) -> i32;
    173  pub fn sceKernelDelaySysClockThreadCB(delay: *mut SceKernelSysClock) -> i32;
    174  pub fn sceKernelChangeCurrentThreadAttr(unknown: i32, attr: i32) -> i32;
    175  pub fn sceKernelChangeThreadPriority(thid: SceUid, priority: i32) -> i32;
    176  pub fn sceKernelRotateThreadReadyQueue(priority: i32) -> i32;
    177  pub fn sceKernelReleaseWaitThread(thid: SceUid) -> i32;
    178  pub fn sceKernelGetThreadId() -> i32;
    179  pub fn sceKernelGetThreadCurrentPriority() -> i32;
    180  pub fn sceKernelGetThreadExitStatus(thid: SceUid) -> i32;
    181  pub fn sceKernelCheckThreadStack() -> i32;
    182  pub fn sceKernelGetThreadStackFreeSize(thid: SceUid) -> i32;
    183  pub fn sceKernelReferThreadStatus(thid: SceUid, info: *mut SceKernelThreadInfo) -> i32;
    184  pub fn sceKernelReferThreadRunStatus(
    185  pub fn sceKernelCreateSema(
    186  pub fn sceKernelDeleteSema(sema_id: SceUid) -> i32;
    187  pub fn sceKernelSignalSema(sema_id: SceUid, signal: i32) -> i32;
    188  pub fn sceKernelWaitSema(sema_id: SceUid, signal: i32, timeout: *mut u32) -> i32;
    189  pub fn sceKernelWaitSemaCB(sema_id: SceUid, signal: i32, timeout: *mut u32) -> i32;
    190  pub fn sceKernelPollSema(sema_id: SceUid, signal: i32) -> i32;
    191  pub fn sceKernelReferSemaStatus(sema_id: SceUid, info: *mut SceKernelSemaInfo) -> i32;
    192  pub fn sceKernelCreateEventFlag(
    193  pub fn sceKernelSetEventFlag(ev_id: SceUid, bits: u32) -> i32;
    194  pub fn sceKernelClearEventFlag(ev_id: SceUid, bits: u32) -> i32;
    195  pub fn sceKernelPollEventFlag(ev_id: SceUid, bits: u32, wait: i32, out_bits: *mut u32) -> i32;
    196  pub fn sceKernelWaitEventFlag(
    197  pub fn sceKernelWaitEventFlagCB(
    198  pub fn sceKernelDeleteEventFlag(ev_id: SceUid) -> i32;
    199  pub fn sceKernelReferEventFlagStatus(event: SceUid, status: *mut SceKernelEventFlagInfo)
    200  pub fn sceKernelCreateMbx(
    201  pub fn sceKernelDeleteMbx(mbx_id: SceUid) -> i32;
    202  pub fn sceKernelSendMbx(mbx_id: SceUid, message: *mut c_void) -> i32;
    203  pub fn sceKernelReceiveMbx(mbx_id: SceUid, message: *mut *mut c_void, timeout: *mut u32)
    204  pub fn sceKernelReceiveMbxCB(
    205  pub fn sceKernelPollMbx(mbx_id: SceUid, pmessage: *mut *mut c_void) -> i32;
    206  pub fn sceKernelCancelReceiveMbx(mbx_id: SceUid, num: *mut i32) -> i32;
    207  pub fn sceKernelReferMbxStatus(mbx_id: SceUid, info: *mut SceKernelMbxInfo) -> i32;
    208  pub fn sceKernelSetAlarm(
    209  pub fn sceKernelSetSysClockAlarm(
    210  pub fn sceKernelCancelAlarm(alarm_id: SceUid) -> i32;
    211  pub fn sceKernelReferAlarmStatus(alarm_id: SceUid, info: *mut SceKernelAlarmInfo) -> i32;
    212  pub fn sceKernelCreateCallback(
    213  pub fn sceKernelReferCallbackStatus(cb: SceUid, status: *mut SceKernelCallbackInfo) -> i32;
    214  pub fn sceKernelDeleteCallback(cb: SceUid) -> i32;
    215  pub fn sceKernelNotifyCallback(cb: SceUid, arg2: i32) -> i32;
    216  pub fn sceKernelCancelCallback(cb: SceUid) -> i32;
    217  pub fn sceKernelGetCallbackCount(cb: SceUid) -> i32;
    218  pub fn sceKernelCheckCallback() -> i32;
    219  pub fn sceKernelGetThreadmanIdList(
    220  pub fn sceKernelReferSystemStatus(status: *mut SceKernelSystemStatus) -> i32;
    221  pub fn sceKernelCreateMsgPipe(
    222  pub fn sceKernelDeleteMsgPipe(uid: SceUid) -> i32;
    223  pub fn sceKernelSendMsgPipe(
    224  pub fn sceKernelSendMsgPipeCB(
    225  pub fn sceKernelTrySendMsgPipe(
    226  pub fn sceKernelReceiveMsgPipe(
    227  pub fn sceKernelReceiveMsgPipeCB(
    228  pub fn sceKernelTryReceiveMsgPipe(
    229  pub fn sceKernelCancelMsgPipe(uid: SceUid, send: *mut i32, recv: *mut i32) -> i32;
    230  pub fn sceKernelReferMsgPipeStatus(uid: SceUid, info: *mut SceKernelMppInfo) -> i32;
    231  pub fn sceKernelCreateVpl(
    232  pub fn sceKernelDeleteVpl(uid: SceUid) -> i32;
    233  pub fn sceKernelAllocateVpl(
    234  pub fn sceKernelAllocateVplCB(
    235  pub fn sceKernelTryAllocateVpl(uid: SceUid, size: u32, data: *mut *mut c_void) -> i32;
    236  pub fn sceKernelFreeVpl(uid: SceUid, data: *mut c_void) -> i32;
    237  pub fn sceKernelCancelVpl(uid: SceUid, num: *mut i32) -> i32;
    238  pub fn sceKernelReferVplStatus(uid: SceUid, info: *mut SceKernelVplInfo) -> i32;
    239  pub fn sceKernelCreateFpl(
    240  pub fn sceKernelDeleteFpl(uid: SceUid) -> i32;
    241  pub fn sceKernelAllocateFpl(uid: SceUid, data: *mut *mut c_void, timeout: *mut u32) -> i32;
    242  pub fn sceKernelAllocateFplCB(uid: SceUid, data: *mut *mut c_void, timeout: *mut u32) -> i32;
    243  pub fn sceKernelTryAllocateFpl(uid: SceUid, data: *mut *mut c_void) -> i32;
    244  pub fn sceKernelFreeFpl(uid: SceUid, data: *mut c_void) -> i32;
    245  pub fn sceKernelCancelFpl(uid: SceUid, pnum: *mut i32) -> i32;
    246  pub fn sceKernelReferFplStatus(uid: SceUid, info: *mut SceKernelFplInfo) -> i32;
    247  pub fn sceKernelUSec2SysClock(usec: u32, clock: *mut SceKernelSysClock) -> i32;
    248  pub fn sceKernelUSec2SysClockWide(usec: u32) -> i64;
    249  pub fn sceKernelSysClock2USec(
    250  pub fn sceKernelSysClock2USecWide(clock: i64, low: *mut u32, high: *mut u32) -> i32;
    251  pub fn sceKernelGetSystemTime(time: *mut SceKernelSysClock) -> i32;
    252  pub fn sceKernelGetSystemTimeWide() -> i64;
    253  pub fn sceKernelGetSystemTimeLow() -> u32;
    254  pub fn sceKernelCreateVTimer(name: *const u8, opt: *mut SceKernelVTimerOptParam) -> SceUid;
    255  pub fn sceKernelDeleteVTimer(uid: SceUid) -> i32;
    256  pub fn sceKernelGetVTimerBase(uid: SceUid, base: *mut SceKernelSysClock) -> i32;
    257  pub fn sceKernelGetVTimerBaseWide(uid: SceUid) -> i64;
    258  pub fn sceKernelGetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32;
    259  pub fn sceKernelGetVTimerTimeWide(uid: SceUid) -> i64;
    260  pub fn sceKernelSetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32;
    261  pub fn sceKernelSetVTimerTimeWide(uid: SceUid, time: i64) -> i64;
    262  pub fn sceKernelStartVTimer(uid: SceUid) -> i32;
    263  pub fn sceKernelStopVTimer(uid: SceUid) -> i32;
    264  pub fn sceKernelSetVTimerHandler(
    265  pub fn sceKernelSetVTimerHandlerWide(
    266  pub fn sceKernelCancelVTimerHandler(uid: SceUid) -> i32;
    267  pub fn sceKernelReferVTimerStatus(uid: SceUid, info: *mut SceKernelVTimerInfo) -> i32;
    268  pub fn sceKernelRegisterThreadEventHandler(
    269  pub fn sceKernelReleaseThreadEventHandler(uid: SceUid) -> i32;
    270  pub fn sceKernelReferThreadEventHandlerStatus(
    271  pub fn sceKernelReferThreadProfiler() -> *mut DebugProfilerRegs;
    272  pub fn sceKernelReferGlobalProfiler() -> *mut DebugProfilerRegs;
    273  pub fn sceUsbStart(driver_name: *const u8, size: i32, args: *mut c_void) -> i32;
    274  pub fn sceUsbStop(driver_name: *const u8, size: i32, args: *mut c_void) -> i32;
    275  pub fn sceUsbActivate(pid: u32) -> i32;
    276  pub fn sceUsbDeactivate(pid: u32) -> i32;
    277  pub fn sceUsbGetState() -> i32;
    278  pub fn sceUsbGetDrvState(driver_name: *const u8) -> i32;
    279  pub fn sceUsbCamSetupStill(param: *mut UsbCamSetupStillParam) -> i32;
    280  pub fn sceUsbCamSetupStillEx(param: *mut UsbCamSetupStillExParam) -> i32;
    281  pub fn sceUsbCamStillInputBlocking(buf: *mut u8, size: usize) -> i32;
    282  pub fn sceUsbCamStillInput(buf: *mut u8, size: usize) -> i32;
    283  pub fn sceUsbCamStillWaitInputEnd() -> i32;
    284  pub fn sceUsbCamStillPollInputEnd() -> i32;
    285  pub fn sceUsbCamStillCancelInput() -> i32;
    286  pub fn sceUsbCamStillGetInputLength() -> i32;
    287  pub fn sceUsbCamSetupVideo(
    288  pub fn sceUsbCamSetupVideoEx(
    289  pub fn sceUsbCamStartVideo() -> i32;
    290  pub fn sceUsbCamStopVideo() -> i32;
    291  pub fn sceUsbCamReadVideoFrameBlocking(buf: *mut u8, size: usize) -> i32;
    292  pub fn sceUsbCamReadVideoFrame(buf: *mut u8, size: usize) -> i32;
    293  pub fn sceUsbCamWaitReadVideoFrameEnd() -> i32;
    294  pub fn sceUsbCamPollReadVideoFrameEnd() -> i32;
    295  pub fn sceUsbCamGetReadVideoFrameSize() -> i32;
    296  pub fn sceUsbCamSetSaturation(saturation: i32) -> i32;
    297  pub fn sceUsbCamSetBrightness(brightness: i32) -> i32;
    298  pub fn sceUsbCamSetContrast(contrast: i32) -> i32;
    299  pub fn sceUsbCamSetSharpness(sharpness: i32) -> i32;
    300  pub fn sceUsbCamSetImageEffectMode(effect_mode: UsbCamEffectMode) -> i32;
    301  pub fn sceUsbCamSetEvLevel(exposure_level: UsbCamEvLevel) -> i32;
    302  pub fn sceUsbCamSetReverseMode(reverse_flags: i32) -> i32;
    303  pub fn sceUsbCamSetZoom(zoom: i32) -> i32;
    304  pub fn sceUsbCamGetSaturation(saturation: *mut i32) -> i32;
    305  pub fn sceUsbCamGetBrightness(brightness: *mut i32) -> i32;
    306  pub fn sceUsbCamGetContrast(contrast: *mut i32) -> i32;
    307  pub fn sceUsbCamGetSharpness(sharpness: *mut i32) -> i32;
    308  pub fn sceUsbCamGetImageEffectMode(effect_mode: *mut UsbCamEffectMode) -> i32;
    309  pub fn sceUsbCamGetEvLevel(exposure_level: *mut UsbCamEvLevel) -> i32;
    310  pub fn sceUsbCamGetReverseMode(reverse_flags: *mut i32) -> i32;
    311  pub fn sceUsbCamGetZoom(zoom: *mut i32) -> i32;
    312  pub fn sceUsbCamAutoImageReverseSW(on: i32) -> i32;
    313  pub fn sceUsbCamGetAutoImageReverseState() -> i32;
    314  pub fn sceUsbCamGetLensDirection() -> i32;
    315  pub fn sceUsbstorBootRegisterNotify(event_flag: SceUid) -> i32;
    316  pub fn sceUsbstorBootUnregisterNotify(event_flag: u32) -> i32;
    317  pub fn sceUsbstorBootSetCapacity(size: u32) -> i32;
    318  pub fn scePowerRegisterCallback(slot: i32, cbid: SceUid) -> i32;
    319  pub fn scePowerUnregisterCallback(slot: i32) -> i32;
    320  pub fn scePowerIsPowerOnline() -> i32;
    321  pub fn scePowerIsBatteryExist() -> i32;
    322  pub fn scePowerIsBatteryCharging() -> i32;
    323  pub fn scePowerGetBatteryChargingStatus() -> i32;
    324  pub fn scePowerIsLowBattery() -> i32;
    325  pub fn scePowerGetBatteryLifePercent() -> i32;
    326  pub fn scePowerGetBatteryLifeTime() -> i32;
    327  pub fn scePowerGetBatteryTemp() -> i32;
    328  pub fn scePowerGetBatteryElec() -> i32;
    329  pub fn scePowerGetBatteryVolt() -> i32;
    330  pub fn scePowerSetCpuClockFrequency(cpufreq: i32) -> i32;
    331  pub fn scePowerSetBusClockFrequency(busfreq: i32) -> i32;
    332  pub fn scePowerGetCpuClockFrequency() -> i32;
    333  pub fn scePowerGetCpuClockFrequencyInt() -> i32;
    334  pub fn scePowerGetCpuClockFrequencyFloat() -> f32;
    335  pub fn scePowerGetBusClockFrequency() -> i32;
    336  pub fn scePowerGetBusClockFrequencyInt() -> i32;
    337  pub fn scePowerGetBusClockFrequencyFloat() -> f32;
    338  pub fn scePowerSetClockFrequency(pllfreq: i32, cpufreq: i32, busfreq: i32) -> i32;
    339  pub fn scePowerLock(unknown: i32) -> i32;
    340  pub fn scePowerUnlock(unknown: i32) -> i32;
    341  pub fn scePowerTick(t: PowerTick) -> i32;
    342  pub fn scePowerGetIdleTimer() -> i32;
    343  pub fn scePowerIdleTimerEnable(unknown: i32) -> i32;
    344  pub fn scePowerIdleTimerDisable(unknown: i32) -> i32;
    345  pub fn scePowerRequestStandby() -> i32;
    346  pub fn scePowerRequestSuspend() -> i32;
    347  pub fn sceWlanDevIsPowerOn() -> i32;
    348  pub fn sceWlanGetSwitchState() -> i32;
    349  pub fn sceWlanGetEtherAddr(ether_addr: *mut u8) -> i32;
    350  pub fn sceWlanDevAttach() -> i32;
    351  pub fn sceWlanDevDetach() -> i32;
    352  pub fn sceRtcGetTickResolution() -> u32;
    353  pub fn sceRtcGetCurrentTick(tick: *mut u64) -> i32;
    354  pub fn sceRtcGetCurrentClock(tm: *mut ScePspDateTime, tz: i32) -> i32;
    355  pub fn sceRtcGetCurrentClockLocalTime(tm: *mut ScePspDateTime) -> i32;
    356  pub fn sceRtcConvertUtcToLocalTime(tick_utc: *const u64, tick_local: *mut u64) -> i32;
    357  pub fn sceRtcConvertLocalTimeToUTC(tick_local: *const u64, tick_utc: *mut u64) -> i32;
    358  pub fn sceRtcIsLeapYear(year: i32) -> i32;
    359  pub fn sceRtcGetDaysInMonth(year: i32, month: i32) -> i32;
    360  pub fn sceRtcGetDayOfWeek(year: i32, month: i32, day: i32) -> i32;
    361  pub fn sceRtcCheckValid(date: *const ScePspDateTime) -> i32;
    362  pub fn sceRtcSetTick(date: *mut ScePspDateTime, tick: *const u64) -> i32;
    363  pub fn sceRtcGetTick(date: *const ScePspDateTime, tick: *mut u64) -> i32;
    364  pub fn sceRtcCompareTick(tick1: *const u64, tick2: *const u64) -> i32;
    365  pub fn sceRtcTickAddTicks(dest_tick: *mut u64, src_tick: *const u64, num_ticks: u64) -> i32;
    366  pub fn sceRtcTickAddMicroseconds(dest_tick: *mut u64, src_tick: *const u64, num_ms: u64)
    367  pub fn sceRtcTickAddSeconds(dest_tick: *mut u64, src_tick: *const u64, num_seconds: u64)
    368  pub fn sceRtcTickAddMinutes(dest_tick: *mut u64, src_tick: *const u64, num_minutes: u64)
    369  pub fn sceRtcTickAddHours(dest_tick: *mut u64, src_tick: *const u64, num_hours: u64) -> i32;
    370  pub fn sceRtcTickAddDays(dest_tick: *mut u64, src_tick: *const u64, num_days: u64) -> i32;
    371  pub fn sceRtcTickAddWeeks(dest_tick: *mut u64, src_tick: *const u64, num_weeks: u64) -> i32;
    372  pub fn sceRtcTickAddMonths(dest_tick: *mut u64, src_tick: *const u64, num_months: u64) -> i32;
    373  pub fn sceRtcTickAddYears(dest_tick: *mut u64, src_tick: *const u64, num_years: u64) -> i32;
    374  pub fn sceRtcSetTime_t(date: *mut ScePspDateTime, time: u32) -> i32;
    375  pub fn sceRtcGetTime_t(date: *const ScePspDateTime, time: *mut u32) -> i32;
    376  pub fn sceRtcSetTime64_t(date: *mut ScePspDateTime, time: u64) -> i32;
    377  pub fn sceRtcGetTime64_t(date: *const ScePspDateTime, time: *mut u64) -> i32;
    378  pub fn sceRtcSetDosTime(date: *mut ScePspDateTime, dos_time: u32) -> i32;
    379  pub fn sceRtcGetDosTime(date: *mut ScePspDateTime, dos_time: u32) -> i32;
    380  pub fn sceRtcSetWin32FileTime(date: *mut ScePspDateTime, time: *mut u64) -> i32;
    381  pub fn sceRtcGetWin32FileTime(date: *mut ScePspDateTime, time: *mut u64) -> i32;
    382  pub fn sceRtcParseDateTime(dest_tick: *mut u64, date_string: *const u8) -> i32;
    383  pub fn sceRtcFormatRFC3339(
    384  pub fn sceRtcFormatRFC3339LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32;
    385  pub fn sceRtcParseRFC3339(p_utc: *mut u64, psz_date_time: *const u8) -> i32;
    386  pub fn sceRtcFormatRFC2822(
    387  pub fn sceRtcFormatRFC2822LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32;
    388  pub fn sceIoOpen(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid;
    389  pub fn sceIoOpenAsync(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid;
    390  pub fn sceIoClose(fd: SceUid) -> i32;
    391  pub fn sceIoCloseAsync(fd: SceUid) -> i32;
    392  pub fn sceIoRead(fd: SceUid, data: *mut c_void, size: u32) -> i32;
    393  pub fn sceIoReadAsync(fd: SceUid, data: *mut c_void, size: u32) -> i32;
    394  pub fn sceIoWrite(fd: SceUid, data: *const c_void, size: usize) -> i32;
    395  pub fn sceIoWriteAsync(fd: SceUid, data: *const c_void, size: u32) -> i32;
    396  pub fn sceIoLseek(fd: SceUid, offset: i64, whence: IoWhence) -> i64;
    397  pub fn sceIoLseekAsync(fd: SceUid, offset: i64, whence: IoWhence) -> i32;
    398  pub fn sceIoLseek32(fd: SceUid, offset: i32, whence: IoWhence) -> i32;
    399  pub fn sceIoLseek32Async(fd: SceUid, offset: i32, whence: IoWhence) -> i32;
    400  pub fn sceIoRemove(file: *const u8) -> i32;
    401  pub fn sceIoMkdir(dir: *const u8, mode: IoPermissions) -> i32;
    402  pub fn sceIoRmdir(path: *const u8) -> i32;
    403  pub fn sceIoChdir(path: *const u8) -> i32;
    404  pub fn sceIoRename(oldname: *const u8, newname: *const u8) -> i32;
    405  pub fn sceIoDopen(dirname: *const u8) -> SceUid;
    406  pub fn sceIoDread(fd: SceUid, dir: *mut SceIoDirent) -> i32;
    407  pub fn sceIoDclose(fd: SceUid) -> i32;
    408  pub fn sceIoDevctl(
    409  pub fn sceIoAssign(
    410  pub fn sceIoUnassign(dev: *const u8) -> i32;
    411  pub fn sceIoGetstat(file: *const u8, stat: *mut SceIoStat) -> i32;
    412  pub fn sceIoChstat(file: *const u8, stat: *mut SceIoStat, bits: i32) -> i32;
    413  pub fn sceIoIoctl(
    414  pub fn sceIoIoctlAsync(
    415  pub fn sceIoSync(device: *const u8, unk: u32) -> i32;
    416  pub fn sceIoWaitAsync(fd: SceUid, res: *mut i64) -> i32;
    417  pub fn sceIoWaitAsyncCB(fd: SceUid, res: *mut i64) -> i32;
    418  pub fn sceIoPollAsync(fd: SceUid, res: *mut i64) -> i32;
    419  pub fn sceIoGetAsyncStat(fd: SceUid, poll: i32, res: *mut i64) -> i32;
    420  pub fn sceIoCancel(fd: SceUid) -> i32;
    421  pub fn sceIoGetDevType(fd: SceUid) -> i32;
    422  pub fn sceIoChangeAsyncPriority(fd: SceUid, pri: i32) -> i32;
    423  pub fn sceIoSetAsyncCallback(fd: SceUid, cb: SceUid, argp: *mut c_void) -> i32;
    424  pub fn sceJpegInitMJpeg() -> i32;
    425  pub fn sceJpegFinishMJpeg() -> i32;
    426  pub fn sceJpegCreateMJpeg(width: i32, height: i32) -> i32;
    427  pub fn sceJpegDeleteMJpeg() -> i32;
    428  pub fn sceJpegDecodeMJpeg(jpeg_buf: *mut u8, size: usize, rgba: *mut c_void, unk: u32) -> i32;
    429  pub fn sceUmdCheckMedium() -> i32;
    430  pub fn sceUmdGetDiscInfo(info: *mut UmdInfo) -> i32;
    431  pub fn sceUmdActivate(unit: i32, drive: *const u8) -> i32;
    432  pub fn sceUmdDeactivate(unit: i32, drive: *const u8) -> i32;
    433  pub fn sceUmdWaitDriveStat(state: i32) -> i32;
    434  pub fn sceUmdWaitDriveStatWithTimer(state: i32, timeout: u32) -> i32;
    435  pub fn sceUmdWaitDriveStatCB(state: i32, timeout: u32) -> i32;
    436  pub fn sceUmdCancelWaitDriveStat() -> i32;
    437  pub fn sceUmdGetDriveStat() -> i32;
    438  pub fn sceUmdGetErrorStat() -> i32;
    439  pub fn sceUmdRegisterUMDCallBack(cbid: i32) -> i32;
    440  pub fn sceUmdUnRegisterUMDCallBack(cbid: i32) -> i32;
    441  pub fn sceUmdReplacePermit() -> i32;
    442  pub fn sceUmdReplaceProhibit() -> i32;
    443  pub fn sceMpegInit() -> i32;
    444  pub fn sceMpegFinish();
    445  pub fn sceMpegRingbufferQueryMemSize(packets: i32) -> i32;
    446  pub fn sceMpegRingbufferConstruct(
    447  pub fn sceMpegRingbufferDestruct(ringbuffer: *mut SceMpegRingbuffer);
    448  pub fn sceMpegRingbufferAvailableSize(ringbuffer: *mut SceMpegRingbuffer) -> i32;
    449  pub fn sceMpegRingbufferPut(
    450  pub fn sceMpegQueryMemSize(unk: i32) -> i32;
    451  pub fn sceMpegCreate(
    452  pub fn sceMpegDelete(handle: SceMpeg);
    453  pub fn sceMpegQueryStreamOffset(handle: SceMpeg, buffer: *mut c_void, offset: *mut i32) -> i32;
    454  pub fn sceMpegQueryStreamSize(buffer: *mut c_void, size: *mut i32) -> i32;
    455  pub fn sceMpegRegistStream(handle: SceMpeg, stream_id: i32, unk: i32) -> SceMpegStream;
    456  pub fn sceMpegUnRegistStream(handle: SceMpeg, stream: SceMpegStream);
    457  pub fn sceMpegFlushAllStream(handle: SceMpeg) -> i32;
    458  pub fn sceMpegMallocAvcEsBuf(handle: SceMpeg) -> *mut c_void;
    459  pub fn sceMpegFreeAvcEsBuf(handle: SceMpeg, buf: *mut c_void);
    460  pub fn sceMpegQueryAtracEsSize(handle: SceMpeg, es_size: *mut i32, out_size: *mut i32) -> i32;
    461  pub fn sceMpegInitAu(handle: SceMpeg, es_buffer: *mut c_void, au: *mut SceMpegAu) -> i32;
    462  pub fn sceMpegGetAvcAu(
    463  pub fn sceMpegAvcDecodeMode(handle: SceMpeg, mode: *mut SceMpegAvcMode) -> i32;
    464  pub fn sceMpegAvcDecode(
    465  pub fn sceMpegAvcDecodeStop(
    466  pub fn sceMpegGetAtracAu(
    467  pub fn sceMpegAtracDecode(
    468  pub fn sceMpegBaseYCrCbCopyVme(yuv_buffer: *mut c_void, buffer: *mut i32, type_: i32) -> i32;
    469  pub fn sceMpegBaseCscInit(width: i32) -> i32;
    470  pub fn sceMpegBaseCscVme(
    471  pub fn sceMpegbase_BEA18F91(lli: *mut SceMpegLLI) -> i32;
    472  pub fn sceHprmPeekCurrentKey(key: *mut i32) -> i32;
    473  pub fn sceHprmPeekLatch(latch: *mut [u32; 4]) -> i32;
    474  pub fn sceHprmReadLatch(latch: *mut [u32; 4]) -> i32;
    475  pub fn sceHprmIsHeadphoneExist() -> i32;
    476  pub fn sceHprmIsRemoteExist() -> i32;
    477  pub fn sceHprmIsMicrophoneExist() -> i32;
    478  pub fn sceGuDepthBuffer(zbp: *mut c_void, zbw: i32);
    479  pub fn sceGuDispBuffer(width: i32, height: i32, dispbp: *mut c_void, dispbw: i32);
    480  pub fn sceGuDrawBuffer(psm: DisplayPixelFormat, fbp: *mut c_void, fbw: i32);
    481  pub fn sceGuDrawBufferList(psm: DisplayPixelFormat, fbp: *mut c_void, fbw: i32);
    482  pub fn sceGuDisplay(state: bool) -> bool;
    483  pub fn sceGuDepthFunc(function: DepthFunc);
    484  pub fn sceGuDepthMask(mask: i32);
    485  pub fn sceGuDepthOffset(offset: i32);
    486  pub fn sceGuDepthRange(near: i32, far: i32);
    487  pub fn sceGuFog(near: f32, far: f32, color: u32);
    488  pub fn sceGuInit();
    489  pub fn sceGuTerm();
    490  pub fn sceGuBreak(mode: i32);
    491  pub fn sceGuContinue();
    492  pub fn sceGuSetCallback(signal: GuCallbackId, callback: GuCallback) -> GuCallback;
    493  pub fn sceGuSignal(behavior: SignalBehavior, signal: i32);
    494  pub fn sceGuSendCommandf(cmd: GeCommand, argument: f32);
    495  pub fn sceGuSendCommandi(cmd: GeCommand, argument: i32);
    496  pub fn sceGuGetMemory(size: i32) -> *mut c_void;
    497  pub fn sceGuStart(context_type: GuContextType, list: *mut c_void);
    498  pub fn sceGuFinish() -> i32;
    499  pub fn sceGuFinishId(id: u32) -> i32;
    500  pub fn sceGuCallList(list: *const c_void);
    501  pub fn sceGuCallMode(mode: i32);
    502  pub fn sceGuCheckList() -> i32;
    503  pub fn sceGuSendList(mode: GuQueueMode, list: *const c_void, context: *mut GeContext);
    504  pub fn sceGuSwapBuffers() -> *mut c_void;
    505  pub fn sceGuSync(mode: GuSyncMode, behavior: GuSyncBehavior) -> GeListState;
    506  pub fn sceGuDrawArray(
    507  pub fn sceGuBeginObject(
    508  pub fn sceGuEndObject();
    509  pub fn sceGuSetStatus(state: GuState, status: i32);
    510  pub fn sceGuGetStatus(state: GuState) -> bool;
    511  pub fn sceGuSetAllStatus(status: i32);
    512  pub fn sceGuGetAllStatus() -> i32;
    513  pub fn sceGuEnable(state: GuState);
    514  pub fn sceGuDisable(state: GuState);
    515  pub fn sceGuLight(light: i32, type_: LightType, components: i32, position: &ScePspFVector3);
    516  pub fn sceGuLightAtt(light: i32, atten0: f32, atten1: f32, atten2: f32);
    517  pub fn sceGuLightColor(light: i32, component: i32, color: u32);
    518  pub fn sceGuLightMode(mode: LightMode);
    519  pub fn sceGuLightSpot(light: i32, direction: &ScePspFVector3, exponent: f32, cutoff: f32);
    520  pub fn sceGuClear(flags: i32);
    521  pub fn sceGuClearColor(color: u32);
    522  pub fn sceGuClearDepth(depth: u32);
    523  pub fn sceGuClearStencil(stencil: u32);
    524  pub fn sceGuPixelMask(mask: u32);
    525  pub fn sceGuColor(color: u32);
    526  pub fn sceGuColorFunc(func: ColorFunc, color: u32, mask: u32);
    527  pub fn sceGuColorMaterial(components: i32);
    528  pub fn sceGuAlphaFunc(func: AlphaFunc, value: i32, mask: i32);
    529  pub fn sceGuAmbient(color: u32);
    530  pub fn sceGuAmbientColor(color: u32);
    531  pub fn sceGuBlendFunc(op: BlendOp, src: BlendSrc, dest: BlendDst, src_fix: u32, dest_fix: u32);
    532  pub fn sceGuMaterial(components: i32, color: u32);
    533  pub fn sceGuModelColor(emissive: u32, ambient: u32, diffuse: u32, specular: u32);
    534  pub fn sceGuStencilFunc(func: StencilFunc, ref_: i32, mask: i32);
    535  pub fn sceGuStencilOp(fail: StencilOperation, zfail: StencilOperation, zpass: StencilOperation);
    536  pub fn sceGuSpecular(power: f32);
    537  pub fn sceGuFrontFace(order: FrontFaceDirection);
    538  pub fn sceGuLogicalOp(op: LogicalOperation);
    539  pub fn sceGuSetDither(matrix: &ScePspIMatrix4);
    540  pub fn sceGuShadeModel(mode: ShadingModel);
    541  pub fn sceGuCopyImage(
    542  pub fn sceGuTexEnvColor(color: u32);
    543  pub fn sceGuTexFilter(min: TextureFilter, mag: TextureFilter);
    544  pub fn sceGuTexFlush();
    545  pub fn sceGuTexFunc(tfx: TextureEffect, tcc: TextureColorComponent);
    546  pub fn sceGuTexImage(
    547  pub fn sceGuTexLevelMode(mode: TextureLevelMode, bias: f32);
    548  pub fn sceGuTexMapMode(mode: TextureMapMode, a1: u32, a2: u32);
    549  pub fn sceGuTexMode(tpsm: TexturePixelFormat, maxmips: i32, a2: i32, swizzle: i32);
    550  pub fn sceGuTexOffset(u: f32, v: f32);
    551  pub fn sceGuTexProjMapMode(mode: TextureProjectionMapMode);
    552  pub fn sceGuTexScale(u: f32, v: f32);
    553  pub fn sceGuTexSlope(slope: f32);
    554  pub fn sceGuTexSync();
    555  pub fn sceGuTexWrap(u: GuTexWrapMode, v: GuTexWrapMode);
    556  pub fn sceGuClutLoad(num_blocks: i32, cbp: *const c_void);
    557  pub fn sceGuClutMode(cpsm: ClutPixelFormat, shift: u32, mask: u32, a3: u32);
    558  pub fn sceGuOffset(x: u32, y: u32);
    559  pub fn sceGuScissor(x: i32, y: i32, w: i32, h: i32);
    560  pub fn sceGuViewport(cx: i32, cy: i32, width: i32, height: i32);
    561  pub fn sceGuDrawBezier(
    562  pub fn sceGuPatchDivide(ulevel: u32, vlevel: u32);
    563  pub fn sceGuPatchFrontFace(a0: u32);
    564  pub fn sceGuPatchPrim(prim: PatchPrimitive);
    565  pub fn sceGuDrawSpline(
    566  pub fn sceGuSetMatrix(type_: MatrixMode, matrix: &ScePspFMatrix4);
    567  pub fn sceGuBoneMatrix(index: u32, matrix: &ScePspFMatrix4);
    568  pub fn sceGuMorphWeight(index: i32, weight: f32);
    569  pub fn sceGuDrawArrayN(
    570  pub fn sceGumDrawArray(
    571  pub fn sceGumDrawArrayN(
    572  pub fn sceGumDrawBezier(
    573  pub fn sceGumDrawSpline(
    574  pub fn sceGumFastInverse();
    575  pub fn sceGumFullInverse();
    576  pub fn sceGumLoadIdentity();
    577  pub fn sceGumLoadMatrix(m: &ScePspFMatrix4);
    578  pub fn sceGumLookAt(eye: &ScePspFVector3, center: &ScePspFVector3, up: &ScePspFVector3);
    579  pub fn sceGumMatrixMode(mode: MatrixMode);
    580  pub fn sceGumMultMatrix(m: &ScePspFMatrix4);
    581  pub fn sceGumOrtho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32);
    582  pub fn sceGumPerspective(fovy: f32, aspect: f32, near: f32, far: f32);
    583  pub fn sceGumPopMatrix();
    584  pub fn sceGumPushMatrix();
    585  pub fn sceGumRotateX(angle: f32);
    586  pub fn sceGumRotateY(angle: f32);
    587  pub fn sceGumRotateZ(angle: f32);
    588  pub fn sceGumRotateXYZ(v: &ScePspFVector3);
    589  pub fn sceGumRotateZYX(v: &ScePspFVector3);
    590  pub fn sceGumScale(v: &ScePspFVector3);
    591  pub fn sceGumStoreMatrix(m: &mut ScePspFMatrix4);
    592  pub fn sceGumTranslate(v: &ScePspFVector3);
    593  pub fn sceGumUpdateMatrix();
    594  pub fn sceMp3ReserveMp3Handle(args: *mut SceMp3InitArg) -> i32;
    595  pub fn sceMp3ReleaseMp3Handle(handle: Mp3Handle) -> i32;
    596  pub fn sceMp3InitResource() -> i32;
    597  pub fn sceMp3TermResource() -> i32;
    598  pub fn sceMp3Init(handle: Mp3Handle) -> i32;
    599  pub fn sceMp3Decode(handle: Mp3Handle, dst: *mut *mut i16) -> i32;
    600  pub fn sceMp3GetInfoToAddStreamData(
    601  pub fn sceMp3NotifyAddStreamData(handle: Mp3Handle, size: i32) -> i32;
    602  pub fn sceMp3CheckStreamDataNeeded(handle: Mp3Handle) -> i32;
    603  pub fn sceMp3SetLoopNum(handle: Mp3Handle, loop_: i32) -> i32;
    604  pub fn sceMp3GetLoopNum(handle: Mp3Handle) -> i32;
    605  pub fn sceMp3GetSumDecodedSample(handle: Mp3Handle) -> i32;
    606  pub fn sceMp3GetMaxOutputSample(handle: Mp3Handle) -> i32;
    607  pub fn sceMp3GetSamplingRate(handle: Mp3Handle) -> i32;
    608  pub fn sceMp3GetBitRate(handle: Mp3Handle) -> i32;
    609  pub fn sceMp3GetMp3ChannelNum(handle: Mp3Handle) -> i32;
    610  pub fn sceMp3ResetPlayPosition(handle: Mp3Handle) -> i32;
    611  pub fn sceRegOpenRegistry(reg: *mut Key, mode: i32, handle: *mut RegHandle) -> i32;
    612  pub fn sceRegFlushRegistry(handle: RegHandle) -> i32;
    613  pub fn sceRegCloseRegistry(handle: RegHandle) -> i32;
    614  pub fn sceRegOpenCategory(
    615  pub fn sceRegRemoveCategory(handle: RegHandle, name: *const u8) -> i32;
    616  pub fn sceRegCloseCategory(dir_handle: RegHandle) -> i32;
    617  pub fn sceRegFlushCategory(dir_handle: RegHandle) -> i32;
    618  pub fn sceRegGetKeyInfo(
    619  pub fn sceRegGetKeyInfoByName(
    620  pub fn sceRegGetKeyValue(
    621  pub fn sceRegGetKeyValueByName(
    622  pub fn sceRegSetKeyValue(
    623  pub fn sceRegGetKeysNum(dir_handle: RegHandle, num: *mut i32) -> i32;
    624  pub fn sceRegGetKeys(dir_handle: RegHandle, buf: *mut u8, num: i32) -> i32;
    625  pub fn sceRegCreateKey(dir_handle: RegHandle, name: *const u8, type_: i32, size: usize) -> i32;
    626  pub fn sceRegRemoveRegistry(key: *mut Key) -> i32;
    627  pub fn sceOpenPSIDGetOpenPSID(openpsid: *mut OpenPSID) -> i32;
    628  pub fn sceUtilityMsgDialogInitStart(params: *mut UtilityMsgDialogParams) -> i32;
    629  pub fn sceUtilityMsgDialogShutdownStart();
    630  pub fn sceUtilityMsgDialogGetStatus() -> i32;
    631  pub fn sceUtilityMsgDialogUpdate(n: i32);
    632  pub fn sceUtilityMsgDialogAbort() -> i32;
    633  pub fn sceUtilityNetconfInitStart(data: *mut UtilityNetconfData) -> i32;
    634  pub fn sceUtilityNetconfShutdownStart() -> i32;
    635  pub fn sceUtilityNetconfUpdate(unknown: i32) -> i32;
    636  pub fn sceUtilityNetconfGetStatus() -> i32;
    637  pub fn sceUtilityCheckNetParam(id: i32) -> i32;
    638  pub fn sceUtilityGetNetParam(conf: i32, param: NetParam, data: *mut UtilityNetData) -> i32;
    639  pub fn sceUtilitySavedataInitStart(params: *mut SceUtilitySavedataParam) -> i32;
    640  pub fn sceUtilitySavedataGetStatus() -> i32;
    641  pub fn sceUtilitySavedataShutdownStart() -> i32;
    642  pub fn sceUtilitySavedataUpdate(unknown: i32);
    643  pub fn sceUtilityGameSharingInitStart(params: *mut UtilityGameSharingParams) -> i32;
    644  pub fn sceUtilityGameSharingShutdownStart();
    645  pub fn sceUtilityGameSharingGetStatus() -> i32;
    646  pub fn sceUtilityGameSharingUpdate(n: i32);
    647  pub fn sceUtilityHtmlViewerInitStart(params: *mut UtilityHtmlViewerParam) -> i32;
    648  pub fn sceUtilityHtmlViewerShutdownStart() -> i32;
    649  pub fn sceUtilityHtmlViewerUpdate(n: i32) -> i32;
    650  pub fn sceUtilityHtmlViewerGetStatus() -> i32;
    651  pub fn sceUtilitySetSystemParamInt(id: SystemParamId, value: i32) -> i32;
    652  pub fn sceUtilitySetSystemParamString(id: SystemParamId, str: *const u8) -> i32;
    653  pub fn sceUtilityGetSystemParamInt(id: SystemParamId, value: *mut i32) -> i32;
    654  pub fn sceUtilityGetSystemParamString(id: SystemParamId, str: *mut u8, len: i32) -> i32;
    655  pub fn sceUtilityOskInitStart(params: *mut SceUtilityOskParams) -> i32;
    656  pub fn sceUtilityOskShutdownStart() -> i32;
    657  pub fn sceUtilityOskUpdate(n: i32) -> i32;
    658  pub fn sceUtilityOskGetStatus() -> i32;
    659  pub fn sceUtilityLoadNetModule(module: NetModule) -> i32;
    660  pub fn sceUtilityUnloadNetModule(module: NetModule) -> i32;
    661  pub fn sceUtilityLoadAvModule(module: AvModule) -> i32;
    662  pub fn sceUtilityUnloadAvModule(module: AvModule) -> i32;
    663  pub fn sceUtilityLoadUsbModule(module: UsbModule) -> i32;
    664  pub fn sceUtilityUnloadUsbModule(module: UsbModule) -> i32;
    665  pub fn sceUtilityLoadModule(module: Module) -> i32;
    666  pub fn sceUtilityUnloadModule(module: Module) -> i32;
    667  pub fn sceUtilityCreateNetParam(conf: i32) -> i32;
    668  pub fn sceUtilitySetNetParam(param: NetParam, val: *const c_void) -> i32;
    669  pub fn sceUtilityCopyNetParam(src: i32, dest: i32) -> i32;
    670  pub fn sceUtilityDeleteNetParam(conf: i32) -> i32;
    671  pub fn sceNetInit(
    672  pub fn sceNetTerm() -> i32;
    673  pub fn sceNetFreeThreadinfo(thid: i32) -> i32;
    674  pub fn sceNetThreadAbort(thid: i32) -> i32;
    675  pub fn sceNetEtherStrton(name: *mut u8, mac: *mut u8);
    676  pub fn sceNetEtherNtostr(mac: *mut u8, name: *mut u8);
    677  pub fn sceNetGetLocalEtherAddr(mac: *mut u8) -> i32;
    678  pub fn sceNetGetMallocStat(stat: *mut SceNetMallocStat) -> i32;
    679  pub fn sceNetAdhocctlInit(
    680  pub fn sceNetAdhocctlTerm() -> i32;
    681  pub fn sceNetAdhocctlConnect(name: *const u8) -> i32;
    682  pub fn sceNetAdhocctlDisconnect() -> i32;
    683  pub fn sceNetAdhocctlGetState(event: *mut i32) -> i32;
    684  pub fn sceNetAdhocctlCreate(name: *const u8) -> i32;
    685  pub fn sceNetAdhocctlJoin(scaninfo: *mut SceNetAdhocctlScanInfo) -> i32;
    686  pub fn sceNetAdhocctlGetAdhocId(id: *mut SceNetAdhocctlAdhocId) -> i32;
    687  pub fn sceNetAdhocctlCreateEnterGameMode(
    688  pub fn sceNetAdhocctlJoinEnterGameMode(
    689  pub fn sceNetAdhocctlGetGameModeInfo(gamemodeinfo: *mut SceNetAdhocctlGameModeInfo) -> i32;
    690  pub fn sceNetAdhocctlExitGameMode() -> i32;
    691  pub fn sceNetAdhocctlGetPeerList(length: *mut i32, buf: *mut c_void) -> i32;
    692  pub fn sceNetAdhocctlGetPeerInfo(
    693  pub fn sceNetAdhocctlScan() -> i32;
    694  pub fn sceNetAdhocctlGetScanInfo(length: *mut i32, buf: *mut c_void) -> i32;
    695  pub fn sceNetAdhocctlAddHandler(handler: SceNetAdhocctlHandler, unknown: *mut c_void) -> i32;
    696  pub fn sceNetAdhocctlDelHandler(id: i32) -> i32;
    697  pub fn sceNetAdhocctlGetNameByAddr(mac: *mut u8, nickname: *mut u8) -> i32;
    698  pub fn sceNetAdhocctlGetAddrByName(
    699  pub fn sceNetAdhocctlGetParameter(params: *mut SceNetAdhocctlParams) -> i32;
    700  pub fn sceNetAdhocInit() -> i32;
    701  pub fn sceNetAdhocTerm() -> i32;
    702  pub fn sceNetAdhocPdpCreate(mac: *mut u8, port: u16, buf_size: u32, unk1: i32) -> i32;
    703  pub fn sceNetAdhocPdpDelete(id: i32, unk1: i32) -> i32;
    704  pub fn sceNetAdhocPdpSend(
    705  pub fn sceNetAdhocPdpRecv(
    706  pub fn sceNetAdhocGetPdpStat(size: *mut i32, stat: *mut SceNetAdhocPdpStat) -> i32;
    707  pub fn sceNetAdhocGameModeCreateMaster(data: *mut c_void, size: i32) -> i32;
    708  pub fn sceNetAdhocGameModeCreateReplica(mac: *mut u8, data: *mut c_void, size: i32) -> i32;
    709  pub fn sceNetAdhocGameModeUpdateMaster() -> i32;
    710  pub fn sceNetAdhocGameModeUpdateReplica(id: i32, unk1: i32) -> i32;
    711  pub fn sceNetAdhocGameModeDeleteMaster() -> i32;
    712  pub fn sceNetAdhocGameModeDeleteReplica(id: i32) -> i32;
    713  pub fn sceNetAdhocPtpOpen(
    714  pub fn sceNetAdhocPtpConnect(id: i32, timeout: u32, nonblock: i32) -> i32;
    715  pub fn sceNetAdhocPtpListen(
    716  pub fn sceNetAdhocPtpAccept(
    717  pub fn sceNetAdhocPtpSend(
    718  pub fn sceNetAdhocPtpRecv(
    719  pub fn sceNetAdhocPtpFlush(id: i32, timeout: u32, nonblock: i32) -> i32;
    720  pub fn sceNetAdhocPtpClose(id: i32, unk1: i32) -> i32;
    721  pub fn sceNetAdhocGetPtpStat(size: *mut i32, stat: *mut SceNetAdhocPtpStat) -> i32;
    722  pub fn sceNetAdhocMatchingInit(memsize: i32) -> i32;
    723  pub fn sceNetAdhocMatchingTerm() -> i32;
    724  pub fn sceNetAdhocMatchingCreate(
    725  pub fn sceNetAdhocMatchingDelete(matching_id: i32) -> i32;
    726  pub fn sceNetAdhocMatchingStart(
    727  pub fn sceNetAdhocMatchingStop(matching_id: i32) -> i32;
    728  pub fn sceNetAdhocMatchingSelectTarget(
    729  pub fn sceNetAdhocMatchingCancelTarget(matching_id: i32, mac: *mut u8) -> i32;
    730  pub fn sceNetAdhocMatchingCancelTargetWithOpt(
    731  pub fn sceNetAdhocMatchingSendData(
    732  pub fn sceNetAdhocMatchingAbortSendData(matching_id: i32, mac: *mut u8) -> i32;
    733  pub fn sceNetAdhocMatchingSetHelloOpt(
    734  pub fn sceNetAdhocMatchingGetHelloOpt(
    735  pub fn sceNetAdhocMatchingGetMembers(
    736  pub fn sceNetAdhocMatchingGetPoolMaxAlloc() -> i32;
    737  pub fn sceNetAdhocMatchingGetPoolStat(poolstat: *mut AdhocPoolStat) -> i32;
    738  pub fn sceNetApctlInit(stack_size: i32, init_priority: i32) -> i32;
    739  pub fn sceNetApctlTerm() -> i32;
    740  pub fn sceNetApctlGetInfo(code: ApctlInfo, pinfo: *mut SceNetApctlInfo) -> i32;
    741  pub fn sceNetApctlAddHandler(handler: SceNetApctlHandler, parg: *mut c_void) -> i32;
    742  pub fn sceNetApctlDelHandler(handler_id: i32) -> i32;
    743  pub fn sceNetApctlConnect(conn_index: i32) -> i32;
    744  pub fn sceNetApctlDisconnect() -> i32;
    745  pub fn sceNetApctlGetState(pstate: *mut ApctlState) -> i32;
    746  pub fn sceNetInetInit() -> i32;
    747  pub fn sceNetInetTerm() -> i32;
    748  pub fn sceNetInetAccept(s: i32, addr: *mut sockaddr, addr_len: *mut socklen_t) -> i32;
    749  pub fn sceNetInetBind(s: i32, my_addr: *const sockaddr, addr_len: socklen_t) -> i32;
    750  pub fn sceNetInetConnect(s: i32, serv_addr: *const sockaddr, addr_len: socklen_t) -> i32;
    751  pub fn sceNetInetGetsockopt(
    752  pub fn sceNetInetListen(s: i32, backlog: i32) -> i32;
    753  pub fn sceNetInetRecv(s: i32, buf: *mut c_void, len: usize, flags: i32) -> usize;
    754  pub fn sceNetInetRecvfrom(
    755  pub fn sceNetInetSend(s: i32, buf: *const c_void, len: usize, flags: i32) -> usize;
    756  pub fn sceNetInetSendto(
    757  pub fn sceNetInetSetsockopt(
    758  pub fn sceNetInetShutdown(s: i32, how: i32) -> i32;
    759  pub fn sceNetInetSocket(domain: i32, type_: i32, protocol: i32) -> i32;
    760  pub fn sceNetInetClose(s: i32) -> i32;
    761  pub fn sceNetInetGetErrno() -> i32;
    762  pub fn sceSslInit(unknown1: i32) -> i32;
    763  pub fn sceSslEnd() -> i32;
    764  pub fn sceSslGetUsedMemoryMax(memory: *mut u32) -> i32;
    765  pub fn sceSslGetUsedMemoryCurrent(memory: *mut u32) -> i32;
    766  pub fn sceHttpInit(unknown1: u32) -> i32;
    767  pub fn sceHttpEnd() -> i32;
    768  pub fn sceHttpCreateTemplate(agent: *mut u8, unknown1: i32, unknown2: i32) -> i32;
    769  pub fn sceHttpDeleteTemplate(templateid: i32) -> i32;
    770  pub fn sceHttpCreateConnection(
    771  pub fn sceHttpCreateConnectionWithURL(templateid: i32, url: *const u8, unknown1: i32) -> i32;
    772  pub fn sceHttpDeleteConnection(connection_id: i32) -> i32;
    773  pub fn sceHttpCreateRequest(
    774  pub fn sceHttpCreateRequestWithURL(
    775  pub fn sceHttpDeleteRequest(request_id: i32) -> i32;
    776  pub fn sceHttpSendRequest(request_id: i32, data: *mut c_void, data_size: u32) -> i32;
    777  pub fn sceHttpAbortRequest(request_id: i32) -> i32;
    778  pub fn sceHttpReadData(request_id: i32, data: *mut c_void, data_size: u32) -> i32;
    779  pub fn sceHttpGetContentLength(request_id: i32, content_length: *mut u64) -> i32;
    780  pub fn sceHttpGetStatusCode(request_id: i32, status_code: *mut i32) -> i32;
    781  pub fn sceHttpSetResolveTimeOut(id: i32, timeout: u32) -> i32;
    782  pub fn sceHttpSetResolveRetry(id: i32, count: i32) -> i32;
    783  pub fn sceHttpSetConnectTimeOut(id: i32, timeout: u32) -> i32;
    784  pub fn sceHttpSetSendTimeOut(id: i32, timeout: u32) -> i32;
    785  pub fn sceHttpSetRecvTimeOut(id: i32, timeout: u32) -> i32;
    786  pub fn sceHttpEnableKeepAlive(id: i32) -> i32;
    787  pub fn sceHttpDisableKeepAlive(id: i32) -> i32;
    788  pub fn sceHttpEnableRedirect(id: i32) -> i32;
    789  pub fn sceHttpDisableRedirect(id: i32) -> i32;
    790  pub fn sceHttpEnableCookie(id: i32) -> i32;
    791  pub fn sceHttpDisableCookie(id: i32) -> i32;
    792  pub fn sceHttpSaveSystemCookie() -> i32;
    793  pub fn sceHttpLoadSystemCookie() -> i32;
    794  pub fn sceHttpAddExtraHeader(id: i32, name: *mut u8, value: *mut u8, unknown1: i32) -> i32;
    795  pub fn sceHttpDeleteHeader(id: i32, name: *const u8) -> i32;
    796  pub fn sceHttpsInit(unknown1: i32, unknown2: i32, unknown3: i32, unknown4: i32) -> i32;
    797  pub fn sceHttpsEnd() -> i32;
    798  pub fn sceHttpsLoadDefaultCert(unknown1: i32, unknown2: i32) -> i32;
    799  pub fn sceHttpDisableAuth(id: i32) -> i32;
    800  pub fn sceHttpDisableCache(id: i32) -> i32;
    801  pub fn sceHttpEnableAuth(id: i32) -> i32;
    802  pub fn sceHttpEnableCache(id: i32) -> i32;
    803  pub fn sceHttpEndCache() -> i32;
    804  pub fn sceHttpGetAllHeader(request: i32, header: *mut *mut u8, header_size: *mut u32) -> i32;
    805  pub fn sceHttpGetNetworkErrno(request: i32, err_num: *mut i32) -> i32;
    806  pub fn sceHttpGetProxy(
    807  pub fn sceHttpInitCache(max_size: usize) -> i32;
    808  pub fn sceHttpSetAuthInfoCB(id: i32, cbfunc: HttpPasswordCB) -> i32;
    809  pub fn sceHttpSetProxy(
    810  pub fn sceHttpSetResHeaderMaxSize(id: i32, header_size: u32) -> i32;
    811  pub fn sceHttpSetMallocFunction(
    812  pub fn sceNetResolverInit() -> i32;
    813  pub fn sceNetResolverCreate(rid: *mut i32, buf: *mut c_void, buf_length: u32) -> i32;
    814  pub fn sceNetResolverDelete(rid: i32) -> i32;
    815  pub fn sceNetResolverStartNtoA(
    816  pub fn sceNetResolverStartAtoN(
    817  pub fn sceNetResolverStop(rid: i32) -> i32;
    818  pub fn sceNetResolverTerm() -> i32;
    
    
    
    

    \libc-0.2.133\src\solid\mod.rs

    ═════════ pub fn 函数
    1  pub fn isalnum(c: c_int) -> c_int;
    2  pub fn isalpha(c: c_int) -> c_int;
    3  pub fn iscntrl(c: c_int) -> c_int;
    4  pub fn isdigit(c: c_int) -> c_int;
    5  pub fn isgraph(c: c_int) -> c_int;
    6  pub fn islower(c: c_int) -> c_int;
    7  pub fn isprint(c: c_int) -> c_int;
    8  pub fn ispunct(c: c_int) -> c_int;
    9  pub fn isspace(c: c_int) -> c_int;
    10  pub fn isupper(c: c_int) -> c_int;
    11  pub fn isxdigit(c: c_int) -> c_int;
    12  pub fn isblank(c: c_int) -> c_int;
    13  pub fn tolower(c: c_int) -> c_int;
    14  pub fn toupper(c: c_int) -> c_int;
    15  pub fn __get_stdio_file(fileno: c_int) -> *mut FILE;
    16  pub fn clearerr(arg1: *mut FILE);
    17  pub fn fclose(arg1: *mut FILE) -> c_int;
    18  pub fn feof(arg1: *mut FILE) -> c_int;
    19  pub fn ferror(arg1: *mut FILE) -> c_int;
    20  pub fn fflush(arg1: *mut FILE) -> c_int;
    21  pub fn fgetc(arg1: *mut FILE) -> c_int;
    22  pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char;
    23  pub fn fopen(arg1: *const c_char, arg2: *const c_char) -> *mut FILE;
    24  pub fn fprintf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int;
    25  pub fn fputc(arg1: c_int, arg2: *mut FILE) -> c_int;
    26  pub fn fputs(arg1: *const c_char, arg2: *mut FILE) -> c_int;
    27  pub fn fread(arg1: *mut c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t;
    28  pub fn freopen(arg1: *const c_char, arg2: *const c_char, arg3: *mut FILE) -> *mut FILE;
    29  pub fn fscanf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int;
    30  pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int;
    31  pub fn ftell(arg1: *mut FILE) -> c_long;
    32  pub fn fwrite(arg1: *const c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t;
    33  pub fn getc(arg1: *mut FILE) -> c_int;
    34  pub fn getchar() -> c_int;
    35  pub fn perror(arg1: *const c_char);
    36  pub fn printf(arg1: *const c_char, ...) -> c_int;
    37  pub fn putc(arg1: c_int, arg2: *mut FILE) -> c_int;
    38  pub fn putchar(arg1: c_int) -> c_int;
    39  pub fn puts(arg1: *const c_char) -> c_int;
    40  pub fn remove(arg1: *const c_char) -> c_int;
    41  pub fn rewind(arg1: *mut FILE);
    42  pub fn scanf(arg1: *const c_char, ...) -> c_int;
    43  pub fn setbuf(arg1: *mut FILE, arg2: *mut c_char);
    44  pub fn setvbuf(arg1: *mut FILE, arg2: *mut c_char, arg3: c_int, arg4: size_t) -> c_int;
    45  pub fn sscanf(arg1: *const c_char, arg2: *const c_char, ...) -> c_int;
    46  pub fn tmpfile() -> *mut FILE;
    47  pub fn ungetc(arg1: c_int, arg2: *mut FILE) -> c_int;
    48  pub fn vfprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int;
    49  pub fn vprintf(arg1: *const c_char, arg2: __va_list) -> c_int;
    50  pub fn gets(arg1: *mut c_char) -> *mut c_char;
    51  pub fn sprintf(arg1: *mut c_char, arg2: *const c_char, ...) -> c_int;
    52  pub fn tmpnam(arg1: *const c_char) -> *mut c_char;
    53  pub fn vsprintf(arg1: *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int;
    54  pub fn rename(arg1: *const c_char, arg2: *const c_char) -> c_int;
    55  pub fn asiprintf(arg1: *mut *mut c_char, arg2: *const c_char, ...) -> c_int;
    56  pub fn fiprintf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int;
    57  pub fn fiscanf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int;
    58  pub fn iprintf(arg1: *const c_char, ...) -> c_int;
    59  pub fn iscanf(arg1: *const c_char, ...) -> c_int;
    60  pub fn siprintf(arg1: *mut c_char, arg2: *const c_char, ...) -> c_int;
    61  pub fn siscanf(arg1: *mut c_char, arg2: *const c_char, ...) -> c_int;
    62  pub fn sniprintf(arg1: *mut c_char, arg2: size_t, arg3: *const c_char, ...) -> c_int;
    63  pub fn vasiprintf(arg1: *mut *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int;
    64  pub fn vfiprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int;
    65  pub fn vfiscanf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int;
    66  pub fn viprintf(arg1: *const c_char, arg2: __va_list) -> c_int;
    67  pub fn viscanf(arg1: *const c_char, arg2: __va_list) -> c_int;
    68  pub fn vsiprintf(arg1: *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int;
    69  pub fn vsiscanf(arg1: *const c_char, arg2: *const c_char, arg3: __va_list) -> c_int;
    70  pub fn vsniprintf(
    71  pub fn vdiprintf(arg1: c_int, arg2: *const c_char, arg3: __va_list) -> c_int;
    72  pub fn diprintf(arg1: c_int, arg2: *const c_char, ...) -> c_int;
    73  pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int;
    74  pub fn fsetpos(arg1: *mut FILE, arg2: *const fpos_t) -> c_int;
    75  pub fn fdopen(arg1: c_int, arg2: *const c_char) -> *mut FILE;
    76  pub fn fileno(arg1: *mut FILE) -> c_int;
    77  pub fn flockfile(arg1: *mut FILE);
    78  pub fn ftrylockfile(arg1: *mut FILE) -> c_int;
    79  pub fn funlockfile(arg1: *mut FILE);
    80  pub fn getc_unlocked(arg1: *mut FILE) -> c_int;
    81  pub fn getchar_unlocked() -> c_int;
    82  pub fn putc_unlocked(arg1: c_int, arg2: *mut FILE) -> c_int;
    83  pub fn putchar_unlocked(arg1: c_int) -> c_int;
    84  pub fn snprintf(arg1: *mut c_char, arg2: size_t, arg3: *const c_char, ...) -> c_int;
    85  pub fn vsnprintf(
    86  pub fn getw(arg1: *mut FILE) -> c_int;
    87  pub fn putw(arg1: c_int, arg2: *mut FILE) -> c_int;
    88  pub fn tempnam(arg1: *const c_char, arg2: *const c_char) -> *mut c_char;
    89  pub fn fseeko(stream: *mut FILE, offset: off_t, whence: c_int) -> c_int;
    90  pub fn ftello(stream: *mut FILE) -> off_t;
    91  pub fn atof(arg1: *const c_char) -> f64;
    92  pub fn strtod(arg1: *const c_char, arg2: *mut *mut c_char) -> f64;
    93  pub fn drand48() -> f64;
    94  pub fn erand48(arg1: *mut c_ushort) -> f64;
    95  pub fn strtof(arg1: *const c_char, arg2: *mut *mut c_char) -> f32;
    96  pub fn strtold(arg1: *const c_char, arg2: *mut *mut c_char) -> f64;
    97  pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64;
    98  pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32;
    99  pub fn strtold_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64;
    100  pub fn _Exit(arg1: c_int) -> !;
    101  pub fn abort() -> !;
    102  pub fn abs(arg1: c_int) -> c_int;
    103  pub fn atexit(arg1: ::Option<unsafe extern "C" fn()>) -> c_int;
    104  pub fn atoi(arg1: *const c_char) -> c_int;
    105  pub fn atol(arg1: *const c_char) -> c_long;
    106  pub fn itoa(arg1: c_int, arg2: *mut c_char, arg3: c_int) -> *mut c_char;
    107  pub fn ltoa(arg1: c_long, arg2: *mut c_char, arg3: c_int) -> *mut c_char;
    108  pub fn ultoa(arg1: c_ulong, arg2: *mut c_char, arg3: c_int) -> *mut c_char;
    109  pub fn bsearch(
    110  pub fn calloc(arg1: size_t, arg2: size_t) -> *mut c_void;
    111  pub fn div(arg1: c_int, arg2: c_int) -> div_t;
    112  pub fn exit(arg1: c_int) -> !;
    113  pub fn free(arg1: *mut c_void);
    114  pub fn getenv(arg1: *const c_char) -> *mut c_char;
    115  pub fn labs(arg1: c_long) -> c_long;
    116  pub fn ldiv(arg1: c_long, arg2: c_long) -> ldiv_t;
    117  pub fn malloc(arg1: size_t) -> *mut c_void;
    118  pub fn qsort(
    119  pub fn rand() -> c_int;
    120  pub fn realloc(arg1: *mut c_void, arg2: size_t) -> *mut c_void;
    121  pub fn srand(arg1: c_uint);
    122  pub fn strtol(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_long;
    123  pub fn strtoul(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulong;
    124  pub fn mblen(arg1: *const c_char, arg2: size_t) -> c_int;
    125  pub fn mbstowcs(arg1: *mut wchar_t, arg2: *const c_char, arg3: size_t) -> size_t;
    126  pub fn wctomb(arg1: *mut c_char, arg2: wchar_t) -> c_int;
    127  pub fn mbtowc(arg1: *mut wchar_t, arg2: *const c_char, arg3: size_t) -> c_int;
    128  pub fn wcstombs(arg1: *mut c_char, arg2: *const wchar_t, arg3: size_t) -> size_t;
    129  pub fn rand_r(arg1: *mut c_uint) -> c_int;
    130  pub fn jrand48(arg1: *mut c_ushort) -> c_long;
    131  pub fn lcong48(arg1: *mut c_ushort);
    132  pub fn lrand48() -> c_long;
    133  pub fn mrand48() -> c_long;
    134  pub fn nrand48(arg1: *mut c_ushort) -> c_long;
    135  pub fn seed48(arg1: *mut c_ushort) -> *mut c_ushort;
    136  pub fn srand48(arg1: c_long);
    137  pub fn putenv(arg1: *mut c_char) -> c_int;
    138  pub fn a64l(arg1: *const c_char) -> c_long;
    139  pub fn l64a(arg1: c_long) -> *mut c_char;
    140  pub fn random() -> c_long;
    141  pub fn setstate(arg1: *mut c_char) -> *mut c_char;
    142  pub fn initstate(arg1: c_uint, arg2: *mut c_char, arg3: size_t) -> *mut c_char;
    143  pub fn srandom(arg1: c_uint);
    144  pub fn mkostemp(arg1: *mut c_char, arg2: c_int) -> c_int;
    145  pub fn mkostemps(arg1: *mut c_char, arg2: c_int, arg3: c_int) -> c_int;
    146  pub fn mkdtemp(arg1: *mut c_char) -> *mut c_char;
    147  pub fn mkstemp(arg1: *mut c_char) -> c_int;
    148  pub fn mktemp(arg1: *mut c_char) -> *mut c_char;
    149  pub fn atoll(arg1: *const c_char) -> c_longlong;
    150  pub fn llabs(arg1: c_longlong) -> c_longlong;
    151  pub fn lldiv(arg1: c_longlong, arg2: c_longlong) -> lldiv_t;
    152  pub fn strtoll(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_longlong;
    153  pub fn strtoull(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulonglong;
    154  pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void;
    155  pub fn at_quick_exit(arg1: ::Option<unsafe extern "C" fn()>) -> c_int;
    156  pub fn quick_exit(arg1: c_int);
    157  pub fn setenv(arg1: *const c_char, arg2: *const c_char, arg3: c_int) -> c_int;
    158  pub fn unsetenv(arg1: *const c_char) -> c_int;
    159  pub fn humanize_number(
    160  pub fn dehumanize_number(arg1: *const c_char, arg2: *mut i64) -> c_int;
    161  pub fn getenv_r(arg1: *const c_char, arg2: *mut c_char, arg3: size_t) -> c_int;
    162  pub fn heapsort(
    163  pub fn mergesort(
    164  pub fn radixsort(
    165  pub fn sradixsort(
    166  pub fn getprogname() -> *const c_char;
    167  pub fn setprogname(arg1: *const c_char);
    168  pub fn qabs(arg1: quad_t) -> quad_t;
    169  pub fn strtoq(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> quad_t;
    170  pub fn strtouq(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> u_quad_t;
    171  pub fn strsuftoll(
    172  pub fn strsuftollx(
    173  pub fn l64a_r(arg1: c_long, arg2: *mut c_char, arg3: c_int) -> c_int;
    174  pub fn qdiv(arg1: quad_t, arg2: quad_t) -> qdiv_t;
    175  pub fn strtol_l(
    176  pub fn strtoul_l(
    177  pub fn strtoll_l(
    178  pub fn strtoull_l(
    179  pub fn strtoq_l(
    180  pub fn strtouq_l(
    181  pub fn _mb_cur_max_l(arg1: locale_t) -> size_t;
    182  pub fn mblen_l(arg1: *const c_char, arg2: size_t, arg3: locale_t) -> c_int;
    183  pub fn mbstowcs_l(
    184  pub fn wctomb_l(arg1: *mut c_char, arg2: wchar_t, arg3: locale_t) -> c_int;
    185  pub fn mbtowc_l(arg1: *mut wchar_t, arg2: *const c_char, arg3: size_t, arg4: locale_t)
    186  pub fn wcstombs_l(
    187  pub fn memchr(arg1: *const c_void, arg2: c_int, arg3: size_t) -> *mut c_void;
    188  pub fn memcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int;
    189  pub fn memcpy(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void;
    190  pub fn memmove(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void;
    191  pub fn memset(arg1: *mut c_void, arg2: c_int, arg3: size_t) -> *mut c_void;
    192  pub fn strcat(arg1: *mut c_char, arg2: *const c_char) -> *mut c_char;
    193  pub fn strchr(arg1: *const c_char, arg2: c_int) -> *mut c_char;
    194  pub fn strcmp(arg1: *const c_char, arg2: *const c_char) -> c_int;
    195  pub fn strcoll(arg1: *const c_char, arg2: *const c_char) -> c_int;
    196  pub fn strcpy(arg1: *mut c_char, arg2: *const c_char) -> *mut c_char;
    197  pub fn strcspn(arg1: *const c_char, arg2: *const c_char) -> size_t;
    198  pub fn strerror(arg1: c_int) -> *mut c_char;
    199  pub fn strlen(arg1: *const c_char) -> size_t;
    200  pub fn strncat(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> *mut c_char;
    201  pub fn strncmp(arg1: *const c_char, arg2: *const c_char, arg3: size_t) -> c_int;
    202  pub fn strncpy(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> *mut c_char;
    203  pub fn strpbrk(arg1: *const c_char, arg2: *const c_char) -> *mut c_char;
    204  pub fn strrchr(arg1: *const c_char, arg2: c_int) -> *mut c_char;
    205  pub fn strspn(arg1: *const c_char, arg2: *const c_char) -> size_t;
    206  pub fn strstr(arg1: *const c_char, arg2: *const c_char) -> *mut c_char;
    207  pub fn strtok(arg1: *mut c_char, arg2: *const c_char) -> *mut c_char;
    208  pub fn strtok_r(arg1: *mut c_char, arg2: *const c_char, arg3: *mut *mut c_char) -> *mut c_char;
    209  pub fn strerror_r(arg1: c_int, arg2: *mut c_char, arg3: size_t) -> c_int;
    210  pub fn strxfrm(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> size_t;
    211  pub fn memccpy(
    212  pub fn strdup(arg1: *const c_char) -> *mut c_char;
    213  pub fn stpcpy(arg1: *mut c_char, arg2: *const c_char) -> *mut c_char;
    214  pub fn stpncpy(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> *mut c_char;
    215  pub fn strnlen(arg1: *const c_char, arg2: size_t) -> size_t;
    216  pub fn memmem(
    217  pub fn strcasestr(arg1: *const c_char, arg2: *const c_char) -> *mut c_char;
    218  pub fn strlcat(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> size_t;
    219  pub fn strlcpy(arg1: *mut c_char, arg2: *const c_char, arg3: size_t) -> size_t;
    220  pub fn strsep(arg1: *mut *mut c_char, arg2: *const c_char) -> *mut c_char;
    221  pub fn stresep(arg1: *mut *mut c_char, arg2: *const c_char, arg3: c_int) -> *mut c_char;
    222  pub fn strndup(arg1: *const c_char, arg2: size_t) -> *mut c_char;
    223  pub fn memrchr(arg1: *const c_void, arg2: c_int, arg3: size_t) -> *mut c_void;
    224  pub fn explicit_memset(arg1: *mut c_void, arg2: c_int, arg3: size_t) -> *mut c_void;
    225  pub fn consttime_memequal(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int;
    226  pub fn strcoll_l(arg1: *const c_char, arg2: *const c_char, arg3: locale_t) -> c_int;
    227  pub fn strxfrm_l(
    228  pub fn strerror_l(arg1: c_int, arg2: locale_t) -> *mut c_char;
    229  pub fn bcmp(arg1: *const c_void, arg2: *const c_void, arg3: size_t) -> c_int;
    230  pub fn bcopy(arg1: *const c_void, arg2: *mut c_void, arg3: size_t);
    231  pub fn bzero(arg1: *mut c_void, arg2: size_t);
    232  pub fn ffs(arg1: c_int) -> c_int;
    233  pub fn popcount(arg1: c_uint) -> c_uint;
    234  pub fn popcountl(arg1: c_ulong) -> c_uint;
    235  pub fn popcountll(arg1: c_ulonglong) -> c_uint;
    236  pub fn popcount32(arg1: u32) -> c_uint;
    237  pub fn popcount64(arg1: u64) -> c_uint;
    238  pub fn rindex(arg1: *const c_char, arg2: c_int) -> *mut c_char;
    239  pub fn strcasecmp(arg1: *const c_char, arg2: *const c_char) -> c_int;
    240  pub fn strncasecmp(arg1: *const c_char, arg2: *const c_char, arg3: size_t) -> c_int;
    241  pub fn signal(arg1: c_int, arg2: sighandler_t) -> sighandler_t;
    242  pub fn raise(arg1: c_int) -> c_int;
    243  pub fn asctime(arg1: *const tm) -> *mut c_char;
    244  pub fn clock() -> clock_t;
    245  pub fn ctime(arg1: *const time_t) -> *mut c_char;
    246  pub fn difftime(arg1: time_t, arg2: time_t) -> f64;
    247  pub fn gmtime(arg1: *const time_t) -> *mut tm;
    248  pub fn localtime(arg1: *const time_t) -> *mut tm;
    249  pub fn time(arg1: *mut time_t) -> time_t;
    250  pub fn mktime(arg1: *mut tm) -> time_t;
    251  pub fn strftime(
    252  pub fn utime(arg1: *const c_char, arg2: *mut time_t) -> c_int;
    253  pub fn asctime_r(arg1: *const tm, arg2: *mut c_char) -> *mut c_char;
    254  pub fn ctime_r(arg1: *const time_t, arg2: *mut c_char) -> *mut c_char;
    255  pub fn gmtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm;
    256  pub fn localtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm;
    257  pub fn stat(arg1: *const c_char, arg2: *mut stat) -> c_int;
    258  pub fn lstat(arg1: *const c_char, arg2: *mut stat) -> c_int;
    259  pub fn fstat(arg1: c_int, arg2: *mut stat) -> c_int;
    260  pub fn chmod(arg1: *const c_char, arg2: __mode_t) -> c_int;
    261  pub fn mkdir(arg1: *const c_char, arg2: __mode_t) -> c_int;
    262  pub fn open(arg1: *const c_char, arg2: c_int, ...) -> c_int;
    263  pub fn creat(arg1: *const c_char, arg2: c_int) -> c_int;
    264  pub fn close(arg1: c_int) -> c_int;
    265  pub fn read(arg1: c_int, arg2: *mut c_void, arg3: c_int) -> c_int;
    266  pub fn write(arg1: c_int, arg2: *const c_void, arg3: c_int) -> c_int;
    267  pub fn unlink(arg1: *const c_char) -> c_int;
    268  pub fn tell(arg1: c_int) -> c_long;
    269  pub fn dup(arg1: c_int) -> c_int;
    270  pub fn dup2(arg1: c_int, arg2: c_int) -> c_int;
    271  pub fn access(arg1: *const c_char, arg2: c_int) -> c_int;
    272  pub fn rmdir(arg1: *const c_char) -> c_int;
    273  pub fn chdir(arg1: *const c_char) -> c_int;
    274  pub fn _exit(arg1: c_int);
    275  pub fn getwd(arg1: *mut c_char) -> *mut c_char;
    276  pub fn getcwd(arg1: *mut c_char, arg2: size_t) -> *mut c_char;
    277  pub fn getopt(arg1: c_int, arg2: *mut *mut c_char, arg3: *const c_char) -> c_int;
    278  pub fn getsubopt(
    279  pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int;
    280  pub fn getpid() -> pid_t;
    281  pub fn sleep(arg1: c_uint) -> c_uint;
    282  pub fn usleep(arg1: useconds_t) -> c_int;
    283  pub fn localeconv() -> *mut lconv;
    284  pub fn setlocale(arg1: c_int, arg2: *const c_char) -> *mut c_char;
    285  pub fn duplocale(arg1: locale_t) -> locale_t;
    286  pub fn freelocale(arg1: locale_t);
    287  pub fn localeconv_l(arg1: locale_t) -> *mut lconv;
    288  pub fn newlocale(arg1: c_int, arg2: *const c_char, arg3: locale_t) -> locale_t;
    289  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    290  pub fn nl_langinfo_l(item: ::nl_item, locale: locale_t) -> *mut ::c_char;
    291  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    292  pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\apple\b32\mod.rs

    ═════════ pub fn 函数
    1  pub fn exchangedata(
    
    
    
    

    \libc-0.2.133\src\unix\bsd\apple\b64\mod.rs

    ═════════ pub fn 函数
    1  pub fn exchangedata(
    
    
    
    

    \libc-0.2.133\src\unix\bsd\apple\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    4  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr,
    7  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    8  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    9  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    10  pub 【】const} fn VM_MAKE_TAG(id: u8) -> u32 【】
    11  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    12  pub 【】const} fn _WSTATUS(status: ::c_int) -> ::c_int 【】
    13  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    14  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    15  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    16  pub fn setgrent();
    17  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    18  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    19  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    20  pub fn aio_read(aiocbp: *mut aiocb) -> ::c_int;
    21  pub fn aio_write(aiocbp: *mut aiocb) -> ::c_int;
    22  pub fn aio_fsync(op: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    23  pub fn aio_error(aiocbp: *const aiocb) -> ::c_int;
    24  pub fn aio_return(aiocbp: *mut aiocb) -> ::ssize_t;
    25  pub fn aio_suspend(
    26  pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    27  pub fn chflags(path: *const ::c_char, flags: ::c_uint) -> ::c_int;
    28  pub fn fchflags(fd: ::c_int, flags: ::c_uint) -> ::c_int;
    29  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    30  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    31  pub fn confstr(name: ::c_int, buf: *mut ::c_char, len: ::size_t) -> ::size_t;
    32  pub fn lio_listio(
    33  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    34  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    35  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    36  pub fn getutxent() -> *mut utmpx;
    37  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    38  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    39  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    40  pub fn setutxent();
    41  pub fn endutxent();
    42  pub fn utmpxname(file: *const ::c_char) -> ::c_int;
    43  pub fn getnameinfo(
    44  pub fn mincore(addr: *const ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    45  pub fn sysctlnametomib(
    46  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    47  pub fn semget(key: key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int;
    48  pub fn semctl(semid: ::c_int, semnum: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    49  pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int;
    50  pub fn shm_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
    51  pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> key_t;
    52  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    53  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    54  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    55  pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    56  pub fn sysctl(
    57  pub fn sysctlbyname(
    58  pub fn mach_absolute_time() -> u64;
    59  pub fn mach_timebase_info(info: *mut ::mach_timebase_info) -> ::c_int;
    60  pub fn mach_host_self() -> mach_port_t;
    61  pub fn mach_thread_self() -> mach_port_t;
    62  pub fn pthread_setname_np(name: *const ::c_char) -> ::c_int;
    63  pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
    64  pub fn pthread_mach_thread_np(thread: ::pthread_t) -> ::mach_port_t;
    65  pub fn pthread_from_mach_thread_np(port: ::mach_port_t) -> ::pthread_t;
    66  pub fn pthread_create_from_mach_thread(
    67  pub fn pthread_get_stackaddr_np(thread: ::pthread_t) -> *mut ::c_void;
    68  pub fn pthread_get_stacksize_np(thread: ::pthread_t) -> ::size_t;
    69  pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int;
    70  pub fn pthread_condattr_getpshared(
    71  pub fn pthread_mutexattr_setpshared(
    72  pub fn pthread_mutexattr_getpshared(
    73  pub fn pthread_rwlockattr_getpshared(
    74  pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int;
    75  pub fn pthread_threadid_np(thread: ::pthread_t, thread_id: *mut u64) -> ::c_int;
    76  pub fn pthread_attr_set_qos_class_np(
    77  pub fn pthread_attr_get_qos_class_np(
    78  pub fn pthread_set_qos_class_self_np(class: qos_class_t, priority: ::c_int) -> ::c_int;
    79  pub fn pthread_get_qos_class_np(
    80  pub fn pthread_attr_getschedparam(
    81  pub fn pthread_attr_setschedparam(
    82  pub fn pthread_getschedparam(
    83  pub fn pthread_setschedparam(
    84  pub fn pthread_introspection_hook_install(
    85  pub fn pthread_introspection_setspecific_np(
    86  pub fn pthread_introspection_getspecific_np(
    87  pub fn pthread_jit_write_protect_np(enabled: ::c_int);
    88  pub fn pthread_jit_write_protect_supported_np() -> ::c_int;
    89  pub fn pthread_jit_write_with_callback_np(
    90  pub fn pthread_jit_write_freeze_callbacks_np();
    91  pub fn pthread_cpu_number_np(cpu_number_out: *mut ::size_t) -> ::c_int;
    92  pub fn thread_policy_set(
    93  pub fn thread_policy_get(
    94  pub fn thread_info(
    95  pub fn __error() -> *mut ::c_int;
    96  pub fn backtrace(buf: *mut *mut ::c_void, sz: ::c_int) -> ::c_int;
    97  pub fn backtrace_symbols(addrs: *const *mut ::c_void, sz: ::c_int) -> *mut *mut ::c_char;
    98  pub fn backtrace_symbols_fd(addrs: *const *mut ::c_void, sz: ::c_int, fd: ::c_int);
    99  pub fn backtrace_from_fp(
    100  pub fn backtrace_image_offsets(
    101  pub fn backtrace_async(
    102  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    103  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    104  pub fn kevent(
    105  pub fn kevent64(
    106  pub fn mount(
    107  pub fn fmount(
    108  pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_char, data: ::c_int) -> ::c_int;
    109  pub fn quotactl(
    110  pub fn sethostname(name: *const ::c_char, len: ::c_int) -> ::c_int;
    111  pub fn sendfile(
    112  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    113  pub fn utimensat(
    114  pub fn openpty(
    115  pub fn forkpty(
    116  pub fn login_tty(fd: ::c_int) -> ::c_int;
    117  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    118  pub fn freelocale(loc: ::locale_t) -> ::c_int;
    119  pub fn localeconv_l(loc: ::locale_t) -> *mut lconv;
    120  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    121  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    122  pub fn querylocale(mask: ::c_int, loc: ::locale_t) -> *const ::c_char;
    123  pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
    124  pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
    125  pub fn getdomainname(name: *mut ::c_char, len: ::c_int) -> ::c_int;
    126  pub fn setdomainname(name: *const ::c_char, len: ::c_int) -> ::c_int;
    127  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    128  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    129  pub fn getxattr(
    130  pub fn fgetxattr(
    131  pub fn setxattr(
    132  pub fn fsetxattr(
    133  pub fn listxattr(
    134  pub fn flistxattr(
    135  pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int;
    136  pub fn renamex_np(from: *const ::c_char, to: *const ::c_char, flags: ::c_uint) -> ::c_int;
    137  pub fn renameatx_np(
    138  pub fn fremovexattr(filedes: ::c_int, name: *const ::c_char, flags: ::c_int) -> ::c_int;
    139  pub fn getgrouplist(
    140  pub fn initgroups(user: *const ::c_char, basegroup: ::c_int) -> ::c_int;
    141  pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
    142  pub fn brk(addr: *const ::c_void) -> *mut ::c_void;
    143  pub fn sbrk(increment: ::c_int) -> *mut ::c_void;
    144  pub fn settimeofday(tv: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    145  pub fn _dyld_image_count() -> u32;
    146  pub fn _dyld_get_image_header(image_index: u32) -> *const mach_header;
    147  pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> ::intptr_t;
    148  pub fn _dyld_get_image_name(image_index: u32) -> *const ::c_char;
    149  pub fn posix_spawn(
    150  pub fn posix_spawnp(
    151  pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int;
    152  pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int;
    153  pub fn posix_spawnattr_getsigdefault(
    154  pub fn posix_spawnattr_setsigdefault(
    155  pub fn posix_spawnattr_getsigmask(
    156  pub fn posix_spawnattr_setsigmask(
    157  pub fn posix_spawnattr_getflags(
    158  pub fn posix_spawnattr_setflags(attr: *mut posix_spawnattr_t, flags: ::c_short) -> ::c_int;
    159  pub fn posix_spawnattr_getpgroup(
    160  pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, flags: ::pid_t) -> ::c_int;
    161  pub fn posix_spawnattr_setarchpref_np(
    162  pub fn posix_spawnattr_getarchpref_np(
    163  pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    164  pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    165  pub fn posix_spawn_file_actions_addopen(
    166  pub fn posix_spawn_file_actions_addclose(
    167  pub fn posix_spawn_file_actions_adddup2(
    168  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    169  pub fn connectx(
    170  pub fn disconnectx(socket: ::c_int, associd: sae_associd_t, connid: sae_connid_t) -> ::c_int;
    171  pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
    172  pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
    173  pub fn getmntinfo(mntbufp: *mut *mut statfs, flags: ::c_int) -> ::c_int;
    174  pub fn getfsstat(mntbufp: *mut statfs, bufsize: ::c_int, flags: ::c_int) -> ::c_int;
    175  pub fn clonefile(src: *const ::c_char, dst: *const ::c_char, flags: u32) -> ::c_int;
    176  pub fn clonefileat(
    177  pub fn fclonefileat(
    178  pub fn copyfile(
    179  pub fn fcopyfile(
    180  pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int;
    181  pub fn memset_pattern4(b: *mut ::c_void, pattern4: *const ::c_void, len: ::size_t);
    182  pub fn memset_pattern8(b: *mut ::c_void, pattern8: *const ::c_void, len: ::size_t);
    183  pub fn memset_pattern16(b: *mut ::c_void, pattern16: *const ::c_void, len: ::size_t);
    184  pub fn strtonum(
    185  pub fn mstats() -> mstats;
    186  pub fn malloc_printf(format: *const ::c_char, ...);
    187  pub fn malloc_zone_check(zone: *mut ::malloc_zone_t) -> ::boolean_t;
    188  pub fn malloc_zone_print(zone: *mut ::malloc_zone_t, verbose: ::boolean_t);
    189  pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t);
    190  pub fn malloc_zone_log(zone: *mut ::malloc_zone_t, address: *mut ::c_void);
    191  pub fn malloc_zone_print_ptr_info(ptr: *mut ::c_void);
    192  pub fn malloc_default_zone() -> *mut ::malloc_zone_t;
    193  pub fn malloc_zone_from_ptr(ptr: *const ::c_void) -> *mut ::malloc_zone_t;
    194  pub fn malloc_zone_malloc(zone: *mut ::malloc_zone_t, size: ::size_t) -> *mut ::c_void;
    195  pub fn malloc_zone_valloc(zone: *mut ::malloc_zone_t, size: ::size_t) -> *mut ::c_void;
    196  pub fn malloc_zone_calloc(
    197  pub fn malloc_zone_realloc(
    198  pub fn malloc_zone_free(zone: *mut ::malloc_zone_t, ptr: *mut ::c_void);
    199  pub fn proc_listpids(
    200  pub fn proc_listallpids(buffer: *mut ::c_void, buffersize: ::c_int) -> ::c_int;
    201  pub fn proc_listpgrppids(
    202  pub fn proc_listchildpids(ppid: ::pid_t, buffer: *mut ::c_void, buffersize: ::c_int)
    203  pub fn proc_pidinfo(
    204  pub fn proc_pidfdinfo(
    205  pub fn proc_pidfileportinfo(
    206  pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int;
    207  pub fn proc_name(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int;
    208  pub fn proc_regionfilename(
    209  pub fn proc_kmsgbuf(buffer: *mut ::c_void, buffersize: u32) -> ::c_int;
    210  pub fn proc_libversion(major: *mut ::c_int, mintor: *mut ::c_int) -> ::c_int;
    211  pub fn proc_pid_rusage(pid: ::c_int, flavor: ::c_int, buffer: *mut rusage_info_t) -> ::c_int;
    212  pub fn proc_set_no_smt() -> ::c_int;
    213  pub fn proc_setthread_no_smt() -> ::c_int;
    214  pub fn proc_set_csm(flags: u32) -> ::c_int;
    215  pub fn proc_setthread_csm(flags: u32) -> ::c_int;
    216  pub fn gethostuuid(id: *mut u8, timeout: *const ::timespec) -> ::c_int;
    217  pub fn gethostid() -> ::c_long;
    218  pub fn sethostid(hostid: ::c_long);
    219  pub fn CCRandomGenerateBytes(bytes: *mut ::c_void, size: ::size_t) -> ::CCRNGStatus;
    220  pub fn _NSGetExecutablePath(buf: *mut ::c_char, bufsize: *mut u32) -> ::c_int;
    221  pub fn _NSGetEnviron() -> *mut *mut *mut ::c_char;
    222  pub fn mach_vm_map(
    223  pub fn vm_deallocate(
    224  pub fn host_statistics64(
    225  pub fn host_processor_info(
    226  pub fn task_for_pid(
    227  pub fn task_info(
    228  pub fn task_create(
    229  pub fn task_terminate(target_task: ::task_t) -> ::kern_return_t;
    230  pub fn task_threads(
    231  pub fn host_statistics(
    232  pub fn sysdir_start_search_path_enumeration(
    233  pub fn sysdir_get_next_search_path_enumeration(
    234  pub fn getattrlist(
    235  pub fn fgetattrlist(
    236  pub fn getattrlistat(
    237  pub fn setattrlist(
    238  pub fn fsetattrlist(
    239  pub fn setattrlistat(
    240  pub fn getattrlistbulk(
    241  pub unsafe fn mach_task_self() -> ::mach_port_t 【】
    242  pub fn clock_settime(clock_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    243  pub fn memmem(
    244  pub fn task_set_info(target_task: ::task_t,
    245  pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
    246  pub fn iconv(
    247  pub fn iconv_close(cd: iconv_t) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\dragonfly\errno.rs

    ═════════ pub fn 函数
    1  pub fn __error() -> *mut ::c_int 【】
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\dragonfly\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    2  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    3  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr, cmsg: *const ::cmsghdr)
    4  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    5  pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () 【】
    6  pub fn CPU_SET(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    7  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    8  pub fn CPU_ISSET(cpu: usize, cpuset: &cpu_set_t) -> bool 【】
    9  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    10  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    11  pub fn __errno_location() -> *mut ::c_int;
    12  pub fn setgrent();
    13  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    14  pub fn setutxdb(_type: ::c_uint, file: *mut ::c_char) -> ::c_int;
    15  pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::c_int;
    16  pub fn devname_r(
    17  pub fn waitid(
    18  pub fn freelocale(loc: ::locale_t);
    19  pub fn lwp_rtprio(
    20  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    21  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    22  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    23  pub fn memmem(
    24  pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    25  pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int;
    26  pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int;
    27  pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> ::c_int;
    28  pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> ::c_int;
    29  pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *mut cpu_set_t) -> ::c_int;
    30  pub fn sched_setaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *const cpu_set_t)
    31  pub fn sched_getcpu() -> ::c_int;
    32  pub fn setproctitle(fmt: *const ::c_char, ...);
    33  pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    34  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    35  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    36  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    37  pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int;
    38  pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
    39  pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
    40  pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
    41  pub fn getutxuser(name: *const ::c_char) -> utmpx;
    42  pub fn utmpxname(file: *const ::c_char) -> ::c_int;
    43  pub fn sys_checkpoint(tpe: ::c_int, fd: ::c_int, pid: ::pid_t, retval: ::c_int) -> ::c_int;
    44  pub fn umtx_sleep(ptr: *const ::c_int, value: ::c_int, timeout: ::c_int) -> ::c_int;
    45  pub fn umtx_wakeup(ptr: *const ::c_int, count: ::c_int) -> ::c_int;
    46  pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    47  pub fn aio_error(aiocbp: *const aiocb) -> ::c_int;
    48  pub fn aio_fsync(op: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    49  pub fn aio_read(aiocbp: *mut aiocb) -> ::c_int;
    50  pub fn aio_return(aiocbp: *mut aiocb) -> ::ssize_t;
    51  pub fn aio_suspend(
    52  pub fn aio_write(aiocbp: *mut aiocb) -> ::c_int;
    53  pub fn lio_listio(
    54  pub fn reallocf(ptr: *mut ::c_void, size: ::size_t) -> *mut ::c_void;
    55  pub fn freezero(ptr: *mut ::c_void, size: ::size_t);
    56  pub fn kvm_vm_map_entry_first(
    57  pub fn kvm_vm_map_entry_next(
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\freebsd\freebsd11\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    2  pub fn setgrent() -> ::c_int;
    3  pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    4  pub fn freelocale(loc: ::locale_t) -> ::c_int;
    5  pub fn msgrcv(
    6  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\freebsd\freebsd12\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    2  pub fn setgrent();
    3  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    4  pub fn freelocale(loc: ::locale_t);
    5  pub fn msgrcv(
    6  pub fn clock_nanosleep(
    7  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    8  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    9  pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int;
    10  pub fn setproctitle_fast(fmt: *const ::c_char, ...);
    11  pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    12  pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\freebsd\freebsd13\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    2  pub fn setgrent();
    3  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    4  pub fn freelocale(loc: ::locale_t);
    5  pub fn msgrcv(
    6  pub fn clock_nanosleep(
    7  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    8  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    9  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    10  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    11  pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int;
    12  pub fn setproctitle_fast(fmt: *const ::c_char, ...);
    13  pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    14  pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    15  pub fn cpuset_getdomain(
    16  pub fn cpuset_setdomain(
    17  pub fn copy_file_range(
    18  pub fn kvm_kerndisp(kd: *mut ::kvm_t) -> ::kssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\freebsd\freebsd14\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    2  pub fn setgrent();
    3  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    4  pub fn freelocale(loc: ::locale_t);
    5  pub fn msgrcv(
    6  pub fn clock_nanosleep(
    7  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    8  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    9  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    10  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    11  pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int;
    12  pub fn setproctitle_fast(fmt: *const ::c_char, ...);
    13  pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    14  pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    15  pub fn cpuset_getdomain(
    16  pub fn cpuset_setdomain(
    17  pub fn copy_file_range(
    18  pub fn kvm_kerndisp(kd: *mut ::kvm_t) -> ::kssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\freebsd\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    2  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    3  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr, cmsg: *const ::cmsghdr)
    4  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    5  pub fn MALLOCX_ALIGN(lg: ::c_uint) -> ::c_int 【】
    6  pub 【】const} fn MALLOCX_TCACHE(tc: ::c_int) -> ::c_int 【】
    7  pub 【】const} fn MALLOCX_ARENA(a: ::c_int) -> ::c_int 【】
    8  pub fn SOCKCREDSIZE(ngrps: usize) -> usize 【】
    9  pub fn uname(buf: *mut ::utsname) -> ::c_int 【】
    10  pub fn CPU_ZERO(cpuset: &mut cpuset_t) -> () 【】
    11  pub fn CPU_FILL(cpuset: &mut cpuset_t) -> () 【】
    12  pub fn CPU_SET(cpu: usize, cpuset: &mut cpuset_t) -> () 【】
    13  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpuset_t) -> () 【】
    14  pub fn CPU_ISSET(cpu: usize, cpuset: &cpuset_t) -> bool 【】
    15  pub fn CPU_COUNT(cpuset: &cpuset_t) -> ::c_int 【】
    16  pub fn SOCKCRED2SIZE(ngrps: usize) -> usize 【】
    17  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    18  pub fn fhlink(fhp: *mut fhandle_t, to: *const ::c_char) -> ::c_int;
    19  pub fn fhlinkat(fhp: *mut fhandle_t, tofd: ::c_int, to: *const ::c_char) -> ::c_int;
    20  pub fn fhreadlink(
    21  pub fn getfhat(
    22  pub fn __error() -> *mut ::c_int;
    23  pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    24  pub fn aio_error(aiocbp: *const aiocb) -> ::c_int;
    25  pub fn aio_fsync(op: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    26  pub fn aio_read(aiocbp: *mut aiocb) -> ::c_int;
    27  pub fn aio_readv(aiocbp: *mut ::aiocb) -> ::c_int;
    28  pub fn aio_return(aiocbp: *mut aiocb) -> ::ssize_t;
    29  pub fn aio_suspend(
    30  pub fn aio_write(aiocbp: *mut aiocb) -> ::c_int;
    31  pub fn aio_writev(aiocbp: *mut ::aiocb) -> ::c_int;
    32  pub fn devname_r(
    33  pub fn extattr_delete_fd(
    34  pub fn extattr_delete_file(
    35  pub fn extattr_delete_link(
    36  pub fn extattr_get_fd(
    37  pub fn extattr_get_file(
    38  pub fn extattr_get_link(
    39  pub fn extattr_list_fd(
    40  pub fn extattr_list_file(
    41  pub fn extattr_list_link(
    42  pub fn extattr_set_fd(
    43  pub fn extattr_set_file(
    44  pub fn extattr_set_link(
    45  pub fn fspacectl(
    46  pub fn jail(jail: *mut ::jail) -> ::c_int;
    47  pub fn jail_attach(jid: ::c_int) -> ::c_int;
    48  pub fn jail_remove(jid: ::c_int) -> ::c_int;
    49  pub fn jail_get(iov: *mut ::iovec, niov: ::c_uint, flags: ::c_int) -> ::c_int;
    50  pub fn jail_set(iov: *mut ::iovec, niov: ::c_uint, flags: ::c_int) -> ::c_int;
    51  pub fn lio_listio(
    52  pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    53  pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    54  pub fn getutxuser(user: *const ::c_char) -> *mut utmpx;
    55  pub fn setutxdb(_type: ::c_int, file: *const ::c_char) -> ::c_int;
    56  pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::ssize_t;
    57  pub fn mq_getfd_np(mqd: ::mqd_t) -> ::c_int;
    58  pub fn waitid(
    59  pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
    60  pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
    61  pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    62  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    63  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    64  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    65  pub fn semget(key: ::key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int;
    66  pub fn semctl(semid: ::c_int, semnum: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    67  pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int;
    68  pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut ::msqid_ds) -> ::c_int;
    69  pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int;
    70  pub fn msgsnd(
    71  pub fn cfmakesane(termios: *mut ::termios);
    72  pub fn pdfork(fdp: *mut ::c_int, flags: ::c_int) -> ::pid_t;
    73  pub fn pdgetpid(fd: ::c_int, pidp: *mut ::pid_t) -> ::c_int;
    74  pub fn pdkill(fd: ::c_int, signum: ::c_int) -> ::c_int;
    75  pub fn rtprio_thread(function: ::c_int, lwpid: ::lwpid_t, rtp: *mut super::rtprio) -> ::c_int;
    76  pub fn posix_spawn(
    77  pub fn posix_spawnp(
    78  pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int;
    79  pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int;
    80  pub fn posix_spawnattr_getsigdefault(
    81  pub fn posix_spawnattr_setsigdefault(
    82  pub fn posix_spawnattr_getsigmask(
    83  pub fn posix_spawnattr_setsigmask(
    84  pub fn posix_spawnattr_getflags(
    85  pub fn posix_spawnattr_setflags(attr: *mut posix_spawnattr_t, flags: ::c_short) -> ::c_int;
    86  pub fn posix_spawnattr_getpgroup(
    87  pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, flags: ::pid_t) -> ::c_int;
    88  pub fn posix_spawnattr_getschedpolicy(
    89  pub fn posix_spawnattr_setschedpolicy(attr: *mut posix_spawnattr_t, flags: ::c_int) -> ::c_int;
    90  pub fn posix_spawnattr_getschedparam(
    91  pub fn posix_spawnattr_setschedparam(
    92  pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    93  pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    94  pub fn posix_spawn_file_actions_addopen(
    95  pub fn posix_spawn_file_actions_addclose(
    96  pub fn posix_spawn_file_actions_adddup2(
    97  pub fn uuidgen(store: *mut uuid, count: ::c_int) -> ::c_int;
    98  pub fn thr_kill(id: ::c_long, sig: ::c_int) -> ::c_int;
    99  pub fn thr_kill2(pid: ::pid_t, id: ::c_long, sig: ::c_int) -> ::c_int;
    100  pub fn thr_self(tid: *mut ::c_long) -> ::c_int;
    101  pub fn pthread_getthreadid_np() -> ::c_int;
    102  pub fn pthread_getaffinity_np(
    103  pub fn pthread_setaffinity_np(
    104  pub fn sched_getaffinity(pid: ::pid_t, cpusetsz: ::size_t, cpuset: *mut ::cpuset_t) -> ::c_int;
    105  pub fn sched_setaffinity(
    106  pub fn sched_getcpu() -> ::c_int;
    107  pub fn pthread_mutex_consistent(mutex: *mut ::pthread_mutex_t) -> ::c_int;
    108  pub fn pthread_mutexattr_getrobust(
    109  pub fn pthread_mutexattr_setrobust(
    110  pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    111  pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int;
    112  pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int;
    113  pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> ::c_int;
    114  pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> ::c_int;
    115  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    116  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    117  pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int;
    118  pub fn __xuname(nmln: ::c_int, buf: *mut ::c_void) -> ::c_int;
    119  pub fn sendmmsg(
    120  pub fn recvmmsg(
    121  pub fn memmem(
    122  pub fn fhopen(fhp: *const fhandle_t, flags: ::c_int) -> ::c_int;
    123  pub fn fhstat(fhp: *const fhandle, buf: *mut ::stat) -> ::c_int;
    124  pub fn fhstatfs(fhp: *const fhandle_t, buf: *mut ::statfs) -> ::c_int;
    125  pub fn getfh(path: *const ::c_char, fhp: *mut fhandle_t) -> ::c_int;
    126  pub fn lgetfh(path: *const ::c_char, fhp: *mut fhandle_t) -> ::c_int;
    127  pub fn getfsstat(buf: *mut ::statfs, bufsize: ::c_long, mode: ::c_int) -> ::c_int;
    128  pub fn getmntinfo(mntbufp: *mut *mut ::statfs, mode: ::c_int) -> ::c_int;
    129  pub fn mount(
    130  pub fn nmount(iov: *mut ::iovec, niov: ::c_uint, flags: ::c_int) -> ::c_int;
    131  pub fn setproctitle(fmt: *const ::c_char, ...);
    132  pub fn rfork(flags: ::c_int) -> ::c_int;
    133  pub fn cpuset_getaffinity(
    134  pub fn cpuset_setaffinity(
    135  pub fn cpuset(setid: *mut ::cpusetid_t) -> ::c_int;
    136  pub fn cpuset_getid(
    137  pub fn cpuset_setid(which: cpuwhich_t, id: ::id_t, setid: ::cpusetid_t) -> ::c_int;
    138  pub fn cap_enter() -> ::c_int;
    139  pub fn cap_getmode(modep: *mut ::c_uint) -> ::c_int;
    140  pub fn __cap_rights_init(version: ::c_int, rights: *mut cap_rights_t, ...)
    141  pub fn __cap_rights_set(rights: *mut cap_rights_t, ...) -> *mut cap_rights_t;
    142  pub fn __cap_rights_clear(rights: *mut cap_rights_t, ...) -> *mut cap_rights_t;
    143  pub fn __cap_rights_is_set(rights: *const cap_rights_t, ...) -> bool;
    144  pub fn cap_rights_is_valid(rights: *const cap_rights_t) -> bool;
    145  pub fn cap_rights_limit(fd: ::c_int, rights: *const cap_rights_t) -> ::c_int;
    146  pub fn cap_rights_merge(dst: *mut cap_rights_t, src: *const cap_rights_t) -> *mut cap_rights_t;
    147  pub fn cap_rights_remove(dst: *mut cap_rights_t, src: *const cap_rights_t)
    148  pub fn cap_rights_contains(big: *const cap_rights_t, little: *const cap_rights_t) -> bool;
    149  pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    150  pub fn ffs(value: ::c_int) -> ::c_int;
    151  pub fn ffsl(value: ::c_long) -> ::c_int;
    152  pub fn ffsll(value: ::c_longlong) -> ::c_int;
    153  pub fn fls(value: ::c_int) -> ::c_int;
    154  pub fn flsl(value: ::c_long) -> ::c_int;
    155  pub fn flsll(value: ::c_longlong) -> ::c_int;
    156  pub fn malloc_usable_size(ptr: *const ::c_void) -> ::size_t;
    157  pub fn malloc_stats_print(
    158  pub fn mallctl(
    159  pub fn mallctlnametomib(
    160  pub fn mallctlbymib(
    161  pub fn mallocx(size: ::size_t, flags: ::c_int) -> *mut ::c_void;
    162  pub fn rallocx(ptr: *mut ::c_void, size: ::size_t, flags: ::c_int) -> *mut ::c_void;
    163  pub fn xallocx(ptr: *mut ::c_void, size: ::size_t, extra: ::size_t, flags: ::c_int)
    164  pub fn sallocx(ptr: *const ::c_void, flags: ::c_int) -> ::size_t;
    165  pub fn dallocx(ptr: *mut ::c_void, flags: ::c_int);
    166  pub fn sdallocx(ptr: *mut ::c_void, size: ::size_t, flags: ::c_int);
    167  pub fn nallocx(size: ::size_t, flags: ::c_int) -> ::size_t;
    168  pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int;
    169  pub fn getpagesize() -> ::c_int;
    170  pub fn getpagesizes(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
    171  pub fn clock_getcpuclockid2(arg1: ::id_t, arg2: ::c_int, arg3: *mut clockid_t) -> ::c_int;
    172  pub fn shm_create_largepage(
    173  pub fn shm_rename(
    174  pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int;
    175  pub fn setaudit(auditinfo: *const auditinfo_t) -> ::c_int;
    176  pub fn _umtx_op(
    177  pub fn kvm_dpcpu_setcpu(kd: *mut ::kvm_t, cpu: ::c_uint) -> ::c_int;
    178  pub fn kvm_getargv(kd: *mut ::kvm_t, p: *const kinfo_proc, nchr: ::c_int)
    179  pub fn kvm_getcptime(kd: *mut ::kvm_t, cp_time: *mut ::c_long) -> ::c_int;
    180  pub fn kvm_getenvv(kd: *mut ::kvm_t, p: *const kinfo_proc, nchr: ::c_int)
    181  pub fn kvm_geterr(kd: *mut ::kvm_t) -> *mut ::c_char;
    182  pub fn kvm_getmaxcpu(kd: *mut ::kvm_t) -> ::c_int;
    183  pub fn kvm_getncpus(kd: *mut ::kvm_t) -> ::c_int;
    184  pub fn kvm_getpcpu(kd: *mut ::kvm_t, cpu: ::c_int) -> *mut ::c_void;
    185  pub fn kvm_counter_u64_fetch(kd: *mut ::kvm_t, base: ::c_ulong) -> u64;
    186  pub fn kvm_getswapinfo(
    187  pub fn kvm_native(kd: *mut ::kvm_t) -> ::c_int;
    188  pub fn kvm_nlist(kd: *mut ::kvm_t, nl: *mut nlist) -> ::c_int;
    189  pub fn kvm_nlist2(kd: *mut ::kvm_t, nl: *mut kvm_nlist) -> ::c_int;
    190  pub fn kvm_read_zpcpu(
    191  pub fn kvm_read2(
    192  pub fn extattr_namespace_to_string(
    193  pub fn extattr_string_to_namespace(
    194  pub fn realhostname(host: *mut ::c_char, hsize: ::size_t, ip: *const ::in_addr) -> ::c_int;
    195  pub fn realhostname_sa(
    196  pub fn kld_isloaded(name: *const ::c_char) -> ::c_int;
    197  pub fn kld_load(name: *const ::c_char) -> ::c_int;
    198  pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::c_int) -> *mut kinfo_vmentry;
    199  pub fn hexdump(ptr: *const ::c_void, length: ::c_int, hdr: *const ::c_char, flags: ::c_int);
    200  pub fn humanize_number(
    201  pub fn flopen(path: *const ::c_char, flags: ::c_int, ...) -> ::c_int;
    202  pub fn flopenat(fd: ::c_int, path: *const ::c_char, flags: ::c_int, ...) -> ::c_int;
    203  pub fn getlocalbase() -> *const ::c_char;
    204  pub fn procstat_open_sysctl() -> *mut procstat;
    205  pub fn procstat_getfiles(
    206  pub fn procstat_freefiles(procstat: *mut procstat, head: *mut filestat_list);
    207  pub fn procstat_getprocs(
    208  pub fn procstat_freeprocs(procstat: *mut procstat, p: *mut kinfo_proc);
    209  pub fn procstat_getvmmap(
    210  pub fn procstat_freevmmap(procstat: *mut procstat, vmmap: *mut kinfo_vmentry);
    211  pub fn procstat_close(procstat: *mut procstat);
    212  pub fn procstat_freeargv(procstat: *mut procstat);
    213  pub fn procstat_freeenvv(procstat: *mut procstat);
    214  pub fn procstat_freegroups(procstat: *mut procstat, groups: *mut ::gid_t);
    215  pub fn procstat_freeptlwpinfo(procstat: *mut procstat, pl: *mut ptrace_lwpinfo);
    216  pub fn procstat_getargv(
    217  pub fn procstat_getenvv(
    218  pub fn procstat_getgroups(
    219  pub fn procstat_getosrel(
    220  pub fn procstat_getpathname(
    221  pub fn procstat_getrlimit(
    222  pub fn procstat_getumask(
    223  pub fn procstat_open_core(filename: *const ::c_char) -> *mut procstat;
    224  pub fn procstat_open_kvm(nlistf: *const ::c_char, memf: *const ::c_char) -> *mut procstat;
    225  pub fn procstat_get_socket_info(
    226  pub fn procstat_get_vnode_info(
    227  pub fn procstat_get_pts_info(
    228  pub fn procstat_get_shm_info(
    229  pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int;
    230  pub fn timer_delete(timerid: timer_t) -> ::c_int;
    231  pub fn timer_getoverrun(timerid: timer_t) -> ::c_int;
    232  pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> ::c_int;
    233  pub fn timer_settime(
    234  pub fn devstat_getnumdevs(kd: *mut ::kvm_t) -> ::c_int;
    235  pub fn devstat_getgeneration(kd: *mut ::kvm_t) -> ::c_long;
    236  pub fn devstat_getversion(kd: *mut ::kvm_t) -> ::c_int;
    237  pub fn devstat_checkversion(kd: *mut ::kvm_t) -> ::c_int;
    238  pub fn devstat_selectdevs(
    239  pub fn devstat_buildmatch(
    
    
    
    

    \libc-0.2.133\src\unix\bsd\freebsdlike\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    4  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    7  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    8  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    9  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    10  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    11  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    12  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    13  pub fn accept4(
    14  pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
    15  pub fn chflagsat(
    16  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    17  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    18  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    19  pub fn clock_getcpuclockid(pid: ::pid_t, clk_id: *mut ::clockid_t) -> ::c_int;
    20  pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int;
    21  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    22  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    23  pub fn endutxent();
    24  pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int;
    25  pub fn fexecve(
    26  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    27  pub fn getdomainname(name: *mut ::c_char, len: ::c_int) -> ::c_int;
    28  pub fn getgrent_r(
    29  pub fn getpwent_r(
    30  pub fn getgrouplist(
    31  pub fn getnameinfo(
    32  pub fn getpriority(which: ::c_int, who: ::c_int) -> ::c_int;
    33  pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int;
    34  pub fn getresuid(ruid: *mut ::uid_t, euid: *mut ::uid_t, suid: *mut ::uid_t) -> ::c_int;
    35  pub fn getutxent() -> *mut utmpx;
    36  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    37  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    38  pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
    39  pub fn kevent(
    40  pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
    41  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    42  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    43  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    44  pub fn mknodat(
    45  pub fn mincore(addr: *const ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    46  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    47  pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
    48  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    49  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    50  pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
    51  pub fn ppoll(
    52  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    53  pub fn pthread_attr_get_np(tid: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    54  pub fn pthread_attr_getguardsize(
    55  pub fn pthread_attr_getstack(
    56  pub fn pthread_condattr_getclock(
    57  pub fn pthread_condattr_getpshared(
    58  pub fn pthread_condattr_setclock(
    59  pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int;
    60  pub fn pthread_main_np() -> ::c_int;
    61  pub fn pthread_mutex_timedlock(
    62  pub fn pthread_mutexattr_getpshared(
    63  pub fn pthread_mutexattr_setpshared(
    64  pub fn pthread_rwlockattr_getpshared(
    65  pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int;
    66  pub fn pthread_barrierattr_init(attr: *mut ::pthread_barrierattr_t) -> ::c_int;
    67  pub fn pthread_barrierattr_destroy(attr: *mut ::pthread_barrierattr_t) -> ::c_int;
    68  pub fn pthread_barrierattr_getpshared(
    69  pub fn pthread_barrierattr_setpshared(
    70  pub fn pthread_barrier_init(
    71  pub fn pthread_barrier_destroy(barrier: *mut pthread_barrier_t) -> ::c_int;
    72  pub fn pthread_barrier_wait(barrier: *mut pthread_barrier_t) -> ::c_int;
    73  pub fn pthread_get_name_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t);
    74  pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char);
    75  pub fn pthread_setschedparam(
    76  pub fn pthread_getschedparam(
    77  pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_char, data: ::c_int) -> ::c_int;
    78  pub fn utrace(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    79  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    80  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    81  pub fn querylocale(mask: ::c_int, loc: ::locale_t) -> *const ::c_char;
    82  pub fn rtprio(function: ::c_int, pid: ::pid_t, rtp: *mut rtprio) -> ::c_int;
    83  pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int;
    84  pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int;
    85  pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int;
    86  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    87  pub fn sched_setscheduler(
    88  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    89  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    90  pub fn sendfile(
    91  pub fn setdomainname(name: *const ::c_char, len: ::c_int) -> ::c_int;
    92  pub fn sethostname(name: *const ::c_char, len: ::c_int) -> ::c_int;
    93  pub fn setpriority(which: ::c_int, who: ::c_int, prio: ::c_int) -> ::c_int;
    94  pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
    95  pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
    96  pub fn settimeofday(tv: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    97  pub fn setutxent();
    98  pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    99  pub fn sigtimedwait(
    100  pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
    101  pub fn sysctl(
    102  pub fn sysctlbyname(
    103  pub fn sysctlnametomib(
    104  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    105  pub fn utimensat(
    106  pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
    107  pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
    108  pub fn dl_iterate_phdr(
    109  pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
    110  pub fn iconv(
    111  pub fn iconv_close(cd: iconv_t) -> ::c_int;
    112  pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t);
    113  pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int;
    114  pub fn gethostid() -> ::c_long;
    115  pub fn sethostid(hostid: ::c_long);
    116  pub fn eui64_aton(a: *const ::c_char, e: *mut eui64) -> ::c_int;
    117  pub fn eui64_ntoa(id: *const eui64, a: *mut ::c_char, len: ::size_t) -> ::c_int;
    118  pub fn eui64_ntohost(hostname: *mut ::c_char, len: ::size_t, id: *const eui64) -> ::c_int;
    119  pub fn eui64_hostton(hostname: *const ::c_char, id: *mut eui64) -> ::c_int;
    120  pub fn mq_close(mqd: ::mqd_t) -> ::c_int;
    121  pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int;
    122  pub fn mq_notify(mqd: ::mqd_t, notification: *const ::sigevent) -> ::c_int;
    123  pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
    124  pub fn mq_receive(
    125  pub fn mq_send(
    126  pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int;
    127  pub fn mq_timedreceive(
    128  pub fn mq_timedsend(
    129  pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
    130  pub fn openpty(
    131  pub fn forkpty(
    132  pub fn login_tty(fd: ::c_int) -> ::c_int;
    133  pub fn fparseln(
    134  pub fn backtrace(addrlist: *mut *mut ::c_void, len: ::size_t) -> ::size_t;
    135  pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char;
    136  pub fn backtrace_symbols_fd(
    137  pub fn kvm_open(
    138  pub fn kvm_close(kd: *mut ::kvm_t) -> ::c_int;
    139  pub fn kvm_getprocs(
    140  pub fn kvm_getloadavg(kd: *mut kvm_t, loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int;
    141  pub fn kvm_openfiles(
    142  pub fn kvm_read(
    143  pub fn kvm_write(
    
    
    
    

    \libc-0.2.133\src\unix\bsd\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr 【】
    2  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    3  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    4  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    5  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    6  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    7  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    8  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    9  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    10  pub 【】const} fn QCMD(cmd: ::c_int, type_: ::c_int) -> ::c_int 【】
    11  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    12  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    13  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    14  pub fn abs(i: ::c_int) -> ::c_int;
    15  pub fn atof(s: *const ::c_char) -> ::c_double;
    16  pub fn labs(i: ::c_long) -> ::c_long;
    17  pub fn rand() -> ::c_int;
    18  pub fn srand(seed: ::c_uint);
    19  pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
    20  pub fn freeifaddrs(ifa: *mut ::ifaddrs);
    21  pub fn setgroups(ngroups: ::c_int, ptr: *const ::gid_t) -> ::c_int;
    22  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    23  pub fn kqueue() -> ::c_int;
    24  pub fn unmount(target: *const ::c_char, arg: ::c_int) -> ::c_int;
    25  pub fn syscall(num: ::c_int, ...) -> ::c_int;
    26  pub fn getpwent() -> *mut passwd;
    27  pub fn setpwent();
    28  pub fn endpwent();
    29  pub fn endgrent();
    30  pub fn getgrent() -> *mut ::group;
    31  pub fn getprogname() -> *const ::c_char;
    32  pub fn setprogname(name: *const ::c_char);
    33  pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int;
    34  pub fn if_nameindex() -> *mut if_nameindex;
    35  pub fn if_freenameindex(ptr: *mut if_nameindex);
    36  pub fn getpeereid(socket: ::c_int, euid: *mut ::uid_t, egid: *mut ::gid_t) -> ::c_int;
    37  pub fn glob(
    38  pub fn globfree(pglob: *mut ::glob_t);
    39  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    40  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    41  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    42  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    43  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    44  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    45  pub fn recvfrom(
    46  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    47  pub fn futimes(fd: ::c_int, times: *const ::timeval) -> ::c_int;
    48  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    49  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    50  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    51  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    52  pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    53  pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    54  pub fn sync();
    55  pub fn getgrgid_r(
    56  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    57  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    58  pub fn getdtablesize() -> ::c_int;
    59  pub fn getgrnam_r(
    60  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    61  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    62  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    63  pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int;
    64  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    65  pub fn sched_get_priority_min(policy: ::c_int) -> ::c_int;
    66  pub fn sched_get_priority_max(policy: ::c_int) -> ::c_int;
    67  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    68  pub fn getpwnam_r(
    69  pub fn getpwuid_r(
    70  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    71  pub fn pthread_atfork(
    72  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    73  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    74  pub fn faccessat(
    75  pub fn pthread_create(
    76  pub fn acct(filename: *const ::c_char) -> ::c_int;
    77  pub fn wait4(
    78  pub fn getitimer(which: ::c_int, curr_value: *mut ::itimerval) -> ::c_int;
    79  pub fn setitimer(
    80  pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
    81  pub fn regexec(
    82  pub fn regerror(
    83  pub fn regfree(preg: *mut regex_t);
    84  pub fn arc4random() -> u32;
    85  pub fn arc4random_buf(buf: *mut ::c_void, size: ::size_t);
    86  pub fn arc4random_uniform(l: u32) -> u32;
    87  pub fn drand48() -> ::c_double;
    88  pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double;
    89  pub fn lrand48() -> ::c_long;
    90  pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
    91  pub fn mrand48() -> ::c_long;
    92  pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
    93  pub fn srand48(seed: ::c_long);
    94  pub fn seed48(xseed: *mut ::c_ushort) -> *mut ::c_ushort;
    95  pub fn lcong48(p: *mut ::c_ushort);
    
    
    
    

    \libc-0.2.133\src\unix\bsd\netbsdlike\mod.rs

    ═════════ pub fn 函数
    1  pub fn setgrent();
    2  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    3  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    4  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    5  pub fn accept4(
    6  pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    7  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    8  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    9  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    10  pub fn __errno() -> *mut ::c_int;
    11  pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    12  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    13  pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    14  pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    15  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    16  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    17  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    18  pub fn utimensat(
    19  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    20  pub fn login_tty(fd: ::c_int) -> ::c_int;
    21  pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
    22  pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
    23  pub fn mknodat(
    24  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    25  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    26  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    27  pub fn pthread_condattr_setclock(
    28  pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    29  pub fn pthread_mutex_timedlock(
    30  pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    31  pub fn pthread_spin_destroy(lock: *mut pthread_spinlock_t) -> ::c_int;
    32  pub fn pthread_spin_lock(lock: *mut pthread_spinlock_t) -> ::c_int;
    33  pub fn pthread_spin_trylock(lock: *mut pthread_spinlock_t) -> ::c_int;
    34  pub fn pthread_spin_unlock(lock: *mut pthread_spinlock_t) -> ::c_int;
    35  pub fn pthread_setschedparam(
    36  pub fn pthread_getschedparam(
    37  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    38  pub fn getgrouplist(
    39  pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
    40  pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    41  pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    42  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    43  pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    44  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    45  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    46  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    47  pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    48  pub fn gethostid() -> ::c_long;
    49  pub fn sethostid(hostid: ::c_long) -> ::c_int;
    50  pub fn ftok(path: *const ::c_char, id: ::c_int) -> ::key_t;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\netbsdlike\netbsd\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_status(&self) -> ::c_int 【】
    4  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    5  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    6  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr, cmsg: *const ::cmsghdr)
    7  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    8  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int 【】
    9  pub fn SOCKCREDSIZE(ngrps: usize) -> usize 【】
    10  pub fn PROT_MPROTECT(x: ::c_int) -> ::c_int 【】
    11  pub fn PROT_MPROTECT_EXTRACT(x: ::c_int) -> ::c_int 【】
    12  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    13  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    14  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    15  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    16  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    17  pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
    18  pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
    19  pub fn clock_nanosleep(
    20  pub fn reallocarr(ptr: *mut ::c_void, number: ::size_t, size: ::size_t) -> ::c_int;
    21  pub fn aio_read(aiocbp: *mut aiocb) -> ::c_int;
    22  pub fn aio_write(aiocbp: *mut aiocb) -> ::c_int;
    23  pub fn aio_fsync(op: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    24  pub fn aio_error(aiocbp: *const aiocb) -> ::c_int;
    25  pub fn aio_return(aiocbp: *mut aiocb) -> ::ssize_t;
    26  pub fn aio_suspend(
    27  pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    28  pub fn lio_listio(
    29  pub fn chflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
    30  pub fn fchflags(fd: ::c_int, flags: ::c_ulong) -> ::c_int;
    31  pub fn lchflags(path: *const ::c_char, flags: ::c_ulong) -> ::c_int;
    32  pub fn execvpe(
    33  pub fn extattr_delete_fd(
    34  pub fn extattr_delete_file(
    35  pub fn extattr_delete_link(
    36  pub fn extattr_get_fd(
    37  pub fn extattr_get_file(
    38  pub fn extattr_get_link(
    39  pub fn extattr_namespace_to_string(
    40  pub fn extattr_set_fd(
    41  pub fn extattr_set_file(
    42  pub fn extattr_set_link(
    43  pub fn extattr_string_to_namespace(
    44  pub fn openpty(
    45  pub fn forkpty(
    46  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    47  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    48  pub fn getnameinfo(
    49  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    50  pub fn sysctl(
    51  pub fn sysctlbyname(
    52  pub fn kevent(
    53  pub fn mount(
    54  pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
    55  pub fn mq_close(mqd: ::mqd_t) -> ::c_int;
    56  pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int;
    57  pub fn mq_notify(mqd: ::mqd_t, notification: *const ::sigevent) -> ::c_int;
    58  pub fn mq_receive(
    59  pub fn mq_send(
    60  pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int;
    61  pub fn mq_timedreceive(
    62  pub fn mq_timedsend(
    63  pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
    64  pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_void, data: ::c_int) -> ::c_int;
    65  pub fn utrace(label: *const ::c_char, addr: *mut ::c_void, len: ::size_t) -> ::c_int;
    66  pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
    67  pub fn pthread_setname_np(
    68  pub fn pthread_attr_get_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    69  pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    70  pub fn pthread_attr_getguardsize(
    71  pub fn pthread_attr_getstack(
    72  pub fn pthread_getaffinity_np(
    73  pub fn pthread_setaffinity_np(
    74  pub fn _cpuset_create() -> *mut cpuset_t;
    75  pub fn _cpuset_destroy(set: *mut cpuset_t);
    76  pub fn _cpuset_clr(cpu: cpuid_t, set: *mut cpuset_t) -> ::c_int;
    77  pub fn _cpuset_set(cpu: cpuid_t, set: *mut cpuset_t) -> ::c_int;
    78  pub fn _cpuset_isset(cpu: cpuid_t, set: *const cpuset_t) -> ::c_int;
    79  pub fn _cpuset_size(set: *const cpuset_t) -> ::size_t;
    80  pub fn _cpuset_zero(set: *mut cpuset_t);
    81  pub fn sigtimedwait(
    82  pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
    83  pub fn waitid(
    84  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    85  pub fn freelocale(loc: ::locale_t);
    86  pub fn localeconv_l(loc: ::locale_t) -> *mut lconv;
    87  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    88  pub fn settimeofday(tv: *const ::timeval, tz: *const ::c_void) -> ::c_int;
    89  pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int;
    90  pub fn kqueue1(flags: ::c_int) -> ::c_int;
    91  pub fn sendmmsg(
    92  pub fn recvmmsg(
    93  pub fn _lwp_self() -> lwpid_t;
    94  pub fn memmem(
    95  pub fn dl_iterate_phdr(
    96  pub fn _dlauxinfo() -> *mut ::c_void;
    97  pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
    98  pub fn iconv(
    99  pub fn iconv_close(cd: iconv_t) -> ::c_int;
    100  pub fn timer_create(
    101  pub fn timer_delete(timerid: ::timer_t) -> ::c_int;
    102  pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int;
    103  pub fn timer_gettime(timerid: ::timer_t, curr_value: *mut ::itimerspec) -> ::c_int;
    104  pub fn timer_settime(
    105  pub fn explicit_memset(b: *mut ::c_void, c: ::c_int, len: ::size_t);
    106  pub fn consttime_memequal(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
    107  pub fn setproctitle(fmt: *const ::c_char, ...);
    108  pub fn mremap(
    109  pub fn sched_rr_get_interval(pid: ::pid_t, t: *mut ::timespec) -> ::c_int;
    110  pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int;
    111  pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int;
    112  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    113  pub fn sched_setscheduler(
    114  pub fn pollts(
    115  pub fn posix_spawn(
    116  pub fn posix_spawnp(
    117  pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int;
    118  pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int;
    119  pub fn posix_spawnattr_getsigdefault(
    120  pub fn posix_spawnattr_setsigdefault(
    121  pub fn posix_spawnattr_getsigmask(
    122  pub fn posix_spawnattr_setsigmask(
    123  pub fn posix_spawnattr_getflags(
    124  pub fn posix_spawnattr_setflags(attr: *mut posix_spawnattr_t, flags: ::c_short) -> ::c_int;
    125  pub fn posix_spawnattr_getpgroup(
    126  pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, flags: ::pid_t) -> ::c_int;
    127  pub fn posix_spawnattr_getschedpolicy(
    128  pub fn posix_spawnattr_setschedpolicy(attr: *mut posix_spawnattr_t, flags: ::c_int) -> ::c_int;
    129  pub fn posix_spawnattr_getschedparam(
    130  pub fn posix_spawnattr_setschedparam(
    131  pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    132  pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    133  pub fn posix_spawn_file_actions_addopen(
    134  pub fn posix_spawn_file_actions_addclose(
    135  pub fn posix_spawn_file_actions_adddup2(
    136  pub fn getpwent_r(
    137  pub fn getgrent_r(
    138  pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
    139  pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx;
    140  pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int;
    141  pub fn utmpxname(file: *const ::c_char) -> ::c_int;
    142  pub fn getutxent() -> *mut utmpx;
    143  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    144  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    145  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    146  pub fn setutxent();
    147  pub fn endutxent();
    148  pub fn getutmp(ux: *const utmpx, u: *mut utmp);
    149  pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
    150  pub fn utpname(file: *const ::c_char) -> ::c_int;
    151  pub fn setutent();
    152  pub fn endutent();
    153  pub fn getutent() -> *mut utmp;
    154  pub fn efopen(p: *const ::c_char, m: *const ::c_char) -> ::FILE;
    155  pub fn emalloc(n: ::size_t) -> *mut ::c_void;
    156  pub fn ecalloc(n: ::size_t, c: ::size_t) -> *mut ::c_void;
    157  pub fn erealloc(p: *mut ::c_void, n: ::size_t) -> *mut ::c_void;
    158  pub fn ereallocarr(p: *mut ::c_void, n: ::size_t, s: ::size_t);
    159  pub fn estrdup(s: *const ::c_char) -> *mut ::c_char;
    160  pub fn estrndup(s: *const ::c_char, len: ::size_t) -> *mut ::c_char;
    161  pub fn estrlcpy(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
    162  pub fn estrlcat(dst: *mut ::c_char, src: *const ::c_char, len: ::size_t) -> ::size_t;
    163  pub fn estrtoi(
    164  pub fn estrtou(
    165  pub fn easprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
    166  pub fn evasprintf(string: *mut *mut ::c_char, fmt: *const ::c_char, ...) -> ::c_int;
    167  pub fn esetfunc(
    168  pub fn secure_path(path: *const ::c_char) -> ::c_int;
    169  pub fn snprintb(
    170  pub fn snprintb_m(
    171  pub fn getbootfile() -> *const ::c_char;
    172  pub fn getbyteorder() -> ::c_int;
    173  pub fn getdiskrawname(
    174  pub fn getdiskcookedname(
    175  pub fn getfsspecname(
    176  pub fn strpct(
    177  pub fn strspct(
    178  pub fn login(ut: *const utmp);
    179  pub fn loginx(ut: *const utmpx);
    180  pub fn logout(line: *const ::c_char);
    181  pub fn logoutx(line: *const ::c_char, status: ::c_int, tpe: ::c_int);
    182  pub fn logwtmp(line: *const ::c_char, name: *const ::c_char, host: *const ::c_char);
    183  pub fn logwtmpx(
    184  pub fn getxattr(
    185  pub fn lgetxattr(
    186  pub fn fgetxattr(
    187  pub fn setxattr(
    188  pub fn lsetxattr(
    189  pub fn fsetxattr(
    190  pub fn listxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
    191  pub fn llistxattr(path: *const ::c_char, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
    192  pub fn flistxattr(filedes: ::c_int, list: *mut ::c_char, size: ::size_t) -> ::ssize_t;
    193  pub fn removexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
    194  pub fn lremovexattr(path: *const ::c_char, name: *const ::c_char) -> ::c_int;
    195  pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int;
    196  pub fn string_to_flags(
    197  pub fn flags_to_string(flags: ::c_ulong, def: *const ::c_char) -> ::c_int;
    198  pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry;
    
    
    
    

    \libc-0.2.133\src\unix\bsd\netbsdlike\openbsd\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_char 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    4  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    5  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr, cmsg: *const ::cmsghdr)
    6  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    7  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    8  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    9  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    10  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    11  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    12  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    13  pub fn settimeofday(tp: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    14  pub fn execvpe(
    15  pub fn pledge(promises: *const ::c_char, execpromises: *const ::c_char) -> ::c_int;
    16  pub fn unveil(path: *const ::c_char, permissions: *const ::c_char) -> ::c_int;
    17  pub fn strtonum(
    18  pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int;
    19  pub fn chflags(path: *const ::c_char, flags: ::c_uint) -> ::c_int;
    20  pub fn fchflags(fd: ::c_int, flags: ::c_uint) -> ::c_int;
    21  pub fn chflagsat(
    22  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    23  pub fn getnameinfo(
    24  pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int;
    25  pub fn getresuid(ruid: *mut ::uid_t, euid: *mut ::uid_t, suid: *mut ::uid_t) -> ::c_int;
    26  pub fn kevent(
    27  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    28  pub fn getthrid() -> ::pid_t;
    29  pub fn pthread_attr_getguardsize(
    30  pub fn pthread_attr_getstack(
    31  pub fn pthread_main_np() -> ::c_int;
    32  pub fn pthread_get_name_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t);
    33  pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char);
    34  pub fn pthread_stackseg_np(thread: ::pthread_t, sinfo: *mut ::stack_t) -> ::c_int;
    35  pub fn openpty(
    36  pub fn forkpty(
    37  pub fn sysctl(
    38  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    39  pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
    40  pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
    41  pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: caddr_t, data: ::c_int) -> ::c_int;
    42  pub fn utrace(label: *const ::c_char, addr: *const ::c_void, len: ::size_t) -> ::c_int;
    43  pub fn memmem(
    44  pub fn dl_iterate_phdr(
    45  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    46  pub fn freelocale(loc: ::locale_t);
    47  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    48  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    49  pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t);
    50  pub fn setproctitle(fmt: *const ::c_char, ...);
    51  pub fn freezero(ptr: *mut ::c_void, size: ::size_t);
    52  pub fn malloc_conceal(size: ::size_t) -> *mut ::c_void;
    53  pub fn calloc_conceal(nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    54  pub fn srand48_deterministic(seed: ::c_long);
    55  pub fn seed48_deterministic(xseed: *mut ::c_ushort) -> *mut ::c_ushort;
    56  pub fn lcong48_deterministic(p: *mut ::c_ushort);
    57  pub fn lsearch(
    58  pub fn lfind(
    59  pub fn hcreate(nelt: ::size_t) -> ::c_int;
    60  pub fn hdestroy();
    61  pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY;
    62  pub fn futex(
    63  pub fn backtrace(addrlist: *mut *mut ::c_void, len: ::size_t) -> ::size_t;
    64  pub fn backtrace_symbols(addrlist: *const *mut ::c_void, len: ::size_t) -> *mut *mut ::c_char;
    65  pub fn backtrace_symbols_fd(
    66  pub fn backtrace_symbols_fmt(
    67  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    68  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    69  pub fn getmntinfo(mntbufp: *mut *mut ::statfs, flags: ::c_int) -> ::c_int;
    70  pub fn getfsstat(buf: *mut statfs, bufsize: ::size_t, flags: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\haiku\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    3  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    4  pub unsafe fn si_status(&self) -> ::c_int 【】
    5  pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr 【】
    6  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    7  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    8  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    9  pub fn CMSG_NXTHDR(mhdr: *const msghdr,
    10  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    11  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    12  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    13  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    14  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    15  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    16  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    17  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    18  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    19  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    20  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    21  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    22  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    23  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    24  pub fn getpriority(which: ::c_int, who: id_t) -> ::c_int;
    25  pub fn setpriority(which: ::c_int, who: id_t, priority: ::c_int) -> ::c_int;
    26  pub fn endusershell();
    27  pub fn getpass(prompt: *const ::c_char) -> *mut ::c_char;
    28  pub fn getusershell() -> *mut ::c_char;
    29  pub fn issetugid() -> ::c_int;
    30  pub fn setusershell();
    31  pub fn utimensat(
    32  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    33  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    34  pub fn _errnop() -> *mut ::c_int;
    35  pub fn abs(i: ::c_int) -> ::c_int;
    36  pub fn atof(s: *const ::c_char) -> ::c_double;
    37  pub fn labs(i: ::c_long) -> ::c_long;
    38  pub fn rand() -> ::c_int;
    39  pub fn srand(seed: ::c_uint);
    40  pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
    41  pub fn freeifaddrs(ifa: *mut ::ifaddrs);
    42  pub fn ppoll(
    43  pub fn getspent() -> *mut spwd;
    44  pub fn getspent_r(
    45  pub fn setspent();
    46  pub fn endspent();
    47  pub fn getspnam(name: *const ::c_char) -> *mut spwd;
    48  pub fn getspnam_r(
    49  pub fn sgetspent(line: *const ::c_char) -> *mut spwd;
    50  pub fn sgetspent_r(
    51  pub fn fgetspent(file: *mut ::FILE) -> *mut spwd;
    52  pub fn fgetspent_r(
    53  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    54  pub fn mknodat(
    55  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    56  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    57  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    58  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    59  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    60  pub fn clock_getcpuclockid(pid: ::pid_t, clk_id: *mut ::clockid_t) -> ::c_int;
    61  pub fn pthread_create(
    62  pub fn pthread_attr_getguardsize(
    63  pub fn pthread_attr_getstack(
    64  pub fn pthread_condattr_getclock(
    65  pub fn pthread_condattr_setclock(
    66  pub fn valloc(numBytes: ::size_t) -> *mut ::c_void;
    67  pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
    68  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    69  pub fn setgroups(ngroups: ::c_int, ptr: *const ::gid_t) -> ::c_int;
    70  pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
    71  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    72  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    73  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    74  pub fn getnameinfo(
    75  pub fn pthread_mutex_timedlock(
    76  pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    77  pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    78  pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    79  pub fn pthread_spin_trylock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    80  pub fn pthread_spin_unlock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    81  pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
    82  pub fn glob(
    83  pub fn globfree(pglob: *mut ::glob_t);
    84  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    85  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    86  pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advice: ::c_int) -> ::c_int;
    87  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    88  pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    89  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    90  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    91  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    92  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    93  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    94  pub fn recvfrom(
    95  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    96  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    97  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    98  pub fn writev(fd: ::c_int, iov: *const ::iovec, count: ::c_int) -> ::ssize_t;
    99  pub fn readv(fd: ::c_int, iov: *const ::iovec, count: ::c_int) -> ::ssize_t;
    100  pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    101  pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    102  pub fn execvpe(
    103  pub fn getgrgid_r(
    104  pub fn getgrouplist(
    105  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    106  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    107  pub fn getdtablesize() -> ::c_int;
    108  pub fn getgrnam_r(
    109  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    110  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    111  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    112  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    113  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    114  pub fn getpwnam_r(
    115  pub fn getpwuid_r(
    116  pub fn getpwent() -> *mut passwd;
    117  pub fn setpwent();
    118  pub fn endpwent();
    119  pub fn endgrent();
    120  pub fn getgrent() -> *mut ::group;
    121  pub fn setgrent();
    122  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    123  pub fn pthread_atfork(
    124  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    125  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    126  pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    127  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    128  pub fn getutxent() -> *mut utmpx;
    129  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    130  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    131  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    132  pub fn setutxent();
    133  pub fn endutxent();
    134  pub fn faccessat(
    135  pub fn sigtimedwait(
    136  pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
    137  pub fn getitimer(which: ::c_int, curr_value: *mut ::itimerval) -> ::c_int;
    138  pub fn setitimer(
    139  pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
    140  pub fn regexec(
    141  pub fn regerror(
    142  pub fn regfree(preg: *mut regex_t);
    143  pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int;
    144  pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int;
    145  pub fn msgrcv(
    146  pub fn msgsnd(
    147  pub fn semget(key: ::key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int;
    148  pub fn semctl(semid: ::c_int, semnum: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    149  pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int;
    150  pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
    151  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    152  pub fn lsearch(
    153  pub fn lfind(
    154  pub fn hcreate(nelt: ::size_t) -> ::c_int;
    155  pub fn hdestroy();
    156  pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY;
    157  pub fn drand48() -> ::c_double;
    158  pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double;
    159  pub fn lrand48() -> ::c_long;
    160  pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
    161  pub fn mrand48() -> ::c_long;
    162  pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
    163  pub fn srand48(seed: ::c_long);
    164  pub fn seed48(xseed: *mut ::c_ushort) -> *mut ::c_ushort;
    165  pub fn lcong48(p: *mut ::c_ushort);
    166  pub fn clearenv() -> ::c_int;
    167  pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
    168  pub fn sync();
    169  pub fn getpagesize() -> ::c_int;
    170  pub fn brk(addr: *mut ::c_void) -> ::c_int;
    171  pub fn sbrk(increment: ::intptr_t) -> *mut ::c_void;
    172  pub fn posix_spawn(
    173  pub fn posix_spawnp(
    174  pub fn posix_spawn_file_actions_init(file_actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    175  pub fn posix_spawn_file_actions_destroy(
    176  pub fn posix_spawn_file_actions_addopen(
    177  pub fn posix_spawn_file_actions_addclose(
    178  pub fn posix_spawn_file_actions_adddup2(
    179  pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int;
    180  pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int;
    181  pub fn posix_spawnattr_getflags(
    182  pub fn posix_spawnattr_setflags(attr: *mut posix_spawnattr_t, flags: ::c_short) -> ::c_int;
    183  pub fn posix_spawnattr_getpgroup(
    184  pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, pgroup: ::pid_t) -> ::c_int;
    185  pub fn posix_spawnattr_getsigdefault(
    186  pub fn posix_spawnattr_setsigdefault(
    187  pub fn posix_spawnattr_getsigmask(
    188  pub fn posix_spawnattr_setsigmask(
    189  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    190  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    191  pub fn forkpty(
    192  pub fn openpty(
    193  pub fn strsep(string: *mut *mut ::c_char, delimiters: *const ::c_char) -> *mut ::c_char;
    194  pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t);
    195  pub fn login_tty(_fd: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\haiku\native.rs

    ═════════ pub fn 函数
    1  pub fn create_area(
    2  pub fn clone_area(
    3  pub fn find_area(name: *const ::c_char) -> area_id;
    4  pub fn area_for(address: *mut ::c_void) -> area_id;
    5  pub fn delete_area(id: area_id) -> status_t;
    6  pub fn resize_area(id: area_id, newSize: usize) -> status_t;
    7  pub fn set_area_protection(id: area_id, newProtection: u32) -> status_t;
    8  pub fn _get_area_info(id: area_id, areaInfo: *mut area_info, size: usize) -> status_t;
    9  pub fn _get_next_area_info(
    10  pub fn create_port(capacity: i32, name: *const ::c_char) -> port_id;
    11  pub fn find_port(name: *const ::c_char) -> port_id;
    12  pub fn read_port(
    13  pub fn read_port_etc(
    14  pub fn write_port(
    15  pub fn write_port_etc(
    16  pub fn close_port(port: port_id) -> status_t;
    17  pub fn delete_port(port: port_id) -> status_t;
    18  pub fn port_buffer_size(port: port_id) -> ::ssize_t;
    19  pub fn port_buffer_size_etc(port: port_id, flags: u32, timeout: bigtime_t) -> ::ssize_t;
    20  pub fn port_count(port: port_id) -> ::ssize_t;
    21  pub fn set_port_owner(port: port_id, team: team_id) -> status_t;
    22  pub fn _get_port_info(port: port_id, buf: *mut port_info, portInfoSize: ::size_t) -> status_t;
    23  pub fn _get_next_port_info(
    24  pub fn _get_port_message_info_etc(
    25  pub fn create_sem(count: i32, name: *const ::c_char) -> sem_id;
    26  pub fn delete_sem(id: sem_id) -> status_t;
    27  pub fn acquire_sem(id: sem_id) -> status_t;
    28  pub fn acquire_sem_etc(id: sem_id, count: i32, flags: u32, timeout: bigtime_t) -> status_t;
    29  pub fn release_sem(id: sem_id) -> status_t;
    30  pub fn release_sem_etc(id: sem_id, count: i32, flags: u32) -> status_t;
    31  pub fn switch_sem(semToBeReleased: sem_id, id: sem_id) -> status_t;
    32  pub fn switch_sem_etc(
    33  pub fn get_sem_count(id: sem_id, threadCount: *mut i32) -> status_t;
    34  pub fn set_sem_owner(id: sem_id, team: team_id) -> status_t;
    35  pub fn _get_sem_info(id: sem_id, info: *mut sem_info, infoSize: ::size_t) -> status_t;
    36  pub fn _get_next_sem_info(
    37  pub fn kill_team(team: team_id) -> status_t;
    38  pub fn _get_team_info(team: team_id, info: *mut team_info, size: ::size_t) -> status_t;
    39  pub fn _get_next_team_info(cookie: *mut i32, info: *mut team_info, size: ::size_t) -> status_t;
    40  pub fn spawn_thread(
    41  pub fn kill_thread(thread: thread_id) -> status_t;
    42  pub fn resume_thread(thread: thread_id) -> status_t;
    43  pub fn suspend_thread(thread: thread_id) -> status_t;
    44  pub fn rename_thread(thread: thread_id, newName: *const ::c_char) -> status_t;
    45  pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t;
    46  pub fn suggest_thread_priority(
    47  pub fn estimate_max_scheduling_latency(th: ::thread_id) -> ::bigtime_t;
    48  pub fn exit_thread(status: status_t);
    49  pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t;
    50  pub fn on_exit_thread(callback: extern "C" fn(*mut ::c_void), data: *mut ::c_void) -> status_t;
    51  pub fn find_thread(name: *const ::c_char) -> thread_id;
    52  pub fn get_scheduler_mode() -> i32;
    53  pub fn set_scheduler_mode(mode: i32) -> status_t;
    54  pub fn send_data(
    55  pub fn receive_data(sender: *mut thread_id, buffer: *mut ::c_void, bufferSize: ::size_t)
    56  pub fn has_data(thread: thread_id) -> bool;
    57  pub fn snooze(amount: bigtime_t) -> status_t;
    58  pub fn snooze_etc(amount: bigtime_t, timeBase: ::c_int, flags: u32) -> status_t;
    59  pub fn snooze_until(time: bigtime_t, timeBase: ::c_int) -> status_t;
    60  pub fn _get_thread_info(id: thread_id, info: *mut thread_info, size: ::size_t) -> status_t;
    61  pub fn _get_next_thread_info(
    62  pub fn get_pthread_thread_id(thread: ::pthread_t) -> thread_id;
    63  pub fn _get_team_usage_info(
    64  pub fn real_time_clock() -> ::c_ulong;
    65  pub fn set_real_time_clock(secsSinceJan1st1970: ::c_ulong);
    66  pub fn real_time_clock_usecs() -> bigtime_t;
    67  pub fn system_time() -> bigtime_t;
    68  pub fn system_time_nsecs() -> nanotime_t;
    69  pub fn set_alarm(when: bigtime_t, flags: u32) -> bigtime_t;
    70  pub fn debugger(message: *const ::c_char);
    71  pub fn disable_debugger(state: ::c_int) -> ::c_int;
    72  pub fn get_system_info(info: *mut system_info) -> status_t;
    73  pub fn _get_cpu_info_etc(
    74  pub fn is_computer_on() -> i32;
    75  pub fn is_computer_on_fire() -> ::c_double;
    76  pub fn send_signal(threadID: thread_id, signal: ::c_uint) -> ::c_int;
    77  pub fn set_signal_stack(base: *mut ::c_void, size: ::size_t);
    78  pub fn wait_for_objects(infos: *mut object_wait_info, numInfos: ::c_int) -> ::ssize_t;
    79  pub fn wait_for_objects_etc(
    80  pub fn fs_read_attr(
    81  pub fn fs_write_attr(
    82  pub fn fs_remove_attr(fd: ::c_int, attribute: *const ::c_char) -> ::c_int;
    83  pub fn fs_stat_attr(
    84  pub fn fs_open_attr(
    85  pub fn fs_fopen_attr(
    86  pub fn fs_close_attr(fd: ::c_int) -> ::c_int;
    87  pub fn fs_open_attr_dir(path: *const ::c_char) -> *mut ::DIR;
    88  pub fn fs_lopen_attr_dir(path: *const ::c_char) -> *mut ::DIR;
    89  pub fn fs_fopen_attr_dir(fd: ::c_int) -> *mut ::DIR;
    90  pub fn fs_close_attr_dir(dir: *mut ::DIR) -> ::c_int;
    91  pub fn fs_read_attr_dir(dir: *mut ::DIR) -> *mut ::dirent;
    92  pub fn fs_rewind_attr_dir(dir: *mut ::DIR);
    93  pub fn fs_create_index(
    94  pub fn fs_remove_index(device: ::dev_t, name: *const ::c_char) -> ::c_int;
    95  pub fn fs_stat_index(
    96  pub fn fs_open_index_dir(device: ::dev_t) -> *mut ::DIR;
    97  pub fn fs_close_index_dir(indexDirectory: *mut ::DIR) -> ::c_int;
    98  pub fn fs_read_index_dir(indexDirectory: *mut ::DIR) -> *mut ::dirent;
    99  pub fn fs_rewind_index_dir(indexDirectory: *mut ::DIR);
    100  pub fn dev_for_path(path: *const ::c_char) -> ::dev_t;
    101  pub fn next_dev(pos: *mut i32) -> ::dev_t;
    102  pub fn fs_stat_dev(dev: ::dev_t, info: *mut fs_info) -> ::c_int;
    103  pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR;
    104  pub fn fs_open_live_query(
    105  pub fn fs_close_query(d: *mut ::DIR) -> ::c_int;
    106  pub fn fs_read_query(d: *mut ::DIR) -> *mut ::dirent;
    107  pub fn get_path_for_dirent(dent: *mut ::dirent, buf: *mut ::c_char, len: ::size_t) -> status_t;
    108  pub fn fs_mount_volume(
    109  pub fn fs_unmount_volume(path: *const ::c_char, flags: u32) -> status_t;
    110  pub fn load_image(
    111  pub fn load_add_on(path: *const ::c_char) -> image_id;
    112  pub fn unload_add_on(image: image_id) -> status_t;
    113  pub fn get_image_symbol(
    114  pub fn get_nth_image_symbol(
    115  pub fn clear_caches(address: *mut ::c_void, length: ::size_t, flags: u32);
    116  pub fn _get_image_info(image: image_id, info: *mut image_info, size: ::size_t) -> status_t;
    117  pub fn _get_next_image_info(
    118  pub fn find_path(
    119  pub fn find_path_etc(
    120  pub fn find_path_for_path(
    121  pub fn find_path_for_path_etc(
    122  pub fn find_paths(
    123  pub fn find_paths_etc(
    124  pub fn find_directory(
    125  pub fn get_cpuid(info: *mut cpuid_info, eaxRegister: u32, cpuNum: u32) -> status_t;
    126  pub unsafe fn get_cpu_info(firstCPU: u32, cpuCount: u32, info: *mut cpu_info) -> status_t 【】
    127  pub unsafe fn get_area_info(id: area_id, info: *mut area_info) -> status_t 【】
    128  pub unsafe fn get_next_area_info(
    129  pub unsafe fn get_port_info(port: port_id, buf: *mut port_info) -> status_t 【】
    130  pub unsafe fn get_next_port_info(
    131  pub unsafe fn get_port_message_info_etc(
    132  pub unsafe fn get_sem_info(id: sem_id, info: *mut sem_info) -> status_t 【】
    133  pub unsafe fn get_next_sem_info(team: team_id, cookie: *mut i32, info: *mut sem_info) -> status_t 【】
    134  pub unsafe fn get_team_info(team: team_id, info: *mut team_info) -> status_t 【】
    135  pub unsafe fn get_next_team_info(cookie: *mut i32, info: *mut team_info) -> status_t 【】
    136  pub unsafe fn get_team_usage_info(team: team_id, who: i32, info: *mut team_usage_info) -> status_t 【】
    137  pub unsafe fn get_thread_info(id: thread_id, info: *mut thread_info) -> status_t 【】
    138  pub unsafe fn get_next_thread_info(
    139  pub unsafe fn get_image_info(image: image_id, info: *mut image_info) -> status_t 【】
    140  pub unsafe fn get_next_image_info(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! haiku_constant 【】
    
    
    
    

    \libc-0.2.133\src\unix\hermit\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    2  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    3  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    4  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    5  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    6  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    7  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    8  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    9  pub fn abs(i: ::c_int) -> ::c_int;
    10  pub fn atof(s: *const ::c_char) -> ::c_double;
    11  pub fn labs(i: ::c_long) -> ::c_long;
    12  pub fn rand() -> ::c_int;
    13  pub fn srand(seed: ::c_uint);
    14  pub fn bind(s: ::c_int, name: *const ::sockaddr, namelen: ::socklen_t) -> ::c_int;
    15  pub fn clock_gettime(clock_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    16  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    17  pub fn getpwuid_r(
    18  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    19  pub fn memalign(align: ::size_t, nbytes: ::size_t) -> *mut ::c_void;
    20  pub fn pthread_create(
    21  pub fn pthread_sigmask(how: ::c_int, set: *const ::sigset_t, oset: *mut ::sigset_t) -> ::c_int;
    22  pub fn recvfrom(
    23  pub fn setgroups(ngroups: ::c_int, grouplist: *const ::gid_t) -> ::c_int;
    24  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\android\b32\arm.rs

    ═════════ pub fn 函数
    1  pub fn accept4(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\android\b32\mod.rs

    ═════════ pub fn 函数
    1  pub fn timegm64(tm: *const ::tm) -> ::time64_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\android\b32\x86\mod.rs

    ═════════ pub fn 函数
    1  pub fn accept4(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\android\b64\mod.rs

    ═════════ pub fn 函数
    1  pub fn accept4(
    2  pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
    3  pub fn __system_property_wait(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\android\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_NXTHDR(mhdr: *const msghdr,
    2  pub fn CPU_ALLOC_SIZE(count: ::c_int) -> ::size_t 【】
    3  pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () 【】
    4  pub fn CPU_SET(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    5  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    6  pub fn CPU_ISSET(cpu: usize, cpuset: &cpu_set_t) -> bool 【】
    7  pub fn CPU_COUNT_S(size: usize, cpuset: &cpu_set_t) -> ::c_int 【】
    8  pub fn CPU_COUNT(cpuset: &cpu_set_t) -> ::c_int 【】
    9  pub fn CPU_EQUAL(set1: &cpu_set_t, set2: &cpu_set_t) -> bool 【】
    10  pub fn major(dev: ::dev_t) -> ::c_int 【】
    11  pub fn minor(dev: ::dev_t) -> ::c_int 【】
    12  pub fn NLA_ALIGN(len: ::c_int) -> ::c_int 【】
    13  pub fn SO_EE_OFFENDER(ee: *const ::sock_extended_err) -> *mut ::sockaddr 【】
    14  pub 【】const} fn makedev(ma: ::c_uint, mi: ::c_uint) -> ::dev_t 【】
    15  pub fn getrlimit64(resource: ::c_int, rlim: *mut rlimit64) -> ::c_int;
    16  pub fn setrlimit64(resource: ::c_int, rlim: *const rlimit64) -> ::c_int;
    17  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    18  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    19  pub fn prlimit(
    20  pub fn prlimit64(
    21  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    22  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    23  pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    24  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    25  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    26  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    27  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    28  pub fn recvfrom(
    29  pub fn getnameinfo(
    30  pub fn preadv(fd: ::c_int, iov: *const ::iovec, count: ::c_int, offset: ::off_t) -> ::ssize_t;
    31  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, count: ::c_int, offset: ::off_t) -> ::ssize_t;
    32  pub fn process_vm_readv(
    33  pub fn process_vm_writev(
    34  pub fn ptrace(request: ::c_int, ...) -> ::c_long;
    35  pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
    36  pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
    37  pub fn __sched_cpualloc(count: ::size_t) -> *mut ::cpu_set_t;
    38  pub fn __sched_cpufree(set: *mut ::cpu_set_t);
    39  pub fn __sched_cpucount(setsize: ::size_t, set: *const cpu_set_t) -> ::c_int;
    40  pub fn sched_getcpu() -> ::c_int;
    41  pub fn mallinfo() -> ::mallinfo;
    42  pub fn malloc_info(options: ::c_int, stream: *mut ::FILE) -> ::c_int;
    43  pub fn malloc_usable_size(ptr: *const ::c_void) -> ::size_t;
    44  pub fn utmpname(name: *const ::c_char) -> ::c_int;
    45  pub fn setutent();
    46  pub fn getutent() -> *mut utmp;
    47  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    48  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    49  pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    50  pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int;
    51  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    52  pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int;
    53  pub fn getxattr(
    54  pub fn lgetxattr(
    55  pub fn fgetxattr(
    56  pub fn setxattr(
    57  pub fn lsetxattr(
    58  pub fn fsetxattr(
    59  pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    60  pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    61  pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    62  pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int;
    63  pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int;
    64  pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int;
    65  pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int;
    66  pub fn timerfd_create(clock: ::clockid_t, flags: ::c_int) -> ::c_int;
    67  pub fn timerfd_gettime(fd: ::c_int, current_value: *mut itimerspec) -> ::c_int;
    68  pub fn timerfd_settime(
    69  pub fn syscall(num: ::c_long, ...) -> ::c_long;
    70  pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, cpuset: *mut cpu_set_t)
    71  pub fn sched_setaffinity(
    72  pub fn epoll_create(size: ::c_int) -> ::c_int;
    73  pub fn epoll_create1(flags: ::c_int) -> ::c_int;
    74  pub fn epoll_wait(
    75  pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event)
    76  pub fn pthread_getschedparam(
    77  pub fn unshare(flags: ::c_int) -> ::c_int;
    78  pub fn umount(target: *const ::c_char) -> ::c_int;
    79  pub fn sched_get_priority_max(policy: ::c_int) -> ::c_int;
    80  pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t;
    81  pub fn settimeofday(tv: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    82  pub fn splice(
    83  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    84  pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int;
    85  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    86  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    87  pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int;
    88  pub fn setns(fd: ::c_int, nstype: ::c_int) -> ::c_int;
    89  pub fn swapoff(puath: *const ::c_char) -> ::c_int;
    90  pub fn vmsplice(
    91  pub fn mount(
    92  pub fn personality(persona: ::c_uint) -> ::c_int;
    93  pub fn prctl(option: ::c_int, ...) -> ::c_int;
    94  pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int;
    95  pub fn ppoll(
    96  pub fn pthread_mutex_timedlock(
    97  pub fn pthread_barrierattr_init(attr: *mut ::pthread_barrierattr_t) -> ::c_int;
    98  pub fn pthread_barrierattr_destroy(attr: *mut ::pthread_barrierattr_t) -> ::c_int;
    99  pub fn pthread_barrierattr_getpshared(
    100  pub fn pthread_barrierattr_setpshared(
    101  pub fn pthread_barrier_init(
    102  pub fn pthread_barrier_destroy(barrier: *mut pthread_barrier_t) -> ::c_int;
    103  pub fn pthread_barrier_wait(barrier: *mut pthread_barrier_t) -> ::c_int;
    104  pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    105  pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    106  pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    107  pub fn pthread_spin_trylock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    108  pub fn pthread_spin_unlock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    109  pub fn clone(
    110  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    111  pub fn clock_nanosleep(
    112  pub fn pthread_attr_getguardsize(
    113  pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    114  pub fn sched_get_priority_min(policy: ::c_int) -> ::c_int;
    115  pub fn pthread_condattr_getpshared(
    116  pub fn sysinfo(info: *mut ::sysinfo) -> ::c_int;
    117  pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int;
    118  pub fn pthread_setschedparam(
    119  pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int;
    120  pub fn sched_setscheduler(
    121  pub fn sendfile(
    122  pub fn setfsgid(gid: ::gid_t) -> ::c_int;
    123  pub fn setfsuid(uid: ::uid_t) -> ::c_int;
    124  pub fn sigsuspend(mask: *const ::sigset_t) -> ::c_int;
    125  pub fn getgrgid_r(
    126  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    127  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    128  pub fn getgrnam_r(
    129  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    130  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    131  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    132  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    133  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    134  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    135  pub fn getpwnam_r(
    136  pub fn getpwuid_r(
    137  pub fn sigtimedwait(
    138  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    139  pub fn pthread_atfork(
    140  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    141  pub fn getgrouplist(
    142  pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
    143  pub fn pthread_mutexattr_getpshared(
    144  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    145  pub fn faccessat(
    146  pub fn pthread_create(
    147  pub fn __errno() -> *mut ::c_int;
    148  pub fn inotify_rm_watch(fd: ::c_int, wd: u32) -> ::c_int;
    149  pub fn sendmmsg(
    150  pub fn recvmmsg(
    151  pub fn inotify_init() -> ::c_int;
    152  pub fn inotify_init1(flags: ::c_int) -> ::c_int;
    153  pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
    154  pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
    155  pub fn regexec(
    156  pub fn regerror(
    157  pub fn regfree(preg: *mut ::regex_t);
    158  pub fn android_set_abort_message(msg: *const ::c_char);
    159  pub fn gettid() -> ::pid_t;
    160  pub fn __system_property_set(__name: *const ::c_char, __value: *const ::c_char) -> ::c_int;
    161  pub fn __system_property_get(__name: *const ::c_char, __value: *mut ::c_char) -> ::c_int;
    162  pub fn __system_property_find(__name: *const ::c_char) -> *const prop_info;
    163  pub fn __system_property_find_nth(__n: ::c_uint) -> *const prop_info;
    164  pub fn __system_property_foreach(
    165  pub fn dl_iterate_phdr(
    166  pub fn arc4random() -> u32;
    167  pub fn arc4random_uniform(__upper_bound: u32) -> u32;
    168  pub fn arc4random_buf(__buf: *mut ::c_void, __n: ::size_t);
    169  pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    170  pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int;
    171  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    172  pub unsafe fn si_value(&self) -> ::sigval 【】
    173  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    174  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    175  pub unsafe fn si_status(&self) -> ::c_int 【】
    176  pub unsafe fn si_utime(&self) -> ::c_long 【】
    177  pub unsafe fn si_stime(&self) -> ::c_long 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\emscripten\align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\emscripten\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_NXTHDR(mhdr: *const msghdr,
    2  pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () 【】
    3  pub fn CPU_SET(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    4  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    5  pub fn CPU_ISSET(cpu: usize, cpuset: &cpu_set_t) -> bool 【】
    6  pub fn CPU_EQUAL(set1: &cpu_set_t, set2: &cpu_set_t) -> bool 【】
    7  pub fn major(dev: ::dev_t) -> ::c_uint 【】
    8  pub fn minor(dev: ::dev_t) -> ::c_uint 【】
    9  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    10  pub fn getrlimit64(resource: ::c_int, rlim: *mut rlimit64) -> ::c_int;
    11  pub fn setrlimit64(resource: ::c_int, rlim: *const rlimit64) -> ::c_int;
    12  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    13  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    14  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    15  pub fn abs(i: ::c_int) -> ::c_int;
    16  pub fn atof(s: *const ::c_char) -> ::c_double;
    17  pub fn labs(i: ::c_long) -> ::c_long;
    18  pub fn rand() -> ::c_int;
    19  pub fn srand(seed: ::c_uint);
    20  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    21  pub fn setpwent();
    22  pub fn endpwent();
    23  pub fn getpwent() -> *mut passwd;
    24  pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
    25  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    26  pub fn __errno_location() -> *mut ::c_int;
    27  pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE;
    28  pub fn freopen64(
    29  pub fn tmpfile64() -> *mut ::FILE;
    30  pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int;
    31  pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int;
    32  pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int;
    33  pub fn ftello64(stream: *mut ::FILE) -> ::off64_t;
    34  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    35  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    36  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    37  pub fn dup3(oldfd: ::c_int, newfd: ::c_int, flags: ::c_int) -> ::c_int;
    38  pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    39  pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    40  pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
    41  pub fn accept4(
    42  pub fn getnameinfo(
    43  pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int;
    44  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    45  pub fn if_nameindex() -> *mut if_nameindex;
    46  pub fn if_freenameindex(ptr: *mut if_nameindex);
    47  pub fn mremap(
    48  pub fn glob(
    49  pub fn globfree(pglob: *mut ::glob_t);
    50  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    51  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    52  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    53  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    54  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    55  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    56  pub fn recvfrom(
    57  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    58  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    59  pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    60  pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    61  pub fn sendmmsg(
    62  pub fn recvmmsg(
    63  pub fn sync();
    64  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    65  pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
    66  pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
    67  pub fn pthread_create(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\emscripten\no_align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b32\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b32\x86\mod.rs

    ═════════ pub fn 函数
    1  pub fn getcontext(ucp: *mut ucontext_t) -> ::c_int;
    2  pub fn setcontext(ucp: *const ucontext_t) -> ::c_int;
    3  pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...);
    4  pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\aarch64\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\loongarch64\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\mips64\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\powerpc64\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\s390x.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    2  pub fn getcontext(ucp: *mut ::ucontext_t) -> ::c_int;
    3  pub fn setcontext(ucp: *const ::ucontext_t) -> ::c_int;
    4  pub fn makecontext(ucp: *mut ::ucontext_t, func: extern "C" fn(), argc: ::c_int, ...);
    5  pub fn swapcontext(uocp: *mut ::ucontext_t, ucp: *const ::ucontext_t) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\sparc64\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\x86_64\mod.rs

    ═════════ pub fn 函数
    1  pub fn getcontext(ucp: *mut ucontext_t) -> ::c_int;
    2  pub fn setcontext(ucp: *const ucontext_t) -> ::c_int;
    3  pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...);
    4  pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int;
    5  pub fn iopl(level: ::c_int) -> ::c_int;
    6  pub fn ioperm(from: ::c_ulong, num: ::c_ulong, turn_on: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\b64\x86_64\not_x32.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\gnu\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    4  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub unsafe fn si_utime(&self) -> ::c_long 【】
    7  pub unsafe fn si_stime(&self) -> ::c_long 【】
    8  pub fn fgetspent_r(
    9  pub fn sgetspent_r(
    10  pub fn getspent_r(
    11  pub fn qsort_r(
    12  pub fn sendmmsg(
    13  pub fn recvmmsg(
    14  pub fn getrlimit64(resource: ::__rlimit_resource_t, rlim: *mut ::rlimit64) -> ::c_int;
    15  pub fn setrlimit64(resource: ::__rlimit_resource_t, rlim: *const ::rlimit64) -> ::c_int;
    16  pub fn getrlimit(resource: ::__rlimit_resource_t, rlim: *mut ::rlimit) -> ::c_int;
    17  pub fn setrlimit(resource: ::__rlimit_resource_t, rlim: *const ::rlimit) -> ::c_int;
    18  pub fn prlimit(
    19  pub fn prlimit64(
    20  pub fn utmpname(file: *const ::c_char) -> ::c_int;
    21  pub fn utmpxname(file: *const ::c_char) -> ::c_int;
    22  pub fn getutxent() -> *mut utmpx;
    23  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    24  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    25  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    26  pub fn setutxent();
    27  pub fn endutxent();
    28  pub fn getpt() -> ::c_int;
    29  pub fn mallopt(param: ::c_int, value: ::c_int) -> ::c_int;
    30  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    31  pub fn statx(
    32  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    33  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    34  pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
    35  pub fn adjtimex(buf: *mut timex) -> ::c_int;
    36  pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
    37  pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
    38  pub fn clock_adjtime(clk_id: ::clockid_t, buf: *mut ::timex) -> ::c_int;
    39  pub fn copy_file_range(
    40  pub fn fanotify_mark(
    41  pub fn preadv2(
    42  pub fn pwritev2(
    43  pub fn preadv64v2(
    44  pub fn pwritev64v2(
    45  pub fn renameat2(
    46  pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t);
    47  pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    48  pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
    49  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    50  pub fn backtrace(buf: *mut *mut ::c_void, sz: ::c_int) -> ::c_int;
    51  pub fn glob64(
    52  pub fn globfree64(pglob: *mut glob64_t);
    53  pub fn ptrace(request: ::c_uint, ...) -> ::c_long;
    54  pub fn pthread_attr_getaffinity_np(
    55  pub fn pthread_attr_setaffinity_np(
    56  pub fn getpriority(which: ::__priority_which_t, who: ::id_t) -> ::c_int;
    57  pub fn setpriority(which: ::__priority_which_t, who: ::id_t, prio: ::c_int) -> ::c_int;
    58  pub fn pthread_rwlockattr_getkind_np(
    59  pub fn pthread_rwlockattr_setkind_np(
    60  pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int;
    61  pub fn mallinfo() -> ::mallinfo;
    62  pub fn mallinfo2() -> ::mallinfo2;
    63  pub fn malloc_info(options: ::c_int, stream: *mut ::FILE) -> ::c_int;
    64  pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
    65  pub fn getpwent_r(
    66  pub fn getgrent_r(
    67  pub fn sethostid(hostid: ::c_long) -> ::c_int;
    68  pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int;
    69  pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_uint) -> ::c_int;
    70  pub fn dlmopen(lmid: Lmid_t, filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
    71  pub fn dlinfo(handle: *mut ::c_void, request: ::c_int, info: *mut ::c_void) -> ::c_int;
    72  pub fn dladdr1(
    73  pub fn malloc_trim(__pad: ::size_t) -> ::c_int;
    74  pub fn gnu_get_libc_release() -> *const ::c_char;
    75  pub fn gnu_get_libc_version() -> *const ::c_char;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\mod.rs

    ═════════ pub fn 函数
    1  pub fn NLA_ALIGN(len: ::c_int) -> ::c_int 【】
    2  pub fn CMSG_NXTHDR(mhdr: *const msghdr,
    3  pub fn CPU_ALLOC_SIZE(count: ::c_int) -> ::size_t 【】
    4  pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () 【】
    5  pub fn CPU_SET(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    6  pub fn CPU_CLR(cpu: usize, cpuset: &mut cpu_set_t) -> () 【】
    7  pub fn CPU_ISSET(cpu: usize, cpuset: &cpu_set_t) -> bool 【】
    8  pub fn CPU_COUNT_S(size: usize, cpuset: &cpu_set_t) -> ::c_int 【】
    9  pub fn CPU_COUNT(cpuset: &cpu_set_t) -> ::c_int 【】
    10  pub fn CPU_EQUAL(set1: &cpu_set_t, set2: &cpu_set_t) -> bool 【】
    11  pub fn major(dev: ::dev_t) -> ::c_uint 【】
    12  pub fn minor(dev: ::dev_t) -> ::c_uint 【】
    13  pub fn IPTOS_TOS(tos: u8) -> u8 【】
    14  pub fn IPTOS_PREC(tos: u8) -> u8 【】
    15  pub fn RT_TOS(tos: u8) -> u8 【】
    16  pub fn RT_ADDRCLASS(flags: u32) -> u32 【】
    17  pub fn RT_LOCALADDR(flags: u32) -> bool 【】
    18  pub fn SO_EE_OFFENDER(ee: *const ::sock_extended_err) -> *mut ::sockaddr 【】
    19  pub fn BPF_RVAL(code: ::__u32) -> ::__u32 【】
    20  pub fn BPF_MISCOP(code: ::__u32) -> ::__u32 【】
    21  pub fn BPF_STMT(code: ::__u16, k: ::__u32) -> sock_filter 【】
    22  pub fn BPF_JUMP(code: ::__u16, k: ::__u32, jt: ::__u8, jf: ::__u8) -> sock_filter 【】
    23  pub 【】const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t 【】
    24  pub fn aio_read(aiocbp: *mut aiocb) -> ::c_int;
    25  pub fn aio_write(aiocbp: *mut aiocb) -> ::c_int;
    26  pub fn aio_fsync(op: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    27  pub fn aio_error(aiocbp: *const aiocb) -> ::c_int;
    28  pub fn aio_return(aiocbp: *mut aiocb) -> ::ssize_t;
    29  pub fn aio_suspend(
    30  pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
    31  pub fn lio_listio(
    32  pub fn pwritev(
    33  pub fn preadv(
    34  pub fn getnameinfo(
    35  pub fn getloadavg(
    36  pub fn process_vm_readv(
    37  pub fn process_vm_writev(
    38  pub fn futimes(
    39  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    40  pub fn abs(i: ::c_int) -> ::c_int;
    41  pub fn atof(s: *const ::c_char) -> ::c_double;
    42  pub fn labs(i: ::c_long) -> ::c_long;
    43  pub fn rand() -> ::c_int;
    44  pub fn srand(seed: ::c_uint);
    45  pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
    46  pub fn setpwent();
    47  pub fn endpwent();
    48  pub fn getpwent() -> *mut passwd;
    49  pub fn setgrent();
    50  pub fn endgrent();
    51  pub fn getgrent() -> *mut ::group;
    52  pub fn setspent();
    53  pub fn endspent();
    54  pub fn getspent() -> *mut spwd;
    55  pub fn getspnam(name: *const ::c_char) -> *mut spwd;
    56  pub fn getspnam_r(
    57  pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
    58  pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    59  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    60  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    61  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    62  pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
    63  pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int;
    64  pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int;
    65  pub fn semctl(semid: ::c_int, semnum: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    66  pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int;
    67  pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int;
    68  pub fn msgrcv(
    69  pub fn msgsnd(
    70  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    71  pub fn __errno_location() -> *mut ::c_int;
    72  pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE;
    73  pub fn freopen64(
    74  pub fn tmpfile64() -> *mut ::FILE;
    75  pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int;
    76  pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int;
    77  pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int;
    78  pub fn ftello64(stream: *mut ::FILE) -> ::off64_t;
    79  pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    80  pub fn fallocate64(fd: ::c_int, mode: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int;
    81  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    82  pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int;
    83  pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t;
    84  pub fn getxattr(
    85  pub fn lgetxattr(
    86  pub fn fgetxattr(
    87  pub fn setxattr(
    88  pub fn lsetxattr(
    89  pub fn fsetxattr(
    90  pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    91  pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    92  pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t;
    93  pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int;
    94  pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int;
    95  pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int;
    96  pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int;
    97  pub fn timerfd_create(clockid: ::clockid_t, flags: ::c_int) -> ::c_int;
    98  pub fn timerfd_gettime(fd: ::c_int, curr_value: *mut itimerspec) -> ::c_int;
    99  pub fn timerfd_settime(
    100  pub fn quotactl(
    101  pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
    102  pub fn mq_close(mqd: ::mqd_t) -> ::c_int;
    103  pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
    104  pub fn mq_receive(
    105  pub fn mq_timedreceive(
    106  pub fn mq_send(
    107  pub fn mq_timedsend(
    108  pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int;
    109  pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int;
    110  pub fn epoll_pwait(
    111  pub fn dup3(oldfd: ::c_int, newfd: ::c_int, flags: ::c_int) -> ::c_int;
    112  pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
    113  pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
    114  pub fn sigtimedwait(
    115  pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
    116  pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
    117  pub fn accept4(
    118  pub fn pthread_getaffinity_np(
    119  pub fn pthread_setaffinity_np(
    120  pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int;
    121  pub fn reboot(how_to: ::c_int) -> ::c_int;
    122  pub fn setfsgid(gid: ::gid_t) -> ::c_int;
    123  pub fn setfsuid(uid: ::uid_t) -> ::c_int;
    124  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    125  pub fn if_nameindex() -> *mut if_nameindex;
    126  pub fn if_freenameindex(ptr: *mut if_nameindex);
    127  pub fn sync_file_range(
    128  pub fn mremap(
    129  pub fn glob(
    130  pub fn globfree(pglob: *mut ::glob_t);
    131  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    132  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    133  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    134  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    135  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    136  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    137  pub fn remap_file_pages(
    138  pub fn recvfrom(
    139  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    140  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    141  pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    142  pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    143  pub fn vhangup() -> ::c_int;
    144  pub fn sync();
    145  pub fn syncfs(fd: ::c_int) -> ::c_int;
    146  pub fn syscall(num: ::c_long, ...) -> ::c_long;
    147  pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, cpuset: *mut cpu_set_t)
    148  pub fn sched_setaffinity(
    149  pub fn epoll_create(size: ::c_int) -> ::c_int;
    150  pub fn epoll_create1(flags: ::c_int) -> ::c_int;
    151  pub fn epoll_wait(
    152  pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event)
    153  pub fn pthread_getschedparam(
    154  pub fn unshare(flags: ::c_int) -> ::c_int;
    155  pub fn umount(target: *const ::c_char) -> ::c_int;
    156  pub fn sched_get_priority_max(policy: ::c_int) -> ::c_int;
    157  pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t;
    158  pub fn settimeofday(tv: *const ::timeval, tz: *const ::timezone) -> ::c_int;
    159  pub fn splice(
    160  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    161  pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int;
    162  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    163  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    164  pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int;
    165  pub fn setns(fd: ::c_int, nstype: ::c_int) -> ::c_int;
    166  pub fn swapoff(path: *const ::c_char) -> ::c_int;
    167  pub fn vmsplice(
    168  pub fn mount(
    169  pub fn personality(persona: ::c_ulong) -> ::c_int;
    170  pub fn prctl(option: ::c_int, ...) -> ::c_int;
    171  pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int;
    172  pub fn ppoll(
    173  pub fn pthread_mutexattr_getprotocol(
    174  pub fn pthread_mutexattr_setprotocol(
    175  pub fn pthread_mutex_consistent(mutex: *mut pthread_mutex_t) -> ::c_int;
    176  pub fn pthread_mutex_timedlock(
    177  pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
    178  pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    179  pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    180  pub fn pthread_spin_trylock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    181  pub fn pthread_spin_unlock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
    182  pub fn clone(
    183  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    184  pub fn clock_nanosleep(
    185  pub fn pthread_attr_getguardsize(
    186  pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
    187  pub fn sched_get_priority_min(policy: ::c_int) -> ::c_int;
    188  pub fn pthread_condattr_getpshared(
    189  pub fn sysinfo(info: *mut ::sysinfo) -> ::c_int;
    190  pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int;
    191  pub fn pthread_setschedparam(
    192  pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int;
    193  pub fn sched_setscheduler(
    194  pub fn sendfile(
    195  pub fn sendfile64(
    196  pub fn sigsuspend(mask: *const ::sigset_t) -> ::c_int;
    197  pub fn getgrgid_r(
    198  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    199  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    200  pub fn getdtablesize() -> ::c_int;
    201  pub fn getgrnam_r(
    202  pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
    203  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    204  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    205  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    206  pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int;
    207  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    208  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    209  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    210  pub fn getpwnam_r(
    211  pub fn getpwuid_r(
    212  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    213  pub fn pthread_atfork(
    214  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    215  pub fn getgrouplist(
    216  pub fn pthread_mutexattr_getpshared(
    217  pub fn pthread_mutexattr_getrobust(
    218  pub fn pthread_mutexattr_setrobust(
    219  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    220  pub fn faccessat(
    221  pub fn pthread_create(
    222  pub fn dl_iterate_phdr(
    223  pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE;
    224  pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent;
    225  pub fn addmntent(stream: *mut ::FILE, mnt: *const ::mntent) -> ::c_int;
    226  pub fn endmntent(streamp: *mut ::FILE) -> ::c_int;
    227  pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char;
    228  pub fn posix_spawn(
    229  pub fn posix_spawnp(
    230  pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int;
    231  pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int;
    232  pub fn posix_spawnattr_getsigdefault(
    233  pub fn posix_spawnattr_setsigdefault(
    234  pub fn posix_spawnattr_getsigmask(
    235  pub fn posix_spawnattr_setsigmask(
    236  pub fn posix_spawnattr_getflags(
    237  pub fn posix_spawnattr_setflags(attr: *mut posix_spawnattr_t, flags: ::c_short) -> ::c_int;
    238  pub fn posix_spawnattr_getpgroup(
    239  pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, flags: ::pid_t) -> ::c_int;
    240  pub fn posix_spawnattr_getschedpolicy(
    241  pub fn posix_spawnattr_setschedpolicy(attr: *mut posix_spawnattr_t, flags: ::c_int) -> ::c_int;
    242  pub fn posix_spawnattr_getschedparam(
    243  pub fn posix_spawnattr_setschedparam(
    244  pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    245  pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int;
    246  pub fn posix_spawn_file_actions_addopen(
    247  pub fn posix_spawn_file_actions_addclose(
    248  pub fn posix_spawn_file_actions_adddup2(
    249  pub fn fread_unlocked(
    250  pub fn inotify_rm_watch(fd: ::c_int, wd: ::c_int) -> ::c_int;
    251  pub fn inotify_init() -> ::c_int;
    252  pub fn inotify_init1(flags: ::c_int) -> ::c_int;
    253  pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
    254  pub fn fanotify_init(flags: ::c_uint, event_f_flags: ::c_uint) -> ::c_int;
    255  pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
    256  pub fn regexec(
    257  pub fn regerror(
    258  pub fn regfree(preg: *mut ::regex_t);
    259  pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
    260  pub fn iconv(
    261  pub fn iconv_close(cd: iconv_t) -> ::c_int;
    262  pub fn gettid() -> ::pid_t;
    263  pub fn timer_create(
    264  pub fn timer_delete(timerid: ::timer_t) -> ::c_int;
    265  pub fn timer_getoverrun(timerid: ::timer_t) -> ::c_int;
    266  pub fn timer_gettime(timerid: ::timer_t, curr_value: *mut ::itimerspec) -> ::c_int;
    267  pub fn timer_settime(
    268  pub fn gethostid() -> ::c_long;
    269  pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int;
    270  pub fn memmem(
    271  pub fn sched_getcpu() -> ::c_int;
    272  pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
    273  pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\musl\b32\arm\mod.rs

    ═════════ pub fn 函数
    1  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\musl\b32\powerpc.rs

    ═════════ pub fn 函数
    1  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\musl\b32\x86\mod.rs

    ═════════ pub fn 函数
    1  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\musl\b64\mod.rs

    ═════════ pub fn 函数
    1  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\musl\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    4  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub unsafe fn si_utime(&self) -> ::c_long 【】
    7  pub unsafe fn si_stime(&self) -> ::c_long 【】
    8  pub fn sendmmsg(
    9  pub fn recvmmsg(
    10  pub fn getrlimit64(resource: ::c_int, rlim: *mut ::rlimit64) -> ::c_int;
    11  pub fn setrlimit64(resource: ::c_int, rlim: *const ::rlimit64) -> ::c_int;
    12  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    13  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    14  pub fn prlimit(
    15  pub fn prlimit64(
    16  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    17  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    18  pub fn ptrace(request: ::c_int, ...) -> ::c_long;
    19  pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
    20  pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
    21  pub fn fanotify_mark(
    22  pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
    23  pub fn explicit_bzero(s: *mut ::c_void, len: ::size_t);
    24  pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void;
    25  pub fn adjtimex(buf: *mut ::timex) -> ::c_int;
    26  pub fn clock_adjtime(clk_id: ::clockid_t, buf: *mut ::timex) -> ::c_int;
    27  pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
    28  pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int;
    29  pub fn mlock2(addr: *const ::c_void, len: ::size_t, flags: ::c_uint) -> ::c_int;
    30  pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\no_align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\uclibc\align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\uclibc\mips\mips32\mod.rs

    ═════════ pub fn 函数
    1  pub fn sysctl(
    2  pub fn glob64(
    3  pub fn globfree64(pglob: *mut glob64_t);
    4  pub fn pthread_attr_getaffinity_np(
    5  pub fn pthread_attr_setaffinity_np(
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\uclibc\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    4  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    5  pub fn pthread_rwlockattr_getkind_np(
    6  pub fn pthread_rwlockattr_setkind_np(
    7  pub fn ptrace(request: ::c_uint, ...) -> ::c_long;
    8  pub fn sendmmsg(
    9  pub fn recvmmsg(
    10  pub fn openpty(
    11  pub fn forkpty(
    12  pub fn getnameinfo(
    13  pub fn pwritev(
    14  pub fn preadv(
    15  pub fn sethostid(hostid: ::c_long) -> ::c_int;
    16  pub fn fanotify_mark(
    17  pub fn getrlimit64(resource: ::__rlimit_resource_t, rlim: *mut ::rlimit64) -> ::c_int;
    18  pub fn setrlimit64(resource: ::__rlimit_resource_t, rlim: *const ::rlimit64) -> ::c_int;
    19  pub fn getrlimit(resource: ::__rlimit_resource_t, rlim: *mut ::rlimit) -> ::c_int;
    20  pub fn setrlimit(resource: ::__rlimit_resource_t, rlim: *const ::rlimit) -> ::c_int;
    21  pub fn getpriority(which: ::__priority_which_t, who: ::id_t) -> ::c_int;
    22  pub fn setpriority(which: ::__priority_which_t, who: ::id_t, prio: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\linux\uclibc\no_align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\linux_like\mod.rs

    ═════════ pub fn 函数
    1  pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr 【】
    2  pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut ::c_uchar 【】
    3  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    4  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    5  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    6  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    7  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    8  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    9  pub fn SIGRTMAX() -> ::c_int 【】
    10  pub fn SIGRTMIN() -> ::c_int 【】
    11  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    12  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    13  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    14  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    15  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    16  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    17  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    18  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    19  pub 【】const} fn W_EXITCODE(ret: ::c_int, sig: ::c_int) -> ::c_int 【】
    20  pub 【】const} fn W_STOPCODE(sig: ::c_int) -> ::c_int 【】
    21  pub 【】const} fn QCMD(cmd: ::c_int, type_: ::c_int) -> ::c_int 【】
    22  pub 【】const} fn IPOPT_COPIED(o: u8) -> u8 【】
    23  pub 【】const} fn IPOPT_CLASS(o: u8) -> u8 【】
    24  pub 【】const} fn IPOPT_NUMBER(o: u8) -> u8 【】
    25  pub 【】const} fn IPTOS_ECN(x: u8) -> u8 【】
    26  pub fn __libc_current_sigrtmax() -> ::c_int;
    27  pub fn __libc_current_sigrtmin() -> ::c_int;
    28  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    29  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    30  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    31  pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_uchar) -> ::c_int;
    32  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    33  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    34  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    35  pub fn clock_getcpuclockid(pid: ::pid_t, clk_id: *mut ::clockid_t) -> ::c_int;
    36  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    37  pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    38  pub fn pthread_attr_getstack(
    39  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    40  pub fn setgroups(ngroups: ::size_t, ptr: *const ::gid_t) -> ::c_int;
    41  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    42  pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
    43  pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int;
    44  pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
    45  pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int;
    46  pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int;
    47  pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int;
    48  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    49  pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
    50  pub fn posix_fadvise64(
    51  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    52  pub fn utimensat(
    53  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    54  pub fn freelocale(loc: ::locale_t);
    55  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    56  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    57  pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int;
    58  pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int;
    59  pub fn fstatat64(
    60  pub fn ftruncate64(fd: ::c_int, length: off64_t) -> ::c_int;
    61  pub fn lseek64(fd: ::c_int, offset: off64_t, whence: ::c_int) -> off64_t;
    62  pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
    63  pub fn mmap64(
    64  pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    65  pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    66  pub fn pread64(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off64_t) -> ::ssize_t;
    67  pub fn pwrite64(
    68  pub fn readdir64(dirp: *mut ::DIR) -> *mut ::dirent64;
    69  pub fn readdir64_r(
    70  pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
    71  pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int;
    72  pub fn mknodat(
    73  pub fn pthread_condattr_getclock(
    74  pub fn pthread_condattr_setclock(
    75  pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int;
    76  pub fn pthread_mutexattr_setpshared(
    77  pub fn pthread_rwlockattr_getpshared(
    78  pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int;
    79  pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
    80  pub fn clearenv() -> ::c_int;
    81  pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
    82  pub fn getresuid(ruid: *mut ::uid_t, euid: *mut ::uid_t, suid: *mut ::uid_t) -> ::c_int;
    83  pub fn getresgid(rgid: *mut ::gid_t, egid: *mut ::gid_t, sgid: *mut ::gid_t) -> ::c_int;
    84  pub fn acct(filename: *const ::c_char) -> ::c_int;
    85  pub fn brk(addr: *mut ::c_void) -> ::c_int;
    86  pub fn sbrk(increment: ::intptr_t) -> *mut ::c_void;
    87  pub fn vfork() -> ::pid_t;
    88  pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
    89  pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
    90  pub fn wait4(
    91  pub fn login_tty(fd: ::c_int) -> ::c_int;
    92  pub fn execvpe(
    93  pub fn fexecve(
    94  pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
    95  pub fn freeifaddrs(ifa: *mut ::ifaddrs);
    96  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    97  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    98  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    99  pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    100  pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    101  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    102  pub fn preadv64(
    103  pub fn pwritev64(
    104  pub fn forkpty(
    105  pub fn openpty(
    
    
    
    

    \libc-0.2.133\src\unix\mod.rs

    ═════════ pub fn 函数
    1  pub fn isalnum(c: c_int) -> c_int;
    2  pub fn isalpha(c: c_int) -> c_int;
    3  pub fn iscntrl(c: c_int) -> c_int;
    4  pub fn isdigit(c: c_int) -> c_int;
    5  pub fn isgraph(c: c_int) -> c_int;
    6  pub fn islower(c: c_int) -> c_int;
    7  pub fn isprint(c: c_int) -> c_int;
    8  pub fn ispunct(c: c_int) -> c_int;
    9  pub fn isspace(c: c_int) -> c_int;
    10  pub fn isupper(c: c_int) -> c_int;
    11  pub fn isxdigit(c: c_int) -> c_int;
    12  pub fn isblank(c: c_int) -> c_int;
    13  pub fn tolower(c: c_int) -> c_int;
    14  pub fn toupper(c: c_int) -> c_int;
    15  pub fn qsort(
    16  pub fn bsearch(
    17  pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    18  pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    19  pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE;
    20  pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE;
    21  pub fn fflush(file: *mut FILE) -> c_int;
    22  pub fn fclose(file: *mut FILE) -> c_int;
    23  pub fn remove(filename: *const c_char) -> c_int;
    24  pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    25  pub fn tmpfile() -> *mut FILE;
    26  pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    27  pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    28  pub fn getchar() -> c_int;
    29  pub fn putchar(c: c_int) -> c_int;
    30  pub fn fgetc(stream: *mut FILE) -> c_int;
    31  pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    32  pub fn fputc(c: c_int, stream: *mut FILE) -> c_int;
    33  pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    34  pub fn puts(s: *const c_char) -> c_int;
    35  pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int;
    36  pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    37  pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    38  pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    39  pub fn ftell(stream: *mut FILE) -> c_long;
    40  pub fn rewind(stream: *mut FILE);
    41  pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int;
    42  pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int;
    43  pub fn feof(stream: *mut FILE) -> c_int;
    44  pub fn ferror(stream: *mut FILE) -> c_int;
    45  pub fn clearerr(stream: *mut FILE);
    46  pub fn perror(s: *const c_char);
    47  pub fn atoi(s: *const c_char) -> c_int;
    48  pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    49  pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    50  pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    51  pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    52  pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void;
    53  pub fn malloc(size: size_t) -> *mut c_void;
    54  pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void;
    55  pub fn free(p: *mut c_void);
    56  pub fn abort() -> !;
    57  pub fn exit(status: c_int) -> !;
    58  pub fn _exit(status: c_int) -> !;
    59  pub fn atexit(cb: extern "C" fn()) -> c_int;
    60  pub fn system(s: *const c_char) -> c_int;
    61  pub fn getenv(s: *const c_char) -> *mut c_char;
    62  pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    63  pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    64  pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    65  pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    66  pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    67  pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    68  pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    69  pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    70  pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    71  pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    72  pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    73  pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    74  pub fn strdup(cs: *const c_char) -> *mut c_char;
    75  pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    76  pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    77  pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    78  pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    79  pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    80  pub fn strlen(cs: *const c_char) -> size_t;
    81  pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    82  pub fn strerror(n: c_int) -> *mut c_char;
    83  pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    84  pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    85  pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    86  pub fn strsignal(sig: c_int) -> *mut c_char;
    87  pub fn wcslen(buf: *const wchar_t) -> size_t;
    88  pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    89  pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
    90  pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
    91  pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
    92  pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    93  pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    94  pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void;
    95  pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
    96  pub fn getpwuid(uid: ::uid_t) -> *mut passwd;
    97  pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    98  pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    99  pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    100  pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    101  pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    102  pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    103  pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    104  pub fn getchar_unlocked() -> ::c_int;
    105  pub fn putchar_unlocked(c: ::c_int) -> ::c_int;
    106  pub fn socket(domain: ::c_int, ty: ::c_int, protocol: ::c_int) -> ::c_int;
    107  pub fn connect(socket: ::c_int, address: *const sockaddr, len: socklen_t) -> ::c_int;
    108  pub fn listen(socket: ::c_int, backlog: ::c_int) -> ::c_int;
    109  pub fn accept(socket: ::c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> ::c_int;
    110  pub fn getpeername(
    111  pub fn getsockname(
    112  pub fn setsockopt(
    113  pub fn socketpair(
    114  pub fn sendto(
    115  pub fn shutdown(socket: ::c_int, how: ::c_int) -> ::c_int;
    116  pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int;
    117  pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int;
    118  pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
    119  pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
    120  pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    121  pub fn pclose(stream: *mut ::FILE) -> ::c_int;
    122  pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    123  pub fn fileno(stream: *mut ::FILE) -> ::c_int;
    124  pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    125  pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    126  pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    127  pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
    128  pub fn readdir(dirp: *mut ::DIR) -> *mut ::dirent;
    129  pub fn closedir(dirp: *mut ::DIR) -> ::c_int;
    130  pub fn rewinddir(dirp: *mut ::DIR);
    131  pub fn fchmodat(
    132  pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int;
    133  pub fn fchownat(
    134  pub fn fstatat(
    135  pub fn linkat(
    136  pub fn renameat(
    137  pub fn symlinkat(
    138  pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
    139  pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    140  pub fn alarm(seconds: ::c_uint) -> ::c_uint;
    141  pub fn chdir(dir: *const c_char) -> ::c_int;
    142  pub fn fchdir(dirfd: ::c_int) -> ::c_int;
    143  pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    144  pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    145  pub fn close(fd: ::c_int) -> ::c_int;
    146  pub fn dup(fd: ::c_int) -> ::c_int;
    147  pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int;
    148  pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    149  pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    150  pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    151  pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    152  pub fn execve(
    153  pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    154  pub fn fork() -> pid_t;
    155  pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    156  pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    157  pub fn getegid() -> gid_t;
    158  pub fn geteuid() -> uid_t;
    159  pub fn getgid() -> gid_t;
    160  pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int;
    161  pub fn getlogin() -> *mut c_char;
    162  pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    163  pub fn getpgid(pid: pid_t) -> pid_t;
    164  pub fn getpgrp() -> pid_t;
    165  pub fn getpid() -> pid_t;
    166  pub fn getppid() -> pid_t;
    167  pub fn getuid() -> uid_t;
    168  pub fn isatty(fd: ::c_int) -> ::c_int;
    169  pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    170  pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
    171  pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    172  pub fn pipe(fds: *mut ::c_int) -> ::c_int;
    173  pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int;
    174  pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t;
    175  pub fn rmdir(path: *const c_char) -> ::c_int;
    176  pub fn seteuid(uid: uid_t) -> ::c_int;
    177  pub fn setegid(gid: gid_t) -> ::c_int;
    178  pub fn setgid(gid: gid_t) -> ::c_int;
    179  pub fn setpgid(pid: pid_t, pgid: pid_t) -> ::c_int;
    180  pub fn setsid() -> pid_t;
    181  pub fn setuid(uid: uid_t) -> ::c_int;
    182  pub fn setreuid(ruid: uid_t, euid: uid_t) -> ::c_int;
    183  pub fn setregid(rgid: gid_t, egid: gid_t) -> ::c_int;
    184  pub fn sleep(secs: ::c_uint) -> ::c_uint;
    185  pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int;
    186  pub fn tcgetpgrp(fd: ::c_int) -> pid_t;
    187  pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int;
    188  pub fn ttyname(fd: ::c_int) -> *mut c_char;
    189  pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    190  pub fn unlink(c: *const c_char) -> ::c_int;
    191  pub fn wait(status: *mut ::c_int) -> pid_t;
    192  pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t;
    193  pub fn write(fd: ::c_int, buf: *const ::c_void, count: ::size_t) -> ::ssize_t;
    194  pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    195  pub fn pwrite(fd: ::c_int, buf: *const ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    196  pub fn umask(mask: mode_t) -> mode_t;
    197  pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
    198  pub fn kill(pid: pid_t, sig: ::c_int) -> ::c_int;
    199  pub fn killpg(pgrp: pid_t, sig: ::c_int) -> ::c_int;
    200  pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    201  pub fn munlock(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    202  pub fn mlockall(flags: ::c_int) -> ::c_int;
    203  pub fn munlockall() -> ::c_int;
    204  pub fn mmap(
    205  pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;
    206  pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
    207  pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
    208  pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
    209  pub fn fsync(fd: ::c_int) -> ::c_int;
    210  pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
    211  pub fn unsetenv(name: *const c_char) -> ::c_int;
    212  pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
    213  pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
    214  pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;
    215  pub fn getrusage(resource: ::c_int, usage: *mut rusage) -> ::c_int;
    216  pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
    217  pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
    218  pub fn times(buf: *mut ::tms) -> ::clock_t;
    219  pub fn pthread_self() -> ::pthread_t;
    220  pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int;
    221  pub fn pthread_exit(value: *mut ::c_void) -> !;
    222  pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
    223  pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int;
    224  pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stack_size: ::size_t) -> ::c_int;
    225  pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int;
    226  pub fn pthread_detach(thread: ::pthread_t) -> ::c_int;
    227  pub fn sched_yield() -> ::c_int;
    228  pub fn pthread_key_create(
    229  pub fn pthread_key_delete(key: pthread_key_t) -> ::c_int;
    230  pub fn pthread_getspecific(key: pthread_key_t) -> *mut ::c_void;
    231  pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int;
    232  pub fn pthread_mutex_init(
    233  pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int;
    234  pub fn pthread_mutex_lock(lock: *mut pthread_mutex_t) -> ::c_int;
    235  pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> ::c_int;
    236  pub fn pthread_mutex_unlock(lock: *mut pthread_mutex_t) -> ::c_int;
    237  pub fn pthread_mutexattr_init(attr: *mut pthread_mutexattr_t) -> ::c_int;
    238  pub fn pthread_mutexattr_destroy(attr: *mut pthread_mutexattr_t) -> ::c_int;
    239  pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int;
    240  pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t)
    241  pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int;
    242  pub fn pthread_cond_timedwait(
    243  pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> ::c_int;
    244  pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> ::c_int;
    245  pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int;
    246  pub fn pthread_condattr_init(attr: *mut pthread_condattr_t) -> ::c_int;
    247  pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int;
    248  pub fn pthread_rwlock_init(
    249  pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int;
    250  pub fn pthread_rwlock_rdlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    251  pub fn pthread_rwlock_tryrdlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    252  pub fn pthread_rwlock_wrlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    253  pub fn pthread_rwlock_trywrlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    254  pub fn pthread_rwlock_unlock(lock: *mut pthread_rwlock_t) -> ::c_int;
    255  pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) -> ::c_int;
    256  pub fn pthread_rwlockattr_destroy(attr: *mut pthread_rwlockattr_t) -> ::c_int;
    257  pub fn getsockopt(
    258  pub fn raise(signum: ::c_int) -> ::c_int;
    259  pub fn sigaction(signum: ::c_int, act: *const sigaction, oldact: *mut sigaction) -> ::c_int;
    260  pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
    261  pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
    262  pub fn dlerror() -> *mut ::c_char;
    263  pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
    264  pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
    265  pub fn dladdr(addr: *const ::c_void, info: *mut Dl_info) -> ::c_int;
    266  pub fn getaddrinfo(
    267  pub fn freeaddrinfo(res: *mut addrinfo);
    268  pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
    269  pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
    270  pub fn res_init() -> ::c_int;
    271  pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    272  pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    273  pub fn mktime(tm: *mut tm) -> time_t;
    274  pub fn time(time: *mut time_t) -> time_t;
    275  pub fn gmtime(time_p: *const time_t) -> *mut tm;
    276  pub fn localtime(time_p: *const time_t) -> *mut tm;
    277  pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
    278  pub fn timegm(tm: *mut ::tm) -> time_t;
    279  pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
    280  pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    281  pub fn endservent();
    282  pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
    283  pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
    284  pub fn getservent() -> *mut servent;
    285  pub fn setservent(stayopen: ::c_int);
    286  pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
    287  pub fn getprotobynumber(proto: ::c_int) -> *mut protoent;
    288  pub fn chroot(name: *const ::c_char) -> ::c_int;
    289  pub fn usleep(secs: ::c_uint) -> ::c_int;
    290  pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    291  pub fn recv(socket: ::c_int, buf: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    292  pub fn putenv(string: *mut c_char) -> ::c_int;
    293  pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int;
    294  pub fn select(
    295  pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
    296  pub fn localeconv() -> *mut lconv;
    297  pub fn sem_wait(sem: *mut sem_t) -> ::c_int;
    298  pub fn sem_trywait(sem: *mut sem_t) -> ::c_int;
    299  pub fn sem_post(sem: *mut sem_t) -> ::c_int;
    300  pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
    301  pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int;
    302  pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
    303  pub fn sigemptyset(set: *mut sigset_t) -> ::c_int;
    304  pub fn sigaddset(set: *mut sigset_t, signum: ::c_int) -> ::c_int;
    305  pub fn sigfillset(set: *mut sigset_t) -> ::c_int;
    306  pub fn sigdelset(set: *mut sigset_t, signum: ::c_int) -> ::c_int;
    307  pub fn sigismember(set: *const sigset_t, signum: ::c_int) -> ::c_int;
    308  pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    309  pub fn sigpending(set: *mut sigset_t) -> ::c_int;
    310  pub fn sysconf(name: ::c_int) -> ::c_long;
    311  pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
    312  pub fn pselect(
    313  pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int;
    314  pub fn ftello(stream: *mut ::FILE) -> ::off_t;
    315  pub fn tcdrain(fd: ::c_int) -> ::c_int;
    316  pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t;
    317  pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t;
    318  pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
    319  pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int;
    320  pub fn tcgetattr(fd: ::c_int, termios: *mut ::termios) -> ::c_int;
    321  pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int;
    322  pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int;
    323  pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int;
    324  pub fn tcgetsid(fd: ::c_int) -> ::pid_t;
    325  pub fn tcsendbreak(fd: ::c_int, duration: ::c_int) -> ::c_int;
    326  pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
    327  pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
    328  pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
    329  pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
    330  pub fn closelog();
    331  pub fn setlogmask(maskpri: ::c_int) -> ::c_int;
    332  pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
    333  pub fn nice(incr: ::c_int) -> ::c_int;
    334  pub fn grantpt(fd: ::c_int) -> ::c_int;
    335  pub fn posix_openpt(flags: ::c_int) -> ::c_int;
    336  pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
    337  pub fn unlockpt(fd: ::c_int) -> ::c_int;
    338  pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    339  pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
    340  pub fn lockf(fd: ::c_int, cmd: ::c_int, len: ::off_t) -> ::c_int;
    341  pub fn adjtime(delta: *const timeval, olddelta: *mut timeval) -> ::c_int;
    342  pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    343  pub fn open_wmemstream(
    344  pub fn getsid(pid: pid_t) -> pid_t;
    345  pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
    346  pub fn pause() -> ::c_int;
    347  pub fn readlinkat(dirfd: ::c_int,
    348  pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
    349  pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
    350  pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
    351  pub fn readdir_r(dirp: *mut ::DIR, entry: *mut ::dirent,
    352  pub fn cfmakeraw(termios: *mut ::termios);
    353  pub fn cfsetspeed(termios: *mut ::termios,
    
    
    
    

    \libc-0.2.133\src\unix\newlib\align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\newlib\espidf\mod.rs

    ═════════ pub fn 函数
    1  pub fn pthread_create(
    2  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    3  pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    4  pub fn recvmsg(s: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    5  pub fn eventfd(initval: ::c_uint, flags: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\newlib\horizon\mod.rs

    ═════════ pub fn 函数
    1  pub 【】const} fn WIFSTOPPED(_status: ::c_int) -> bool 【】
    2  pub 【】const} fn WSTOPSIG(_status: ::c_int) -> ::c_int 【】
    3  pub 【】const} fn WIFCONTINUED(_status: ::c_int) -> bool 【】
    4  pub 【】const} fn WIFSIGNALED(_status: ::c_int) -> bool 【】
    5  pub 【】const} fn WTERMSIG(_status: ::c_int) -> ::c_int 【】
    6  pub 【】const} fn WIFEXITED(_status: ::c_int) -> bool 【】
    7  pub 【】const} fn WEXITSTATUS(_status: ::c_int) -> ::c_int 【】
    8  pub 【】const} fn WCOREDUMP(_status: ::c_int) -> bool 【】
    9  pub fn pthread_create(
    10  pub fn pthread_attr_getschedparam(
    11  pub fn pthread_attr_setschedparam(
    12  pub fn pthread_attr_getprocessorid_np(
    13  pub fn pthread_attr_setprocessorid_np(
    14  pub fn pthread_getschedparam(
    15  pub fn pthread_setschedparam(
    16  pub fn pthread_condattr_getclock(
    17  pub fn pthread_condattr_setclock(
    18  pub fn pthread_getprocessorid_np() -> ::c_int;
    19  pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    20  pub fn gethostid() -> ::c_long;
    
    
    
    

    \libc-0.2.133\src\unix\newlib\mod.rs

    ═════════ pub fn 函数
    1  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    2  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    3  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    4  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    5  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    6  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    7  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    8  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    9  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    10  pub fn abs(i: ::c_int) -> ::c_int;
    11  pub fn atof(s: *const ::c_char) -> ::c_double;
    12  pub fn labs(i: ::c_long) -> ::c_long;
    13  pub fn rand() -> ::c_int;
    14  pub fn srand(seed: ::c_uint);
    15  pub fn bind(fd: ::c_int, addr: *const sockaddr, len: socklen_t) -> ::c_int;
    16  pub fn clock_settime(clock_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    17  pub fn clock_gettime(clock_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    18  pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int;
    19  pub fn closesocket(sockfd: ::c_int) -> ::c_int;
    20  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    21  pub fn recvfrom(
    22  pub fn getnameinfo(
    23  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    24  pub fn fexecve(
    25  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    26  pub fn getgrgid_r(
    27  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    28  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    29  pub fn getdtablesize() -> ::c_int;
    30  pub fn getgrnam_r(
    31  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    32  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    33  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    34  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    35  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    36  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    37  pub fn getpwnam_r(
    38  pub fn getpwuid_r(
    39  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    40  pub fn pthread_atfork(
    41  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    42  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    43  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\newlib\no_align.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! expand_align 【】
    
    
    
    

    \libc-0.2.133\src\unix\redox\mod.rs

    ═════════ pub fn 函数
    1  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    2  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    3  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    4  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    5  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    6  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    7  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    8  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    9  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    10  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    11  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    12  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    13  pub fn __errno_location() -> *mut ::c_int;
    14  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    15  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    16  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    17  pub fn getnameinfo(
    18  pub fn pthread_atfork(
    19  pub fn pthread_create(
    20  pub fn pthread_condattr_setclock(
    21  pub fn getpwuid_r(
    22  pub fn pthread_sigmask(
    23  pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int;
    24  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    25  pub fn epoll_create(size: ::c_int) -> ::c_int;
    26  pub fn epoll_create1(flags: ::c_int) -> ::c_int;
    27  pub fn epoll_wait(
    28  pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event)
    29  pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
    30  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    31  pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    32  pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
    33  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    34  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    35  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    36  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    37  pub fn recvfrom(
    38  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    39  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    40  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    41  pub fn uname(utsname: *mut utsname) -> ::c_int;
    42  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
    43  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\solarish\compat.rs

    ═════════ pub fn 函数
    1  pub unsafe fn cfmakeraw(termios: *mut ::termios) 【】
    2  pub unsafe fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int 【】
    3  pub unsafe fn openpty(
    4  pub unsafe fn forkpty(
    
    
    
    

    \libc-0.2.133\src\unix\solarish\illumos.rs

    ═════════ pub fn 函数
    1  pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int;
    2  pub fn mincore(addr: ::caddr_t, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    3  pub fn pset_bind_lwp(
    4  pub fn pset_getloadavg(pset: ::psetid_t, load: *mut ::c_double, num: ::c_int) -> ::c_int;
    5  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    6  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    7  pub fn getpagesizes2(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\unix\solarish\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    3  pub unsafe fn si_value(&self) -> ::sigval 【】
    4  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub unsafe fn si_utime(&self) -> ::c_long 【】
    7  pub unsafe fn si_stime(&self) -> ::c_long 【】
    8  pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar 【】
    9  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    10  pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr 【】
    11  pub fn CMSG_NXTHDR(mhdr: *const ::msghdr, cmsg: *const ::cmsghdr)
    12  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    13  pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () 【】
    14  pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool 【】
    15  pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () 【】
    16  pub fn FD_ZERO(set: *mut fd_set) -> () 【】
    17  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    18  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    19  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    20  pub 【】const} fn WIFCONTINUED(status: ::c_int) -> bool 【】
    21  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    22  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    23  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    24  pub 【】const} fn WCOREDUMP(status: ::c_int) -> bool 【】
    25  pub 【】const} fn MR_GET_TYPE(flags: ::c_uint) -> ::c_uint 【】
    26  pub fn getrlimit(resource: ::c_int, rlim: *mut ::rlimit) -> ::c_int;
    27  pub fn setrlimit(resource: ::c_int, rlim: *const ::rlimit) -> ::c_int;
    28  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    29  pub fn sem_destroy(sem: *mut sem_t) -> ::c_int;
    30  pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int;
    31  pub fn abs(i: ::c_int) -> ::c_int;
    32  pub fn acct(filename: *const ::c_char) -> ::c_int;
    33  pub fn atof(s: *const ::c_char) -> ::c_double;
    34  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    35  pub fn labs(i: ::c_long) -> ::c_long;
    36  pub fn rand() -> ::c_int;
    37  pub fn srand(seed: ::c_uint);
    38  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    39  pub fn getrandom(bbuf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
    40  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    41  pub fn settimeofday(tp: *const ::timeval, tz: *const ::c_void) -> ::c_int;
    42  pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
    43  pub fn freeifaddrs(ifa: *mut ::ifaddrs);
    44  pub fn stack_getbounds(sp: *mut ::stack_t) -> ::c_int;
    45  pub fn getgrouplist(
    46  pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
    47  pub fn setgroups(ngroups: ::c_int, ptr: *const ::gid_t) -> ::c_int;
    48  pub fn ioctl(fildes: ::c_int, request: ::c_int, ...) -> ::c_int;
    49  pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int;
    50  pub fn ___errno() -> *mut ::c_int;
    51  pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    52  pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    53  pub fn clock_nanosleep(
    54  pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    55  pub fn getnameinfo(
    56  pub fn setpwent();
    57  pub fn endpwent();
    58  pub fn getpwent() -> *mut passwd;
    59  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    60  pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
    61  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    62  pub fn freelocale(loc: ::locale_t);
    63  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    64  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    65  pub fn getprogname() -> *const ::c_char;
    66  pub fn setprogname(name: *const ::c_char);
    67  pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int;
    68  pub fn getpriority(which: ::c_int, who: ::c_int) -> ::c_int;
    69  pub fn setpriority(which: ::c_int, who: ::c_int, prio: ::c_int) -> ::c_int;
    70  pub fn mknodat(
    71  pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    72  pub fn sethostname(name: *const ::c_char, len: ::c_int) -> ::c_int;
    73  pub fn if_nameindex() -> *mut if_nameindex;
    74  pub fn if_freenameindex(ptr: *mut if_nameindex);
    75  pub fn pthread_create(
    76  pub fn pthread_attr_getstack(
    77  pub fn pthread_condattr_getclock(
    78  pub fn pthread_condattr_setclock(
    79  pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int;
    80  pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int;
    81  pub fn pthread_mutex_timedlock(
    82  pub fn pthread_getname_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
    83  pub fn pthread_setname_np(tid: ::pthread_t, name: *const ::c_char) -> ::c_int;
    84  pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
    85  pub fn glob(
    86  pub fn globfree(pglob: *mut ::glob_t);
    87  pub fn posix_madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    88  pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, shmflg: ::c_int) -> *mut ::c_void;
    89  pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
    90  pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
    91  pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
    92  pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
    93  pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
    94  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    95  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    96  pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int;
    97  pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
    98  pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
    99  pub fn recvfrom(
    100  pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
    101  pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int;
    102  pub fn futimens(dirfd: ::c_int, times: *const ::timespec) -> ::c_int;
    103  pub fn utimensat(
    104  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    105  pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int;
    106  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    107  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    108  pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    109  pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    110  pub fn accept4(
    111  pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
    112  pub fn mq_close(mqd: ::mqd_t) -> ::c_int;
    113  pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
    114  pub fn mq_receive(
    115  pub fn mq_timedreceive(
    116  pub fn mq_send(
    117  pub fn mq_timedsend(
    118  pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int;
    119  pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int;
    120  pub fn port_create() -> ::c_int;
    121  pub fn port_associate(
    122  pub fn port_dissociate(port: ::c_int, source: ::c_int, object: ::uintptr_t) -> ::c_int;
    123  pub fn port_get(port: ::c_int, pe: *mut port_event, timeout: *mut ::timespec) -> ::c_int;
    124  pub fn port_getn(
    125  pub fn port_send(port: ::c_int, events: ::c_int, user: *mut ::c_void) -> ::c_int;
    126  pub fn port_sendn(
    127  pub fn getgrgid_r(
    128  pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
    129  pub fn sem_close(sem: *mut sem_t) -> ::c_int;
    130  pub fn getdtablesize() -> ::c_int;
    131  pub fn epoll_pwait(
    132  pub fn epoll_create(size: ::c_int) -> ::c_int;
    133  pub fn epoll_create1(flags: ::c_int) -> ::c_int;
    134  pub fn epoll_wait(
    135  pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event)
    136  pub fn getgrnam_r(
    137  pub fn thr_self() -> ::thread_t;
    138  pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    139  pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
    140  pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
    141  pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
    142  pub fn sched_get_priority_min(policy: ::c_int) -> ::c_int;
    143  pub fn sched_get_priority_max(policy: ::c_int) -> ::c_int;
    144  pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int;
    145  pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int;
    146  pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int;
    147  pub fn sched_setscheduler(
    148  pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
    149  pub fn daemon(nochdir: ::c_int, noclose: ::c_int) -> ::c_int;
    150  pub fn getpwnam_r(
    151  pub fn getpwuid_r(
    152  pub fn getpwent_r(
    153  pub fn getgrent_r(
    154  pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
    155  pub fn pthread_atfork(
    156  pub fn getgrgid(gid: ::gid_t) -> *mut ::group;
    157  pub fn setgrent();
    158  pub fn endgrent();
    159  pub fn getgrent() -> *mut ::group;
    160  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    161  pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int;
    162  pub fn uname(buf: *mut ::utsname) -> ::c_int;
    163  pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
    164  pub fn makeutx(ux: *const utmpx) -> *mut utmpx;
    165  pub fn modutx(ux: *const utmpx) -> *mut utmpx;
    166  pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
    167  pub fn utmpxname(file: *const ::c_char) -> ::c_int;
    168  pub fn getutxent() -> *mut utmpx;
    169  pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
    170  pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
    171  pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
    172  pub fn setutxent();
    173  pub fn endutxent();
    174  pub fn endutent();
    175  pub fn getutent() -> *mut utmp;
    176  pub fn getutid(u: *const utmp) -> *mut utmp;
    177  pub fn getutline(u: *const utmp) -> *mut utmp;
    178  pub fn pututline(u: *const utmp) -> *mut utmp;
    179  pub fn setutent();
    180  pub fn utmpname(file: *const ::c_char) -> ::c_int;
    181  pub fn getutmp(ux: *const utmpx, u: *mut utmp);
    182  pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
    183  pub fn updwtmp(file: *const ::c_char, u: *mut utmp);
    184  pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
    185  pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
    186  pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int;
    187  pub fn timer_delete(timerid: timer_t) -> ::c_int;
    188  pub fn timer_getoverrun(timerid: timer_t) -> ::c_int;
    189  pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> ::c_int;
    190  pub fn timer_settime(
    191  pub fn ucred_get(pid: ::pid_t) -> *mut ucred_t;
    192  pub fn getpeerucred(fd: ::c_int, ucred: *mut *mut ucred_t) -> ::c_int;
    193  pub fn ucred_free(ucred: *mut ucred_t);
    194  pub fn ucred_geteuid(ucred: *const ucred_t) -> ::uid_t;
    195  pub fn ucred_getruid(ucred: *const ucred_t) -> ::uid_t;
    196  pub fn ucred_getsuid(ucred: *const ucred_t) -> ::uid_t;
    197  pub fn ucred_getegid(ucred: *const ucred_t) -> ::gid_t;
    198  pub fn ucred_getrgid(ucred: *const ucred_t) -> ::gid_t;
    199  pub fn ucred_getsgid(ucred: *const ucred_t) -> ::gid_t;
    200  pub fn ucred_getgroups(ucred: *const ucred_t, groups: *mut *const ::gid_t) -> ::c_int;
    201  pub fn ucred_getpid(ucred: *const ucred_t) -> ::pid_t;
    202  pub fn ucred_getprojid(ucred: *const ucred_t) -> projid_t;
    203  pub fn ucred_getzoneid(ucred: *const ucred_t) -> zoneid_t;
    204  pub fn ucred_getpflags(ucred: *const ucred_t, flags: ::c_uint) -> ::c_uint;
    205  pub fn ucred_size() -> ::size_t;
    206  pub fn pset_create(newpset: *mut ::psetid_t) -> ::c_int;
    207  pub fn pset_destroy(pset: ::psetid_t) -> ::c_int;
    208  pub fn pset_assign(pset: ::psetid_t, cpu: ::processorid_t, opset: *mut psetid_t) -> ::c_int;
    209  pub fn pset_info(
    210  pub fn pset_bind(
    211  pub fn pset_list(pset: *mut psetid_t, numpsets: *mut ::c_uint) -> ::c_int;
    212  pub fn pset_setattr(pset: psetid_t, attr: ::c_uint) -> ::c_int;
    213  pub fn pset_getattr(pset: psetid_t, attr: *mut ::c_uint) -> ::c_int;
    214  pub fn processor_bind(
    215  pub fn p_online(processorid: ::processorid_t, flag: ::c_int) -> ::c_int;
    216  pub fn processor_info(processorid: ::processorid_t, infop: *mut processor_info_t) -> ::c_int;
    217  pub fn getexecname() -> *const ::c_char;
    218  pub fn gethostid() -> ::c_long;
    219  pub fn getpflags(flags: ::c_uint) -> ::c_uint;
    220  pub fn setpflags(flags: ::c_uint, value: ::c_uint) -> ::c_int;
    221  pub fn sysinfo(command: ::c_int, buf: *mut ::c_char, count: ::c_long) -> ::c_int;
    222  pub fn sendfile(out_fd: ::c_int, in_fd: ::c_int, off: *mut ::off_t, len: ::size_t)
    223  pub fn sendfilev(
    224  pub fn dl_iterate_phdr(
    225  pub fn getpagesize() -> ::c_int;
    226  pub fn getpagesizes(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
    227  pub fn mmapobj(
    228  pub fn meminfo(
    229  pub fn strcasecmp_l(s1: *const ::c_char, s2: *const ::c_char, loc: ::locale_t) -> ::c_int;
    230  pub fn strncasecmp_l(
    231  pub fn strsep(string: *mut *mut ::c_char, delim: *const ::c_char) -> *mut ::c_char;
    232  pub fn getisax(array: *mut u32, n: ::c_uint) -> ::c_uint;
    233  pub fn backtrace(buffer: *mut *mut ::c_void, size: ::c_int) -> ::c_int;
    234  pub fn backtrace_symbols(buffer: *const *mut ::c_void, size: ::c_int) -> *mut *mut ::c_char;
    235  pub fn backtrace_symbols_fd(buffer: *const *mut ::c_void, size: ::c_int, fd: ::c_int);
    236  pub fn lgrp_init(view: lgrp_view_t) -> lgrp_cookie_t;
    237  pub fn lgrp_fini(cookie: lgrp_cookie_t) -> ::c_int;
    238  pub fn lgrp_affinity_get(
    239  pub fn lgrp_affinity_set(
    240  pub fn lgrp_cpus(
    241  pub fn lgrp_mem_size(
    242  pub fn lgrp_nlgrps(cookie: ::lgrp_cookie_t) -> ::c_int;
    243  pub fn lgrp_view(cookie: ::lgrp_cookie_t) -> ::lgrp_view_t;
    244  pub fn lgrp_home(idtype: ::idtype_t, id: ::id_t) -> ::lgrp_id_t;
    245  pub fn lgrp_version(version: ::c_int) -> ::c_int;
    246  pub fn lgrp_resources(
    247  pub fn lgrp_root(cookie: ::lgrp_cookie_t) -> ::lgrp_id_t;
    
    
    
    

    \libc-0.2.133\src\unix\solarish\solaris.rs

    ═════════ pub fn 函数
    1  pub fn fexecve(
    2  pub fn mincore(addr: *const ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int;
    3  pub fn door_call(d: ::c_int, params: *const door_arg_t) -> ::c_int;
    4  pub fn door_return(
    5  pub fn door_create(
    6  pub fn fattach(fildes: ::c_int, path: *const ::c_char) -> ::c_int;
    7  pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
    
    
    
    

    \libc-0.2.133\src\vxworks\mod.rs

    ═════════ pub fn 函数
    1  pub unsafe fn si_addr(&self) -> *mut ::c_void 【】
    2  pub unsafe fn si_value(&self) -> ::sigval 【】
    3  pub unsafe fn si_pid(&self) -> ::pid_t 【】
    4  pub unsafe fn si_uid(&self) -> ::uid_t 【】
    5  pub unsafe fn si_status(&self) -> ::c_int 【】
    6  pub 【】const} fn CMSG_ALIGN(len: usize) -> usize 【】
    7  pub fn CMSG_NXTHDR(mhdr: *const msghdr,
    8  pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr 【】
    9  pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut ::c_uchar 【】
    10  pub 【】const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint 【】
    11  pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint 【】
    12  pub fn isalnum(c: c_int) -> c_int;
    13  pub fn isalpha(c: c_int) -> c_int;
    14  pub fn iscntrl(c: c_int) -> c_int;
    15  pub fn isdigit(c: c_int) -> c_int;
    16  pub fn isgraph(c: c_int) -> c_int;
    17  pub fn islower(c: c_int) -> c_int;
    18  pub fn isprint(c: c_int) -> c_int;
    19  pub fn ispunct(c: c_int) -> c_int;
    20  pub fn isspace(c: c_int) -> c_int;
    21  pub fn isupper(c: c_int) -> c_int;
    22  pub fn isxdigit(c: c_int) -> c_int;
    23  pub fn isblank(c: c_int) -> c_int;
    24  pub fn tolower(c: c_int) -> c_int;
    25  pub fn toupper(c: c_int) -> c_int;
    26  pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    27  pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    28  pub fn fflush(file: *mut FILE) -> c_int;
    29  pub fn fclose(file: *mut FILE) -> c_int;
    30  pub fn remove(filename: *const c_char) -> c_int;
    31  pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    32  pub fn tmpfile() -> *mut FILE;
    33  pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    34  pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    35  pub fn getchar() -> c_int;
    36  pub fn putchar(c: c_int) -> c_int;
    37  pub fn fgetc(stream: *mut FILE) -> c_int;
    38  pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    39  pub fn fputc(c: c_int, stream: *mut FILE) -> c_int;
    40  pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    41  pub fn puts(s: *const c_char) -> c_int;
    42  pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int;
    43  pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    44  pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    45  pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    46  pub fn ftell(stream: *mut FILE) -> c_long;
    47  pub fn rewind(stream: *mut FILE);
    48  pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int;
    49  pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int;
    50  pub fn feof(stream: *mut FILE) -> c_int;
    51  pub fn ferror(stream: *mut FILE) -> c_int;
    52  pub fn perror(s: *const c_char);
    53  pub fn atoi(s: *const c_char) -> c_int;
    54  pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    55  pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    56  pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    57  pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    58  pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void;
    59  pub fn malloc(size: size_t) -> *mut c_void;
    60  pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void;
    61  pub fn free(p: *mut c_void);
    62  pub fn abort() -> !;
    63  pub fn exit(status: c_int) -> !;
    64  pub fn atexit(cb: extern "C" fn()) -> c_int;
    65  pub fn system(s: *const c_char) -> c_int;
    66  pub fn getenv(s: *const c_char) -> *mut c_char;
    67  pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    68  pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    69  pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    70  pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    71  pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    72  pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    73  pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    74  pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    75  pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    76  pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    77  pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    78  pub fn strdup(cs: *const c_char) -> *mut c_char;
    79  pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    80  pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    81  pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    82  pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    83  pub fn strlen(cs: *const c_char) -> size_t;
    84  pub fn strerror(n: c_int) -> *mut c_char;
    85  pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    86  pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    87  pub fn wcslen(buf: *const wchar_t) -> size_t;
    88  pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    89  pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
    90  pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
    91  pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
    92  pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    93  pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    94  pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void;
    95  pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    96  pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    97  pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    98  pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    99  pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    100  pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    101  pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    102  pub fn getchar_unlocked() -> ::c_int;
    103  pub fn putchar_unlocked(c: ::c_int) -> ::c_int;
    104  pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    105  pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    106  pub fn fileno(stream: *mut ::FILE) -> ::c_int;
    107  pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    108  pub fn rewinddir(dirp: *mut ::DIR);
    109  pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int;
    110  pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    111  pub fn alarm(seconds: ::c_uint) -> ::c_uint;
    112  pub fn fchdir(dirfd: ::c_int) -> ::c_int;
    113  pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    114  pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    115  pub fn getegid() -> gid_t;
    116  pub fn geteuid() -> uid_t;
    117  pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int;
    118  pub fn getlogin() -> *mut c_char;
    119  pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    120  pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    121  pub fn pause() -> ::c_int;
    122  pub fn seteuid(uid: uid_t) -> ::c_int;
    123  pub fn setegid(gid: gid_t) -> ::c_int;
    124  pub fn sleep(secs: ::c_uint) -> ::c_uint;
    125  pub fn ttyname(fd: ::c_int) -> *mut c_char;
    126  pub fn wait(status: *mut ::c_int) -> pid_t;
    127  pub fn umask(mask: mode_t) -> mode_t;
    128  pub fn mlock(addr: *const ::c_void, len: ::size_t) -> ::c_int;
    129  pub fn mlockall(flags: ::c_int) -> ::c_int;
    130  pub fn munlockall() -> ::c_int;
    131  pub fn mmap(
    132  pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;
    133  pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
    134  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    135  pub fn pthread_exit(value: *mut ::c_void) -> !;
    136  pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int;
    137  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    138  pub fn sigaddset(set: *mut sigset_t, signum: ::c_int) -> ::c_int;
    139  pub fn sigaction(signum: ::c_int, act: *const sigaction, oldact: *mut sigaction) -> ::c_int;
    140  pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
    141  pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
    142  pub fn dlerror() -> *mut ::c_char;
    143  pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
    144  pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
    145  pub fn dladdr(addr: *mut ::c_void, info: *mut Dl_info) -> ::c_int;
    146  pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    147  pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
    148  pub fn mktime(tm: *mut tm) -> time_t;
    149  pub fn time(time: *mut time_t) -> time_t;
    150  pub fn gmtime(time_p: *const time_t) -> *mut tm;
    151  pub fn localtime(time_p: *const time_t) -> *mut tm;
    152  pub fn timegm(tm: *mut tm) -> time_t;
    153  pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
    154  pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
    155  pub fn usleep(secs: ::useconds_t) -> ::c_int;
    156  pub fn putenv(string: *mut c_char) -> ::c_int;
    157  pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
    158  pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
    159  pub fn sigpending(set: *mut sigset_t) -> ::c_int;
    160  pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
    161  pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int;
    162  pub fn ftello(stream: *mut ::FILE) -> ::off_t;
    163  pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
    164  pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
    165  pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
    166  pub fn closelog();
    167  pub fn setlogmask(maskpri: ::c_int) -> ::c_int;
    168  pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
    169  pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
    170  pub fn memalign(block_size: ::size_t, size_arg: ::size_t) -> *mut ::c_void;
    171  pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
    172  pub fn chdir(attr: *const ::c_char) -> ::c_int;
    173  pub fn pthread_mutexattr_init(attr: *mut pthread_mutexattr_t) -> ::c_int;
    174  pub fn pthread_mutexattr_destroy(attr: *mut pthread_mutexattr_t) -> ::c_int;
    175  pub fn pthread_mutexattr_settype(pAttr: *mut ::pthread_mutexattr_t, pType: ::c_int) -> ::c_int;
    176  pub fn pthread_mutex_init(
    177  pub fn pthread_mutex_destroy(mutex: *mut pthread_mutex_t) -> ::c_int;
    178  pub fn pthread_mutex_lock(mutex: *mut pthread_mutex_t) -> ::c_int;
    179  pub fn pthread_mutex_trylock(mutex: *mut pthread_mutex_t) -> ::c_int;
    180  pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> ::c_int;
    181  pub fn pthread_mutex_unlock(mutex: *mut pthread_mutex_t) -> ::c_int;
    182  pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_char) -> ::c_int;
    183  pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stacksize: ::size_t) -> ::c_int;
    184  pub fn pthread_attr_getstacksize(attr: *const ::pthread_attr_t, size: *mut ::size_t)
    185  pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
    186  pub fn pthread_create(
    187  pub fn pthread_attr_destroy(thread: *mut ::pthread_attr_t) -> ::c_int;
    188  pub fn pthread_detach(thread: ::pthread_t) -> ::c_int;
    189  pub fn pthread_atfork(
    190  pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
    191  pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int;
    192  pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
    193  pub fn readdir_r(pDir: *mut ::DIR, entry: *mut ::dirent, result: *mut *mut ::dirent)
    194  pub fn readdir(pDir: *mut ::DIR) -> *mut ::dirent;
    195  pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
    196  pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int;
    197  pub fn pthread_condattr_init(attr: *mut ::pthread_condattr_t) -> ::c_int;
    198  pub fn pthread_condattr_destroy(attr: *mut ::pthread_condattr_t) -> ::c_int;
    199  pub fn pthread_condattr_getclock(
    200  pub fn pthread_condattr_setclock(
    201  pub fn pthread_cond_init(
    202  pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int;
    203  pub fn pthread_cond_signal(cond: *mut ::pthread_cond_t) -> ::c_int;
    204  pub fn pthread_cond_broadcast(cond: *mut ::pthread_cond_t) -> ::c_int;
    205  pub fn pthread_cond_wait(cond: *mut ::pthread_cond_t, mutex: *mut ::pthread_mutex_t)
    206  pub fn pthread_rwlockattr_init(attr: *mut ::pthread_rwlockattr_t) -> ::c_int;
    207  pub fn pthread_rwlockattr_destroy(attr: *mut ::pthread_rwlockattr_t) -> ::c_int;
    208  pub fn pthread_rwlockattr_setmaxreaders(
    209  pub fn pthread_rwlock_init(
    210  pub fn pthread_rwlock_destroy(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    211  pub fn pthread_rwlock_rdlock(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    212  pub fn pthread_rwlock_tryrdlock(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    213  pub fn pthread_rwlock_timedrdlock(
    214  pub fn pthread_rwlock_wrlock(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    215  pub fn pthread_rwlock_trywrlock(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    216  pub fn pthread_rwlock_timedwrlock(
    217  pub fn pthread_rwlock_unlock(attr: *mut ::pthread_rwlock_t) -> ::c_int;
    218  pub fn pthread_key_create(
    219  pub fn pthread_key_delete(key: ::pthread_key_t) -> ::c_int;
    220  pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int;
    221  pub fn pthread_getspecific(key: ::pthread_key_t) -> *mut ::c_void;
    222  pub fn pthread_cond_timedwait(
    223  pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *mut ::c_char) -> ::c_int;
    224  pub fn pthread_join(thread: ::pthread_t, status: *mut *mut ::c_void) -> ::c_int;
    225  pub fn pthread_self() -> ::pthread_t;
    226  pub fn clock_gettime(clock_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
    227  pub fn clock_settime(clock_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
    228  pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int;
    229  pub fn clock_nanosleep(
    230  pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int;
    231  pub fn accept(s: ::c_int, addr: *mut ::sockaddr, addrlen: *mut ::socklen_t) -> ::c_int;
    232  pub fn bind(fd: ::c_int, addr: *const sockaddr, len: socklen_t) -> ::c_int;
    233  pub fn connect(s: ::c_int, name: *const ::sockaddr, namelen: ::socklen_t) -> ::c_int;
    234  pub fn getpeername(s: ::c_int, name: *mut ::sockaddr, namelen: *mut ::socklen_t) -> ::c_int;
    235  pub fn getsockname(
    236  pub fn getsockopt(
    237  pub fn listen(socket: ::c_int, backlog: ::c_int) -> ::c_int;
    238  pub fn recv(s: ::c_int, buf: *mut ::c_void, bufLen: ::size_t, flags: ::c_int) -> ::ssize_t;
    239  pub fn recvfrom(
    240  pub fn recvmsg(socket: ::c_int, mp: *mut ::msghdr, flags: ::c_int) -> ::ssize_t;
    241  pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    242  pub fn sendmsg(socket: ::c_int, mp: *const ::msghdr, flags: ::c_int) -> ::ssize_t;
    243  pub fn sendto(
    244  pub fn setsockopt(
    245  pub fn shutdown(s: ::c_int, how: ::c_int) -> ::c_int;
    246  pub fn socket(domain: ::c_int, _type: ::c_int, protocol: ::c_int) -> ::c_int;
    247  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    248  pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    249  pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char;
    250  pub fn close(fd: ::c_int) -> ::c_int;
    251  pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t;
    252  pub fn write(fd: ::c_int, buf: *const ::c_void, count: ::size_t) -> ::ssize_t;
    253  pub fn isatty(fd: ::c_int) -> ::c_int;
    254  pub fn dup(src: ::c_int) -> ::c_int;
    255  pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int;
    256  pub fn pipe(fds: *mut ::c_int) -> ::c_int;
    257  pub fn unlink(pathname: *const ::c_char) -> ::c_int;
    258  pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
    259  pub fn getaddrinfo(
    260  pub fn freeaddrinfo(res: *mut addrinfo);
    261  pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;
    262  pub fn getpid() -> pid_t;
    263  pub fn getppid() -> pid_t;
    264  pub fn waitpid(pid: pid_t, status: *mut ::c_int, optons: ::c_int) -> pid_t;
    265  pub fn sysconf(attr: ::c_int) -> ::c_long;
    266  pub fn setenv(
    267  pub fn unsetenv(
    268  pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
    269  pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
    270  pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
    271  pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
    272  pub fn opendir(name: *const ::c_char) -> *mut ::DIR;
    273  pub fn rmdir(path: *const ::c_char) -> ::c_int;
    274  pub fn mkdir(dirName: *const ::c_char, mode: ::mode_t) -> ::c_int;
    275  pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int;
    276  pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int;
    277  pub fn fsync(fd: ::c_int) -> ::c_int;
    278  pub fn closedir(ptr: *mut ::DIR) -> ::c_int;
    279  pub fn sched_yield() -> ::c_int;
    280  pub fn errnoSet(err: ::c_int) -> ::c_int;
    281  pub fn errnoGet() -> ::c_int;
    282  pub fn _exit(status: ::c_int) -> !;
    283  pub fn setgid(gid: ::gid_t) -> ::c_int;
    284  pub fn getgid() -> ::gid_t;
    285  pub fn setuid(uid: ::uid_t) -> ::c_int;
    286  pub fn getuid() -> ::uid_t;
    287  pub fn sigemptyset(__set: *mut sigset_t) -> ::c_int;
    288  pub fn pthread_sigmask(
    289  pub fn kill(__pid: pid_t, __signo: ::c_int) -> ::c_int;
    290  pub fn sigqueue(__pid: pid_t, __signo: ::c_int, __value: ::sigval) -> ::c_int;
    291  pub fn _sigqueue(
    292  pub fn taskKill(taskId: ::TASK_ID, signo: ::c_int) -> ::c_int;
    293  pub fn raise(__signo: ::c_int) -> ::c_int;
    294  pub fn taskIdSelf() -> ::TASK_ID;
    295  pub fn taskDelay(ticks: ::_Vx_ticks_t) -> ::c_int;
    296  pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int;
    297  pub fn rtpSpawn(
    298  pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
    299  pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
    300  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    301  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    302  pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int;
    303  pub fn randABytes(buf: *mut c_uchar, length: c_int) -> c_int;
    304  pub fn randUBytes(buf: *mut c_uchar, length: c_int) -> c_int;
    305  pub fn randSecure() -> c_int;
    306  pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
    307  pub fn mq_close(mqd: ::mqd_t) -> ::c_int;
    308  pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
    309  pub fn mq_receive(
    310  pub fn mq_timedreceive(
    311  pub fn mq_send(
    312  pub fn mq_timedsend(
    313  pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int;
    314  pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int;
    315  pub 【】const} fn WIFEXITED(status: ::c_int) -> bool 【】
    316  pub 【】const} fn WIFSIGNALED(status: ::c_int) -> bool 【】
    317  pub 【】const} fn WIFSTOPPED(status: ::c_int) -> bool 【】
    318  pub 【】const} fn WEXITSTATUS(status: ::c_int) -> ::c_int 【】
    319  pub 【】const} fn WTERMSIG(status: ::c_int) -> ::c_int 【】
    320  pub 【】const} fn WSTOPSIG(status: ::c_int) -> ::c_int 【】
    321  pub fn pread(_fd: ::c_int, _buf: *mut ::c_void, _count: ::size_t, _offset: off64_t) -> ::ssize_t 【】
    322  pub fn pwrite(
    323  pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int 【】
    
    
    
    

    \libc-0.2.133\src\wasi.rs

    ═════════ pub fn 函数
    1  pub fn _Exit(code: c_int) -> !;
    2  pub fn _exit(code: c_int) -> !;
    3  pub fn abort() -> !;
    4  pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void;
    5  pub fn calloc(amt: size_t, amt2: size_t) -> *mut c_void;
    6  pub fn exit(code: c_int) -> !;
    7  pub fn free(ptr: *mut c_void);
    8  pub fn getenv(s: *const c_char) -> *mut c_char;
    9  pub fn malloc(amt: size_t) -> *mut c_void;
    10  pub fn malloc_usable_size(ptr: *mut c_void) -> size_t;
    11  pub fn sbrk(increment: ::intptr_t) -> *mut ::c_void;
    12  pub fn rand() -> c_int;
    13  pub fn read(fd: c_int, ptr: *mut c_void, size: size_t) -> ssize_t;
    14  pub fn realloc(ptr: *mut c_void, amt: size_t) -> *mut c_void;
    15  pub fn setenv(k: *const c_char, v: *const c_char, a: c_int) -> c_int;
    16  pub fn unsetenv(k: *const c_char) -> c_int;
    17  pub fn clearenv() -> ::c_int;
    18  pub fn write(fd: c_int, ptr: *const c_void, size: size_t) -> ssize_t;
    19  pub fn fopen(a: *const c_char, b: *const c_char) -> *mut FILE;
    20  pub fn freopen(a: *const c_char, b: *const c_char, f: *mut FILE) -> *mut FILE;
    21  pub fn fclose(f: *mut FILE) -> c_int;
    22  pub fn remove(a: *const c_char) -> c_int;
    23  pub fn rename(a: *const c_char, b: *const c_char) -> c_int;
    24  pub fn feof(f: *mut FILE) -> c_int;
    25  pub fn ferror(f: *mut FILE) -> c_int;
    26  pub fn fflush(f: *mut FILE) -> c_int;
    27  pub fn clearerr(f: *mut FILE);
    28  pub fn fseek(f: *mut FILE, b: c_long, c: c_int) -> c_int;
    29  pub fn ftell(f: *mut FILE) -> c_long;
    30  pub fn rewind(f: *mut FILE);
    31  pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int;
    32  pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int;
    33  pub fn fread(buf: *mut c_void, a: size_t, b: size_t, f: *mut FILE) -> size_t;
    34  pub fn fwrite(buf: *const c_void, a: size_t, b: size_t, f: *mut FILE) -> size_t;
    35  pub fn fgetc(f: *mut FILE) -> c_int;
    36  pub fn getc(f: *mut FILE) -> c_int;
    37  pub fn getchar() -> c_int;
    38  pub fn ungetc(a: c_int, f: *mut FILE) -> c_int;
    39  pub fn fputc(a: c_int, f: *mut FILE) -> c_int;
    40  pub fn putc(a: c_int, f: *mut FILE) -> c_int;
    41  pub fn putchar(a: c_int) -> c_int;
    42  pub fn fputs(a: *const c_char, f: *mut FILE) -> c_int;
    43  pub fn puts(a: *const c_char) -> c_int;
    44  pub fn perror(a: *const c_char);
    45  pub fn srand(a: c_uint);
    46  pub fn atexit(a: extern "C" fn()) -> c_int;
    47  pub fn at_quick_exit(a: extern "C" fn()) -> c_int;
    48  pub fn quick_exit(a: c_int) -> !;
    49  pub fn posix_memalign(a: *mut *mut c_void, b: size_t, c: size_t) -> c_int;
    50  pub fn rand_r(a: *mut c_uint) -> c_int;
    51  pub fn random() -> c_long;
    52  pub fn srandom(a: c_uint);
    53  pub fn putenv(a: *mut c_char) -> c_int;
    54  pub fn clock() -> clock_t;
    55  pub fn time(a: *mut time_t) -> time_t;
    56  pub fn difftime(a: time_t, b: time_t) -> c_double;
    57  pub fn mktime(a: *mut tm) -> time_t;
    58  pub fn strftime(a: *mut c_char, b: size_t, c: *const c_char, d: *const tm) -> size_t;
    59  pub fn gmtime(a: *const time_t) -> *mut tm;
    60  pub fn gmtime_r(a: *const time_t, b: *mut tm) -> *mut tm;
    61  pub fn localtime(a: *const time_t) -> *mut tm;
    62  pub fn localtime_r(a: *const time_t, b: *mut tm) -> *mut tm;
    63  pub fn asctime_r(a: *const tm, b: *mut c_char) -> *mut c_char;
    64  pub fn ctime_r(a: *const time_t, b: *mut c_char) -> *mut c_char;
    65  pub fn nanosleep(a: *const timespec, b: *mut timespec) -> c_int;
    66  pub fn clock_getres(a: clockid_t, b: *mut timespec) -> c_int;
    67  pub fn clock_gettime(a: clockid_t, b: *mut timespec) -> c_int;
    68  pub fn clock_nanosleep(a: clockid_t, a2: c_int, b: *const timespec, c: *mut timespec) -> c_int;
    69  pub fn isalnum(c: c_int) -> c_int;
    70  pub fn isalpha(c: c_int) -> c_int;
    71  pub fn iscntrl(c: c_int) -> c_int;
    72  pub fn isdigit(c: c_int) -> c_int;
    73  pub fn isgraph(c: c_int) -> c_int;
    74  pub fn islower(c: c_int) -> c_int;
    75  pub fn isprint(c: c_int) -> c_int;
    76  pub fn ispunct(c: c_int) -> c_int;
    77  pub fn isspace(c: c_int) -> c_int;
    78  pub fn isupper(c: c_int) -> c_int;
    79  pub fn isxdigit(c: c_int) -> c_int;
    80  pub fn isblank(c: c_int) -> c_int;
    81  pub fn tolower(c: c_int) -> c_int;
    82  pub fn toupper(c: c_int) -> c_int;
    83  pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    84  pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    85  pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    86  pub fn atoi(s: *const c_char) -> c_int;
    87  pub fn atof(s: *const c_char) -> c_double;
    88  pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    89  pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    90  pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    91  pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    92  pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    93  pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    94  pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    95  pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    96  pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    97  pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    98  pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    99  pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    100  pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    101  pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    102  pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    103  pub fn strdup(cs: *const c_char) -> *mut c_char;
    104  pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    105  pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    106  pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    107  pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    108  pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    109  pub fn strlen(cs: *const c_char) -> size_t;
    110  pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    111  pub fn strerror(n: c_int) -> *mut c_char;
    112  pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    113  pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    114  pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
    115  pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
    116  pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    117  pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    118  pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void;
    119  pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    120  pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    121  pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    122  pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    123  pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    124  pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    125  pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    126  pub fn getchar_unlocked() -> ::c_int;
    127  pub fn putchar_unlocked(c: ::c_int) -> ::c_int;
    128  pub fn shutdown(socket: ::c_int, how: ::c_int) -> ::c_int;
    129  pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
    130  pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
    131  pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    132  pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    133  pub fn fileno(stream: *mut ::FILE) -> ::c_int;
    134  pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    135  pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    136  pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int;
    137  pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
    138  pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
    139  pub fn readdir(dirp: *mut ::DIR) -> *mut ::dirent;
    140  pub fn closedir(dirp: *mut ::DIR) -> ::c_int;
    141  pub fn rewinddir(dirp: *mut ::DIR);
    142  pub fn dirfd(dirp: *mut ::DIR) -> ::c_int;
    143  pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
    144  pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
    145  pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int;
    146  pub fn fstatat(
    147  pub fn linkat(
    148  pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
    149  pub fn readlinkat(
    150  pub fn renameat(
    151  pub fn symlinkat(
    152  pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
    153  pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    154  pub fn close(fd: ::c_int) -> ::c_int;
    155  pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    156  pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    157  pub fn isatty(fd: ::c_int) -> ::c_int;
    158  pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    159  pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
    160  pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    161  pub fn rmdir(path: *const c_char) -> ::c_int;
    162  pub fn sleep(secs: ::c_uint) -> ::c_uint;
    163  pub fn unlink(c: *const c_char) -> ::c_int;
    164  pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    165  pub fn pwrite(fd: ::c_int, buf: *const ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
    166  pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
    167  pub fn fsync(fd: ::c_int) -> ::c_int;
    168  pub fn fdatasync(fd: ::c_int) -> ::c_int;
    169  pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
    170  pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
    171  pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
    172  pub fn getrusage(resource: ::c_int, usage: *mut rusage) -> ::c_int;
    173  pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
    174  pub fn times(buf: *mut ::tms) -> ::clock_t;
    175  pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    176  pub fn usleep(secs: ::c_uint) -> ::c_int;
    177  pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    178  pub fn recv(socket: ::c_int, buf: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t;
    179  pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int;
    180  pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
    181  pub fn localeconv() -> *mut lconv;
    182  pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
    183  pub fn timegm(tm: *mut ::tm) -> time_t;
    184  pub fn sysconf(name: ::c_int) -> ::c_long;
    185  pub fn ioctl(fd: ::c_int, request: ::c_int, ...) -> ::c_int;
    186  pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int;
    187  pub fn ftello(stream: *mut ::FILE) -> ::off_t;
    188  pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
    189  pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    190  pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
    191  pub fn faccessat(
    192  pub fn writev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    193  pub fn readv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int) -> ::ssize_t;
    194  pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
    195  pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
    196  pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
    197  pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
    198  pub fn utimensat(
    199  pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
    200  pub fn memrchr(cx: *const ::c_void, c: ::c_int, n: ::size_t) -> *mut ::c_void;
    201  pub fn abs(i: c_int) -> c_int;
    202  pub fn labs(i: c_long) -> c_long;
    203  pub fn duplocale(base: ::locale_t) -> ::locale_t;
    204  pub fn freelocale(loc: ::locale_t);
    205  pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
    206  pub fn uselocale(loc: ::locale_t) -> ::locale_t;
    207  pub fn sched_yield() -> ::c_int;
    208  pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    209  pub fn chdir(dir: *const c_char) -> ::c_int;
    210  pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
    211  pub fn nl_langinfo_l(item: ::nl_item, loc: ::locale_t) -> *mut ::c_char;
    212  pub fn __wasilibc_register_preopened_fd(fd: c_int, path: *const c_char) -> c_int;
    213  pub fn __wasilibc_fd_renumber(fd: c_int, newfd: c_int) -> c_int;
    214  pub fn __wasilibc_unlinkat(fd: c_int, path: *const c_char) -> c_int;
    215  pub fn __wasilibc_rmdirat(fd: c_int, path: *const c_char) -> c_int;
    216  pub fn __wasilibc_find_relpath(
    217  pub fn __wasilibc_tell(fd: c_int) -> ::off_t;
    218  pub fn __wasilibc_nocwd___wasilibc_unlinkat(dirfd: c_int, path: *const c_char) -> c_int;
    219  pub fn __wasilibc_nocwd___wasilibc_rmdirat(dirfd: c_int, path: *const c_char) -> c_int;
    220  pub fn __wasilibc_nocwd_linkat(
    221  pub fn __wasilibc_nocwd_symlinkat(
    222  pub fn __wasilibc_nocwd_readlinkat(
    223  pub fn __wasilibc_nocwd_faccessat(
    224  pub fn __wasilibc_nocwd_renameat(
    225  pub fn __wasilibc_nocwd_openat_nomode(dirfd: c_int, path: *const c_char, flags: c_int)
    226  pub fn __wasilibc_nocwd_fstatat(
    227  pub fn __wasilibc_nocwd_mkdirat_nomode(dirfd: c_int, path: *const c_char) -> c_int;
    228  pub fn __wasilibc_nocwd_utimensat(
    229  pub fn __wasilibc_nocwd_opendirat(dirfd: c_int, path: *const c_char) -> *mut ::DIR;
    230  pub fn __wasilibc_access(pathname: *const c_char, mode: c_int, flags: c_int) -> c_int;
    231  pub fn __wasilibc_stat(pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int;
    232  pub fn __wasilibc_utimens(
    233  pub fn __wasilibc_link(oldpath: *const c_char, newpath: *const c_char, flags: c_int) -> c_int;
    234  pub fn __wasilibc_link_oldat(
    235  pub fn __wasilibc_link_newat(
    236  pub fn __wasilibc_rename_oldat(
    237  pub fn __wasilibc_rename_newat(
    238  pub fn arc4random() -> u32;
    239  pub fn arc4random_buf(a: *mut c_void, b: size_t);
    240  pub fn arc4random_uniform(a: u32) -> u32;
    
    
    
    

    \libc-0.2.133\src\windows\gnu\mod.rs

    ═════════ pub fn 函数
    1  pub fn strcasecmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int;
    2  pub fn strncasecmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int;
    3  pub fn wmemchr(cx: *const ::wchar_t, c: ::wchar_t, n: ::size_t) -> *mut ::wchar_t;
    
    
    
    

    \libc-0.2.133\src\windows\mod.rs

    ═════════ pub fn 函数
    1  pub fn printf(format: *const c_char, ...) -> ::c_int;
    2  pub fn fprintf(stream: *mut FILE, format: *const c_char, ...) -> ::c_int;
    3  pub fn isalnum(c: c_int) -> c_int;
    4  pub fn isalpha(c: c_int) -> c_int;
    5  pub fn iscntrl(c: c_int) -> c_int;
    6  pub fn isdigit(c: c_int) -> c_int;
    7  pub fn isgraph(c: c_int) -> c_int;
    8  pub fn islower(c: c_int) -> c_int;
    9  pub fn isprint(c: c_int) -> c_int;
    10  pub fn ispunct(c: c_int) -> c_int;
    11  pub fn isspace(c: c_int) -> c_int;
    12  pub fn isupper(c: c_int) -> c_int;
    13  pub fn isxdigit(c: c_int) -> c_int;
    14  pub fn isblank(c: c_int) -> c_int;
    15  pub fn tolower(c: c_int) -> c_int;
    16  pub fn toupper(c: c_int) -> c_int;
    17  pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    18  pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    19  pub fn fflush(file: *mut FILE) -> c_int;
    20  pub fn fclose(file: *mut FILE) -> c_int;
    21  pub fn remove(filename: *const c_char) -> c_int;
    22  pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    23  pub fn tmpfile() -> *mut FILE;
    24  pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    25  pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    26  pub fn getchar() -> c_int;
    27  pub fn putchar(c: c_int) -> c_int;
    28  pub fn fgetc(stream: *mut FILE) -> c_int;
    29  pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    30  pub fn fputc(c: c_int, stream: *mut FILE) -> c_int;
    31  pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    32  pub fn puts(s: *const c_char) -> c_int;
    33  pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int;
    34  pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    35  pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t;
    36  pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    37  pub fn ftell(stream: *mut FILE) -> c_long;
    38  pub fn rewind(stream: *mut FILE);
    39  pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int;
    40  pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int;
    41  pub fn feof(stream: *mut FILE) -> c_int;
    42  pub fn ferror(stream: *mut FILE) -> c_int;
    43  pub fn perror(s: *const c_char);
    44  pub fn atoi(s: *const c_char) -> c_int;
    45  pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    46  pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    47  pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    48  pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    49  pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void;
    50  pub fn malloc(size: size_t) -> *mut c_void;
    51  pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void;
    52  pub fn free(p: *mut c_void);
    53  pub fn abort() -> !;
    54  pub fn exit(status: c_int) -> !;
    55  pub fn _exit(status: c_int) -> !;
    56  pub fn atexit(cb: extern "C" fn()) -> c_int;
    57  pub fn system(s: *const c_char) -> c_int;
    58  pub fn getenv(s: *const c_char) -> *mut c_char;
    59  pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    60  pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    61  pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    62  pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    63  pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    64  pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    65  pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    66  pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    67  pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    68  pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    69  pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    70  pub fn strdup(cs: *const c_char) -> *mut c_char;
    71  pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    72  pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    73  pub fn strlen(cs: *const c_char) -> size_t;
    74  pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    75  pub fn strerror(n: c_int) -> *mut c_char;
    76  pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    77  pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    78  pub fn wcslen(buf: *const wchar_t) -> size_t;
    79  pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    80  pub fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
    81  pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int;
    82  pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    83  pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void;
    84  pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void;
    85  pub fn abs(i: c_int) -> c_int;
    86  pub fn atof(s: *const c_char) -> c_double;
    87  pub fn labs(i: c_long) -> c_long;
    88  pub fn rand() -> c_int;
    89  pub fn srand(seed: c_uint);
    90  pub fn signal(signum: c_int, handler: sighandler_t) -> sighandler_t;
    91  pub fn raise(signum: c_int) -> c_int;
    92  pub fn gmtime_s(destTime: *mut tm, srcTime: *const time_t) -> ::c_int;
    93  pub fn localtime_s(tmDest: *mut tm, sourceTime: *const time_t) -> ::errno_t;
    94  pub fn time(destTime: *mut time_t) -> time_t;
    95  pub fn chmod(path: *const c_char, mode: ::c_int) -> ::c_int;
    96  pub fn wchmod(path: *const wchar_t, mode: ::c_int) -> ::c_int;
    97  pub fn mkdir(path: *const c_char) -> ::c_int;
    98  pub fn wrmdir(path: *const wchar_t) -> ::c_int;
    99  pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
    100  pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    101  pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int;
    102  pub fn wutime(file: *const wchar_t, buf: *mut utimbuf) -> ::c_int;
    103  pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
    104  pub fn pclose(stream: *mut ::FILE) -> ::c_int;
    105  pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    106  pub fn fileno(stream: *mut ::FILE) -> ::c_int;
    107  pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    108  pub fn wopen(path: *const wchar_t, oflag: ::c_int, ...) -> ::c_int;
    109  pub fn creat(path: *const c_char, mode: ::c_int) -> ::c_int;
    110  pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    111  pub fn chdir(dir: *const c_char) -> ::c_int;
    112  pub fn close(fd: ::c_int) -> ::c_int;
    113  pub fn dup(fd: ::c_int) -> ::c_int;
    114  pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int;
    115  pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t;
    116  pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
    117  pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t;
    118  pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
    119  pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t;
    120  pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
    121  pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t;
    122  pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
    123  pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t;
    124  pub fn execve(
    125  pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    126  pub fn execvpe(
    127  pub fn wexecv(prog: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t;
    128  pub fn wexecve(
    129  pub fn wexecvp(c: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t;
    130  pub fn wexecvpe(
    131  pub fn getcwd(buf: *mut c_char, size: ::c_int) -> *mut c_char;
    132  pub fn getpid() -> ::c_int;
    133  pub fn isatty(fd: ::c_int) -> ::c_int;
    134  pub fn lseek(fd: ::c_int, offset: c_long, origin: ::c_int) -> c_long;
    135  pub fn lseek64(fd: ::c_int, offset: c_longlong, origin: ::c_int) -> c_longlong;
    136  pub fn pipe(fds: *mut ::c_int, psize: ::c_uint, textmode: ::c_int) -> ::c_int;
    137  pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::c_uint) -> ::c_int;
    138  pub fn rmdir(path: *const c_char) -> ::c_int;
    139  pub fn unlink(c: *const c_char) -> ::c_int;
    140  pub fn write(fd: ::c_int, buf: *const ::c_void, count: ::c_uint) -> ::c_int;
    141  pub fn commit(fd: ::c_int) -> ::c_int;
    142  pub fn get_osfhandle(fd: ::c_int) -> ::intptr_t;
    143  pub fn open_osfhandle(osfhandle: ::intptr_t, flags: ::c_int) -> ::c_int;
    144  pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut c_char;
    145  pub fn wsetlocale(category: ::c_int, locale: *const wchar_t) -> *mut wchar_t;
    146  pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void;
    147  pub fn aligned_free(ptr: *mut ::c_void);
    148  pub fn listen(s: SOCKET, backlog: ::c_int) -> ::c_int;
    149  pub fn accept(s: SOCKET, addr: *mut ::sockaddr, addrlen: *mut ::c_int) -> SOCKET;
    150  pub fn bind(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int;
    151  pub fn connect(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int;
    152  pub fn getpeername(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int;
    153  pub fn getsockname(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int;
    154  pub fn getsockopt(
    155  pub fn recvfrom(
    156  pub fn sendto(
    157  pub fn setsockopt(
    158  pub fn socket(af: ::c_int, socket_type: ::c_int, protocol: ::c_int) -> SOCKET;
    
    
    
    

    \libc-0.2.133\src\windows\msvc\mod.rs

    ═════════ pub fn 函数
    1  pub fn stricmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int;
    2  pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int;
    3  pub fn memccpy(
    
    
    
    

    \num-integer-0.1.45\benches\average.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! naive_average 【】
    2  macro_rules! unchecked_average 【】
    3  macro_rules! modulo_average 【】
    4  macro_rules! bench_average 【】
    
    
    
    

    \num-integer-0.1.45\benches\gcd.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_gcd_old_for_isize 【】
    2  macro_rules! impl_gcd_old_for_usize 【】
    3  macro_rules! bench_gcd 【】
    
    
    
    

    \num-integer-0.1.45\benches\roots.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! bench_roots 【】
    
    
    
    

    \num-integer-0.1.45\src\average.rs

    ═════════ pub fn 函数
    1  pub fn average_floor<T: Average>(x: T, y: T) -> T 【】
    2  pub fn average_ceil<T: Average>(x: T, y: T) -> T 【】
    
    
    
    

    \num-integer-0.1.45\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn div_rem<T: Integer>(x: T, y: T) -> (T, T) 【】
    2  pub fn div_floor<T: Integer>(x: T, y: T) -> T 【】
    3  pub fn mod_floor<T: Integer>(x: T, y: T) -> T 【】
    4  pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T) 【】
    5  pub fn div_ceil<T: Integer>(x: T, y: T) -> T 【】
    6  pub fn gcd<T: Integer>(x: T, y: T) -> T 【】
    7  pub fn lcm<T: Integer>(x: T, y: T) -> T 【】
    8  pub fn gcd_lcm<T: Integer>(x: T, y: T) -> (T, T) 【】
    9  pub fn new(n: T) -> IterBinomial<T> 【】
    10  pub fn binomial<T: Integer + Clone>(mut n: T, k: T) -> T 【】
    11  pub fn multinomial<T: Integer + Clone>(k: &[T]) -> T
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer_for_isize 【】
    2  macro_rules! impl_integer_for_usize 【】
    3  macro_rules! check 【】
    4  macro_rules! check_simple 【】
    5  macro_rules! check_binomial 【】
    6  macro_rules! check 【】
    7  macro_rules! check_binomial 【】
    8  macro_rules! check_multinomial 【】
    
    
    
    

    \num-integer-0.1.45\src\roots.rs

    ═════════ pub fn 函数
    1  pub fn sqrt<T: Roots>(x: T) -> T 【】
    2  pub fn cbrt<T: Roots>(x: T) -> T 【】
    3  pub fn nth_root<T: Roots>(x: T, n: u32) -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! signed_roots 【】
    2  macro_rules! unsigned_roots 【】
    
    
    
    

    \num-integer-0.1.45\tests\average.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_average 【】
    
    
    
    

    \num-integer-0.1.45\tests\roots.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_roots 【】
    
    
    
    

    \num-traits-0.2.15\src\bounds.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! bounded_impl 【】
    2  macro_rules! for_each_tuple_ 【】
    3  macro_rules! for_each_tuple 【】
    4  macro_rules! bounded_tuple 【】
    5  macro_rules! test_wrapping_bounded 【】
    6  macro_rules! test_wrapping_bounded 【】
    
    
    
    

    \num-traits-0.2.15\src\cast.rs

    ═════════ pub fn 函数
    1  pub fn cast<T: NumCast, U: NumCast>(n: T) -> Option<U> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_to_primitive_int_to_int 【】
    2  macro_rules! impl_to_primitive_int_to_uint 【】
    3  macro_rules! impl_to_primitive_int 【】
    4  macro_rules! impl_to_primitive_uint_to_int 【】
    5  macro_rules! impl_to_primitive_uint_to_uint 【】
    6  macro_rules! impl_to_primitive_uint 【】
    7  macro_rules! impl_to_primitive_float_to_float 【】
    8  macro_rules! float_to_int_unchecked 【】
    9  macro_rules! float_to_int_unchecked 【】
    10  macro_rules! impl_to_primitive_float_to_signed_int 【】
    11  macro_rules! impl_to_primitive_float_to_unsigned_int 【】
    12  macro_rules! impl_to_primitive_float 【】
    13  macro_rules! impl_from_primitive 【】
    14  macro_rules! impl_to_primitive_wrapping 【】
    15  macro_rules! impl_from_primitive_wrapping 【】
    16  macro_rules! impl_num_cast 【】
    17  macro_rules! impl_as_primitive 【】
    
    
    
    

    \num-traits-0.2.15\src\float.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! float_impl_std 【】
    2  macro_rules! float_impl_libm 【】
    3  macro_rules! float_const_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\identities.rs

    ═════════ pub fn 函数
    1  pub fn zero<T: Zero>() -> T 【】
    2  pub fn one<T: One>() -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! zero_impl 【】
    2  macro_rules! one_impl 【】
    3  macro_rules! test_wrapping_identities 【】
    
    
    
    

    \num-traits-0.2.15\src\int.rs

    ═════════ pub fn 函数
    1  pub fn reverse_bits() 【】
    2  pub fn reverse_bits_i128() 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! prim_int_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn clamp<T: PartialOrd>(input: T, min: T, max: T) -> T 【】
    2  pub fn clamp_min<T: PartialOrd>(input: T, min: T) -> T 【】
    3  pub fn clamp_max<T: PartialOrd>(input: T, max: T) -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! int_trait_impl 【】
    2  macro_rules! float_trait_impl 【】
    3  macro_rules! test_wrapping_from_str_radix 【】
    
    
    
    

    \num-traits-0.2.15\src\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! forward 【】
    2  macro_rules! constant 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\checked.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! checked_impl 【】
    2  macro_rules! checked_impl_unary 【】
    3  macro_rules! checked_shift_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\euclid.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! euclid_forward_impl 【】
    2  macro_rules! euclid_int_impl 【】
    3  macro_rules! euclid_uint_impl 【】
    4  macro_rules! checked_euclid_forward_impl 【】
    5  macro_rules! checked_euclid_int_impl 【】
    6  macro_rules! checked_euclid_uint_impl 【】
    7  macro_rules! test_euclid 【】
    8  macro_rules! test_euclid 【】
    9  macro_rules! test_euclid 【】
    10  macro_rules! test_euclid_checked 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\mul_add.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! mul_add_impl 【】
    2  macro_rules! mul_add_assign_impl 【】
    3  macro_rules! test_mul_add 【】
    4  macro_rules! test_mul_add 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\overflowing.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! overflowing_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\saturating.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! deprecated_saturating_impl 【】
    2  macro_rules! saturating_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\ops\wrapping.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! wrapping_impl 【】
    2  macro_rules! wrapping_unary_impl 【】
    3  macro_rules! wrapping_shift_impl 【】
    
    
    
    

    \num-traits-0.2.15\src\pow.rs

    ═════════ pub fn 函数
    1  pub fn pow<T: Clone + One + Mul<T, Output = T>>(mut base: T, mut exp: usize) -> T 【】
    2  pub fn checked_pow<T: Clone + One + CheckedMul>(mut base: T, mut exp: usize) -> Option<T> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! pow_impl 【】
    2  macro_rules! optry 【】
    
    
    
    

    \num-traits-0.2.15\src\sign.rs

    ═════════ pub fn 函数
    1  pub fn abs<T: Signed>(value: T) -> T 【】
    2  pub fn abs_sub<T: Signed>(x: T, y: T) -> T 【】
    3  pub fn signum<T: Signed>(value: T) -> T 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! signed_impl 【】
    2  macro_rules! signed_float_impl 【】
    3  macro_rules! empty_trait_impl 【】
    
    
    
    

    \num-traits-0.2.15\tests\cast.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! test_wrapping_to_primitive 【】
    2  macro_rules! dbg 【】 ($($tok:tt)*) => 【】 dbg(format_args!($($tok)*)) } }
    3  macro_rules! float_test_edge 【】
    4  macro_rules! int_test_edge 【】
    5  macro_rules! test_edge 【】
    6  macro_rules! test_edge 【】
    7  macro_rules! assert_eq_from 【】
    8  macro_rules! check 【】
    9  macro_rules! assert_eq_to 【】
    10  macro_rules! check 【】
    
    
    
    

    \same-file-1.0.6\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> 【】
    2  pub fn from_file(file: File) -> io::Result<Handle> 【】
    3  pub fn stdin() -> io::Result<Handle> 【】
    4  pub fn stdout() -> io::Result<Handle> 【】
    5  pub fn stderr() -> io::Result<Handle> 【】
    6  pub fn as_file(&self) -> &File 【】
    7  pub fn as_file_mut(&mut self) -> &mut File 【】
    8  pub fn dev(&self) -> u64 【】
    9  pub fn ino(&self) -> u64 【】
    10  pub fn is_same_file<P, Q>(path1: P, path2: Q) -> io::Result<bool>
    11  pub fn soft_link_dir<P: AsRef<Path>, Q: AsRef<Path>>(
    12  pub fn soft_link_file<P: AsRef<Path>, Q: AsRef<Path>>(
    13  pub fn soft_link_dir<P: AsRef<Path>, Q: AsRef<Path>>(
    14  pub fn soft_link_file<P: AsRef<Path>, Q: AsRef<Path>>(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! err 【】
    
    
    
    

    \same-file-1.0.6\src\unix.rs

    ═════════ pub fn 函数
    1  pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> 【】
    2  pub fn from_file(file: File) -> io::Result<Handle> 【】
    3  pub fn from_std(file: File) -> io::Result<Handle> 【】
    4  pub fn stdin() -> io::Result<Handle> 【】
    5  pub fn stdout() -> io::Result<Handle> 【】
    6  pub fn stderr() -> io::Result<Handle> 【】
    7  pub fn as_file(&self) -> &File 【】
    8  pub fn as_file_mut(&mut self) -> &mut File 【】
    9  pub fn dev(&self) -> u64 【】
    10  pub fn ino(&self) -> u64 【】
    
    
    
    

    \same-file-1.0.6\src\unknown.rs

    ═════════ pub fn 函数
    1  pub fn from_path<P: AsRef<Path>>(_p: P) -> io::Result<Handle> 【】
    2  pub fn from_file(_file: File) -> io::Result<Handle> 【】
    3  pub fn stdin() -> io::Result<Handle> 【】
    4  pub fn stdout() -> io::Result<Handle> 【】
    5  pub fn stderr() -> io::Result<Handle> 【】
    6  pub fn as_file(&self) -> &File 【】
    7  pub fn as_file_mut(&self) -> &mut File 【】
    
    
    
    

    \same-file-1.0.6\src\win.rs

    ═════════ pub fn 函数
    1  pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> 【】
    2  pub fn from_file(file: File) -> io::Result<Handle> 【】
    3  pub fn stdin() -> io::Result<Handle> 【】
    4  pub fn stdout() -> io::Result<Handle> 【】
    5  pub fn stderr() -> io::Result<Handle> 【】
    6  pub fn as_file(&self) -> &File 【】
    7  pub fn as_file_mut(&mut self) -> &mut File 【】
    
    
    
    

    \stdext-0.3.1\src\macros.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! compile_warning 【】
    2  macro_rules! function_name 【】
    3  macro_rules! try_match 【】
    4  macro_rules! unwrap_match 【】
    5  macro_rules! return_ok 【】
    6  macro_rules! return_some 【】
    
    
    
    

    \stdext-0.3.1\src\num\float_convert.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! checked_impl 【】
    2  macro_rules! saturated_impl 【】
    3  macro_rules! impl_float_convert 【】
    
    
    
    

    \stdext-0.3.1\src\num\integer.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_integer 【】
    
    
    
    

    \time-0.1.44\src\duration.rs

    ═════════ pub fn 函数
    1  pub fn weeks(weeks: i64) -> Duration 【】
    2  pub fn days(days: i64) -> Duration 【】
    3  pub fn hours(hours: i64) -> Duration 【】
    4  pub fn minutes(minutes: i64) -> Duration 【】
    5  pub fn seconds(seconds: i64) -> Duration 【】
    6  pub fn milliseconds(milliseconds: i64) -> Duration 【】
    7  pub fn microseconds(microseconds: i64) -> Duration 【】
    8  pub fn nanoseconds(nanos: i64) -> Duration 【】
    9  pub fn span<F>(f: F) -> Duration where F: FnOnce() 【】
    10  pub fn num_weeks(&self) -> i64 【】
    11  pub fn num_days(&self) -> i64 【】
    12  pub fn num_hours(&self) -> i64 【】
    13  pub fn num_minutes(&self) -> i64 【】
    14  pub fn num_seconds(&self) -> i64 【】
    15  pub fn num_milliseconds(&self) -> i64 【】
    16  pub fn num_microseconds(&self) -> Option<i64> 【】
    17  pub fn num_nanoseconds(&self) -> Option<i64> 【】
    18  pub fn checked_add(&self, rhs: &Duration) -> Option<Duration> 【】
    19  pub fn checked_sub(&self, rhs: &Duration) -> Option<Duration> 【】
    20  pub fn min_value() -> Duration 【】 MIN }
    21  pub fn max_value() -> Duration 【】 MAX }
    22  pub fn zero() -> Duration 【】
    23  pub fn is_zero(&self) -> bool 【】
    24  pub fn from_std(duration: StdDuration) -> Result<Duration, OutOfRangeError> 【】
    25  pub fn to_std(&self) -> Result<StdDuration, OutOfRangeError> 【】
    26  pub(crate) fn raw(&self) -> (i64, i32) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! try_opt 【】
    
    
    
    

    \time-0.1.44\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn new(sec: i64, nsec: i32) -> Timespec 【】
    2  pub fn get_time() -> Timespec 【】
    3  pub fn precise_time_ns() -> u64 【】
    4  pub fn precise_time_s() -> f64 【】
    5  pub fn now() -> PreciseTime 【】
    6  pub fn to(&self, later: PreciseTime) -> Duration 【】
    7  pub fn now() -> SteadyTime 【】
    8  pub fn tzset() 【】
    9  pub fn tzset() 【】}
    10  pub fn empty_tm() -> Tm 【】
    11  pub fn at_utc(clock: Timespec) -> Tm 【】
    12  pub fn now_utc() -> Tm 【】
    13  pub fn at(clock: Timespec) -> Tm 【】
    14  pub fn now() -> Tm 【】
    15  pub fn to_timespec(&self) -> Timespec 【】
    16  pub fn to_local(&self) -> Tm 【】
    17  pub fn to_utc(&self) -> Tm 【】
    18  pub fn ctime(&self) -> TmFmt 【】
    19  pub fn asctime(&self) -> TmFmt 【】
    20  pub fn strftime<'a>(&'a self, format: &'a str) -> Result<TmFmt<'a>, ParseError> 【】
    21  pub fn rfc822(&self) -> TmFmt 【】
    22  pub fn rfc822z(&self) -> TmFmt 【】
    23  pub fn rfc3339<'a>(&'a self) -> TmFmt 【】
    24  pub fn strftime(format: &str, tm: &Tm) -> Result<String, ParseError> 【】
    
    
    
    

    \time-0.1.44\src\parse.rs

    ═════════ pub fn 函数
    1  pub fn strptime(mut s: &str, format: &str) -> Result<Tm, ParseError> 【】
    
    
    
    

    \time-0.1.44\src\sys.rs

    ═════════ pub fn 函数
    1  pub fn time_to_tm(ts: i64, tm: &mut Tm) 【】
    2  pub fn tm_to_time(tm: &Tm) -> i64 【】
    3  pub fn time_to_utc_tm(sec: i64, tm: &mut Tm) 【】
    4  pub fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    5  pub fn utc_tm_to_time(tm: &Tm) -> i64 【】
    6  pub fn local_tm_to_time(tm: &Tm) -> i64 【】
    7  pub fn get_time() -> (i64, i32) 【】
    8  pub fn get_precise_ns() -> u64 【】
    9  pub fn now() -> SteadyTime 【】
    10  pub fn time_to_utc_tm(sec: i64, tm: &mut Tm) 【】
    11  pub fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    12  pub fn utc_tm_to_time(tm: &Tm) -> i64 【】
    13  pub fn local_tm_to_time(tm: &Tm) -> i64 【】
    14  pub fn get_time() -> (i64, i32) 【】
    15  pub fn get_precise_ns() -> u64 【】
    16  pub fn now() -> SteadyTime 【】
    17  pub fn time_to_utc_tm(sec: i64, tm: &mut Tm) 【】
    18  pub fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    19  pub fn utc_tm_to_time(tm: &Tm) -> i64 【】
    20  pub fn local_tm_to_time(tm: &Tm) -> i64 【】
    21  pub fn get_time() -> (i64, i32) 【】
    22  pub fn get_precise_ns() -> u64 【】
    23  pub fn now() -> SteadyTime 【】
    24  pub fn time_to_utc_tm(sec: i64, tm: &mut Tm) 【】
    25  pub fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    26  pub fn utc_tm_to_time(rust_tm: &Tm) -> i64 【】
    27  pub fn local_tm_to_time(rust_tm: &Tm) -> i64 【】
    28  pub fn get_time() -> (i64, i32) 【】
    29  pub fn get_precise_ns() -> u64 【】
    30  pub fn now() -> SteadyTime 【】
    31  pub fn set_los_angeles_time_zone() -> TzReset 【】
    32  pub fn set_london_with_dst_time_zone() -> TzReset 【】
    33  pub fn get_time() -> (i64, i32) 【】
    34  pub fn get_precise_ns() -> u64 【】
    35  pub fn now() -> SteadyTime 【】
    36  pub fn time_to_utc_tm(sec: i64, tm: &mut Tm) 【】
    37  pub fn time_to_local_tm(sec: i64, tm: &mut Tm) 【】
    38  pub fn utc_tm_to_time(tm: &Tm) -> i64 【】
    39  pub fn local_tm_to_time(tm: &Tm) -> i64 【】
    40  pub fn get_time() -> (i64, i32) 【】
    41  pub fn get_precise_ns() -> u64 【】
    42  pub fn now() -> SteadyTime 【】
    43  pub fn set_los_angeles_time_zone() -> TzReset 【】
    44  pub fn set_london_with_dst_time_zone() -> TzReset 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! call 【】
    
    
    
    

    \time-0.3.14\src\date.rs

    ═════════ pub fn 函数
    1  pub const fn __from_ordinal_date_unchecked(year: i32, ordinal: u16) -> Self 【】
    2  pub const fn from_calendar_date(
    3  pub const fn from_ordinal_date(year: i32, ordinal: u16) -> Result<Self, error::ComponentRange> 【】
    4  pub const fn from_iso_week_date(
    5  pub const fn from_julian_day(julian_day: i32) -> Result<Self, error::ComponentRange> 【】
    6  pub(crate) const fn from_julian_day_unchecked(julian_day: i32) -> Self 【】
    7  pub const fn year(self) -> i32 【】
    8  pub const fn month(self) -> Month 【】
    9  pub const fn day(self) -> u8 【】
    10  pub(crate) const fn month_day(self) -> (Month, u8) 【】
    11  pub const fn ordinal(self) -> u16 【】
    12  pub(crate) const fn iso_year_week(self) -> (i32, u8) 【】
    13  pub const fn iso_week(self) -> u8 【】
    14  pub const fn sunday_based_week(self) -> u8 【】
    15  pub const fn monday_based_week(self) -> u8 【】
    16  pub const fn to_calendar_date(self) -> (i32, Month, u8) 【】
    17  pub const fn to_ordinal_date(self) -> (i32, u16) 【】
    18  pub const fn to_iso_week_date(self) -> (i32, u8, Weekday) 【】
    19  pub const fn weekday(self) -> Weekday 【】
    20  pub const fn next_day(self) -> Option<Self> 【】
    21  pub const fn previous_day(self) -> Option<Self> 【】
    22  pub const fn to_julian_day(self) -> i32 【】
    23  pub const fn checked_add(self, duration: Duration) -> Option<Self> 【】
    24  pub const fn checked_sub(self, duration: Duration) -> Option<Self> 【】
    25  pub const fn saturating_add(self, duration: Duration) -> Self 【】
    26  pub const fn saturating_sub(self, duration: Duration) -> Self 【】
    27  pub const fn replace_year(self, year: i32) -> Result<Self, error::ComponentRange> 【】
    28  pub const fn replace_month(self, month: Month) -> Result<Self, error::ComponentRange> 【】
    29  pub const fn replace_day(self, day: u8) -> Result<Self, error::ComponentRange> 【】
    30  pub const fn midnight(self) -> PrimitiveDateTime 【】
    31  pub const fn with_time(self, time: Time) -> PrimitiveDateTime 【】
    32  pub const fn with_hms(
    33  pub const fn with_hms_milli(
    34  pub const fn with_hms_micro(
    35  pub const fn with_hms_nano(
    36  pub fn format_into(
    37  pub fn format(self, format: &(impl Formattable + ?Sized)) -> Result<String, error::Format> 【】
    38  pub fn parse(
    
    
    
    

    \time-0.3.14\src\duration.rs

    ═════════ pub fn 函数
    1  pub const fn is_zero(self) -> bool 【】
    2  pub const fn is_negative(self) -> bool 【】
    3  pub const fn is_positive(self) -> bool 【】
    4  pub const fn abs(self) -> Self 【】
    5  pub const fn unsigned_abs(self) -> StdDuration 【】
    6  pub(crate) const fn new_unchecked(seconds: i64, nanoseconds: i32) -> Self 【】
    7  pub const fn new(mut seconds: i64, mut nanoseconds: i32) -> Self 【】
    8  pub const fn weeks(weeks: i64) -> Self 【】
    9  pub const fn days(days: i64) -> Self 【】
    10  pub const fn hours(hours: i64) -> Self 【】
    11  pub const fn minutes(minutes: i64) -> Self 【】
    12  pub const fn seconds(seconds: i64) -> Self 【】
    13  pub fn seconds_f64(seconds: f64) -> Self 【】
    14  pub fn seconds_f32(seconds: f32) -> Self 【】
    15  pub const fn milliseconds(milliseconds: i64) -> Self 【】
    16  pub const fn microseconds(microseconds: i64) -> Self 【】
    17  pub const fn nanoseconds(nanoseconds: i64) -> Self 【】
    18  pub(crate) const fn nanoseconds_i128(nanoseconds: i128) -> Self 【】
    19  pub const fn whole_weeks(self) -> i64 【】
    20  pub const fn whole_days(self) -> i64 【】
    21  pub const fn whole_hours(self) -> i64 【】
    22  pub const fn whole_minutes(self) -> i64 【】
    23  pub const fn whole_seconds(self) -> i64 【】
    24  pub fn as_seconds_f64(self) -> f64 【】
    25  pub fn as_seconds_f32(self) -> f32 【】
    26  pub const fn whole_milliseconds(self) -> i128 【】
    27  pub const fn subsec_milliseconds(self) -> i16 【】
    28  pub const fn whole_microseconds(self) -> i128 【】
    29  pub const fn subsec_microseconds(self) -> i32 【】
    30  pub const fn whole_nanoseconds(self) -> i128 【】
    31  pub const fn subsec_nanoseconds(self) -> i32 【】
    32  pub const fn checked_add(self, rhs: Self) -> Option<Self> 【】
    33  pub const fn checked_sub(self, rhs: Self) -> Option<Self> 【】
    34  pub const fn checked_mul(self, rhs: i32) -> Option<Self> 【】
    35  pub const fn checked_div(self, rhs: i32) -> Option<Self> 【】
    36  pub const fn saturating_add(self, rhs: Self) -> Self 【】
    37  pub const fn saturating_sub(self, rhs: Self) -> Self 【】
    38  pub const fn saturating_mul(self, rhs: i32) -> Self 【】
    39  pub fn time_fn<T>(f: impl FnOnce() -> T) -> (Self, T) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! item 【】
    2  macro_rules! item 【】
    3  macro_rules! duration_mul_div_int 【】
    
    
    
    

    \time-0.3.14\src\error\component_range.rs

    ═════════ pub fn 函数
    1  pub const fn name(self) -> &'static str 【】
    2  pub const fn is_conditional(self) -> bool 【】
    3  pub(crate) fn into_de_error<E: serde::de::Error>(self) -> E 【】
    
    
    
    

    \time-0.3.14\src\error\format.rs

    ═════════ pub fn 函数
    1  pub fn into_invalid_serde_value<S: serde::Serializer>(self) -> S::Error 【】
    
    
    
    

    \time-0.3.14\src\formatting\iso8601.rs

    ═════════ pub fn 函数
    1  pub(super) fn format_date<W: io::Write, const CONFIG: EncodedConfig>(
    2  pub(super) fn format_time<W: io::Write, const CONFIG: EncodedConfig>(
    3  pub(super) fn format_offset<W: io::Write, const CONFIG: EncodedConfig>(
    
    
    
    

    \time-0.3.14\src\formatting\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn write(output: &mut impl io::Write, bytes: &[u8]) -> io::Result<usize> 【】
    2  pub(crate) fn write_if(output: &mut impl io::Write, pred: bool, bytes: &[u8]) -> io::Result<usize> 【】
    3  pub(crate) fn write_if_else(
    4  pub(crate) fn format_float(
    5  pub(crate) fn format_number<const WIDTH: u8, W: io::Write, V: itoa::Integer + DigitCount + Copy>(
    6  pub(crate) fn format_number_pad_space<
    7  pub(crate) fn format_number_pad_zero<
    8  pub(crate) fn format_component(
    
    
    
    

    \time-0.3.14\src\format_description\component.rs

    ═════════ pub fn 函数
    1  pub(crate) fn parse(
    2  pub(crate) fn attach_modifiers(self, modifiers: &Modifiers) -> Component 【】
    
    
    
    

    \time-0.3.14\src\format_description\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn consume_whitespace<'a>(bytes: &'a [u8], index: &mut usize) -> &'a [u8] 【】
    
    
    
    

    \time-0.3.14\src\format_description\modifier.rs

    ═════════ pub fn 函数
    1  pub const fn default() -> Self 【】
    2  pub(crate) fn parse(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! if_pub 【】
    2  macro_rules! impl_const_default 【】
    
    
    
    

    \time-0.3.14\src\format_description\parse.rs

    ═════════ pub fn 函数
    1  pub fn parse(s: &str) -> Result<Vec<FormatItem<'_>>, InvalidFormatDescription> 【】
    
    
    
    

    \time-0.3.14\src\format_description\well_known\iso8601\adt_hack.rs

    ═════════ pub fn 函数
    1  pub const fn encode(&self) -> EncodedConfig 【】
    2  pub(super) const fn decode(encoded: EncodedConfig) -> Self 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! eq 【】
    2  macro_rules! assert_roundtrip 【】
    3  macro_rules! assert_decode_fail 【】
    
    
    
    

    \time-0.3.14\src\format_description\well_known\iso8601.rs

    ═════════ pub fn 函数
    1  pub const fn set_formatted_components(self, formatted_components: FormattedComponents) -> Self 【】
    2  pub const fn set_use_separators(self, use_separators: bool) -> Self 【】
    3  pub const fn set_year_is_six_digits(self, year_is_six_digits: bool) -> Self 【】
    4  pub const fn set_date_kind(self, date_kind: DateKind) -> Self 【】
    5  pub const fn set_time_precision(self, time_precision: TimePrecision) -> Self 【】
    6  pub const fn set_offset_precision(self, offset_precision: OffsetPrecision) -> Self 【】
    
    
    
    

    \time-0.3.14\src\instant.rs

    ═════════ pub fn 函数
    1  pub fn now() -> Self 【】
    2  pub fn elapsed(self) -> Duration 【】
    3  pub fn checked_add(self, duration: Duration) -> Option<Self> 【】
    4  pub fn checked_sub(self, duration: Duration) -> Option<Self> 【】
    5  pub const fn into_inner(self) -> StdInstant 【】
    
    
    
    

    \time-0.3.14\src\lib.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! __impl_assign 【】
    2  macro_rules! impl_add_assign 【】
    3  macro_rules! impl_sub_assign 【】
    4  macro_rules! impl_mul_assign 【】
    5  macro_rules! impl_div_assign 【】
    6  macro_rules! div_floor 【】
    7  macro_rules! cascade 【】
    8  macro_rules! ensure_value_in_range 【】
    9  macro_rules! const_try 【】
    10  macro_rules! const_try_opt 【】
    
    
    
    

    \time-0.3.14\src\month.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn from_number(n: NonZeroU8) -> Result<Self, error::ComponentRange> 【】
    2  pub const fn previous(self) -> Self 【】
    3  pub const fn next(self) -> Self 【】
    
    
    
    

    \time-0.3.14\src\offset_date_time.rs

    ═════════ pub fn 函数
    1  pub fn now_utc() -> Self 【】
    2  pub fn now_local() -> Result<Self, error::IndeterminateOffset> 【】
    3  pub const fn to_offset(self, offset: UtcOffset) -> Self 【】
    4  pub const fn from_unix_timestamp(timestamp: i64) -> Result<Self, error::ComponentRange> 【】
    5  pub const fn from_unix_timestamp_nanos(timestamp: i128) -> Result<Self, error::ComponentRange> 【】
    6  pub const fn offset(self) -> UtcOffset 【】
    7  pub const fn unix_timestamp(self) -> i64 【】
    8  pub const fn unix_timestamp_nanos(self) -> i128 【】
    9  pub const fn date(self) -> Date 【】
    10  pub const fn time(self) -> Time 【】
    11  pub const fn year(self) -> i32 【】
    12  pub const fn month(self) -> Month 【】
    13  pub const fn day(self) -> u8 【】
    14  pub const fn ordinal(self) -> u16 【】
    15  pub const fn iso_week(self) -> u8 【】
    16  pub const fn sunday_based_week(self) -> u8 【】
    17  pub const fn monday_based_week(self) -> u8 【】
    18  pub const fn to_calendar_date(self) -> (i32, Month, u8) 【】
    19  pub const fn to_ordinal_date(self) -> (i32, u16) 【】
    20  pub const fn to_iso_week_date(self) -> (i32, u8, Weekday) 【】
    21  pub const fn weekday(self) -> Weekday 【】
    22  pub const fn to_julian_day(self) -> i32 【】
    23  pub const fn to_hms(self) -> (u8, u8, u8) 【】
    24  pub const fn to_hms_milli(self) -> (u8, u8, u8, u16) 【】
    25  pub const fn to_hms_micro(self) -> (u8, u8, u8, u32) 【】
    26  pub const fn to_hms_nano(self) -> (u8, u8, u8, u32) 【】
    27  pub const fn hour(self) -> u8 【】
    28  pub const fn minute(self) -> u8 【】
    29  pub const fn second(self) -> u8 【】
    30  pub const fn millisecond(self) -> u16 【】
    31  pub const fn microsecond(self) -> u32 【】
    32  pub const fn nanosecond(self) -> u32 【】
    33  pub const fn checked_add(self, duration: Duration) -> Option<Self> 【】
    34  pub const fn checked_sub(self, duration: Duration) -> Option<Self> 【】
    35  pub const fn saturating_add(self, duration: Duration) -> Self 【】
    36  pub const fn saturating_sub(self, duration: Duration) -> Self 【】
    37  pub const fn replace_time(self, time: Time) -> Self 【】
    38  pub const fn replace_date(self, date: Date) -> Self 【】
    39  pub const fn replace_date_time(self, date_time: PrimitiveDateTime) -> Self 【】
    40  pub const fn replace_offset(self, offset: UtcOffset) -> Self 【】
    41  pub const fn replace_year(self, year: i32) -> Result<Self, error::ComponentRange> 【】
    42  pub const fn replace_month(self, month: Month) -> Result<Self, error::ComponentRange> 【】
    43  pub const fn replace_day(self, day: u8) -> Result<Self, error::ComponentRange> 【】
    44  pub const fn replace_hour(self, hour: u8) -> Result<Self, error::ComponentRange> 【】
    45  pub const fn replace_minute(self, minute: u8) -> Result<Self, error::ComponentRange> 【】
    46  pub const fn replace_second(self, second: u8) -> Result<Self, error::ComponentRange> 【】
    47  pub const fn replace_millisecond(
    48  pub const fn replace_microsecond(
    49  pub const fn replace_nanosecond(self, nanosecond: u32) -> Result<Self, error::ComponentRange> 【】
    50  pub fn format_into(
    51  pub fn format(self, format: &(impl Formattable + ?Sized)) -> Result<String, error::Format> 【】
    52  pub fn parse(
    53  pub(crate) const fn is_valid_leap_second_stand_in(self) -> bool 【】
    
    
    
    

    \time-0.3.14\src\parsing\combinator\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn sign(input: &[u8]) -> Option<ParsedItem<'_, u8>> 【】
    2  pub(crate) fn first_match<'a, T>(
    3  pub(crate) fn zero_or_more<'a, P: Fn(&'a [u8]) -> Option<ParsedItem<'a, ()>>>(
    4  pub(crate) fn one_or_more<'a, P: Fn(&'a [u8]) -> Option<ParsedItem<'a, ()>>>(
    5  pub(crate) fn n_to_m<
    6  pub(crate) fn n_to_m_digits<const N: u8, const M: u8, T: Integer>(
    7  pub(crate) fn exactly_n_digits<const N: u8, T: Integer>(input: &[u8]) -> Option<ParsedItem<'_, T>> 【】
    8  pub(crate) fn exactly_n_digits_padded<'a, const N: u8, T: Integer>(
    9  pub(crate) fn n_to_m_digits_padded<'a, const N: u8, const M: u8, T: Integer>(
    10  pub(crate) const fn any_digit(input: &[u8]) -> Option<ParsedItem<'_, u8>> 【】
    11  pub(crate) fn ascii_char<const CHAR: u8>(input: &[u8]) -> Option<ParsedItem<'_, ()>> 【】
    12  pub(crate) fn ascii_char_ignore_case<const CHAR: u8>(input: &[u8]) -> Option<ParsedItem<'_, ()>> 【】
    13  pub(crate) fn opt<'a, T>(
    
    
    
    

    \time-0.3.14\src\parsing\combinator\rfc\iso8601.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn maybe_extended(self) -> bool 【】
    2  pub(crate) const fn is_extended(self) -> bool 【】
    3  pub(crate) fn coerce_basic(&mut self) -> Option<()> 【】
    4  pub(crate) fn coerce_extended(&mut self) -> Option<()> 【】
    5  pub(crate) fn year(input: &[u8]) -> Option<ParsedItem<'_, i32>> 【】
    6  pub(crate) fn month(input: &[u8]) -> Option<ParsedItem<'_, Month>> 【】
    7  pub(crate) fn week(input: &[u8]) -> Option<ParsedItem<'_, NonZeroU8>> 【】
    8  pub(crate) fn day(input: &[u8]) -> Option<ParsedItem<'_, NonZeroU8>> 【】
    9  pub(crate) fn dayk(input: &[u8]) -> Option<ParsedItem<'_, Weekday>> 【】
    10  pub(crate) fn dayo(input: &[u8]) -> Option<ParsedItem<'_, NonZeroU16>> 【】
    11  pub(crate) fn hour(input: &[u8]) -> Option<ParsedItem<'_, u8>> 【】
    12  pub(crate) fn min(input: &[u8]) -> Option<ParsedItem<'_, u8>> 【】
    13  pub(crate) fn float(input: &[u8]) -> Option<ParsedItem<'_, (u8, Option<f64>)>> 【】
    
    
    
    

    \time-0.3.14\src\parsing\combinator\rfc\rfc2234.rs

    ═════════ pub fn 函数
    1  pub(crate) const fn wsp(input: &[u8]) -> Option<ParsedItem<'_, ()>> 【】
    
    
    
    

    \time-0.3.14\src\parsing\combinator\rfc\rfc2822.rs

    ═════════ pub fn 函数
    1  pub(crate) fn fws(mut input: &[u8]) -> Option<ParsedItem<'_, ()>> 【】
    2  pub(crate) fn cfws(input: &[u8]) -> Option<ParsedItem<'_, ()>> 【】
    
    
    
    

    \time-0.3.14\src\parsing\component.rs

    ═════════ pub fn 函数
    1  pub(crate) fn parse_year(input: &[u8], modifiers: modifier::Year) -> Option<ParsedItem<'_, i32>> 【】
    2  pub(crate) fn parse_month(
    3  pub(crate) fn parse_week_number(
    4  pub(crate) fn parse_weekday(
    5  pub(crate) fn parse_ordinal(
    6  pub(crate) fn parse_day(
    7  pub(crate) fn parse_hour(input: &[u8], modifiers: modifier::Hour) -> Option<ParsedItem<'_, u8>> 【】
    8  pub(crate) fn parse_minute(
    9  pub(crate) fn parse_second(
    10  pub(crate) fn parse_period(
    11  pub(crate) fn parse_subsecond(
    12  pub(crate) fn parse_offset_hour(
    13  pub(crate) fn parse_offset_minute(
    14  pub(crate) fn parse_offset_second(
    
    
    
    

    \time-0.3.14\src\parsing\iso8601.rs

    ═════════ pub fn 函数
    1  pub(crate) fn parse_date<'a>(
    2  pub(crate) fn parse_time<'a>(
    3  pub(crate) fn parse_offset<'a>(
    
    
    
    

    \time-0.3.14\src\parsing\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn map<U>(self, f: impl FnOnce(T) -> U) -> ParsedItem<'a, U> 【】
    2  pub(crate) fn flat_map<U>(self, f: impl FnOnce(T) -> Option<U>) -> Option<ParsedItem<'a, U>> 【】
    3  pub(crate) fn consume_value(self, f: impl FnOnce(T) -> Option<()>) -> Option<&'a [u8]> 【】
    4  pub(crate) const fn into_inner(self) -> &'a [u8] 【】
    5  pub(crate) const fn into_inner(self) -> &'a [u8] 【】
    
    
    
    

    \time-0.3.14\src\parsing\parsed.rs

    ═════════ pub fn 函数
    1  pub const fn new() -> Self 【】
    2  pub fn parse_item<'a>(
    3  pub fn parse_items<'a>(
    4  pub fn parse_literal<'a>(
    5  pub fn parse_component<'a>(
    6  pub const fn $name(&self) -> Option<$ty> 【】
    7  pub const fn $name(&self) -> Option<$ty> 【】
    8  pub const fn offset_minute(&self) -> Option<u8> 【】
    9  pub const fn offset_minute_signed(&self) -> Option<i8> 【】
    10  pub const fn offset_second(&self) -> Option<u8> 【】
    11  pub const fn offset_second_signed(&self) -> Option<i8> 【】
    12  pub(crate) const fn leap_second_allowed(&self) -> bool 【】
    13  pub fn $setter_name(&mut self, value: $ty) -> Option<()> 【】
    14  pub fn $setter_name(&mut self, value: $ty) -> Option<()> 【】
    15  pub fn set_offset_minute(&mut self, value: u8) -> Option<()> 【】
    16  pub fn set_offset_minute_signed(&mut self, value: i8) -> Option<()> 【】
    17  pub fn set_offset_second(&mut self, value: u8) -> Option<()> 【】
    18  pub fn set_offset_second_signed(&mut self, value: i8) -> Option<()> 【】
    19  pub(crate) fn set_leap_second_allowed(&mut self, value: bool) 【】
    20  pub const fn $builder_name(mut self, value: $ty) -> Option<Self> 【】
    21  pub const fn $builder_name(mut self, value: $ty) -> Option<Self> 【】
    22  pub const fn with_offset_minute(self, value: u8) -> Option<Self> 【】
    23  pub const fn with_offset_minute_signed(mut self, value: i8) -> Option<Self> 【】
    24  pub const fn with_offset_second(self, value: u8) -> Option<Self> 【】
    25  pub const fn with_offset_second_signed(mut self, value: i8) -> Option<Self> 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! getters 【】
    2  macro_rules! setters 【】
    3  macro_rules! builders 【】
    4  macro_rules! match_ 【】
    
    
    
    

    \time-0.3.14\src\parsing\shim.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! impl_parse_bytes 【】
    2  macro_rules! impl_parse_bytes_nonzero 【】
    
    
    
    

    \time-0.3.14\src\primitive_date_time.rs

    ═════════ pub fn 函数
    1  pub const fn new(date: Date, time: Time) -> Self 【】
    2  pub const fn date(self) -> Date 【】
    3  pub const fn time(self) -> Time 【】
    4  pub const fn year(self) -> i32 【】
    5  pub const fn month(self) -> Month 【】
    6  pub const fn day(self) -> u8 【】
    7  pub const fn ordinal(self) -> u16 【】
    8  pub const fn iso_week(self) -> u8 【】
    9  pub const fn sunday_based_week(self) -> u8 【】
    10  pub const fn monday_based_week(self) -> u8 【】
    11  pub const fn to_calendar_date(self) -> (i32, Month, u8) 【】
    12  pub const fn to_ordinal_date(self) -> (i32, u16) 【】
    13  pub const fn to_iso_week_date(self) -> (i32, u8, Weekday) 【】
    14  pub const fn weekday(self) -> Weekday 【】
    15  pub const fn to_julian_day(self) -> i32 【】
    16  pub const fn as_hms(self) -> (u8, u8, u8) 【】
    17  pub const fn as_hms_milli(self) -> (u8, u8, u8, u16) 【】
    18  pub const fn as_hms_micro(self) -> (u8, u8, u8, u32) 【】
    19  pub const fn as_hms_nano(self) -> (u8, u8, u8, u32) 【】
    20  pub const fn hour(self) -> u8 【】
    21  pub const fn minute(self) -> u8 【】
    22  pub const fn second(self) -> u8 【】
    23  pub const fn millisecond(self) -> u16 【】
    24  pub const fn microsecond(self) -> u32 【】
    25  pub const fn nanosecond(self) -> u32 【】
    26  pub const fn assume_offset(self, offset: UtcOffset) -> OffsetDateTime 【】
    27  pub const fn assume_utc(self) -> OffsetDateTime 【】
    28  pub const fn checked_add(self, duration: Duration) -> Option<Self> 【】
    29  pub const fn checked_sub(self, duration: Duration) -> Option<Self> 【】
    30  pub const fn saturating_add(self, duration: Duration) -> Self 【】
    31  pub const fn saturating_sub(self, duration: Duration) -> Self 【】
    32  pub const fn replace_time(self, time: Time) -> Self 【】
    33  pub const fn replace_date(self, date: Date) -> Self 【】
    34  pub const fn replace_year(self, year: i32) -> Result<Self, error::ComponentRange> 【】
    35  pub const fn replace_month(self, month: Month) -> Result<Self, error::ComponentRange> 【】
    36  pub const fn replace_day(self, day: u8) -> Result<Self, error::ComponentRange> 【】
    37  pub const fn replace_hour(self, hour: u8) -> Result<Self, error::ComponentRange> 【】
    38  pub const fn replace_minute(self, minute: u8) -> Result<Self, error::ComponentRange> 【】
    39  pub const fn replace_second(self, second: u8) -> Result<Self, error::ComponentRange> 【】
    40  pub const fn replace_millisecond(
    41  pub const fn replace_microsecond(
    42  pub const fn replace_nanosecond(self, nanosecond: u32) -> Result<Self, error::ComponentRange> 【】
    43  pub fn format_into(
    44  pub fn format(self, format: &(impl Formattable + ?Sized)) -> Result<String, error::Format> 【】
    45  pub fn parse(
    
    
    
    

    \time-0.3.14\src\quickcheck.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! arbitrary_between 【】
    
    
    
    

    \time-0.3.14\src\serde\iso8601.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S: Serializer>(
    2  pub fn deserialize<'a, D: Deserializer<'a>>(deserializer: D) -> Result<OffsetDateTime, D::Error> 【】
    3  pub fn serialize<S: Serializer>(
    4  pub fn deserialize<'a, D: Deserializer<'a>>(
    
    
    
    

    \time-0.3.14\src\serde\mod.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! item 【】
    
    
    
    

    \time-0.3.14\src\serde\rfc2822.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S: Serializer>(
    2  pub fn deserialize<'a, D: Deserializer<'a>>(deserializer: D) -> Result<OffsetDateTime, D::Error> 【】
    3  pub fn serialize<S: Serializer>(
    4  pub fn deserialize<'a, D: Deserializer<'a>>(
    
    
    
    

    \time-0.3.14\src\serde\rfc3339.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S: Serializer>(
    2  pub fn deserialize<'a, D: Deserializer<'a>>(deserializer: D) -> Result<OffsetDateTime, D::Error> 【】
    3  pub fn serialize<S: Serializer>(
    4  pub fn deserialize<'a, D: Deserializer<'a>>(
    
    
    
    

    \time-0.3.14\src\serde\timestamp.rs

    ═════════ pub fn 函数
    1  pub fn serialize<S: Serializer>(
    2  pub fn deserialize<'a, D: Deserializer<'a>>(deserializer: D) -> Result<OffsetDateTime, D::Error> 【】
    3  pub fn serialize<S: Serializer>(
    4  pub fn deserialize<'a, D: Deserializer<'a>>(
    
    
    
    

    \time-0.3.14\src\serde\visitor.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! well_known 【】
    
    
    
    

    \time-0.3.14\src\sys\local_offset_at\imp.rs

    ═════════ pub fn 函数
    1  pub(super) fn local_offset_at(_datetime: OffsetDateTime) -> Option<UtcOffset> 【】
    
    
    
    

    \time-0.3.14\src\sys\local_offset_at\mod.rs

    ═════════ pub fn 函数
    1  pub(crate) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset> 【】
    
    
    
    

    \time-0.3.14\src\sys\local_offset_at\unix.rs

    ═════════ pub fn 函数
    1  pub(super) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset> 【】
    
    
    
    

    \time-0.3.14\src\sys\local_offset_at\wasm_js.rs

    ═════════ pub fn 函数
    1  pub(super) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset> 【】
    
    
    
    

    \time-0.3.14\src\sys\local_offset_at\windows.rs

    ═════════ pub fn 函数
    1  pub(super) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset> 【】
    
    
    
    

    \time-0.3.14\src\time.rs

    ═════════ pub fn 函数
    1  pub const fn __from_hms_nanos_unchecked(
    2  pub const fn from_hms(hour: u8, minute: u8, second: u8) -> Result<Self, error::ComponentRange> 【】
    3  pub const fn from_hms_milli(
    4  pub const fn from_hms_micro(
    5  pub const fn from_hms_nano(
    6  pub const fn as_hms(self) -> (u8, u8, u8) 【】
    7  pub const fn as_hms_milli(self) -> (u8, u8, u8, u16) 【】
    8  pub const fn as_hms_micro(self) -> (u8, u8, u8, u32) 【】
    9  pub const fn as_hms_nano(self) -> (u8, u8, u8, u32) 【】
    10  pub const fn hour(self) -> u8 【】
    11  pub const fn minute(self) -> u8 【】
    12  pub const fn second(self) -> u8 【】
    13  pub const fn millisecond(self) -> u16 【】
    14  pub const fn microsecond(self) -> u32 【】
    15  pub const fn nanosecond(self) -> u32 【】
    16  pub(crate) const fn adjusting_add(self, duration: Duration) -> (DateAdjustment, Self) 【】
    17  pub(crate) const fn adjusting_sub(self, duration: Duration) -> (DateAdjustment, Self) 【】
    18  pub(crate) const fn adjusting_add_std(self, duration: StdDuration) -> (bool, Self) 【】
    19  pub(crate) const fn adjusting_sub_std(self, duration: StdDuration) -> (bool, Self) 【】
    20  pub const fn replace_hour(self, hour: u8) -> Result<Self, error::ComponentRange> 【】
    21  pub const fn replace_minute(self, minute: u8) -> Result<Self, error::ComponentRange> 【】
    22  pub const fn replace_second(self, second: u8) -> Result<Self, error::ComponentRange> 【】
    23  pub const fn replace_millisecond(
    24  pub const fn replace_microsecond(
    25  pub const fn replace_nanosecond(self, nanosecond: u32) -> Result<Self, error::ComponentRange> 【】
    26  pub fn format_into(
    27  pub fn format(
    28  pub fn parse(
    
    
    
    

    \time-0.3.14\src\utc_offset.rs

    ═════════ pub fn 函数
    1  pub const fn __from_hms_unchecked(hours: i8, minutes: i8, seconds: i8) -> Self 【】
    2  pub const fn from_hms(
    3  pub const fn from_whole_seconds(seconds: i32) -> Result<Self, error::ComponentRange> 【】
    4  pub const fn as_hms(self) -> (i8, i8, i8) 【】
    5  pub const fn whole_hours(self) -> i8 【】
    6  pub const fn whole_minutes(self) -> i16 【】
    7  pub const fn minutes_past_hour(self) -> i8 【】
    8  pub const fn whole_seconds(self) -> i32 【】
    9  pub const fn seconds_past_minute(self) -> i8 【】
    10  pub const fn is_utc(self) -> bool 【】
    11  pub const fn is_positive(self) -> bool 【】
    12  pub const fn is_negative(self) -> bool 【】
    13  pub fn local_offset_at(datetime: OffsetDateTime) -> Result<Self, error::IndeterminateOffset> 【】
    14  pub fn current_local_offset() -> Result<Self, error::IndeterminateOffset> 【】
    15  pub fn format_into(
    16  pub fn format(self, format: &(impl Formattable + ?Sized)) -> Result<String, error::Format> 【】
    17  pub fn parse(
    
    
    
    

    \time-0.3.14\src\util.rs

    ═════════ pub fn 函数
    1  pub const fn days_in_year_month(year: i32, month: Month) -> u8 【】
    2  pub const fn is_leap_year(year: i32) -> bool 【】
    3  pub const fn days_in_year(year: i32) -> u16 【】
    4  pub const fn weeks_in_year(year: i32) -> u8 【】
    
    
    
    

    \time-0.3.14\src\weekday.rs

    ═════════ pub fn 函数
    1  pub const fn previous(self) -> Self 【】
    2  pub const fn next(self) -> Self 【】
    3  pub const fn number_from_monday(self) -> u8 【】
    4  pub const fn number_from_sunday(self) -> u8 【】
    5  pub const fn number_days_from_monday(self) -> u8 【】
    6  pub const fn number_days_from_sunday(self) -> u8 【】
    
    
    
    

    \walkdir-2.3.2\src\dent.rs

    ═════════ pub fn 函数
    1  pub fn path(&self) -> &Path 【】
    2  pub fn into_path(self) -> PathBuf 【】
    3  pub fn path_is_symlink(&self) -> bool 【】
    4  pub fn metadata(&self) -> Result<fs::Metadata> 【】
    5  pub fn file_type(&self) -> fs::FileType 【】
    6  pub fn file_name(&self) -> &OsStr 【】
    7  pub fn depth(&self) -> usize 【】
    8  pub(crate) fn is_dir(&self) -> bool 【】
    9  pub(crate) fn is_dir(&self) -> bool 【】
    10  pub(crate) fn from_entry(
    11  pub(crate) fn from_entry(
    12  pub(crate) fn from_entry(
    13  pub(crate) fn from_path(
    14  pub(crate) fn from_path(
    15  pub(crate) fn from_path(
    
    
    
    

    \walkdir-2.3.2\src\error.rs

    ═════════ pub fn 函数
    1  pub fn path(&self) -> Option<&Path> 【】
    2  pub fn loop_ancestor(&self) -> Option<&Path> 【】
    3  pub fn depth(&self) -> usize 【】
    4  pub fn io_error(&self) -> Option<&io::Error> 【】
    5  pub fn into_io_error(self) -> Option<io::Error> 【】
    6  pub(crate) fn from_path(
    7  pub(crate) fn from_entry(dent: &DirEntry, err: io::Error) -> Self 【】
    8  pub(crate) fn from_io(depth: usize, err: io::Error) -> Self 【】
    9  pub(crate) fn from_loop(
    
    
    
    

    \walkdir-2.3.2\src\lib.rs

    ═════════ pub fn 函数
    1  pub fn new<P: AsRef<Path>>(root: P) -> Self 【】
    2  pub fn min_depth(mut self, depth: usize) -> Self 【】
    3  pub fn max_depth(mut self, depth: usize) -> Self 【】
    4  pub fn follow_links(mut self, yes: bool) -> Self 【】
    5  pub fn max_open(mut self, mut n: usize) -> Self 【】
    6  pub fn sort_by<F>(mut self, cmp: F) -> Self
    7  pub fn sort_by_key<K, F>(self, mut cmp: F) -> Self
    8  pub fn sort_by_file_name(self) -> Self 【】
    9  pub fn contents_first(mut self, yes: bool) -> Self 【】
    10  pub fn same_file_system(mut self, yes: bool) -> Self 【】
    11  pub fn skip_current_dir(&mut self) 【】
    12  pub fn filter_entry<P>(self, predicate: P) -> FilterEntry<Self, P>
    13  pub fn filter_entry(self, predicate: P) -> FilterEntry<Self, P> 【】
    14  pub fn skip_current_dir(&mut self) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! itry 【】
    
    
    
    

    \walkdir-2.3.2\src\tests\util.rs

    ═════════ pub fn 函数
    1  pub fn errs(&self) -> &[Error] 【】
    2  pub fn assert_no_errors(&self) 【】
    3  pub fn ents(&self) -> &[DirEntry] 【】
    4  pub fn paths(&self) -> Vec<PathBuf> 【】
    5  pub fn sorted_ents(&self) -> Vec<DirEntry> 【】
    6  pub fn sorted_paths(&self) -> Vec<PathBuf> 【】
    7  pub fn tmp() -> Dir 【】
    8  pub fn path(&self) -> &Path 【】
    9  pub fn join<P: AsRef<Path>>(&self, path: P) -> PathBuf 【】
    10  pub fn run_recursive<I>(&self, it: I) -> RecursiveResults
    11  pub fn mkdirp<P: AsRef<Path>>(&self, path: P) 【】
    12  pub fn touch<P: AsRef<Path>>(&self, path: P) 【】
    13  pub fn touch_all<P: AsRef<Path>>(&self, paths: &[P]) 【】
    14  pub fn symlink_file<P1: AsRef<Path>, P2: AsRef<Path>>(
    15  pub fn symlink_dir<P1: AsRef<Path>, P2: AsRef<Path>>(
    16  pub fn new() -> Result<TempDir> 【】
    17  pub fn path(&self) -> &Path 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! err 【】
    
    
    
    

    \walkdir-2.3.2\src\util.rs

    ═════════ pub fn 函数
    1  pub fn device_num<P: AsRef<Path>>(path: P) -> io::Result<u64> 【】
    2  pub fn device_num<P: AsRef<Path>>(path: P) -> io::Result<u64> 【】
    3  pub fn device_num<P: AsRef<Path>>(_: P) -> io::Result<u64> 【】
    
    
    
    

    \winapi-0.3.9\src\macros.rs

    ═════════ pub fn 函数
    1  #[inline] pub unsafe fn $method(&self, $($p: $t,)*) -> $rtr 【】
    2  #[inline] pub unsafe fn $method(&self, $($p: $t,)*) -> $rtr 【】
    3  pub unsafe fn $variant(&self) -> &$ftype 【】
    4  pub unsafe fn $variant_mut(&mut self) -> &mut $ftype 【】
    5  pub unsafe fn $variant(&self) -> &$ftype 【】
    6  pub unsafe fn $variant_mut(&mut self) -> &mut $ftype 【】
    7  pub fn $thing(&self) -> $fieldtype 【】
    8  pub fn $set_thing(&mut self, val: $fieldtype) 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! DECLARE_HANDLE 【】
    2  macro_rules! MAKE_HRESULT 【】
    3  macro_rules! MAKE_SCODE 【】
    4  macro_rules! HIDP_ERROR_CODES 【】
    5  macro_rules! MAKEFOURCC 【】
    6  macro_rules! DEFINE_GUID 【】
    7  macro_rules! DEFINE_BLUETOOTH_UUID128 【】
    8  macro_rules! DEFINE_PROPERTYKEY 【】
    9  macro_rules! DEFINE_DEVPROPKEY 【】
    10  macro_rules! CTL_CODE 【】
    11  macro_rules! BTH_CTL 【】
    12  macro_rules! BTH_KERNEL_CTL 【】
    13  macro_rules! HID_CTL_CODE 【】
    14  macro_rules! HID_BUFFER_CTL_CODE 【】
    15  macro_rules! HID_IN_CTL_CODE 【】
    16  macro_rules! HID_OUT_CTL_CODE 【】
    17  macro_rules! AUDCLNT_ERR 【】
    18  macro_rules! AUDCLNT_SUCCESS 【】
    19  macro_rules! BCRYPT_MAKE_INTERFACE_VERSION 【】
    20  macro_rules! MAKEINTRESOURCE 【】
    21  macro_rules! RIDL 【】
    22  macro_rules! UNION 【】
    23  macro_rules! BITFIELD 【】
    24  macro_rules! ENUM 【】
    25  macro_rules! STRUCT 【】
    26  macro_rules! IFDEF 【】
    27  macro_rules! FN 【】
    28  macro_rules! _WSAIO 【】
    29  macro_rules! _WSAIOR 【】
    30  macro_rules! _WSAIOW 【】
    31  macro_rules! _WSAIORW 【】
    
    
    
    

    \winapi-0.3.9\src\shared\bcrypt.rs

    ═════════ pub fn 函数
    1  pub fn BCRYPT_SUCCESS(Status: NTSTATUS) -> bool 【】
    2  pub fn BCryptOpenAlgorithmProvider(
    3  pub fn BCryptEnumAlgorithms(
    4  pub fn BCryptEnumProviders(
    5  pub fn BCryptGetProperty(
    6  pub fn BCryptSetProperty(
    7  pub fn BCryptCloseAlgorithmProvider(
    8  pub fn BCryptFreeBuffer(
    9  pub fn BCryptGenerateSymmetricKey(
    10  pub fn BCryptGenerateKeyPair(
    11  pub fn BCryptEncrypt(
    12  pub fn BCryptDecrypt(
    13  pub fn BCryptExportKey(
    14  pub fn BCryptImportKey(
    15  pub fn BCryptImportKeyPair(
    16  pub fn BCryptDuplicateKey(
    17  pub fn BCryptFinalizeKeyPair(
    18  pub fn BCryptDestroyKey(
    19  pub fn BCryptDestroySecret(
    20  pub fn BCryptSignHash(
    21  pub fn BCryptVerifySignature(
    22  pub fn BCryptSecretAgreement(
    23  pub fn BCryptDeriveKey(
    24  pub fn BCryptKeyDerivation(
    25  pub fn BCryptCreateHash(
    26  pub fn BCryptHashData(
    27  pub fn BCryptFinishHash(
    28  pub fn BCryptCreateMultiHash(
    29  pub fn BCryptProcessMultiOperations(
    30  pub fn BCryptDuplicateHash(
    31  pub fn BCryptDestroyHash(
    32  pub fn BCryptHash(
    33  pub fn BCryptGenRandom(
    34  pub fn BCryptDeriveKeyCapi(
    35  pub fn BCryptDeriveKeyPBKDF2(
    36  pub fn BCRYPT_IS_INTERFACE_VERSION_COMPATIBLE(
    37  pub fn BCryptQueryProviderRegistration(
    38  pub fn BCryptEnumRegisteredProviders(
    39  pub fn BCryptCreateContext(
    40  pub fn BCryptDeleteContext(
    41  pub fn BCryptEnumContexts(
    42  pub fn BCryptConfigureContext(
    43  pub fn BCryptQueryContextConfiguration(
    44  pub fn BCryptAddContextFunction(
    45  pub fn BCryptRemoveContextFunction(
    46  pub fn BCryptEnumContextFunctions(
    47  pub fn BCryptConfigureContextFunction(
    48  pub fn BCryptQueryContextFunctionConfiguration(
    49  pub fn BCryptEnumContextFunctionProviders(
    50  pub fn BCryptSetContextFunctionProperty(
    51  pub fn BCryptQueryContextFunctionProperty(
    52  pub fn BCryptRegisterConfigChangeNotify(
    53  pub fn BCryptUnregisterConfigChangeNotify(
    54  pub fn BCryptResolveProviders(
    55  pub fn BCryptGetFipsAlgorithmMode(
    56  pub fn CngGetFipsAlgorithmMode() -> BOOLEAN;
    
    
    
    

    \winapi-0.3.9\src\shared\bthdef.rs

    ═════════ pub fn 函数
    1  pub fn GET_NAP(addr: BTH_ADDR) -> u16 【】
    2  pub fn GET_SAP(addr: BTH_ADDR) -> u32 【】
    3  pub fn SET_NAP(nap: u16) -> BTH_ADDR 【】
    4  pub fn SET_SAP(sap: u32) -> BTH_ADDR 【】
    5  pub fn SET_NAP_SAP(nap: u16, sap: u32) -> BTH_ADDR 【】
    6  pub fn GET_COD_FORMAT(cod: BTH_COD) -> u8 【】
    7  pub fn GET_COD_MINOR(cod: BTH_COD) -> u8 【】
    8  pub fn GET_COD_MAJOR(cod: BTH_COD) -> u8 【】
    9  pub fn GET_COD_SERVICE(cod: BTH_COD) -> u16 【】
    10  pub fn SET_COD_MINOR(cod: BTH_COD, minor: u8) -> BTH_COD 【】
    11  pub fn SET_COD_MAJOR(cod: BTH_COD, major: u8) -> BTH_COD 【】
    12  pub fn SET_COD_SERVICE(cod: BTH_COD, service: u16) -> BTH_COD 【】
    13  pub fn GET_COD_LAN_MINOR(cod: BTH_COD) -> u8 【】
    14  pub fn GET_COD_LAN_ACCESS(cod: BTH_COD) -> u8 【】
    15  pub fn BTH_ERROR(btStatus: BTHSTATUS) -> bool 【】
    16  pub fn BTH_SUCCESS(btStatus: BTHSTATUS) -> bool 【】
    17  pub fn IsMITMProtectionRequired(requirements: AUTHENTICATION_REQUIREMENTS) -> bool 【】
    18  pub fn GET_BITS(field: u64, offset: u8, mask: u64) -> u64 【】
    19  pub fn GET_BIT(field: u64, offset: u8) -> u64 【】
    20  pub fn LMP_3_SLOT_PACKETS(x: u64) -> u64 【】
    21  pub fn LMP_5_SLOT_PACKETS(x: u64) -> u64 【】
    22  pub fn LMP_ENCRYPTION(x: u64) -> u64 【】
    23  pub fn LMP_SLOT_OFFSET(x: u64) -> u64 【】
    24  pub fn LMP_TIMING_ACCURACY(x: u64) -> u64 【】
    25  pub fn LMP_SWITCH(x: u64) -> u64 【】
    26  pub fn LMP_HOLD_MODE(x: u64) -> u64 【】
    27  pub fn LMP_SNIFF_MODE(x: u64) -> u64 【】
    28  pub fn LMP_PARK_MODE(x: u64) -> u64 【】
    29  pub fn LMP_RSSI(x: u64) -> u64 【】
    30  pub fn LMP_CHANNEL_QUALITY_DRIVEN_MODE(x: u64) -> u64 【】
    31  pub fn LMP_SCO_LINK(x: u64) -> u64 【】
    32  pub fn LMP_HV2_PACKETS(x: u64) -> u64 【】
    33  pub fn LMP_HV3_PACKETS(x: u64) -> u64 【】
    34  pub fn LMP_MU_LAW_LOG(x: u64) -> u64 【】
    35  pub fn LMP_A_LAW_LOG(x: u64) -> u64 【】
    36  pub fn LMP_CVSD(x: u64) -> u64 【】
    37  pub fn LMP_PAGING_SCHEME(x: u64) -> u64 【】
    38  pub fn LMP_POWER_CONTROL(x: u64) -> u64 【】
    39  pub fn LMP_TRANSPARENT_SCO_DATA(x: u64) -> u64 【】
    40  pub fn LMP_FLOW_CONTROL_LAG(x: u64) -> u64 【】
    41  pub fn LMP_BROADCAST_ENCRYPTION(x: u64) -> u64 【】
    42  pub fn LMP_ENHANCED_DATA_RATE_ACL_2MBPS_MODE(x: u64) -> u64 【】
    43  pub fn LMP_ENHANCED_DATA_RATE_ACL_3MBPS_MODE(x: u64) -> u64 【】
    44  pub fn LMP_ENHANCED_INQUIRY_SCAN(x: u64) -> u64 【】
    45  pub fn LMP_INTERLACED_INQUIRY_SCAN(x: u64) -> u64 【】
    46  pub fn LMP_INTERLACED_PAGE_SCAN(x: u64) -> u64 【】
    47  pub fn LMP_RSSI_WITH_INQUIRY_RESULTS(x: u64) -> u64 【】
    48  pub fn LMP_ESCO_LINK(x: u64) -> u64 【】
    49  pub fn LMP_EV4_PACKETS(x: u64) -> u64 【】
    50  pub fn LMP_EV5_PACKETS(x: u64) -> u64 【】
    51  pub fn LMP_AFH_CAPABLE_SLAVE(x: u64) -> u64 【】
    52  pub fn LMP_AFH_CLASSIFICATION_SLAVE(x: u64) -> u64 【】
    53  pub fn LMP_BR_EDR_NOT_SUPPORTED(x: u64) -> u64 【】
    54  pub fn LMP_LE_SUPPORTED(x: u64) -> u64 【】
    55  pub fn LMP_3SLOT_EDR_ACL_PACKETS(x: u64) -> u64 【】
    56  pub fn LMP_5SLOT_EDR_ACL_PACKETS(x: u64) -> u64 【】
    57  pub fn LMP_SNIFF_SUBRATING(x: u64) -> u64 【】
    58  pub fn LMP_PAUSE_ENCRYPTION(x: u64) -> u64 【】
    59  pub fn LMP_AFH_CAPABLE_MASTER(x: u64) -> u64 【】
    60  pub fn LMP_AFH_CLASSIFICATION_MASTER(x: u64) -> u64 【】
    61  pub fn LMP_EDR_ESCO_2MBPS_MODE(x: u64) -> u64 【】
    62  pub fn LMP_EDR_ESCO_3MBPS_MODE(x: u64) -> u64 【】
    63  pub fn LMP_3SLOT_EDR_ESCO_PACKETS(x: u64) -> u64 【】
    64  pub fn LMP_EXTENDED_INQUIRY_RESPONSE(x: u64) -> u64 【】
    65  pub fn LMP_SIMULT_LE_BR_TO_SAME_DEV(x: u64) -> u64 【】
    66  pub fn LMP_SECURE_SIMPLE_PAIRING(x: u64) -> u64 【】
    67  pub fn LMP_ENCAPSULATED_PDU(x: u64) -> u64 【】
    68  pub fn LMP_ERRONEOUS_DATA_REPORTING(x: u64) -> u64 【】
    69  pub fn LMP_NON_FLUSHABLE_PACKET_BOUNDARY_FLAG(x: u64) -> u64 【】
    70  pub fn LMP_LINK_SUPERVISION_TIMEOUT_CHANGED_EVENT(x: u64) -> u64 【】
    71  pub fn LMP_INQUIRY_RESPONSE_TX_POWER_LEVEL(x: u64) -> u64 【】
    72  pub fn LMP_EXTENDED_FEATURES(x: u64) -> u64 【】
    
    
    
    

    \winapi-0.3.9\src\shared\d3d9.rs

    ═════════ pub fn 函数
    1  pub fn Direct3DCreate9(
    2  pub fn D3DPERF_BeginEvent(
    3  pub fn D3DPERF_EndEvent() -> INT;
    4  pub fn D3DPERF_SetMarker(
    5  pub fn D3DPERF_SetRegion(
    6  pub fn D3DPERF_QueryRepeatFrame() -> BOOL;
    7  pub fn D3DPERF_SetOptions(
    8  pub fn D3DPERF_GetStatus() -> DWORD;
    9  pub fn Direct3DCreate9Ex(
    
    
    
    

    \winapi-0.3.9\src\shared\d3d9types.rs

    ═════════ pub fn 函数
    1  pub fn D3DCOLOR_ARGB(a: DWORD, r: DWORD, g: DWORD, b: DWORD) -> D3DCOLOR 【】
    2  pub fn D3DCOLOR_RGBA(r: DWORD, g: DWORD, b: DWORD, a: DWORD) -> D3DCOLOR 【】
    3  pub fn D3DCOLOR_XRGB(r: DWORD, g: DWORD, b: DWORD) -> D3DCOLOR 【】
    4  pub fn D3DCOLOR_XYUV(y: DWORD, u: DWORD, v: DWORD) -> D3DCOLOR 【】
    5  pub fn D3DCOLOR_AYUV(a: DWORD, y: DWORD, u: DWORD, v: DWORD) -> D3DCOLOR 【】
    6  pub fn D3DCOLOR_COLORVALUE(r: f32, g: f32, b: f32, a: f32) -> D3DCOLOR 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! D3DTS_WORLDMATRIX 【】
    
    
    
    

    \winapi-0.3.9\src\shared\d3dukmdt.rs

    ═════════ pub fn 函数
    1  pub fn IS_OFFICIAL_DDI_INTERFACE_VERSION(version: ULONG) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\shared\devpropdef.rs

    ═════════ pub fn 函数
    1  pub fn IsEqualDevPropKey(a: &DEVPROPKEY, b: &DEVPROPKEY) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\shared\dxgi.rs

    ═════════ pub fn 函数
    1  pub fn CreateDXGIFactory(
    2  pub fn CreateDXGIFactory1(
    
    
    
    

    \winapi-0.3.9\src\shared\dxgi1_3.rs

    ═════════ pub fn 函数
    1  pub fn CreateDXGIFactory2(
    2  pub fn DXGIGetDebugInterface1(
    
    
    
    

    \winapi-0.3.9\src\shared\evntprov.rs

    ═════════ pub fn 函数
    1  pub fn EventRegister(
    2  pub fn EventUnregister(
    3  pub fn EventSetInformation(
    4  pub fn EventEnabled(
    5  pub fn EventProviderEnabled(
    6  pub fn EventWrite(
    7  pub fn EventWriteTransfer(
    8  pub fn EventWriteEx(
    9  pub fn EventWriteString(
    10  pub fn EventActivityIdControl(
    11  pub unsafe fn EventDataDescCreate(
    12  pub unsafe fn EventDescCreate(
    13  pub unsafe fn EventDescZero(EventDescriptor: PEVENT_DESCRIPTOR) 【】
    14  pub unsafe fn EventDescGetId(EventDescriptor: PCEVENT_DESCRIPTOR) -> USHORT 【】
    15  pub unsafe fn EventDescGetVersion(EventDescriptor: PCEVENT_DESCRIPTOR) -> UCHAR 【】
    16  pub unsafe fn EventDescGetTask(EventDescriptor: PCEVENT_DESCRIPTOR) -> USHORT 【】
    17  pub unsafe fn EventDescGetOpcode(EventDescriptor: PCEVENT_DESCRIPTOR) -> UCHAR 【】
    18  pub unsafe fn EventDescGetChannel(EventDescriptor: PCEVENT_DESCRIPTOR) -> UCHAR 【】
    19  pub unsafe fn EventDescGetLevel(EventDescriptor: PCEVENT_DESCRIPTOR) -> UCHAR 【】
    20  pub unsafe fn EventDescGetKeyword(EventDescriptor: PCEVENT_DESCRIPTOR) -> ULONGLONG 【】
    21  pub unsafe fn EventDescSetId(EventDescriptor: PEVENT_DESCRIPTOR, Id: USHORT) -> PEVENT_DESCRIPTOR 【】
    22  pub unsafe fn EventDescSetVersion(
    23  pub unsafe fn EventDescSetTask(
    24  pub unsafe fn EventDescSetOpcode(
    25  pub unsafe fn EventDescSetLevel(
    26  pub unsafe fn EventDescSetChannel(
    27  pub unsafe fn EventDescSetKeyword(
    28  pub unsafe fn EventDescOrKeyword(
    
    
    
    

    \winapi-0.3.9\src\shared\evntrace.rs

    ═════════ pub fn 函数
    1  pub fn StartTraceW(
    2  pub fn StartTraceA(
    3  pub fn StopTraceW(
    4  pub fn StopTraceA(
    5  pub fn QueryTraceW(
    6  pub fn QueryTraceA(
    7  pub fn UpdateTraceW(
    8  pub fn UpdateTraceA(
    9  pub fn FlushTraceW(
    10  pub fn FlushTraceA(
    11  pub fn ControlTraceW(
    12  pub fn ControlTraceA(
    13  pub fn QueryAllTracesW(
    14  pub fn QueryAllTracesA(
    15  pub fn EnableTrace(
    16  pub fn EnableTraceEx(
    17  pub fn EnableTraceEx2(
    18  pub fn EnumerateTraceGuidsEx(
    19  pub fn TraceSetInformation(
    20  pub fn TraceQueryInformation(
    21  pub fn CreateTraceInstanceId(
    22  pub fn TraceEvent(
    23  pub fn TraceEventInstance(
    24  pub fn RegisterTraceGuidsW(
    25  pub fn RegisterTraceGuidsA(
    26  pub fn EnumerateTraceGuids(
    27  pub fn UnregisterTraceGuids(
    28  pub fn GetTraceLoggerHandle(
    29  pub fn GetTraceEnableLevel(
    30  pub fn GetTraceEnableFlags(
    31  pub fn OpenTraceW(
    32  pub fn ProcessTrace(
    33  pub fn CloseTrace(
    34  pub fn QueryTraceProcessingHandle(
    35  pub fn OpenTraceA(
    36  pub fn SetTraceCallback(
    37  pub fn RemoveTraceCallback(
    38  pub fn TraceMessage(
    39  pub fn TraceMessageVa(
    
    
    
    

    \winapi-0.3.9\src\shared\guiddef.rs

    ═════════ pub fn 函数
    1  pub fn IsEqualGUID(g1: &GUID, g2: &GUID) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\shared\hidpi.rs

    ═════════ pub fn 函数
    1  pub fn HidP_GetCaps(
    2  pub fn HidP_GetLinkCollectionNodes(
    3  pub fn HidP_GetSpecificButtonCaps(
    4  pub fn HidP_GetButtonCaps(
    5  pub fn HidP_GetSpecificValueCaps(
    6  pub fn HidP_GetValueCaps(
    7  pub fn HidP_GetExtendedAttributes(
    8  pub fn HidP_InitializeReportForID(
    9  pub fn HidP_SetData(
    10  pub fn HidP_GetData(
    11  pub fn HidP_MaxDataListLength(
    12  pub fn HidP_SetUsages(
    13  pub fn HidP_UnsetUsages(
    14  pub fn HidP_GetUsages(
    15  pub fn HidP_GetUsagesEx(
    16  pub fn HidP_MaxUsageListLength(
    17  pub fn HidP_SetUsageValue(
    18  pub fn HidP_SetScaledUsageValue(
    19  pub fn HidP_SetUsageValueArray(
    20  pub fn HidP_GetUsageValue(
    21  pub fn HidP_GetScaledUsageValue(
    22  pub fn HidP_GetUsageValueArray(
    23  pub fn HidP_UsageListDifference(
    24  pub fn HidP_TranslateUsagesToI8042ScanCodes(
    
    
    
    

    \winapi-0.3.9\src\shared\hidsdi.rs

    ═════════ pub fn 函数
    1  pub fn HidD_GetAttributes(
    2  pub fn HidD_GetHidGuid(
    3  pub fn HidD_GetPreparsedData(
    4  pub fn HidD_FreePreparsedData(
    5  pub fn HidD_FlushQueue(
    6  pub fn HidD_GetConfiguration(
    7  pub fn HidD_SetConfiguration(
    8  pub fn HidD_GetFeature(
    9  pub fn HidD_SetFeature(
    10  pub fn HidD_GetInputReport(
    11  pub fn HidD_SetOutputReport(
    12  pub fn HidD_GetNumInputBuffers(
    13  pub fn HidD_SetNumInputBuffers(
    14  pub fn HidD_GetPhysicalDescriptor(
    15  pub fn HidD_GetManufacturerString(
    16  pub fn HidD_GetProductString(
    17  pub fn HidD_GetIndexedString(
    18  pub fn HidD_GetSerialNumberString(
    19  pub fn HidD_GetMsGenreDescriptor(
    
    
    
    

    \winapi-0.3.9\src\shared\minwindef.rs

    ═════════ pub fn 函数
    1  pub fn MAKEWORD(a: BYTE, b: BYTE) -> WORD 【】
    2  pub fn MAKELONG(a: WORD, b: WORD) -> LONG 【】
    3  pub fn LOWORD(l: DWORD) -> WORD 【】
    4  pub fn HIWORD(l: DWORD) -> WORD 【】
    5  pub fn LOBYTE(l: WORD) -> BYTE 【】
    6  pub fn HIBYTE(l: WORD) -> BYTE 【】
    
    
    
    

    \winapi-0.3.9\src\shared\mstcpip.rs

    ═════════ pub fn 函数
    1  pub fn IN4_CLASSA(i: LONG) -> bool 【】
    2  pub fn IN4_CLASSB(i: LONG) -> bool 【】
    3  pub fn IN4_CLASSC(i: LONG) -> bool 【】
    4  pub fn IN4_CLASSD(i: LONG) -> bool 【】
    5  pub fn IN4_MULTICAST(i: LONG) -> bool 【】
    6  pub fn IN4_ADDR_EQUAL(a: &IN_ADDR, b: &IN_ADDR) -> bool 【】
    7  pub fn IN4_UNALIGNED_ADDR_EQUAL(a: &IN_ADDR, b: &IN_ADDR) -> bool 【】
    8  pub fn IN4_IS_ADDR_UNSPECIFIED(a: &IN_ADDR) -> bool 【】
    9  pub fn IN4_IS_UNALIGNED_ADDR_UNSPECIFIED(a: &IN_ADDR) -> bool 【】
    10  pub fn IN4_IS_ADDR_LOOPBACK(a: &IN_ADDR) -> bool 【】
    11  pub fn IN4_IS_UNALIGNED_ADDR_LOOPBACK(a: &IN_ADDR) -> bool 【】
    12  pub fn IN4_IS_ADDR_BROADCAST(a: &IN_ADDR) -> bool 【】
    13  pub fn IN4_IS_UNALIGNED_ADDR_BROADCAST(a: &IN_ADDR) -> bool 【】
    14  pub fn IN4_IS_ADDR_MULTICAST(a: &IN_ADDR) -> bool 【】
    15  pub fn IN4_IS_UNALIGNED_ADDR_MULTICAST(a: &IN_ADDR) -> bool 【】
    16  pub fn IN4_IS_ADDR_LINKLOCAL(a: &IN_ADDR) -> bool 【】
    17  pub fn IN4_IS_UNALIGNED_ADDR_LINKLOCAL(a: &IN_ADDR) -> bool 【】
    18  pub fn IN4_IS_ADDR_SITELOCAL(_: &IN_ADDR) -> bool 【】
    19  pub fn IN4_IS_UNALIGNED_ADDR_SITELOCAL(_: &IN_ADDR) -> bool 【】
    20  pub fn IN4_IS_ADDR_RFC1918(a: &IN_ADDR) -> bool 【】
    21  pub fn IN4_IS_UNALIGNED_ADDR_RFC1918(a: &IN_ADDR) -> bool 【】
    22  pub fn IN4_IS_ADDR_MC_LINKLOCAL(a: &IN_ADDR) -> bool 【】
    23  pub fn IN4_IS_ADDR_MC_ADMINLOCAL(a: &IN_ADDR) -> bool 【】
    24  pub fn IN4_IS_ADDR_MC_SITELOCAL(a: &IN_ADDR) -> bool 【】
    25  pub fn IN4ADDR_ISANY(a: &SOCKADDR_IN) -> bool 【】
    26  pub fn IN4ADDR_ISLOOPBACK(a: &SOCKADDR_IN) -> bool 【】
    27  pub fn RtlIpv4AddressToStringA(
    28  pub fn RtlIpv4AddressToStringExA(
    29  pub fn RtlIpv4AddressToStringW(
    30  pub fn RtlIpv4AddressToStringExW(
    31  pub fn RtlIpv4StringToAddressA(
    32  pub fn RtlIpv4StringToAddressExA(
    33  pub fn RtlIpv4StringToAddressW(
    34  pub fn RtlIpv4StringToAddressExW(
    35  pub fn RtlIpv6AddressToStringA(
    36  pub fn RtlIpv6AddressToStringExA(
    37  pub fn RtlIpv6AddressToStringW(
    38  pub fn RtlIpv6AddressToStringExW(
    39  pub fn RtlIpv6StringToAddressA(
    40  pub fn RtlIpv6StringToAddressExA(
    41  pub fn RtlIpv6StringToAddressW(
    42  pub fn RtlIpv6StringToAddressExW(
    43  pub fn RtlEthernetAddressToStringA(
    44  pub fn RtlEthernetAddressToStringW(
    45  pub fn RtlEthernetStringToAddressA(
    46  pub fn RtlEthernetStringToAddressW(
    
    
    
    

    \winapi-0.3.9\src\shared\netioapi.rs

    ═════════ pub fn 函数
    1  pub fn GetIfEntry2(
    2  pub fn GetIfEntry2Ex(
    3  pub fn GetIfTable2(
    4  pub fn GetIfTable2Ex(
    5  pub fn GetIfStackTable(
    6  pub fn GetInvertedIfStackTable(
    7  pub fn GetIpInterfaceEntry(
    8  pub fn GetIpInterfaceTable(
    9  pub fn InitializeIpInterfaceEntry(
    10  pub fn NotifyIpInterfaceChange(
    11  pub fn SetIpInterfaceEntry(
    12  pub fn GetIpNetworkConnectionBandwidthEstimates(
    13  pub fn CreateUnicastIpAddressEntry(
    14  pub fn DeleteUnicastIpAddressEntry(
    15  pub fn GetUnicastIpAddressEntry(
    16  pub fn GetUnicastIpAddressTable(
    17  pub fn InitializeUnicastIpAddressEntry(
    18  pub fn NotifyUnicastIpAddressChange(
    19  pub fn NotifyStableUnicastIpAddressTable(
    20  pub fn SetUnicastIpAddressEntry(
    21  pub fn CreateAnycastIpAddressEntry(
    22  pub fn DeleteAnycastIpAddressEntry(
    23  pub fn GetAnycastIpAddressEntry(
    24  pub fn GetAnycastIpAddressTable(
    25  pub fn GetMulticastIpAddressEntry(
    26  pub fn GetMulticastIpAddressTable(
    27  pub fn CreateIpForwardEntry2(
    28  pub fn DeleteIpForwardEntry2(
    29  pub fn GetBestRoute2(
    30  pub fn GetIpForwardEntry2(
    31  pub fn GetIpForwardTable2(
    32  pub fn InitializeIpForwardEntry(
    33  pub fn NotifyRouteChange2(
    34  pub fn SetIpForwardEntry2(
    35  pub fn FlushIpPathTable(
    36  pub fn GetIpPathEntry(
    37  pub fn GetIpPathTable(
    38  pub fn CreateIpNetEntry2(
    39  pub fn DeleteIpNetEntry2(
    40  pub fn FlushIpNetTable2(
    41  pub fn GetIpNetEntry2(
    42  pub fn GetIpNetTable2(
    43  pub fn ResolveIpNetEntry2(
    44  pub fn SetIpNetEntry2(
    45  pub fn NotifyTeredoPortChange(
    46  pub fn GetTeredoPort(
    47  pub fn CancelMibChangeNotify2(
    48  pub fn FreeMibTable(
    49  pub fn CreateSortedAddressPairs(
    50  pub fn ConvertCompartmentGuidToId(
    51  pub fn ConvertCompartmentIdToGuid(
    52  pub fn ConvertInterfaceNameToLuidA(
    53  pub fn ConvertInterfaceNameToLuidW(
    54  pub fn ConvertInterfaceLuidToNameA(
    55  pub fn ConvertInterfaceLuidToNameW(
    56  pub fn ConvertInterfaceLuidToIndex(
    57  pub fn ConvertInterfaceIndexToLuid(
    58  pub fn ConvertInterfaceLuidToAlias(
    59  pub fn ConvertInterfaceAliasToLuid(
    60  pub fn ConvertInterfaceLuidToGuid(
    61  pub fn ConvertInterfaceGuidToLuid(
    62  pub fn if_nametoindex(
    63  pub fn if_indextoname(
    64  pub fn GetCurrentThreadCompartmentId() -> NET_IF_COMPARTMENT_ID;
    65  pub fn SetCurrentThreadCompartmentId(
    66  pub fn GetCurrentThreadCompartmentScope(
    67  pub fn SetCurrentThreadCompartmentScope(
    68  pub fn GetJobCompartmentId(
    69  pub fn SetJobCompartmentId(
    70  pub fn GetSessionCompartmentId(
    71  pub fn SetSessionCompartmentId(
    72  pub fn GetDefaultCompartmentId() -> NET_IF_COMPARTMENT_ID;
    73  pub fn GetNetworkInformation(
    74  pub fn SetNetworkInformation(
    75  pub fn ConvertLengthToIpv4Mask(
    76  pub fn ConvertIpv4MaskToLength(
    77  pub fn GetDnsSettings(
    78  pub fn FreeDnsSettings(
    79  pub fn SetDnsSettings(
    80  pub fn GetInterfaceDnsSettings(
    81  pub fn FreeInterfaceDnsSettings(
    82  pub fn SetInterfaceDnsSettings(
    
    
    
    

    \winapi-0.3.9\src\shared\ntdef.rs

    ═════════ pub fn 函数
    1  pub fn NT_SUCCESS(Status: NTSTATUS) -> bool 【】
    2  pub fn NT_INFORMATION(Status: NTSTATUS) -> bool 【】
    3  pub fn NT_WARNING(Status: NTSTATUS) -> bool 【】
    4  pub fn NT_ERROR(Status: NTSTATUS) -> bool 【】
    5  pub unsafe fn RTL_BALANCED_NODE_GET_PARENT_POINTER(
    6  pub unsafe fn ListEntry32To64(l32: PLIST_ENTRY32, l64: PLIST_ENTRY64) 【】
    7  pub unsafe fn ListEntry64To32(l64: PLIST_ENTRY64, l32: PLIST_ENTRY32) 【】
    8  pub unsafe fn InitializeObjectAttributes(
    9  pub fn MAKELANGID(p: USHORT, s: USHORT) -> LANGID 【】 (s << 10) | p }
    10  pub fn PRIMARYLANGID(lgid: LANGID) -> USHORT 【】 lgid & 0x3ff }
    11  pub fn SUBLANGID(lgid: LANGID) -> USHORT 【】 lgid >> 10 }
    12  pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID 【】
    13  pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID 【】
    14  pub fn LANGIDFROMLCID(lcid: LCID) -> LANGID 【】 lcid as LANGID }
    15  pub fn SORTIDFROMLCID(lcid: LCID) -> USHORT 【】 ((lcid >> 16) & 0xf) as USHORT }
    16  pub fn SORTVERSIONFROMLCID(lcid: LCID) -> USHORT 【】 ((lcid >> 16) & 0xf) as USHORT }
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! MAKELANGID 【】
    2  macro_rules! MAKELCID 【】
    
    
    
    

    \winapi-0.3.9\src\shared\sddl.rs

    ═════════ pub fn 函数
    1  pub fn ConvertSidToStringSidA(
    2  pub fn ConvertSidToStringSidW(
    3  pub fn ConvertStringSidToSidA(
    4  pub fn ConvertStringSidToSidW(
    5  pub fn ConvertStringSecurityDescriptorToSecurityDescriptorA(
    6  pub fn ConvertStringSecurityDescriptorToSecurityDescriptorW(
    7  pub fn ConvertSecurityDescriptorToStringSecurityDescriptorA(
    8  pub fn ConvertSecurityDescriptorToStringSecurityDescriptorW(
    
    
    
    

    \winapi-0.3.9\src\shared\sspi.rs

    ═════════ pub fn 函数
    1  pub fn AcquireCredentialsHandleW(
    2  pub fn AcquireCredentialsHandleA(
    3  pub fn FreeCredentialsHandle(
    4  pub fn AddCredentialsW(
    5  pub fn AddCredentialsA(
    6  pub fn ChangeAccountPasswordW(
    7  pub fn ChangeAccountPasswordA(
    8  pub fn InitializeSecurityContextW(
    9  pub fn InitializeSecurityContextA(
    10  pub fn AcceptSecurityContext(
    11  pub fn CompleteAuthToken(
    12  pub fn ImpersonateSecurityContext(
    13  pub fn RevertSecurityContext(
    14  pub fn QuerySecurityContextToken(
    15  pub fn DeleteSecurityContext(
    16  pub fn ApplyControlToken(
    17  pub fn QueryContextAttributesW(
    18  pub fn QueryContextAttributesA(
    19  pub fn SetContextAttributesW(
    20  pub fn SetContextAttributesA(
    21  pub fn QueryCredentialsAttributesW(
    22  pub fn QueryCredentialsAttributesA(
    23  pub fn SetCredentialsAttributesW(
    24  pub fn SetCredentialsAttributesA(
    25  pub fn FreeContextBuffer(
    26  pub fn MakeSignature(
    27  pub fn VerifySignature(
    28  pub fn EncryptMessage(
    29  pub fn DecryptMessage(
    30  pub fn EnumerateSecurityPackagesW(
    31  pub fn EnumerateSecurityPackagesA(
    32  pub fn QuerySecurityPackageInfoW(
    33  pub fn QuerySecurityPackageInfoA(
    34  pub fn ExportSecurityContext(
    35  pub fn ImportSecurityContextW(
    36  pub fn ImportSecurityContextA(
    37  pub fn SspiPromptForCredentialsW(
    38  pub fn SspiPromptForCredentialsA(
    39  pub fn SspiGetCredUIContext(
    40  pub fn SspiUpdateCredentials(
    41  pub fn SspiUnmarshalCredUIContext(
    42  pub fn SspiIsPromptingNeeded(
    
    
    
    

    \winapi-0.3.9\src\shared\stralign.rs

    ═════════ pub fn 函数
    1  pub fn uaw_lstrcmpW(
    2  pub fn uaw_lstrcmpiW(
    3  pub fn uaw_lstrlenW(
    4  pub fn uaw_wcschr(
    5  pub fn uaw_wcscpy(
    6  pub fn uaw_wcsicmp(
    7  pub fn uaw_wcslen(
    8  pub fn uaw_wcsrchr(
    
    
    
    

    \winapi-0.3.9\src\shared\usb.rs

    ═════════ pub fn 函数
    1  pub fn USBD_TRANSFER_DIRECTION_FLAG(flags: ULONG) -> ULONG 【】
    2  pub fn USBD_SUCCESS(Status: USBD_STATUS) -> bool 【】
    3  pub fn USBD_PENDING(Status: ULONG) -> bool 【】
    4  pub fn USBD_PIPE_DIRECTION_IN(pipeInformation: &USBD_PIPE_INFORMATION) -> UCHAR 【】
    
    
    
    

    \winapi-0.3.9\src\shared\usbiodef.rs

    ═════════ pub fn 函数
    1  pub fn USB_CTL(id: ULONG) -> ULONG 【】
    2  pub fn USB_KERNEL_CTL(id: ULONG) -> ULONG 【】
    3  pub fn USB_KERNEL_CTL_BUFFERED(id: ULONG) -> ULONG 【】
    
    
    
    

    \winapi-0.3.9\src\shared\usbspec.rs

    ═════════ pub fn 函数
    1  pub fn USB_DESCRIPTOR_MAKE_TYPE_AND_INDEX(d: UCHAR, i: UCHAR) -> USHORT 【】
    2  pub fn USB_ENDPOINT_DIRECTION_OUT(addr: UCHAR) -> UCHAR 【】
    3  pub fn USB_ENDPOINT_DIRECTION_IN(addr: UCHAR) -> UCHAR 【】
    4  pub fn USB_30_ENDPOINT_TYPE_INTERRUPT_USAGE(bmAttr: UCHAR) -> UCHAR 【】
    5  pub fn USB_ENDPOINT_TYPE_ISOCHRONOUS_SYNCHRONIZATION(bmAttr: UCHAR) -> UCHAR 【】
    6  pub fn USB_ENDPOINT_TYPE_ISOCHRONOUS_USAGE(bmAttr: UCHAR) -> UCHAR 【】
    
    
    
    

    \winapi-0.3.9\src\shared\windot11.rs

    ═════════ pub fn 函数
    1  pub fn NWF_DEFINE_OID(Seq: u32, o: u32, m: u32) -> u32 【】
    2  pub fn WFD_STATUS_SUCCEEDED(status: DOT11_WFD_STATUS_CODE) -> bool 【】
    3  pub fn WFD_STATUS_FAILED(status: DOT11_WFD_STATUS_CODE) -> bool 【】
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! NWF_DEFINE_OID 【】
    2  macro_rules! DEFINE_NWF_GUID 【】
    
    
    
    

    \winapi-0.3.9\src\shared\windowsx.rs

    ═════════ pub fn 函数
    1  pub fn GET_X_LPARAM(lp: LPARAM) -> c_int 【】
    2  pub fn GET_Y_LPARAM(lp: LPARAM) -> c_int 【】
    
    
    
    

    \winapi-0.3.9\src\shared\winerror.rs

    ═════════ pub fn 函数
    1  pub fn SUCCEEDED(hr: HRESULT) -> bool 【】
    2  pub fn FAILED(hr: HRESULT) -> bool 【】
    3  pub fn IS_ERROR(hr: HRESULT) -> bool 【】
    4  pub fn HRESULT_CODE(hr: HRESULT) -> HRESULT 【】
    5  pub fn SCODE_CODE(sc: SCODE) -> HRESULT 【】
    6  pub fn HRESULT_FACILITY(hr: HRESULT) -> HRESULT 【】
    7  pub fn SCODE_FACILITY(sc: SCODE) -> HRESULT 【】
    8  pub fn HRESULT_SEVERITY(hr: HRESULT) -> HRESULT 【】
    9  pub fn SCODE_SEVERITY(sc: SCODE) -> HRESULT 【】
    10  pub fn MAKE_HRESULT(sev: HRESULT, fac: HRESULT, code: HRESULT) -> HRESULT 【】
    11  pub fn MAKE_SCODE(sev: HRESULT, fac: HRESULT, code: HRESULT) -> SCODE 【】
    12  pub fn HRESULT_FROM_WIN32(x: c_ulong) -> HRESULT 【】
    13  pub fn HRESULT_FROM_NT(x: c_ulong) -> HRESULT 【】
    
    
    
    

    \winapi-0.3.9\src\shared\ws2def.rs

    ═════════ pub fn 函数
    1  pub fn IN_CLASSA(i: LONG) -> bool 【】
    2  pub fn IN_CLASSB(i: LONG) -> bool 【】
    3  pub fn IN_CLASSC(i: LONG) -> bool 【】
    4  pub fn IN_CLASSD(i: c_long) -> bool 【】
    5  pub fn IN_MULTICAST(i: c_long) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\shared\wtypes.rs

    ═════════ pub fn 函数
    1  pub fn DECIMAL_SETZERO(dec: &mut DECIMAL) 【】
    2  pub fn CBPCLIPDATA(clipdata: CLIPDATA) -> ULONG 【】
    
    
    
    

    \winapi-0.3.9\src\um\accctrl.rs

    ═════════ pub fn 函数
    1  pub unsafe fn AccFree(p: PVOID) -> PVOID 【】
    
    
    
    

    \winapi-0.3.9\src\um\aclapi.rs

    ═════════ pub fn 函数
    1  pub fn SetEntriesInAclA(
    2  pub fn SetEntriesInAclW(
    3  pub fn GetExplicitEntriesFromAclA(
    4  pub fn GetExplicitEntriesFromAclW(
    5  pub fn GetEffectiveRightsFromAclA(
    6  pub fn GetEffectiveRightsFromAclW(
    7  pub fn GetAuditedPermissionsFromAclA(
    8  pub fn GetAuditedPermissionsFromAclW(
    9  pub fn GetNamedSecurityInfoA(
    10  pub fn GetNamedSecurityInfoW(
    11  pub fn GetSecurityInfo(
    12  pub fn SetNamedSecurityInfoA(
    13  pub fn SetNamedSecurityInfoW(
    14  pub fn SetSecurityInfo(
    15  pub fn GetInheritanceSourceA(
    16  pub fn GetInheritanceSourceW(
    17  pub fn FreeInheritedFromArray(
    18  pub fn TreeResetNamedSecurityInfoA(
    19  pub fn TreeResetNamedSecurityInfoW(
    20  pub fn TreeSetNamedSecurityInfoA(
    21  pub fn TreeSetNamedSecurityInfoW(
    22  pub fn BuildSecurityDescriptorA(
    23  pub fn BuildSecurityDescriptorW(
    24  pub fn LookupSecurityDescriptorPartsA(
    25  pub fn LookupSecurityDescriptorPartsW(
    26  pub fn BuildExplicitAccessWithNameA(
    27  pub fn BuildExplicitAccessWithNameW(
    28  pub fn BuildImpersonateExplicitAccessWithNameA(
    29  pub fn BuildImpersonateExplicitAccessWithNameW(
    30  pub fn BuildTrusteeWithNameA(
    31  pub fn BuildTrusteeWithNameW(
    32  pub fn BuildImpersonateTrusteeA(
    33  pub fn BuildImpersonateTrusteeW(
    34  pub fn BuildTrusteeWithSidA(
    35  pub fn BuildTrusteeWithSidW(
    36  pub fn BuildTrusteeWithObjectsAndSidA(
    37  pub fn BuildTrusteeWithObjectsAndSidW(
    38  pub fn BuildTrusteeWithObjectsAndNameA(
    39  pub fn BuildTrusteeWithObjectsAndNameW(
    40  pub fn GetTrusteeNameA(
    41  pub fn GetTrusteeNameW(
    42  pub fn GetTrusteeTypeA(
    43  pub fn GetTrusteeTypeW(
    44  pub fn GetTrusteeFormA(
    45  pub fn GetTrusteeFormW(
    46  pub fn GetMultipleTrusteeOperationA(
    47  pub fn GetMultipleTrusteeOperationW(
    48  pub fn GetMultipleTrusteeA(
    49  pub fn GetMultipleTrusteeW(
    
    
    
    

    \winapi-0.3.9\src\um\appmgmt.rs

    ═════════ pub fn 函数
    1  pub fn InstallApplication(
    2  pub fn UninstallApplication(
    3  pub fn CommandLineFromMsiDescriptor(
    4  pub fn GetManagedApplications(
    5  pub fn GetLocalManagedApplications(
    6  pub fn GetLocalManagedApplicationData(
    7  pub fn GetManagedApplicationCategories(
    
    
    
    

    \winapi-0.3.9\src\um\avrt.rs

    ═════════ pub fn 函数
    1  pub fn AvSetMmThreadCharacteristicsA(
    2  pub fn AvSetMmThreadCharacteristicsW(
    3  pub fn AvSetMmMaxThreadCharacteristicsA(
    4  pub fn AvSetMmMaxThreadCharacteristicsW(
    5  pub fn AvRevertMmThreadCharacteristics(
    6  pub fn AvSetMmThreadPriority(
    7  pub fn AvRtCreateThreadOrderingGroup(
    8  pub fn AvRtCreateThreadOrderingGroupExA(
    9  pub fn AvRtCreateThreadOrderingGroupExW(
    10  pub fn AvRtJoinThreadOrderingGroup(
    11  pub fn AvRtWaitOnThreadOrderingGroup(
    12  pub fn AvRtLeaveThreadOrderingGroup(
    13  pub fn AvRtDeleteThreadOrderingGroup(
    14  pub fn AvQuerySystemResponsiveness(
    
    
    
    

    \winapi-0.3.9\src\um\bitscfg.rs

    ═════════ pub fn 函数
    1  pub fn BSTR_UserSize(
    2  pub fn BSTR_UserMarshal(
    3  pub fn BSTR_UserUnmarshal(
    4  pub fn BSTR_UserFree(
    5  pub fn BSTR_UserSize64(
    6  pub fn BSTR_UserMarshal64(
    7  pub fn BSTR_UserUnmarshal64(
    8  pub fn BSTR_UserFree64(
    
    
    
    

    \winapi-0.3.9\src\um\bluetoothapis.rs

    ═════════ pub fn 函数
    1  pub fn BluetoothFindFirstRadio(
    2  pub fn BluetoothFindNextRadio(
    3  pub fn BluetoothFindRadioClose(
    4  pub fn BluetoothGetRadioInfo(
    5  pub fn BluetoothFindFirstDevice(
    6  pub fn BluetoothFindNextDevice(
    7  pub fn BluetoothFindDeviceClose(
    8  pub fn BluetoothGetDeviceInfo(
    9  pub fn BluetoothUpdateDeviceRecord(
    10  pub fn BluetoothRemoveDevice(
    11  pub fn BluetoothSelectDevices(
    12  pub fn BluetoothSelectDevicesFree(
    13  pub fn BluetoothDisplayDeviceProperties(
    14  pub fn BluetoothAuthenticateDevice(
    15  pub fn BluetoothAuthenticateDeviceEx(
    16  pub fn BluetoothAuthenticateMultipleDevices(
    17  pub fn BluetoothSetServiceState(
    18  pub fn BluetoothEnumerateInstalledServices(
    19  pub fn BluetoothEnableDiscovery(
    20  pub fn BluetoothIsDiscoverable(
    21  pub fn BluetoothEnableIncomingConnections(
    22  pub fn BluetoothIsConnectable(
    23  pub fn BluetoothRegisterForAuthentication(
    24  pub fn BluetoothRegisterForAuthenticationEx(
    25  pub fn BluetoothUnregisterAuthentication(
    26  pub fn BluetoothSendAuthenticationResponse(
    27  pub fn BluetoothSendAuthenticationResponseEx(
    28  pub fn BluetoothSdpGetElementData(
    29  pub fn BluetoothSdpGetContainerElementData(
    30  pub fn BluetoothSdpGetAttributeValue(
    31  pub fn BluetoothSdpGetString(
    32  pub fn BluetoothSdpEnumAttributes(
    33  pub fn BluetoothSetLocalServiceInfo(
    34  pub fn BluetoothIsVersionAvailable(
    
    
    
    

    \winapi-0.3.9\src\um\bluetoothleapis.rs

    ═════════ pub fn 函数
    1  pub fn BluetoothGATTGetServices(
    2  pub fn BluetoothGATTGetIncludedServices(
    3  pub fn BluetoothGATTGetCharacteristics(
    4  pub fn BluetoothGATTGetDescriptors(
    5  pub fn BluetoothGATTGetCharacteristicValue(
    6  pub fn BluetoothGATTGetDescriptorValue(
    7  pub fn BluetoothGATTBeginReliableWrite(
    8  pub fn BluetoothGATTSetCharacteristicValue(
    9  pub fn BluetoothGATTEndReliableWrite(
    10  pub fn BluetoothGATTAbortReliableWrite(
    11  pub fn BluetoothGATTSetDescriptorValue(
    12  pub fn BluetoothGATTRegisterEvent(
    13  pub fn BluetoothGATTUnregisterEvent(
    
    
    
    

    \winapi-0.3.9\src\um\bthledef.rs

    ═════════ pub fn 函数
    1  pub fn BTH_LE_GAP_APPEARANCE_GET_CATEGORY(a: USHORT) -> USHORT 【】
    2  pub fn BTH_LE_GAP_APPEARANCE_SET_CATEGORY(a: &mut USHORT, c: USHORT) 【】
    3  pub fn BTH_LE_GAP_APPEARANCE_GET_SUB_CATEGORY(a: USHORT) -> UCHAR 【】
    4  pub fn BTH_LE_GAP_APPEARANCE_SET_SUB_CATEGORY(a: &mut USHORT, s: UCHAR) 【】
    5  pub fn IS_BLUETOOTH_GATT_FLAG_VALID(f: ULONG) -> bool 【】
    6  pub fn IsBthLEUuidMatch(uuid1: &BTH_LE_UUID, uuid2: &BTH_LE_UUID) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\um\cfgmgr32.rs

    ═════════ pub fn 函数
    1  pub fn CM_Add_Empty_Log_Conf(
    2  pub fn CM_Add_Empty_Log_Conf_Ex(
    3  pub fn CM_Add_IDA(
    4  pub fn CM_Add_IDW(
    5  pub fn CM_Add_ID_ExA(
    6  pub fn CM_Add_ID_ExW(
    7  pub fn CM_Add_Range(
    8  pub fn CM_Add_Res_Des(
    9  pub fn CM_Add_Res_Des_Ex(
    10  pub fn CM_Connect_MachineA(
    11  pub fn CM_Connect_MachineW(
    12  pub fn CM_Create_DevNodeA(
    13  pub fn CM_Create_DevNodeW(
    14  pub fn CM_Create_DevNode_ExA(
    15  pub fn CM_Create_DevNode_ExW(
    16  pub fn CM_Create_Range_List(
    17  pub fn CM_Delete_Class_Key(
    18  pub fn CM_Delete_Class_Key_Ex(
    19  pub fn CM_Delete_DevNode_Key(
    20  pub fn CM_Delete_DevNode_Key_Ex(
    21  pub fn CM_Delete_Range(
    22  pub fn CM_Detect_Resource_Conflict(
    23  pub fn CM_Detect_Resource_Conflict_Ex(
    24  pub fn CM_Disable_DevNode(
    25  pub fn CM_Disable_DevNode_Ex(
    26  pub fn CM_Disconnect_Machine(
    27  pub fn CM_Dup_Range_List(
    28  pub fn CM_Enable_DevNode(
    29  pub fn CM_Enable_DevNode_Ex(
    30  pub fn CM_Enumerate_Classes(
    31  pub fn CM_Enumerate_Classes_Ex(
    32  pub fn CM_Enumerate_EnumeratorsA(
    33  pub fn CM_Enumerate_EnumeratorsW(
    34  pub fn CM_Enumerate_Enumerators_ExA(
    35  pub fn CM_Enumerate_Enumerators_ExW(
    36  pub fn CM_Find_Range(
    37  pub fn CM_First_Range(
    38  pub fn CM_Free_Log_Conf(
    39  pub fn CM_Free_Log_Conf_Ex(
    40  pub fn CM_Free_Log_Conf_Handle(
    41  pub fn CM_Free_Range_List(
    42  pub fn CM_Free_Res_Des(
    43  pub fn CM_Free_Res_Des_Ex(
    44  pub fn CM_Free_Res_Des_Handle(
    45  pub fn CM_Get_Child(
    46  pub fn CM_Get_Child_Ex(
    47  pub fn CM_Get_Class_Key_NameA(
    48  pub fn CM_Get_Class_Key_NameW(
    49  pub fn CM_Get_Class_Key_Name_ExA(
    50  pub fn CM_Get_Class_Key_Name_ExW(
    51  pub fn CM_Get_Class_NameA(
    52  pub fn CM_Get_Class_NameW(
    53  pub fn CM_Get_Class_Name_ExA(
    54  pub fn CM_Get_Class_Name_ExW(
    55  pub fn CM_Get_Depth(
    56  pub fn CM_Get_Depth_Ex(
    57  pub fn CM_Get_Device_IDA(
    58  pub fn CM_Get_Device_IDW(
    59  pub fn CM_Get_Device_ID_ExA(
    60  pub fn CM_Get_Device_ID_ExW(
    61  pub fn CM_Get_Device_ID_ListA(
    62  pub fn CM_Get_Device_ID_ListW(
    63  pub fn CM_Get_Device_ID_List_ExA(
    64  pub fn CM_Get_Device_ID_List_ExW(
    65  pub fn CM_Get_Device_ID_List_SizeA(
    66  pub fn CM_Get_Device_ID_List_SizeW(
    67  pub fn CM_Get_Device_ID_List_Size_ExA(
    68  pub fn CM_Get_Device_ID_List_Size_ExW(
    69  pub fn CM_Get_Device_ID_Size(
    70  pub fn CM_Get_Device_ID_Size_Ex(
    71  pub fn CM_Get_DevNode_PropertyW(
    72  pub fn CM_Get_DevNode_PropertyExW(
    73  pub fn CM_Get_DevNode_Registry_PropertyA(
    74  pub fn CM_Get_DevNode_Registry_PropertyW(
    75  pub fn CM_Get_DevNode_Registry_Property_ExA(
    76  pub fn CM_Get_DevNode_Registry_Property_ExW(
    77  pub fn CM_Get_DevNode_Custom_PropertyA(
    78  pub fn CM_Get_DevNode_Custom_PropertyW(
    79  pub fn CM_Get_DevNode_Custom_Property_ExA(
    80  pub fn CM_Get_DevNode_Custom_Property_ExW(
    81  pub fn CM_Get_DevNode_Status(
    82  pub fn CM_Get_DevNode_Status_Ex(
    83  pub fn CM_Get_First_Log_Conf(
    84  pub fn CM_Get_First_Log_Conf_Ex(
    85  pub fn CM_Get_Global_State(
    86  pub fn CM_Get_Global_State_Ex(
    87  pub fn CM_Get_Hardware_Profile_InfoA(
    88  pub fn CM_Get_Hardware_Profile_Info_ExA(
    89  pub fn CM_Get_Hardware_Profile_InfoW(
    90  pub fn CM_Get_Hardware_Profile_Info_ExW(
    91  pub fn CM_Get_HW_Prof_FlagsA(
    92  pub fn CM_Get_HW_Prof_FlagsW(
    93  pub fn CM_Get_HW_Prof_Flags_ExA(
    94  pub fn CM_Get_HW_Prof_Flags_ExW(
    95  pub fn CM_Get_Device_Interface_AliasA(
    96  pub fn CM_Get_Device_Interface_AliasW(
    97  pub fn CM_Get_Device_Interface_Alias_ExA(
    98  pub fn CM_Get_Device_Interface_Alias_ExW(
    99  pub fn CM_Get_Device_Interface_ListA(
    100  pub fn CM_Get_Device_Interface_ListW(
    101  pub fn CM_Get_Device_Interface_List_ExA(
    102  pub fn CM_Get_Device_Interface_List_ExW(
    103  pub fn CM_Get_Device_Interface_List_SizeA(
    104  pub fn CM_Get_Device_Interface_List_SizeW(
    105  pub fn CM_Get_Device_Interface_List_Size_ExA(
    106  pub fn CM_Get_Device_Interface_List_Size_ExW(
    107  pub fn CM_Get_Device_Interface_PropertyW(
    108  pub fn CM_Get_Device_Interface_PropertyExW(
    109  pub fn CM_Get_Log_Conf_Priority(
    110  pub fn CM_Get_Log_Conf_Priority_Ex(
    111  pub fn CM_Get_Next_Log_Conf(
    112  pub fn CM_Get_Next_Log_Conf_Ex(
    113  pub fn CM_Get_Parent(
    114  pub fn CM_Get_Parent_Ex(
    115  pub fn CM_Get_Res_Des_Data(
    116  pub fn CM_Get_Res_Des_Data_Ex(
    117  pub fn CM_Get_Res_Des_Data_Size(
    118  pub fn CM_Get_Res_Des_Data_Size_Ex(
    119  pub fn CM_Get_Sibling(
    120  pub fn CM_Get_Sibling_Ex(
    121  pub fn CM_Get_Version() -> WORD;
    122  pub fn CM_Get_Version_Ex(
    123  pub fn CM_Is_Version_Available(
    124  pub fn CM_Is_Version_Available_Ex(
    125  pub fn CM_Intersect_Range_List(
    126  pub fn CM_Invert_Range_List(
    127  pub fn CM_Locate_DevNodeA(
    128  pub fn CM_Locate_DevNodeW(
    129  pub fn CM_Locate_DevNode_ExA(
    130  pub fn CM_Locate_DevNode_ExW(
    131  pub fn CM_Merge_Range_List(
    132  pub fn CM_Modify_Res_Des(
    133  pub fn CM_Modify_Res_Des_Ex(
    134  pub fn CM_Move_DevNode(
    135  pub fn CM_Move_DevNode_Ex(
    136  pub fn CM_Next_Range(
    137  pub fn CM_Get_Next_Res_Des(
    138  pub fn CM_Get_Next_Res_Des_Ex(
    139  pub fn CM_Open_Class_KeyA(
    140  pub fn CM_Open_Class_KeyW(
    141  pub fn CM_Open_Class_Key_ExA(
    142  pub fn CM_Open_Class_Key_ExW(
    143  pub fn CM_Open_DevNode_Key(
    144  pub fn CM_Open_DevNode_Key_Ex(
    145  pub fn CM_Open_Device_Interface_KeyA(
    146  pub fn CM_Open_Device_Interface_KeyW(
    147  pub fn CM_Open_Device_Interface_Key_ExA(
    148  pub fn CM_Open_Device_Interface_Key_ExW(
    149  pub fn CM_Delete_Device_Interface_KeyA(
    150  pub fn CM_Delete_Device_Interface_KeyW(
    151  pub fn CM_Delete_Device_Interface_Key_ExA(
    152  pub fn CM_Delete_Device_Interface_Key_ExW(
    153  pub fn CM_Query_Arbitrator_Free_Data(
    154  pub fn CM_Query_Arbitrator_Free_Data_Ex(
    155  pub fn CM_Query_Arbitrator_Free_Size(
    156  pub fn CM_Query_Arbitrator_Free_Size_Ex(
    157  pub fn CM_Query_Remove_SubTree(
    158  pub fn CM_Query_Remove_SubTree_Ex(
    159  pub fn CM_Query_And_Remove_SubTreeA(
    160  pub fn CM_Query_And_Remove_SubTree_ExA(
    161  pub fn CM_Query_And_Remove_SubTreeW(
    162  pub fn CM_Query_And_Remove_SubTree_ExW(
    163  pub fn CM_Request_Device_EjectA(
    164  pub fn CM_Request_Device_Eject_ExA(
    165  pub fn CM_Request_Device_EjectW(
    166  pub fn CM_Request_Device_Eject_ExW(
    167  pub fn CM_Reenumerate_DevNode(
    168  pub fn CM_Reenumerate_DevNode_Ex(
    169  pub fn CM_Register_Device_InterfaceA(
    170  pub fn CM_Register_Device_InterfaceW(
    171  pub fn CM_Register_Device_Interface_ExA(
    172  pub fn CM_Register_Device_Interface_ExW(
    173  pub fn CM_Set_DevNode_Problem_Ex(
    174  pub fn CM_Set_DevNode_Problem(
    175  pub fn CM_Unregister_Device_InterfaceA(
    176  pub fn CM_Unregister_Device_InterfaceW(
    177  pub fn CM_Unregister_Device_Interface_ExA(
    178  pub fn CM_Unregister_Device_Interface_ExW(
    179  pub fn CM_Register_Device_Driver(
    180  pub fn CM_Register_Device_Driver_Ex(
    181  pub fn CM_Remove_SubTree(
    182  pub fn CM_Remove_SubTree_Ex(
    183  pub fn CM_Set_DevNode_Registry_PropertyA(
    184  pub fn CM_Set_DevNode_Registry_PropertyW(
    185  pub fn CM_Set_DevNode_Registry_Property_ExA(
    186  pub fn CM_Set_DevNode_Registry_Property_ExW(
    187  pub fn CM_Is_Dock_Station_Present(
    188  pub fn CM_Is_Dock_Station_Present_Ex(
    189  pub fn CM_Request_Eject_PC() -> CONFIGRET;
    190  pub fn CM_Request_Eject_PC_Ex(
    191  pub fn CM_Set_HW_Prof_FlagsA(
    192  pub fn CM_Set_HW_Prof_FlagsW(
    193  pub fn CM_Set_HW_Prof_Flags_ExA(
    194  pub fn CM_Set_HW_Prof_Flags_ExW(
    195  pub fn CM_Setup_DevNode(
    196  pub fn CM_Setup_DevNode_Ex(
    197  pub fn CM_Test_Range_Available(
    198  pub fn CM_Uninstall_DevNode(
    199  pub fn CM_Uninstall_DevNode_Ex(
    200  pub fn CM_Run_Detection(
    201  pub fn CM_Run_Detection_Ex(
    202  pub fn CM_Set_HW_Prof(
    203  pub fn CM_Set_HW_Prof_Ex(
    204  pub fn CM_Query_Resource_Conflict_List(
    205  pub fn CM_Free_Resource_Conflict_Handle(
    206  pub fn CM_Get_Resource_Conflict_Count(
    207  pub fn CM_Get_Resource_Conflict_DetailsA(
    208  pub fn CM_Get_Resource_Conflict_DetailsW(
    209  pub fn CM_Get_Class_Registry_PropertyW(
    210  pub fn CM_Set_Class_Registry_PropertyW(
    211  pub fn CM_Get_Class_Registry_PropertyA(
    212  pub fn CM_Set_Class_Registry_PropertyA(
    213  pub fn CMP_WaitNoPendingInstallEvents(
    
    
    
    

    \winapi-0.3.9\src\um\combaseapi.rs

    ═════════ pub fn 函数
    1  pub fn LISet32(li: &mut LARGE_INTEGER, v: DWORD) 【】
    2  pub fn ULISet32(li: &mut ULARGE_INTEGER, v: DWORD) 【】
    3  pub fn CoGetMalloc(
    4  pub fn CreateStreamOnHGlobal(
    5  pub fn GetHGlobalFromStream(
    6  pub fn CoUninitialize() -> ();
    7  pub fn CoGetCurrentProcess() -> DWORD;
    8  pub fn CoInitializeEx(
    9  pub fn CoGetCallerTID(
    10  pub fn CoGetCurrentLogicalThreadId(
    11  pub fn CoGetContextToken(
    12  pub fn CoGetDefaultContext(
    13  pub fn CoGetApartmentType(
    14  pub fn CoDecodeProxy(
    15  pub fn CoIncrementMTAUsage(
    16  pub fn CoDecrementMTAUsage(
    17  pub fn CoAllowUnmarshalerCLSID(
    18  pub fn CoGetObjectContext(
    19  pub fn CoGetClassObject(
    20  pub fn CoRegisterClassObject(
    21  pub fn CoRevokeClassObject(
    22  pub fn CoResumeClassObjects() -> HRESULT;
    23  pub fn CoSuspendClassObjects() -> HRESULT;
    24  pub fn CoAddRefServerProcess() -> ULONG;
    25  pub fn CoReleaseServerProcess() -> ULONG;
    26  pub fn CoGetPSClsid(
    27  pub fn CoRegisterPSClsid(
    28  pub fn CoRegisterSurrogate(
    29  pub fn CoGetMarshalSizeMax(
    30  pub fn CoMarshalInterface(
    31  pub fn CoUnmarshalInterface(
    32  pub fn CoMarshalHresult(
    33  pub fn CoUnmarshalHresult(
    34  pub fn CoReleaseMarshalData(
    35  pub fn CoDisconnectObject(
    36  pub fn CoLockObjectExternal(
    37  pub fn CoGetStandardMarshal(
    38  pub fn CoGetStdMarshalEx(
    39  pub fn CoIsHandlerConnected(
    40  pub fn CoMarshalInterThreadInterfaceInStream(
    41  pub fn CoGetInterfaceAndReleaseStream(
    42  pub fn CoCreateFreeThreadedMarshaler(
    43  pub fn CoFreeUnusedLibraries();
    44  pub fn CoFreeUnusedLibrariesEx(
    45  pub fn CoDisconnectContext(
    46  pub fn CoInitializeSecurity(
    47  pub fn CoGetCallContext(
    48  pub fn CoQueryProxyBlanket(
    49  pub fn CoSetProxyBlanket(
    50  pub fn CoCopyProxy(
    51  pub fn CoQueryClientBlanket(
    52  pub fn CoImpersonateClient() -> HRESULT;
    53  pub fn CoRevertToSelf() -> HRESULT;
    54  pub fn CoQueryAuthenticationServices(
    55  pub fn CoSwitchCallContext(
    56  pub fn CoCreateInstance(
    57  pub fn CoCreateInstanceEx(
    58  pub fn CoRegisterActivationFilter(
    59  pub fn CoCreateInstanceFromApp(
    60  pub fn CoGetCancelObject(
    61  pub fn CoSetCancelObject(
    62  pub fn CoCancelCall(
    63  pub fn CoTestCancel() -> HRESULT;
    64  pub fn CoEnableCallCancellation(
    65  pub fn CoDisableCallCancellation(
    66  pub fn StringFromCLSID(
    67  pub fn CLSIDFromString(
    68  pub fn StringFromIID(
    69  pub fn IIDFromString(
    70  pub fn ProgIDFromCLSID(
    71  pub fn CLSIDFromProgID(
    72  pub fn StringFromGUID2(
    73  pub fn CoCreateGuid(
    74  pub fn PropVariantCopy(
    75  pub fn PropVariantClear(
    76  pub fn FreePropVariantArray(
    77  pub fn CoWaitForMultipleHandles(
    78  pub fn CoWaitForMultipleObjects(
    79  pub fn CoGetTreatAsClass(
    80  pub fn CoInvalidateRemoteMachineBindings(
    81  pub fn RoGetAgileReference(
    82  pub fn DllGetClassObject(
    83  pub fn DllCanUnloadNow() -> HRESULT;
    84  pub fn CoTaskMemAlloc(
    85  pub fn CoTaskMemRealloc(
    86  pub fn CoTaskMemFree(
    87  pub fn CoFileTimeNow(
    88  pub fn CLSIDFromProgIDEx(
    
    
    
    

    \winapi-0.3.9\src\um\commapi.rs

    ═════════ pub fn 函数
    1  pub fn ClearCommBreak(
    2  pub fn ClearCommError(
    3  pub fn SetupComm(
    4  pub fn EscapeCommFunction(
    5  pub fn GetCommConfig(
    6  pub fn GetCommMask(
    7  pub fn GetCommModemStatus(
    8  pub fn GetCommProperties(
    9  pub fn GetCommState(
    10  pub fn GetCommTimeouts(
    11  pub fn PurgeComm(
    12  pub fn SetCommBreak(
    13  pub fn SetCommConfig(
    14  pub fn SetCommMask(
    15  pub fn SetCommState(
    16  pub fn SetCommTimeouts(
    17  pub fn TransmitCommChar(
    18  pub fn WaitCommEvent(
    
    
    
    

    \winapi-0.3.9\src\um\commctrl.rs

    ═════════ pub fn 函数
    1  pub fn InitCommonControls();
    2  pub fn InitCommonControlsEx(
    3  pub fn ImageList_Create(
    4  pub fn ImageList_Destroy(
    5  pub fn ImageList_GetImageCount(
    6  pub fn ImageList_SetImageCount(
    7  pub fn ImageList_Add(
    8  pub fn ImageList_ReplaceIcon(
    9  pub fn ImageList_SetBkColor(
    10  pub fn ImageList_GetBkColor(
    11  pub fn ImageList_SetOverlayImage(
    12  pub unsafe fn ImageList_AddIcon(himl: HIMAGELIST, hicon: HICON) -> c_int 【】
    13  pub fn INDEXTOOVERLAYMASK(i: UINT) -> UINT 【】
    14  pub fn ImageList_Draw(
    15  pub fn ImageList_Replace(
    16  pub fn ImageList_AddMasked(
    17  pub fn ImageList_DrawEx(
    18  pub fn ImageList_DrawIndirect(
    19  pub fn ImageList_Remove(
    20  pub fn ImageList_GetIcon(
    21  pub fn ImageList_LoadImageA(
    22  pub fn ImageList_LoadImageW(
    23  pub fn ImageList_Copy(
    24  pub fn ImageList_BeginDrag(
    25  pub fn ImageList_EndDrag();
    26  pub fn ImageList_DragEnter(
    27  pub fn ImageList_DragLeave(
    28  pub fn ImageList_DragMove(
    29  pub fn ImageList_SetDragCursorImage(
    30  pub fn ImageList_DragShowNolock(
    31  pub fn ImageList_GetDragImage(
    32  pub unsafe fn ImageList_RemoveAll(himl: HIMAGELIST) -> BOOL 【】
    33  pub unsafe fn ImageList_ExtractIcon(_: HINSTANCE, himl: HIMAGELIST, i: c_int) -> HICON 【】
    34  pub unsafe fn ImageList_LoadBitmap(
    35  pub fn ImageList_Read(
    36  pub fn ImageList_Write(
    37  pub fn ImageList_ReadEx(
    38  pub fn ImageList_WriteEx(
    39  pub fn ImageList_GetIconSize(
    40  pub fn ImageList_SetIconSize(
    41  pub fn ImageList_GetImageInfo(
    42  pub fn ImageList_Merge(
    43  pub fn ImageList_Duplicate(
    44  pub fn HIMAGELIST_QueryInterface(
    45  pub fn IImageListToHIMAGELIST(himl: *mut IImageList) -> HIMAGELIST 【】
    46  pub fn CreateToolbarEx(
    47  pub fn CreateMappedBitmap(
    48  pub fn DrawStatusTextA(
    49  pub fn DrawStatusTextW(
    50  pub fn CreateStatusWindowA(
    51  pub fn CreateStatusWindowW(
    52  pub fn MenuHelp(
    53  pub fn ShowHideMenuCtl(
    54  pub fn GetEffectiveClientRect(
    55  pub fn MakeDragList(
    56  pub fn DrawInsert(
    57  pub fn LBItemFromPt(
    58  pub fn CreateUpDownControl(
    59  pub fn INDEXTOSTATEIMAGEMASK(i: UINT) -> UINT 【】
    60  pub fn MAKEIPRANGE(low: BYTE, high: BYTE) -> LPARAM 【】
    61  pub fn MAKEIPADDRESS(b1: DWORD, b2: DWORD, b3: DWORD, b4: DWORD) -> LPARAM 【】
    62  pub fn FIRST_IPADDRESS(x: LPARAM) -> BYTE 【】
    63  pub fn SECOND_IPADDRESS(x: LPARAM) -> BYTE 【】
    64  pub fn THIRD_IPADDRESS(x: LPARAM) -> BYTE 【】
    65  pub fn FOURTH_IPADDRESS(x: LPARAM) -> BYTE 【】
    66  pub fn TaskDialogIndirect(
    67  pub fn TaskDialog(
    68  pub fn InitMUILanguage(
    69  pub fn GetMUILanguage() -> LANGID;
    70  pub fn _TrackMouseEvent(
    71  pub fn FlatSB_EnableScrollBar(
    72  pub fn FlatSB_ShowScrollBar(
    73  pub fn FlatSB_GetScrollRange(
    74  pub fn FlatSB_GetScrollInfo(
    75  pub fn FlatSB_GetScrollPos(
    76  pub fn FlatSB_GetScrollProp(hWnd: HWND,
    77  pub fn FlatSB_GetScrollPropPtr(
    78  pub fn FlatSB_SetScrollPos(
    79  pub fn FlatSB_SetScrollInfo(
    80  pub fn FlatSB_SetScrollRange(
    81  pub fn FlatSB_SetScrollProp(
    82  pub fn InitializeFlatSB(
    83  pub fn UninitializeFlatSB(
    84  pub fn SetWindowSubclass(
    85  pub fn GetWindowSubclass(
    86  pub fn RemoveWindowSubclass(
    87  pub fn DefSubclassProc(
    88  pub fn LoadIconMetric(
    89  pub fn LoadIconWithScaleDown(
    90  pub fn DrawShadowText(
    
    
    
    

    \winapi-0.3.9\src\um\commdlg.rs

    ═════════ pub fn 函数
    1  pub fn GetOpenFileNameA(
    2  pub fn GetOpenFileNameW(
    3  pub fn GetSaveFileNameA(
    4  pub fn GetSaveFileNameW(
    5  pub fn GetFileTitleA(
    6  pub fn GetFileTitleW(
    7  pub fn ChooseColorA(
    8  pub fn ChooseColorW(
    9  pub fn FindTextA(
    10  pub fn FindTextW(
    11  pub fn ReplaceTextA(
    12  pub fn ReplaceTextW(
    13  pub fn ChooseFontA(
    14  pub fn ChooseFontW(
    15  pub fn PrintDlgA(
    16  pub fn PrintDlgW(
    17  pub fn PrintDlgExA(
    18  pub fn PrintDlgExW(
    19  pub fn CommDlgExtendedError() -> DWORD;
    20  pub fn PageSetupDlgA(
    21  pub fn PageSetupDlgW(
    
    
    
    

    \winapi-0.3.9\src\um\commoncontrols.rs

    ═════════ pub fn 函数
    1  pub fn ImageList_CoCreateInstance(
    
    
    
    

    \winapi-0.3.9\src\um\consoleapi.rs

    ═════════ pub fn 函数
    1  pub fn AllocConsole() -> BOOL;
    2  pub fn GetConsoleCP() -> UINT;
    3  pub fn GetConsoleMode(
    4  pub fn GetConsoleOutputCP() -> UINT;
    5  pub fn GetNumberOfConsoleInputEvents(
    6  pub fn PeekConsoleInputA(
    7  pub fn ReadConsoleA(
    8  pub fn ReadConsoleW(
    9  pub fn ReadConsoleInputA(
    10  pub fn ReadConsoleInputW(
    11  pub fn SetConsoleCtrlHandler(
    12  pub fn SetConsoleMode(
    13  pub fn WriteConsoleA(
    14  pub fn WriteConsoleW(
    15  pub fn CreatePseudoConsole(
    16  pub fn ResizePseudoConsole(
    17  pub fn ClosePseudoConsole(
    
    
    
    

    \winapi-0.3.9\src\um\d2d1.rs

    ═════════ pub fn 函数
    1  pub fn D2D1CreateFactory(
    2  pub fn D2D1MakeRotateMatrix(
    3  pub fn D2D1MakeSkewMatrix(
    4  pub fn D2D1IsMatrixInvertible(
    5  pub fn D2D1InvertMatrix(
    6  pub fn D2D1ComputeMaximumScaleFactor(
    
    
    
    

    \winapi-0.3.9\src\um\d2d1_1.rs

    ═════════ pub fn 函数
    1  pub fn D2D1CreateDevice(
    2  pub fn D2D1CreateDeviceContext(
    3  pub fn D2D1ConvertColorSpace(
    4  pub fn D2D1SinCos(
    5  pub fn D2D1Tan(
    6  pub fn D2D1Vec3Length(
    
    
    
    

    \winapi-0.3.9\src\um\d2d1_3.rs

    ═════════ pub fn 函数
    1  pub fn D2D1GetGradientMeshInteriorPointsFromCoonsPatch(
    
    
    
    

    \winapi-0.3.9\src\um\d3d11.rs

    ═════════ pub fn 函数
    1  pub fn D3D11CalcSubresource(MipSlice: UINT, ArraySlice: UINT, MipLevels: UINT) -> UINT 【】
    2  pub fn D3D11CreateDevice(
    3  pub fn D3D11CreateDeviceAndSwapChain(
    
    
    
    

    \winapi-0.3.9\src\um\d3d11on12.rs

    ═════════ pub fn 函数
    1  pub fn D3D11On12CreateDevice(
    
    
    
    

    \winapi-0.3.9\src\um\d3d11tokenizedprogramformat.rs

    ═════════ pub fn 函数
    1  pub fn DECODE_D3D10_SB_TOKENIZED_PROGRAM_TYPE(VerTok: DWORD) -> DWORD 【】
    2  pub fn DECODE_D3D10_SB_TOKENIZED_PROGRAM_MAJOR_VERSION(VerTok: DWORD) -> DWORD 【】
    3  pub fn DECODE_D3D10_SB_TOKENIZED_PROGRAM_MINOR_VERSION(VerTok: DWORD) -> DWORD 【】
    4  pub fn ENCODE_D3D10_SB_TOKENIZED_PROGRAM_VERSION_TOKEN(
    5  pub fn DECODE_D3D10_SB_TOKENIZED_PROGRAM_LENGTH(LenTok: DWORD) -> DWORD 【】
    6  pub fn ENCODE_D3D10_SB_TOKENIZED_PROGRAM_LENGTH(Length: DWORD) -> DWORD 【】
    7  pub fn DECODE_D3D10_SB_OPCODE_TYPE(OpcodeToken0: DWORD) -> D3D10_SB_OPCODE_TYPE 【】
    8  pub fn ENCODE_D3D10_SB_OPCODE_TYPE(OpcodeName: D3D10_SB_OPCODE_TYPE) -> DWORD 【】
    9  pub fn DECODE_D3D10_SB_TOKENIZED_INSTRUCTION_LENGTH(OpcodeToken0: DWORD) -> DWORD 【】
    10  pub fn ENCODE_D3D10_SB_TOKENIZED_INSTRUCTION_LENGTH(Length: DWORD) -> DWORD 【】
    11  pub fn DECODE_IS_D3D10_SB_INSTRUCTION_SATURATE_ENABLED(OpcodeToken0: DWORD) -> DWORD 【】
    12  pub fn ENCODE_D3D10_SB_INSTRUCTION_SATURATE(bSat: DWORD) -> DWORD 【】
    13  pub fn DECODE_D3D10_SB_INSTRUCTION_TEST_BOOLEAN(
    14  pub fn ENCODE_D3D10_SB_INSTRUCTION_TEST_BOOLEAN(
    15  pub fn DECODE_D3D11_SB_INSTRUCTION_PRECISE_VALUES(OpcodeToken0: DWORD) -> DWORD 【】
    16  pub fn ENCODE_D3D11_SB_INSTRUCTION_PRECISE_VALUES(ComponentMask: DWORD) -> DWORD 【】
    17  pub fn DECODE_D3D10_SB_RESINFO_INSTRUCTION_RETURN_TYPE(
    18  pub fn ENCODE_D3D10_SB_RESINFO_INSTRUCTION_RETURN_TYPE(
    19  pub fn DECODE_D3D11_SB_SYNC_FLAGS(OperandToken0: DWORD) -> DWORD 【】
    20  pub fn ENCODE_D3D11_SB_SYNC_FLAGS(Flags: DWORD) -> DWORD 【】
    21  pub fn DECODE_IS_D3D10_SB_OPCODE_EXTENDED(OpcodeToken0: DWORD) -> DWORD 【】
    22  pub fn ENCODE_D3D10_SB_OPCODE_EXTENDED(bExtended: DWORD) -> DWORD 【】
    23  pub fn DECODE_D3D10_SB_EXTENDED_OPCODE_TYPE(OpcodeToken1: DWORD) -> D3D10_SB_EXTENDED_OPCODE_TYPE 【】
    24  pub fn ENCODE_D3D10_SB_EXTENDED_OPCODE_TYPE(
    25  pub fn D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_SHIFT(Coord: DWORD) -> DWORD 【】
    26  pub fn D3D10_SB_IMMEDIATE_ADDRESS_OFFSET_MASK(Coord: DWORD) -> DWORD 【】
    27  pub fn DECODE_IMMEDIATE_D3D10_SB_ADDRESS_OFFSET(
    28  pub fn ENCODE_IMMEDIATE_D3D10_SB_ADDRESS_OFFSET(
    29  pub fn DECODE_D3D11_SB_EXTENDED_RESOURCE_DIMENSION(
    30  pub fn ENCODE_D3D11_SB_EXTENDED_RESOURCE_DIMENSION(
    31  pub fn DECODE_D3D11_SB_EXTENDED_RESOURCE_DIMENSION_STRUCTURE_STRIDE(OpcodeTokenN: DWORD) -> DWORD 【】
    32  pub fn ENCODE_D3D11_SB_EXTENDED_RESOURCE_DIMENSION_STRUCTURE_STRIDE(Stride: DWORD) -> DWORD 【】
    33  pub fn DECODE_D3D11_SB_EXTENDED_RESOURCE_RETURN_TYPE(
    34  pub fn ENCODE_D3D11_SB_EXTENDED_RESOURCE_RETURN_TYPE(
    35  pub fn DECODE_D3D10_SB_CUSTOMDATA_CLASS(CustomDataDescTok: DWORD) -> D3D10_SB_CUSTOMDATA_CLASS 【】
    36  pub fn ENCODE_D3D10_SB_CUSTOMDATA_CLASS(CustomDataClass: D3D10_SB_CUSTOMDATA_CLASS) -> DWORD 【】
    37  pub fn DECODE_D3D10_SB_OPERAND_NUM_COMPONENTS(OperandToken0: DWORD) -> DWORD 【】
    38  pub fn ENCODE_D3D10_SB_OPERAND_NUM_COMPONENTS(NumComp: DWORD) -> DWORD 【】
    39  pub fn DECODE_D3D10_SB_OPERAND_4_COMPONENT_SELECTION_MODE(
    40  pub fn ENCODE_D3D10_SB_OPERAND_4_COMPONENT_SELECTION_MODE(
    41  pub fn DECODE_D3D10_SB_OPERAND_4_COMPONENT_MASK(OperandToken0: DWORD) -> DWORD 【】
    42  pub fn ENCODE_D3D10_SB_OPERAND_4_COMPONENT_MASK(ComponentMask: DWORD) -> DWORD 【】
    43  pub fn D3D10_SB_OPERAND_4_COMPONENT_MASK(ComponentName: DWORD) -> DWORD 【】
    44  pub fn DECODE_D3D10_SB_OPERAND_4_COMPONENT_SWIZZLE(OperandToken0: DWORD) -> DWORD 【】
    45  pub fn DECODE_D3D10_SB_OPERAND_4_COMPONENT_SWIZZLE_SOURCE(
    46  pub fn ENCODE_D3D10_SB_OPERAND_4_COMPONENT_SWIZZLE(
    47  pub fn D3D10_SB_OPERAND_4_COMPONENT_NOSWIZZLE() -> DWORD 【】
    48  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEX() -> DWORD 【】
    49  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEY() -> DWORD 【】
    50  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEZ() -> DWORD 【】
    51  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEW() -> DWORD 【】
    52  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATERED() -> DWORD 【】
    53  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEGREEN() -> DWORD 【】
    54  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEBLUE() -> DWORD 【】
    55  pub fn D3D10_SB_OPERAND_4_COMPONENT_REPLICATEALPHA() -> DWORD 【】
    56  pub fn DECODE_D3D10_SB_OPERAND_4_COMPONENT_SELECT_1(
    57  pub fn ENCODE_D3D10_SB_OPERAND_4_COMPONENT_SELECT_1(
    58  pub fn DECODE_D3D10_SB_OPERAND_TYPE(OperandToken0: DWORD) -> D3D10_SB_OPERAND_TYPE 【】
    59  pub fn ENCODE_D3D10_SB_OPERAND_TYPE(OperandType: D3D10_SB_OPERAND_TYPE) -> DWORD 【】
    60  pub fn DECODE_D3D10_SB_OPERAND_INDEX_DIMENSION(
    61  pub fn ENCODE_D3D10_SB_OPERAND_INDEX_DIMENSION(
    62  pub fn D3D10_SB_OPERAND_INDEX_REPRESENTATION_SHIFT(Dim: DWORD) -> DWORD 【】
    63  pub fn D3D10_SB_OPERAND_INDEX_REPRESENTATION_MASK(Dim: DWORD) -> DWORD 【】
    64  pub fn DECODE_D3D10_SB_OPERAND_INDEX_REPRESENTATION(
    65  pub fn ENCODE_D3D10_SB_OPERAND_INDEX_REPRESENTATION(
    66  pub fn DECODE_IS_D3D10_SB_OPERAND_EXTENDED(OperandToken0: DWORD) -> DWORD 【】
    67  pub fn ENCODE_D3D10_SB_OPERAND_EXTENDED(bExtended: DWORD) -> DWORD 【】
    68  pub fn DECODE_D3D10_SB_EXTENDED_OPERAND_TYPE(
    69  pub fn ENCODE_D3D10_SB_EXTENDED_OPERAND_TYPE(
    70  pub fn DECODE_D3D10_SB_OPERAND_MODIFIER(OperandToken1: DWORD) -> D3D10_SB_OPERAND_MODIFIER 【】
    71  pub fn ENCODE_D3D10_SB_EXTENDED_OPERAND_MODIFIER(SourceMod: D3D10_SB_OPERAND_MODIFIER) -> DWORD 【】
    72  pub fn DECODE_D3D11_SB_OPERAND_MIN_PRECISION(
    73  pub fn ENCODE_D3D11_SB_OPERAND_MIN_PRECISION(
    74  pub fn DECODE_IS_D3D10_SB_OPERAND_DOUBLE_EXTENDED(OperandToken1: DWORD) -> DWORD 【】
    75  pub fn ENCODE_D3D10_SB_OPERAND_DOUBLE_EXTENDED(bExtended: DWORD) -> DWORD 【】
    76  pub fn DECODE_D3D10_SB_NAME(NameToken: DWORD) -> D3D10_SB_NAME 【】
    77  pub fn ENCODE_D3D10_SB_NAME(Name: D3D10_SB_NAME) -> DWORD 【】
    78  pub fn DECODE_D3D10_SB_GLOBAL_FLAGS(OpcodeToken0: DWORD) -> DWORD 【】
    79  pub fn ENCODE_D3D10_SB_GLOBAL_FLAGS(Flags: DWORD) -> DWORD 【】
    80  pub fn DECODE_D3D10_SB_RESOURCE_DIMENSION(OpcodeToken0: DWORD) -> D3D10_SB_RESOURCE_DIMENSION 【】
    81  pub fn ENCODE_D3D10_SB_RESOURCE_DIMENSION(ResourceDim: D3D10_SB_RESOURCE_DIMENSION) -> DWORD 【】
    82  pub fn DECODE_D3D10_SB_RESOURCE_SAMPLE_COUNT(OpcodeToken0: DWORD) -> UINT 【】
    83  pub fn ENCODE_D3D10_SB_RESOURCE_SAMPLE_COUNT(SampleCount: DWORD) -> DWORD 【】
    84  pub fn DECODE_D3D10_SB_RESOURCE_RETURN_TYPE(
    85  pub fn ENCODE_D3D10_SB_RESOURCE_RETURN_TYPE(
    86  pub fn DECODE_D3D10_SB_SAMPLER_MODE(OpcodeToken0: DWORD) -> D3D10_SB_SAMPLER_MODE 【】
    87  pub fn ENCODE_D3D10_SB_SAMPLER_MODE(SamplerMode: D3D10_SB_SAMPLER_MODE) -> DWORD 【】
    88  pub fn DECODE_D3D10_SB_INPUT_INTERPOLATION_MODE(
    89  pub fn ENCODE_D3D10_SB_INPUT_INTERPOLATION_MODE(
    90  pub fn DECODE_D3D10_SB_CONSTANT_BUFFER_ACCESS_PATTERN(
    91  pub fn ENCODE_D3D10_SB_D3D10_SB_CONSTANT_BUFFER_ACCESS_PATTERN(
    92  pub fn DECODE_D3D10_SB_GS_INPUT_PRIMITIVE(OpcodeToken0: DWORD) -> D3D10_SB_PRIMITIVE 【】
    93  pub fn ENCODE_D3D10_SB_GS_INPUT_PRIMITIVE(Prim: D3D10_SB_PRIMITIVE) -> DWORD 【】
    94  pub fn DECODE_D3D10_SB_GS_OUTPUT_PRIMITIVE_TOPOLOGY(
    95  pub fn ENCODE_D3D10_SB_GS_OUTPUT_PRIMITIVE_TOPOLOGY(
    96  pub fn DECODE_D3D11_SB_INPUT_CONTROL_POINT_COUNT(OpcodeToken0: DWORD) -> UINT 【】
    97  pub fn ENCODE_D3D11_SB_INPUT_CONTROL_POINT_COUNT(Count: DWORD) -> DWORD 【】
    98  pub fn DECODE_D3D11_SB_OUTPUT_CONTROL_POINT_COUNT(OpcodeToken0: DWORD) -> UINT 【】
    99  pub fn ENCODE_D3D11_SB_OUTPUT_CONTROL_POINT_COUNT(Count: DWORD) -> DWORD 【】
    100  pub fn DECODE_D3D11_SB_TESS_DOMAIN(OpcodeToken0: DWORD) -> D3D11_SB_TESSELLATOR_DOMAIN 【】
    101  pub fn ENCODE_D3D11_SB_TESS_DOMAIN(Domain: D3D11_SB_TESSELLATOR_DOMAIN) -> DWORD 【】
    102  pub fn DECODE_D3D11_SB_TESS_PARTITIONING(
    103  pub fn ENCODE_D3D11_SB_TESS_PARTITIONING(
    104  pub fn DECODE_D3D11_SB_TESS_OUTPUT_PRIMITIVE(
    105  pub fn ENCODE_D3D11_SB_TESS_OUTPUT_PRIMITIVE(
    106  pub fn DECODE_D3D10_SB_INSTRUCTION_RETURN_TYPE(
    107  pub fn ENCODE_D3D10_SB_INSTRUCTION_RETURN_TYPE(
    108  pub fn DECODE_D3D11_SB_INTERFACE_INDEXED_BIT(OpcodeToken0: DWORD) -> DWORD 【】
    109  pub fn ENCODE_D3D11_SB_INTERFACE_INDEXED_BIT(IndexedBit: DWORD) -> DWORD 【】
    110  pub fn DECODE_D3D11_SB_INTERFACE_TABLE_LENGTH(OpcodeToken0: DWORD) -> UINT 【】
    111  pub fn ENCODE_D3D11_SB_INTERFACE_TABLE_LENGTH(TableLength: DWORD) -> DWORD 【】
    112  pub fn DECODE_D3D11_SB_INTERFACE_ARRAY_LENGTH(OpcodeToken0: DWORD) -> UINT 【】
    113  pub fn ENCODE_D3D11_SB_INTERFACE_ARRAY_LENGTH(ArrayLength: DWORD) -> DWORD 【】
    114  pub fn DECODE_D3D11_SB_ACCESS_COHERENCY_FLAGS(OperandToken0: DWORD) -> DWORD 【】
    115  pub fn ENCODE_D3D11_SB_ACCESS_COHERENCY_FLAGS(Flags: DWORD) -> DWORD 【】
    116  pub fn DECODE_D3D11_SB_UAV_FLAGS(OperandToken0: DWORD) -> DWORD 【】
    117  pub fn ENCODE_D3D11_SB_UAV_FLAGS(Flags: DWORD) -> DWORD 【】
    
    
    
    

    \winapi-0.3.9\src\um\d3d12.rs

    ═════════ pub fn 函数
    1  pub fn D3D12SerializeRootSignature(
    2  pub fn D3D12CreateRootSignatureDeserializer(
    3  pub fn D3D12SerializeVersionedRootSignature(
    4  pub fn D3D12CreateVersionedRootSignatureDeserializer(
    5  pub fn D3D12CreateDevice(
    6  pub fn D3D12GetDebugInterface(
    7  pub fn D3D12EnableExperimentalFeatures(
    
    
    
    

    \winapi-0.3.9\src\um\d3dcompiler.rs

    ═════════ pub fn 函数
    1  pub fn D3DReadFileToBlob(
    2  pub fn D3DWriteBlobToFile(
    3  pub fn D3DCompile(
    4  pub fn D3DCompile2(
    5  pub fn D3DCompileFromFile(
    6  pub fn D3DPreprocess(
    7  pub fn D3DGetDebugInfo(
    8  pub fn D3DReflect(
    9  pub fn D3DReflectLibrary(
    10  pub fn D3DDisassemble(
    11  pub fn D3DDisassembleRegion(
    12  pub fn D3DCreateLinker(
    13  pub fn D3DLoadModule(
    14  pub fn D3DCreateFunctionLinkingGraph(
    15  pub fn D3DGetTraceInstructionOffsets(
    16  pub fn D3DGetInputSignatureBlob(
    17  pub fn D3DGetOutputSignatureBlob(
    18  pub fn D3DGetInputAndOutputSignatureBlob(
    19  pub fn D3DStripShader(
    20  pub fn D3DGetBlobPart(
    21  pub fn D3DSetBlobPart(
    22  pub fn D3DCreateBlob(
    23  pub fn D3DCompressShaders(
    24  pub fn D3DDecompressShaders(
    
    
    
    

    \winapi-0.3.9\src\um\datetimeapi.rs

    ═════════ pub fn 函数
    1  pub fn GetDateFormatA(
    2  pub fn GetDateFormatW(
    3  pub fn GetTimeFormatA(
    4  pub fn GetTimeFormatW(
    5  pub fn GetTimeFormatEx(
    6  pub fn GetDateFormatEx(
    
    
    
    

    \winapi-0.3.9\src\um\davclnt.rs

    ═════════ pub fn 函数
    1  pub fn DavAddConnection(
    2  pub fn DavDeleteConnection(
    3  pub fn DavGetUNCFromHTTPPath(
    4  pub fn DavGetHTTPFromUNCPath(
    5  pub fn DavGetTheLockOwnerOfTheFile(
    6  pub fn DavGetExtendedError(
    7  pub fn DavFlushFile(
    8  pub fn DavInvalidateCache(
    9  pub fn DavCancelConnectionsToServer(
    10  pub fn DavRegisterAuthCallback(
    11  pub fn DavUnregisterAuthCallback(
    
    
    
    

    \winapi-0.3.9\src\um\dbghelp.rs

    ═════════ pub fn 函数
    1  pub fn EnumDirTree(
    2  pub fn EnumDirTreeW(
    3  pub fn ImagehlpApiVersion() -> LPAPI_VERSION;
    4  pub fn ImagehlpApiVersionEx(
    5  pub fn MakeSureDirectoryPathExists(
    6  pub fn SearchTreeForFile(
    7  pub fn SearchTreeForFileW(
    8  pub fn FindDebugInfoFile(
    9  pub fn FindDebugInfoFileEx(
    10  pub fn FindDebugInfoFileExW(
    11  pub fn FindExecutableImage(
    12  pub fn FindExecutableImageEx(
    13  pub fn FindExecutableImageExW(
    14  pub fn StackWalk(
    15  pub fn StackWalkEx(
    16  pub fn StackWalk64(
    17  pub fn UnDecorateSymbolName(
    18  pub fn UnDecorateSymbolNameW(
    19  pub fn GetTimestampForLoadedLibrary(
    20  pub fn ImageDirectoryEntryToData(
    21  pub fn ImageDirectoryEntryToDataEx(
    22  pub fn ImageNtHeader(
    23  pub fn ImageRvaToSection(
    24  pub fn ImageRvaToVa(
    25  pub fn SymSetOptions(
    26  pub fn SymGetOptions() -> DWORD;
    27  pub fn SymCleanup(
    28  pub fn SymEnumSymbolsW(
    29  pub fn SymFindDebugInfoFile(
    30  pub fn SymFindDebugInfoFileW(
    31  pub fn SymFindExecutableImage(
    32  pub fn SymFindExecutableImageW(
    33  pub fn SymFindFileInPath(
    34  pub fn SymFindFileInPathW(
    35  pub fn SymFromAddrW(
    36  pub fn SymFromNameW(
    37  pub fn SymFunctionTableAccess64(
    38  pub fn SymGetLineFromAddrW64(
    39  pub fn SymGetModuleInfoW64(
    40  pub fn SymGetModuleBase64(
    41  pub fn SymGetSymFromAddr64(
    42  pub fn SymInitializeW(
    43  pub fn SymLoadModuleExW(
    44  pub fn SymUnloadModule(
    45  pub fn SymUnloadModule64(
    46  pub fn MapDebugInformation(
    47  pub fn UnmapDebugInformation(
    
    
    
    

    \winapi-0.3.9\src\um\dcomp.rs

    ═════════ pub fn 函数
    1  pub fn DCompositionCreateDevice(
    2  pub fn DCompositionCreateDevice2(
    3  pub fn DCompositionCreateDevice3(
    4  pub fn DCompositionGetFrameStatistics(
    5  pub fn DCompositionCreateSurfaceHandle(
    6  pub fn DCompositionAttachMouseWheelToHwnd(
    7  pub fn DCompositionAttachMouseDragToHwnd(
    
    
    
    

    \winapi-0.3.9\src\um\dde.rs

    ═════════ pub fn 函数
    1  pub fn PackDDElParam(
    2  pub fn UnpackDDElParam(
    
    
    
    

    \winapi-0.3.9\src\um\debugapi.rs

    ═════════ pub fn 函数
    1  pub fn IsDebuggerPresent() -> BOOL;
    2  pub fn DebugBreak();
    3  pub fn OutputDebugStringA(
    4  pub fn OutputDebugStringW(
    5  pub fn ContinueDebugEvent(
    6  pub fn WaitForDebugEvent(
    7  pub fn DebugActiveProcess(
    8  pub fn DebugActiveProcessStop(
    9  pub fn CheckRemoteDebuggerPresent(
    10  pub fn WaitForDebugEventEx(
    
    
    
    

    \winapi-0.3.9\src\um\dpapi.rs

    ═════════ pub fn 函数
    1  pub fn CryptProtectData(
    2  pub fn CryptUnprotectData(
    3  pub fn CryptProtectDataNoUI(
    4  pub fn CryptUnprotectDataNoUI(
    5  pub fn CryptUpdateProtectedState(
    6  pub fn CryptProtectMemory(
    7  pub fn CryptUnprotectMemory(
    
    
    
    

    \winapi-0.3.9\src\um\dpa_dsa.rs

    ═════════ pub fn 函数
    1  pub fn DSA_Create(
    2  pub fn DSA_Destroy(
    3  pub fn DSA_DestroyCallback(
    4  pub fn DSA_DeleteItem(
    5  pub fn DSA_DeleteAllItems(
    6  pub fn DSA_EnumCallback(
    7  pub fn DSA_InsertItem(
    8  pub fn DSA_GetItemPtr(
    9  pub fn DSA_GetItem(
    10  pub fn DSA_SetItem(
    11  pub unsafe fn DSA_GetItemCount(hdsa: HDSA) -> c_int 【】
    12  pub unsafe fn DSA_AppendItem(hdsa: HDSA, pitem: *const c_void) -> c_int 【】
    13  pub fn DSA_Clone(
    14  pub fn DSA_GetSize(
    15  pub fn DSA_Sort(
    16  pub fn DPA_Create(
    17  pub fn DPA_CreateEx(
    18  pub fn DPA_Clone(
    19  pub fn DPA_Destroy(
    20  pub fn DPA_DestroyCallback(
    21  pub fn DPA_DeletePtr(
    22  pub fn DPA_DeleteAllPtrs(
    23  pub fn DPA_EnumCallback(
    24  pub fn DPA_Grow(
    25  pub fn DPA_InsertPtr(
    26  pub fn DPA_SetPtr(
    27  pub fn DPA_GetPtr(
    28  pub fn DPA_GetPtrIndex(
    29  pub unsafe fn DPA_GetPtrCount(hdpa: HDPA) -> c_int 【】
    30  pub unsafe fn DPA_SetPtrCount(hdpa: HDPA, cItems: c_int) 【】
    31  pub unsafe fn DPA_FastDeleteLastPtr(hdpa: HDPA) -> c_int 【】
    32  pub unsafe fn DPA_AppendPtr(hdpa: HDPA, pitem: *mut c_void) -> c_int 【】
    33  pub fn DPA_GetSize(
    34  pub fn DPA_Sort(
    35  pub fn DPA_LoadStream(
    36  pub fn DPA_SaveStream(
    37  pub fn DPA_Merge(
    38  pub fn DPA_Search(
    39  pub unsafe fn DPA_SortedInsertPtr(
    40  pub fn Str_SetPtrW(
    
    
    
    

    \winapi-0.3.9\src\um\dsgetdc.rs

    ═════════ pub fn 函数
    1  pub fn DsGetDcNameA(
    2  pub fn DsGetDcNameW(
    3  pub fn DsGetSiteNameA(
    4  pub fn DsGetSiteNameW(
    5  pub fn DsValidateSubnetNameW(
    6  pub fn DsValidateSubnetNameA(
    7  pub fn DsAddressToSiteNamesW(
    8  pub fn DsAddressToSiteNamesA(
    9  pub fn DsAddressToSiteNamesExW(
    10  pub fn DsAddressToSiteNamesExA(
    11  pub fn DsEnumerateDomainTrustsW(
    12  pub fn DsEnumerateDomainTrustsA(
    13  pub fn DsGetForestTrustInformationW(
    14  pub fn DsMergeForestTrustInformationW(
    15  pub fn DsGetDcSiteCoverageW(
    16  pub fn DsGetDcSiteCoverageA(
    17  pub fn DsDeregisterDnsHostRecordsW(
    18  pub fn DsDeregisterDnsHostRecordsA(
    19  pub fn DsGetDcOpenW(
    20  pub fn DsGetDcOpenA(
    21  pub fn DsGetDcNextA(
    22  pub fn DsGetDcNextW(
    23  pub fn DsGetDcCloseW(
    
    
    
    

    \winapi-0.3.9\src\um\dsound.rs

    ═════════ pub fn 函数
    1  pub fn DirectSoundCreate(
    2  pub fn GetDeviceID(
    
    
    
    

    \winapi-0.3.9\src\um\dsrole.rs

    ═════════ pub fn 函数
    1  pub fn DsRoleGetPrimaryDomainInformation(
    2  pub fn DsRoleFreeMemory(
    
    
    
    

    \winapi-0.3.9\src\um\dwmapi.rs

    ═════════ pub fn 函数
    1  pub fn DwmDefWindowProc(
    2  pub fn DwmEnableBlurBehindWindow(
    3  pub fn DwmEnableComposition(
    4  pub fn DwmEnableMMCSS(
    5  pub fn DwmExtendFrameIntoClientArea(
    6  pub fn DwmGetColorizationColor(
    7  pub fn DwmGetCompositionTimingInfo(
    8  pub fn DwmGetWindowAttribute(
    9  pub fn DwmIsCompositionEnabled(
    10  pub fn DwmModifyPreviousDxFrameDuration(
    11  pub fn DwmQueryThumbnailSourceSize(
    12  pub fn DwmRegisterThumbnail(
    13  pub fn DwmSetDxFrameDuration(
    14  pub fn DwmSetPresentParameters(
    15  pub fn DwmSetWindowAttribute(
    16  pub fn DwmUnregisterThumbnail(
    17  pub fn DwmUpdateThumbnailProperties(
    18  pub fn DwmSetIconicThumbnail(
    19  pub fn DwmSetIconicLivePreviewBitmap(
    20  pub fn DwmInvalidateIconicBitmaps(
    21  pub fn DwmFlush() -> HRESULT;
    22  pub fn DwmGetTransportAttributes(
    23  pub fn DwmTransitionOwnedWindow(
    24  pub fn DwmRenderGesture(
    25  pub fn DwmTetherContact(
    26  pub fn DwmShowContact(
    
    
    
    

    \winapi-0.3.9\src\um\dwrite.rs

    ═════════ pub fn 函数
    1  pub fn DWRITE_MAKE_OPENTYPE_TAG(a: u8, b: u8, c: u8, d: u8) -> u32 【】
    2  pub fn MAKE_DWRITE_HR(severity: HRESULT, code: HRESULT) -> HRESULT 【】
    3  pub fn MAKE_DWRITE_HR_ERR(code: HRESULT) -> HRESULT 【】
    4  pub fn DWriteCreateFactory(
    
    
    
    

    \winapi-0.3.9\src\um\dxgidebug.rs

    ═════════ pub fn 函数
    1  pub fn DXGIGetDebugInterface(
    
    
    
    

    \winapi-0.3.9\src\um\dxva2api.rs

    ═════════ pub fn 函数
    1  pub fn DXVA2CreateDirect3DDeviceManager9(
    2  pub fn DXVA2CreateVideoService(
    3  pub fn DXVA2FloatToFixed(_float_: c_float) -> DXVA2_Fixed32 【】
    4  pub fn DXVA2FixedToFloat(_fixed_: DXVA2_Fixed32) -> c_float 【】
    5  pub fn DXVA2_Fixed32TransparentAlpha() -> DXVA2_Fixed32 【】
    6  pub fn DXVA2_Fixed32OpaqueAlpha() -> DXVA2_Fixed32 【】
    
    
    
    

    \winapi-0.3.9\src\um\dxvahd.rs

    ═════════ pub fn 函数
    1  pub fn DXVAHD_CreateDevice(
    
    
    
    

    \winapi-0.3.9\src\um\enclaveapi.rs

    ═════════ pub fn 函数
    1  pub fn IsEnclaveTypeSupported(
    2  pub fn CreateEnclave(
    3  pub fn LoadEnclaveData(
    4  pub fn InitializeEnclave(
    5  pub fn LoadEnclaveImageA(
    6  pub fn LoadEnclaveImageW(
    7  pub fn CallEnclave(
    8  pub fn TerminateEnclave(
    9  pub fn DeleteEnclave(
    
    
    
    

    \winapi-0.3.9\src\um\errhandlingapi.rs

    ═════════ pub fn 函数
    1  pub fn RaiseException(
    2  pub fn UnhandledExceptionFilter(
    3  pub fn SetUnhandledExceptionFilter(
    4  pub fn GetLastError() -> DWORD;
    5  pub fn SetLastError(
    6  pub fn GetErrorMode() -> UINT;
    7  pub fn SetErrorMode(
    8  pub fn AddVectoredExceptionHandler(
    9  pub fn RemoveVectoredExceptionHandler(
    10  pub fn AddVectoredContinueHandler(
    11  pub fn RemoveVectoredContinueHandler(
    12  pub fn RaiseFailFastException(
    13  pub fn FatalAppExitA(
    14  pub fn FatalAppExitW(
    15  pub fn GetThreadErrorMode() -> DWORD;
    16  pub fn SetThreadErrorMode(
    
    
    
    

    \winapi-0.3.9\src\um\evntcons.rs

    ═════════ pub fn 函数
    1  pub unsafe fn GetEventProcessorIndex(EventRecord: PCEVENT_RECORD) -> ULONG 【】
    2  pub unsafe fn EtwGetTraitFromProviderTraits(
    3  pub fn EventAccessControl(
    4  pub fn EventAccessQuery(
    5  pub fn EventAccessRemove(
    
    
    
    

    \winapi-0.3.9\src\um\fibersapi.rs

    ═════════ pub fn 函数
    1  pub fn FlsAlloc(
    2  pub fn FlsGetValue(
    3  pub fn FlsSetValue(
    4  pub fn FlsFree(
    5  pub fn IsThreadAFiber() -> BOOL;
    
    
    
    

    \winapi-0.3.9\src\um\fileapi.rs

    ═════════ pub fn 函数
    1  pub fn CompareFileTime(
    2  pub fn CreateDirectoryA(
    3  pub fn CreateDirectoryW(
    4  pub fn CreateFileA(
    5  pub fn CreateFileW(
    6  pub fn DefineDosDeviceW(
    7  pub fn DeleteFileA(
    8  pub fn DeleteFileW(
    9  pub fn DeleteVolumeMountPointW(
    10  pub fn FileTimeToLocalFileTime(
    11  pub fn FindClose(
    12  pub fn FindCloseChangeNotification(
    13  pub fn FindFirstChangeNotificationA(
    14  pub fn FindFirstChangeNotificationW(
    15  pub fn FindFirstFileA(
    16  pub fn FindFirstFileW(
    17  pub fn FindFirstFileExA(
    18  pub fn FindFirstFileExW(
    19  pub fn FindFirstVolumeW(
    20  pub fn FindNextChangeNotification(
    21  pub fn FindNextFileA(
    22  pub fn FindNextFileW(
    23  pub fn FindNextVolumeW(
    24  pub fn FindVolumeClose(
    25  pub fn FlushFileBuffers(
    26  pub fn GetDiskFreeSpaceA(
    27  pub fn GetDiskFreeSpaceW(
    28  pub fn GetDiskFreeSpaceExA(
    29  pub fn GetDiskFreeSpaceExW(
    30  pub fn GetDriveTypeA(
    31  pub fn GetDriveTypeW(
    32  pub fn GetFileAttributesA(
    33  pub fn GetFileAttributesW(
    34  pub fn GetFileAttributesExA(
    35  pub fn GetFileAttributesExW(
    36  pub fn GetFileInformationByHandle(
    37  pub fn GetFileSize(
    38  pub fn GetFileSizeEx(
    39  pub fn GetFileType(
    40  pub fn GetFinalPathNameByHandleA(
    41  pub fn GetFinalPathNameByHandleW(
    42  pub fn GetFileTime(
    43  pub fn GetFullPathNameW(
    44  pub fn GetFullPathNameA(
    45  pub fn GetLogicalDrives() -> DWORD;
    46  pub fn GetLogicalDriveStringsW(
    47  pub fn GetLongPathNameA(
    48  pub fn GetLongPathNameW(
    49  pub fn GetShortPathNameW(
    50  pub fn GetTempFileNameW(
    51  pub fn GetVolumeInformationByHandleW(
    52  pub fn GetVolumeInformationW(
    53  pub fn GetVolumePathNameW(
    54  pub fn LocalFileTimeToFileTime(
    55  pub fn LockFile(
    56  pub fn LockFileEx(
    57  pub fn QueryDosDeviceW(
    58  pub fn ReadFile(
    59  pub fn ReadFileEx(
    60  pub fn ReadFileScatter(
    61  pub fn RemoveDirectoryA(
    62  pub fn RemoveDirectoryW(
    63  pub fn SetEndOfFile(
    64  pub fn SetFileAttributesA(
    65  pub fn SetFileAttributesW(
    66  pub fn SetFileInformationByHandle(
    67  pub fn SetFilePointer(
    68  pub fn SetFilePointerEx(
    69  pub fn SetFileTime(
    70  pub fn SetFileValidData(
    71  pub fn UnlockFile(
    72  pub fn UnlockFileEx(
    73  pub fn WriteFile(
    74  pub fn WriteFileEx(
    75  pub fn WriteFileGather(
    76  pub fn GetTempPathW(
    77  pub fn GetVolumeNameForVolumeMountPointW(
    78  pub fn GetVolumePathNamesForVolumeNameW(
    79  pub fn CreateFile2(
    80  pub fn SetFileIoOverlappedRange(
    81  pub fn GetCompressedFileSizeA(
    82  pub fn GetCompressedFileSizeW(
    83  pub fn FindFirstStreamW(
    84  pub fn FindNextStreamW(
    85  pub fn AreFileApisANSI() -> BOOL;
    86  pub fn GetTempPathA(
    87  pub fn FindFirstFileNameW(
    88  pub fn FindNextFileNameW(
    89  pub fn GetVolumeInformationA(
    90  pub fn GetTempFileNameA(
    91  pub fn SetFileApisToOEM();
    92  pub fn SetFileApisToANSI();
    
    
    
    

    \winapi-0.3.9\src\um\gl\gl.rs

    ═════════ pub fn 函数
    1  pub fn glAccum(
    2  pub fn glAlphaFunc(
    
    
    
    

    \winapi-0.3.9\src\um\handleapi.rs

    ═════════ pub fn 函数
    1  pub fn CloseHandle(
    2  pub fn DuplicateHandle(
    3  pub fn CompareObjectHandles(
    4  pub fn GetHandleInformation(
    5  pub fn SetHandleInformation(
    
    
    
    

    \winapi-0.3.9\src\um\heapapi.rs

    ═════════ pub fn 函数
    1  pub fn HeapCreate(
    2  pub fn HeapDestroy(
    3  pub fn HeapAlloc(
    4  pub fn HeapReAlloc(
    5  pub fn HeapFree(
    6  pub fn HeapSize(
    7  pub fn GetProcessHeap() -> HANDLE;
    8  pub fn HeapCompact(
    9  pub fn HeapSetInformation(
    10  pub fn HeapValidate(
    11  pub fn HeapSummary(
    12  pub fn GetProcessHeaps(
    13  pub fn HeapLock(
    14  pub fn HeapUnlock(
    15  pub fn HeapWalk(
    16  pub fn HeapQueryInformation(
    
    
    
    

    \winapi-0.3.9\src\um\highlevelmonitorconfigurationapi.rs

    ═════════ pub fn 函数
    1  pub fn GetMonitorCapabilities(
    2  pub fn SaveCurrentMonitorSettings(
    3  pub fn GetMonitorTechnologyType(
    4  pub fn GetMonitorBrightness(
    5  pub fn GetMonitorContrast(
    6  pub fn GetMonitorColorTemperature(
    7  pub fn GetMonitorRedGreenOrBlueDrive(
    8  pub fn GetMonitorRedGreenOrBlueGain(
    9  pub fn SetMonitorBrightness(
    10  pub fn SetMonitorContrast(
    11  pub fn SetMonitorColorTemperature(
    12  pub fn SetMonitorRedGreenOrBlueDrive(
    13  pub fn SetMonitorRedGreenOrBlueGain(
    14  pub fn DegaussMonitor(
    15  pub fn GetMonitorDisplayAreaSize(
    16  pub fn GetMonitorDisplayAreaPosition(
    17  pub fn SetMonitorDisplayAreaSize(
    18  pub fn SetMonitorDisplayAreaPosition(
    19  pub fn RestoreMonitorFactoryColorDefaults(
    20  pub fn RestoreMonitorFactoryDefaults(
    
    
    
    

    \winapi-0.3.9\src\um\http.rs

    ═════════ pub fn 函数
    1  pub fn HTTP_SET_VERSION(mut version: HTTP_VERSION, major: USHORT, minor: USHORT) 【】
    2  pub fn HTTP_EQUAL_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    3  pub fn HTTP_GREATER_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    4  pub fn HTTP_LESS_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    5  pub fn HTTP_NOT_EQUAL_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    6  pub fn HTTP_GREATER_EQUAL_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    7  pub fn HTTP_LESS_EQUAL_VERSION(version: HTTP_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    8  pub fn HTTPAPI_EQUAL_VERSION(version: HTTPAPI_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    9  pub fn HTTPAPI_GREATER_VERSION(version: HTTPAPI_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    10  pub fn HTTPAPI_LESS_VERSION(version: HTTPAPI_VERSION, major: USHORT, minor: USHORT) -> bool 【】
    11  pub fn HTTPAPI_VERSION_GREATER_OR_EQUAL(
    12  pub unsafe fn HTTP_IS_NULL_ID(pid: PHTTP_OPAQUE_ID) -> bool 【】
    13  pub unsafe fn HTTP_SET_NULL_ID(pid: PHTTP_OPAQUE_ID) 【】
    14  pub fn HttpInitialize(
    15  pub fn HttpTerminate(
    16  pub fn HttpCreateHttpHandle(
    17  pub fn HttpCreateRequestQueue(
    18  pub fn HttpCloseRequestQueue(
    19  pub fn HttpSetRequestQueueProperty(
    20  pub fn HttpQueryRequestQueueProperty(
    21  pub fn HttpShutdownRequestQueue(
    22  pub fn HttpReceiveClientCertificate(
    23  pub fn HttpCreateServerSession(
    24  pub fn HttpCloseServerSession(
    25  pub fn HttpQueryServerSessionProperty(
    26  pub fn HttpSetServerSessionProperty(
    27  pub fn HttpAddUrl(
    28  pub fn HttpRemoveUrl(
    29  pub fn HttpCreateUrlGroup(
    30  pub fn HttpCloseUrlGroup(
    31  pub fn HttpAddUrlToUrlGroup(
    32  pub fn HttpRemoveUrlFromUrlGroup(
    33  pub fn HttpSetUrlGroupProperty(
    34  pub fn HttpQueryUrlGroupProperty(
    35  pub fn HttpPrepareUrl(
    36  pub fn HttpReceiveHttpRequest(
    37  pub fn HttpReceiveRequestEntityBody(
    38  pub fn HttpSendHttpResponse(
    39  pub fn HttpSendResponseEntityBody(
    40  pub fn HttpWaitForDisconnect(
    41  pub fn HttpWaitForDisconnectEx(
    42  pub fn HttpCancelHttpRequest(
    43  pub fn HttpWaitForDemandStart(
    44  pub fn HttpFlushResponseCache(
    45  pub fn HttpAddFragmentToCache(
    46  pub fn HttpReadFragmentFromCache(
    47  pub fn HttpSetServiceConfiguration(
    48  pub fn HttpDeleteServiceConfiguration(
    49  pub fn HttpQueryServiceConfiguration(
    50  pub fn HttpDeclarePush(
    51  pub fn HttpUpdateServiceConfiguration(
    
    
    
    

    \winapi-0.3.9\src\um\imm.rs

    ═════════ pub fn 函数
    1  pub fn ImmGetContext(
    2  pub fn ImmGetOpenStatus(
    3  pub fn ImmSetOpenStatus(
    4  pub fn ImmSetCompositionWindow(
    5  pub fn ImmReleaseContext(
    
    
    
    

    \winapi-0.3.9\src\um\interlockedapi.rs

    ═════════ pub fn 函数
    1  pub fn InitializeSListHead(
    2  pub fn InterlockedPopEntrySList(
    3  pub fn InterlockedPushEntrySList(
    4  pub fn InterlockedPushListSListEx(
    5  pub fn InterlockedFlushSList(
    6  pub fn QueryDepthSList(
    
    
    
    

    \winapi-0.3.9\src\um\ioapiset.rs

    ═════════ pub fn 函数
    1  pub fn CreateIoCompletionPort(
    2  pub fn GetQueuedCompletionStatus(
    3  pub fn GetQueuedCompletionStatusEx(
    4  pub fn PostQueuedCompletionStatus(
    5  pub fn DeviceIoControl(
    6  pub fn GetOverlappedResult(
    7  pub fn CancelIoEx(
    8  pub fn CancelIo(
    9  pub fn GetOverlappedResultEx(
    10  pub fn CancelSynchronousIo(
    
    
    
    

    \winapi-0.3.9\src\um\iphlpapi.rs

    ═════════ pub fn 函数
    1  pub fn GetNumberOfInterfaces(
    2  pub fn GetIfEntry(
    3  pub fn GetIfTable(
    4  pub fn GetIpAddrTable(
    5  pub fn GetIpNetTable(
    6  pub fn GetIpForwardTable(
    7  pub fn GetTcpTable(
    8  pub fn GetExtendedTcpTable(
    9  pub fn GetOwnerModuleFromTcpEntry(
    10  pub fn GetUdpTable(
    11  pub fn GetExtendedUdpTable(
    12  pub fn GetOwnerModuleFromUdpEntry(
    13  pub fn GetTcpTable2(
    14  pub fn GetTcp6Table(
    15  pub fn GetTcp6Table2(
    16  pub fn GetPerTcpConnectionEStats(
    17  pub fn SetPerTcpConnectionEStats(
    18  pub fn GetPerTcp6ConnectionEStats(
    19  pub fn SetPerTcp6ConnectionEStats(
    20  pub fn GetOwnerModuleFromTcp6Entry(
    21  pub fn GetUdp6Table(
    22  pub fn GetOwnerModuleFromUdp6Entry(
    23  pub fn GetOwnerModuleFromPidAndInfo(
    24  pub fn GetIpStatistics(
    25  pub fn GetIcmpStatistics(
    26  pub fn GetTcpStatistics(
    27  pub fn GetUdpStatistics(
    28  pub fn SetIpStatisticsEx(
    29  pub fn GetIpStatisticsEx(
    30  pub fn GetIcmpStatisticsEx(
    31  pub fn GetTcpStatisticsEx(
    32  pub fn GetUdpStatisticsEx(
    33  pub fn GetTcpStatisticsEx2(
    34  pub fn GetUdpStatisticsEx2(
    35  pub fn SetIfEntry(
    36  pub fn CreateIpForwardEntry(
    37  pub fn SetIpForwardEntry(
    38  pub fn DeleteIpForwardEntry(
    39  pub fn SetIpStatistics(
    40  pub fn SetIpTTL(
    41  pub fn CreateIpNetEntry(
    42  pub fn SetIpNetEntry(
    43  pub fn DeleteIpNetEntry(
    44  pub fn FlushIpNetTable(
    45  pub fn CreateProxyArpEntry(
    46  pub fn DeleteProxyArpEntry(
    47  pub fn SetTcpEntry(
    48  pub fn GetInterfaceInfo(
    49  pub fn GetUniDirectionalAdapterInfo(
    50  pub fn NhpAllocateAndGetInterfaceInfoFromStack(
    51  pub fn GetBestInterface(
    52  pub fn GetBestInterfaceEx(
    53  pub fn GetBestRoute(
    54  pub fn NotifyAddrChange(
    55  pub fn NotifyRouteChange(
    56  pub fn CancelIPChangeNotify(
    57  pub fn GetAdapterIndex(
    58  pub fn AddIPAddress(
    59  pub fn DeleteIPAddress(
    60  pub fn GetNetworkParams(
    61  pub fn GetAdaptersInfo(
    62  pub fn GetAdapterOrderMap() -> PIP_ADAPTER_ORDER_MAP;
    63  pub fn GetAdaptersAddresses(
    64  pub fn GetPerAdapterInfo(
    65  pub fn GetInterfaceCurrentTimestampCapabilities(
    66  pub fn GetInterfaceHardwareTimestampCapabilities(
    67  pub fn CaptureInterfaceHardwareCrossTimestamp(
    68  pub fn NotifyIfTimestampConfigChange(
    69  pub fn CancelIfTimestampConfigChange(
    70  pub fn IpReleaseAddress(
    71  pub fn IpRenewAddress(
    72  pub fn SendARP(
    73  pub fn GetRTTAndHopCount(
    74  pub fn GetFriendlyIfIndex(
    75  pub fn EnableRouter(
    76  pub fn UnenableRouter(
    77  pub fn DisableMediaSense(
    78  pub fn RestoreMediaSense(
    79  pub fn GetIpErrorString(
    80  pub fn ResolveNeighbor(
    81  pub fn CreatePersistentTcpPortReservation(
    82  pub fn CreatePersistentUdpPortReservation(
    83  pub fn DeletePersistentTcpPortReservation(
    84  pub fn DeletePersistentUdpPortReservation(
    85  pub fn LookupPersistentTcpPortReservation(
    86  pub fn LookupPersistentUdpPortReservation(
    87  pub fn ParseNetworkString(
    
    
    
    

    \winapi-0.3.9\src\um\jobapi.rs

    ═════════ pub fn 函数
    1  pub fn IsProcessInJob(
    
    
    
    

    \winapi-0.3.9\src\um\jobapi2.rs

    ═════════ pub fn 函数
    1  pub fn CreateJobObjectW(
    2  pub fn FreeMemoryJobObject(
    3  pub fn OpenJobObjectW(
    4  pub fn AssignProcessToJobObject(
    5  pub fn TerminateJobObject(
    6  pub fn SetInformationJobObject(
    7  pub fn SetIoRateControlInformationJobObject(
    8  pub fn QueryInformationJobObject(
    9  pub fn QueryIoRateControlInformationJobObject(
    
    
    
    

    \winapi-0.3.9\src\um\ktmw32.rs

    ═════════ pub fn 函数
    1  pub fn CreateTransaction(
    2  pub fn CommitTransaction(
    3  pub fn RollbackTransaction(
    
    
    
    

    \winapi-0.3.9\src\um\libloaderapi.rs

    ═════════ pub fn 函数
    1  pub fn DisableThreadLibraryCalls(
    2  pub fn FindResourceExW(
    3  pub fn FindStringOrdinal(
    4  pub fn FreeLibrary(
    5  pub fn FreeLibraryAndExitThread(
    6  pub fn FreeResource(
    7  pub fn GetModuleFileNameA(
    8  pub fn GetModuleFileNameW(
    9  pub fn GetModuleHandleA(
    10  pub fn GetModuleHandleW(
    11  pub fn GetModuleHandleExA(
    12  pub fn GetModuleHandleExW(
    13  pub fn GetProcAddress(
    14  pub fn LoadLibraryExA(
    15  pub fn LoadLibraryExW(
    16  pub fn LoadResource(
    17  pub fn LoadStringA(
    18  pub fn LoadStringW(
    19  pub fn LockResource(
    20  pub fn SizeofResource(
    21  pub fn AddDllDirectory(
    22  pub fn RemoveDllDirectory(
    23  pub fn SetDefaultDllDirectories(
    24  pub fn EnumResourceLanguagesExA(
    25  pub fn EnumResourceLanguagesExW(
    26  pub fn EnumResourceNamesExA(
    27  pub fn EnumResourceNamesExW(
    28  pub fn EnumResourceTypesExA(
    29  pub fn EnumResourceTypesExW(
    30  pub fn FindResourceW(
    31  pub fn LoadLibraryA(
    32  pub fn LoadLibraryW(
    33  pub fn EnumResourceNamesW(
    
    
    
    

    \winapi-0.3.9\src\um\lmaccess.rs

    ═════════ pub fn 函数
    1  pub fn NetUserAdd(
    2  pub fn NetUserEnum(
    3  pub fn NetUserGetInfo(
    4  pub fn NetUserSetInfo(
    5  pub fn NetUserDel(
    6  pub fn NetUserGetGroups(
    7  pub fn NetUserSetGroups(
    8  pub fn NetUserGetLocalGroups(
    9  pub fn NetUserModalsGet(
    10  pub fn NetUserModalsSet(
    11  pub fn NetUserChangePassword(
    12  pub fn NetGroupAdd(
    13  pub fn NetGroupAddUser(
    14  pub fn NetGroupEnum(
    15  pub fn NetGroupGetInfo(
    16  pub fn NetGroupSetInfo(
    17  pub fn NetGroupDel(
    18  pub fn NetGroupDelUser(
    19  pub fn NetGroupGetUsers(
    20  pub fn NetGroupSetUsers(
    21  pub fn NetLocalGroupAdd(
    22  pub fn NetLocalGroupAddMember(
    23  pub fn NetLocalGroupEnum(
    24  pub fn NetLocalGroupGetInfo(
    25  pub fn NetLocalGroupSetInfo(
    26  pub fn NetLocalGroupDel(
    27  pub fn NetLocalGroupDelMember(
    28  pub fn NetLocalGroupGetMembers(
    29  pub fn NetLocalGroupSetMembers(
    30  pub fn NetLocalGroupAddMembers(
    31  pub fn NetLocalGroupDelMembers(
    32  pub fn NetQueryDisplayInformation(
    33  pub fn NetGetDisplayInformationIndex(
    34  pub fn NetAccessAdd(
    35  pub fn NetAccessEnum(
    36  pub fn NetAccessGetInfo(
    37  pub fn NetAccessSetInfo(
    38  pub fn NetAccessDel(
    39  pub fn NetAccessGetUserPerms(
    40  pub fn NetValidatePasswordPolicy(
    41  pub fn NetValidatePasswordPolicyFree(
    42  pub fn NetGetDCName(
    43  pub fn NetGetAnyDCName(
    44  pub fn I_NetLogonControl(
    45  pub fn I_NetLogonControl2(
    46  pub fn NetEnumerateTrustedDomains(
    47  pub fn NetAddServiceAccount(
    48  pub fn NetRemoveServiceAccount(
    49  pub fn NetEnumerateServiceAccounts(
    50  pub fn NetIsServiceAccount(
    51  pub fn NetQueryServiceAccount(
    
    
    
    

    \winapi-0.3.9\src\um\lmalert.rs

    ═════════ pub fn 函数
    1  pub fn NetAlertRaise(
    2  pub fn NetAlertRaiseEx(
    
    
    
    

    \winapi-0.3.9\src\um\lmapibuf.rs

    ═════════ pub fn 函数
    1  pub fn NetApiBufferAllocate(
    2  pub fn NetApiBufferFree(
    3  pub fn NetApiBufferReallocate(
    4  pub fn NetApiBufferSize(
    5  pub fn NetapipBufferAllocate(
    
    
    
    

    \winapi-0.3.9\src\um\lmat.rs

    ═════════ pub fn 函数
    1  pub fn NetScheduleJobAdd(
    2  pub fn NetScheduleJobDel(
    3  pub fn NetScheduleJobEnum(
    4  pub fn NetScheduleJobGetInfo(
    
    
    
    

    \winapi-0.3.9\src\um\lmdfs.rs

    ═════════ pub fn 函数
    1  pub fn NetDfsAdd(
    2  pub fn NetDfsAddStdRoot(
    3  pub fn NetDfsRemoveStdRoot(
    4  pub fn NetDfsAddFtRoot(
    5  pub fn NetDfsRemoveFtRoot(
    6  pub fn NetDfsRemoveFtRootForced(
    7  pub fn NetDfsRemove(
    8  pub fn NetDfsEnum(
    9  pub fn NetDfsGetInfo(
    10  pub fn NetDfsSetInfo(
    11  pub fn NetDfsGetClientInfo(
    12  pub fn NetDfsSetClientInfo(
    13  pub fn NetDfsMove(
    14  pub fn NetDfsRename(
    15  pub fn NetDfsAddRootTarget(
    16  pub fn NetDfsRemoveRootTarget(
    17  pub fn NetDfsGetSecurity(
    18  pub fn NetDfsSetSecurity(
    19  pub fn NetDfsGetStdContainerSecurity(
    20  pub fn NetDfsSetStdContainerSecurity(
    21  pub fn NetDfsGetFtContainerSecurity(
    22  pub fn NetDfsSetFtContainerSecurity(
    23  pub fn NetDfsGetSupportedNamespaceVersion(
    
    
    
    

    \winapi-0.3.9\src\um\lmjoin.rs

    ═════════ pub fn 函数
    1  pub fn NetJoinDomain(
    2  pub fn NetUnjoinDomain(
    3  pub fn NetRenameMachineInDomain(
    4  pub fn NetValidateName(
    5  pub fn NetGetJoinableOUs(
    6  pub fn NetAddAlternateComputerName(
    7  pub fn NetRemoveAlternateComputerName(
    8  pub fn NetSetPrimaryComputerName(
    9  pub fn NetEnumerateComputerNames(
    10  pub fn NetProvisionComputerAccount(
    11  pub fn NetRequestOfflineDomainJoin(
    12  pub fn NetCreateProvisioningPackage(
    13  pub fn NetRequestProvisioningPackageInstall(
    14  pub fn NetGetAadJoinInformation(
    15  pub fn NetFreeAadJoinInformation(
    16  pub fn NetGetJoinInformation(
    
    
    
    

    \winapi-0.3.9\src\um\lmmsg.rs

    ═════════ pub fn 函数
    1  pub fn NetMessageNameAdd(
    2  pub fn NetMessageNameEnum(
    3  pub fn NetMessageNameGetInfo(
    4  pub fn NetMessageNameDel(
    5  pub fn NetMessageBufferSend(
    
    
    
    

    \winapi-0.3.9\src\um\lmremutl.rs

    ═════════ pub fn 函数
    1  pub fn NetRemoteTOD(
    2  pub fn NetRemoteComputerSupports(
    3  pub fn RxRemoteApi(
    
    
    
    

    \winapi-0.3.9\src\um\lmrepl.rs

    ═════════ pub fn 函数
    1  pub fn NetReplGetInfo(
    2  pub fn NetReplSetInfo(
    3  pub fn NetReplExportDirAdd(
    4  pub fn NetReplExportDirDel(
    5  pub fn NetReplExportDirEnum(
    6  pub fn NetReplExportDirGetInfo(
    7  pub fn NetReplExportDirSetInfo(
    8  pub fn NetReplExportDirLock(
    9  pub fn NetReplExportDirUnlock(
    10  pub fn NetReplImportDirAdd(
    11  pub fn NetReplImportDirDel(
    12  pub fn NetReplImportDirEnum(
    13  pub fn NetReplImportDirGetInfo(
    14  pub fn NetReplImportDirLock(
    15  pub fn NetReplImportDirUnlock(
    
    
    
    

    \winapi-0.3.9\src\um\lmserver.rs

    ═════════ pub fn 函数
    1  pub fn NetServerEnum(
    2  pub fn NetServerEnumEx(
    3  pub fn NetServerGetInfo(
    4  pub fn NetServerSetInfo(
    5  pub fn NetServerDiskEnum(
    6  pub fn NetServerComputerNameAdd(
    7  pub fn NetServerComputerNameDel(
    8  pub fn NetServerTransportAdd(
    9  pub fn NetServerTransportAddEx(
    10  pub fn NetServerTransportDel(
    11  pub fn NetServerTransportEnum(
    12  pub fn SetServiceBits(
    
    
    
    

    \winapi-0.3.9\src\um\lmshare.rs

    ═════════ pub fn 函数
    1  pub fn NetShareAdd(
    2  pub fn NetShareEnum(
    3  pub fn NetShareEnumSticky(
    4  pub fn NetShareGetInfo(
    5  pub fn NetShareSetInfo(
    6  pub fn NetShareDel(
    7  pub fn NetShareDelSticky(
    8  pub fn NetShareCheck(
    9  pub fn NetShareDelEx(
    10  pub fn NetServerAliasAdd(
    11  pub fn NetServerAliasDel(
    12  pub fn NetServerAliasEnum(
    13  pub fn NetSessionEnum(
    14  pub fn NetSessionDel(
    15  pub fn NetSessionGetInfo(
    16  pub fn NetConnectionEnum(
    17  pub fn NetFileClose(
    18  pub fn NetFileEnum(
    19  pub fn NetFileGetInfo(
    
    
    
    

    \winapi-0.3.9\src\um\lmstats.rs

    ═════════ pub fn 函数
    1  pub fn NetStatisticsGet(
    
    
    
    

    \winapi-0.3.9\src\um\lmsvc.rs

    ═════════ pub fn 函数
    1  pub fn NetServiceControl(
    2  pub fn NetServiceEnum(
    3  pub fn NetServiceGetInfo(
    4  pub fn NetServiceInstall(
    5  pub fn SERVICE_IP_CODE(tt: DWORD, nn: DWORD) -> c_long 【】
    6  pub fn SERVICE_CCP_CODE(tt: DWORD, nn: DWORD) -> c_long 【】
    7  pub fn SERVICE_UIC_CODE(cc: DWORD, mm: DWORD) -> c_long 【】
    8  pub fn SERVICE_NT_CCP_CODE(tt: DWORD, nn: DWORD) -> c_long 【】
    9  pub fn SERVICE_NT_WAIT_GET(code: DWORD) -> DWORD 【】
    
    
    
    

    \winapi-0.3.9\src\um\lmuse.rs

    ═════════ pub fn 函数
    1  pub fn NetUseAdd(
    2  pub fn NetUseDel(
    3  pub fn NetUseEnum(
    4  pub fn NetUseGetInfo(
    
    
    
    

    \winapi-0.3.9\src\um\lmwksta.rs

    ═════════ pub fn 函数
    1  pub fn NetWkstaGetInfo(
    2  pub fn NetWkstaSetInfo(
    3  pub fn NetWkstaUserGetInfo(
    4  pub fn NetWkstaUserSetInfo(
    5  pub fn NetWkstaUserEnum(
    6  pub fn NetWkstaTransportAdd(
    7  pub fn NetWkstaTransportDel(
    8  pub fn NetWkstaTransportEnum(
    
    
    
    

    \winapi-0.3.9\src\um\lowlevelmonitorconfigurationapi.rs

    ═════════ pub fn 函数
    1  pub fn GetVCPFeatureAndVCPFeatureReply(
    2  pub fn SetVCPFeature(
    3  pub fn SaveCurrentSettings(
    4  pub fn GetCapabilitiesStringLength(
    5  pub fn CapabilitiesRequestAndCapabilitiesReply(
    6  pub fn GetTimingReport(
    
    
    
    

    \winapi-0.3.9\src\um\lsalookup.rs

    ═════════ pub fn 函数
    1  pub fn LsaLookupOpenLocalPolicy(
    2  pub fn LsaLookupClose(
    3  pub fn LsaLookupTranslateSids(
    4  pub fn LsaLookupTranslateNames(
    5  pub fn LsaLookupGetDomainInfo(
    6  pub fn LsaLookupFreeMemory(
    
    
    
    

    \winapi-0.3.9\src\um\memoryapi.rs

    ═════════ pub fn 函数
    1  pub fn VirtualAlloc(
    2  pub fn VirtualProtect(
    3  pub fn VirtualFree(
    4  pub fn VirtualQuery(
    5  pub fn VirtualAllocEx(
    6  pub fn VirtualFreeEx(
    7  pub fn VirtualProtectEx(
    8  pub fn VirtualQueryEx(
    9  pub fn ReadProcessMemory(
    10  pub fn WriteProcessMemory(
    11  pub fn CreateFileMappingW(
    12  pub fn OpenFileMappingW(
    13  pub fn MapViewOfFile(
    14  pub fn MapViewOfFileEx(
    15  pub fn FlushViewOfFile(
    16  pub fn UnmapViewOfFile(
    17  pub fn GetLargePageMinimum() -> SIZE_T;
    18  pub fn GetProcessWorkingSetSizeEx(
    19  pub fn SetProcessWorkingSetSizeEx(
    20  pub fn VirtualLock(
    21  pub fn VirtualUnlock(
    22  pub fn GetWriteWatch(
    23  pub fn ResetWriteWatch(
    24  pub fn CreateMemoryResourceNotification(
    25  pub fn QueryMemoryResourceNotification(
    26  pub fn GetSystemFileCacheSize(
    27  pub fn SetSystemFileCacheSize(
    28  pub fn CreateFileMappingNumaW(
    29  pub fn PrefetchVirtualMemory(
    30  pub fn CreateFileMappingFromApp(
    31  pub fn MapViewOfFileFromApp(
    32  pub fn UnmapViewOfFileEx(
    33  pub fn AllocateUserPhysicalPages(
    34  pub fn FreeUserPhysicalPages(
    35  pub fn MapUserPhysicalPages(
    36  pub fn AllocateUserPhysicalPagesNuma(
    37  pub fn VirtualAllocExNuma(
    38  pub fn GetMemoryErrorHandlingCapabilities(
    39  pub fn RegisterBadMemoryNotification(
    40  pub fn UnregisterBadMemoryNotification(
    41  pub fn OfferVirtualMemory(
    42  pub fn ReclaimVirtualMemory(
    43  pub fn DiscardVirtualMemory(
    44  /*  pub fn SetProcessValidCallTargets(
    45  pub fn VirtualAllocFromApp(
    46  pub fn VirtualProtectFromApp(
    47  pub fn OpenFileMappingFromApp(
    48  pub fn QueryVirtualMemoryInformation(
    49  pub fn MapViewOfFileNuma2(
    50  pub unsafe fn MapViewOfFile2(
    51  pub fn UnmapViewOfFile2(
    
    
    
    

    \winapi-0.3.9\src\um\mmdeviceapi.rs

    ═════════ pub fn 函数
    1  pub fn ActivateAudioInterfaceAsync(
    
    
    
    

    \winapi-0.3.9\src\um\mmeapi.rs

    ═════════ pub fn 函数
    1  pub fn waveOutGetNumDevs() -> UINT;
    2  pub fn waveOutGetDevCapsW(
    3  pub fn waveOutGetVolume(
    4  pub fn waveOutSetVolume(
    5  pub fn waveOutGetErrorTextW(
    6  pub fn waveOutOpen(
    7  pub fn waveOutClose(
    8  pub fn waveOutPrepareHeader(
    9  pub fn waveOutUnprepareHeader(
    10  pub fn waveOutWrite(
    11  pub fn waveOutPause(
    12  pub fn waveOutRestart(
    13  pub fn waveOutReset(
    14  pub fn waveOutBreakLoop(
    15  pub fn waveOutGetPosition(
    16  pub fn waveOutGetPitch(
    17  pub fn waveOutSetPitch(
    18  pub fn waveOutGetPlaybackRate(
    19  pub fn waveOutSetPlaybackRate(
    20  pub fn waveOutMessage(
    21  pub fn waveInGetNumDevs() -> UINT;
    22  pub fn waveInGetDevCapsW(
    23  pub fn waveInGetErrorTextW(
    24  pub fn waveInOpen(
    25  pub fn waveInClose(
    26  pub fn waveInPrepareHeader(
    27  pub fn waveInUnprepareHeader(
    28  pub fn waveInAddBuffer(
    29  pub fn waveInStart(
    30  pub fn waveInStop(
    31  pub fn waveInReset(
    32  pub fn waveInGetPosition(
    33  pub fn waveInMessage(
    34  pub fn midiOutGetNumDevs() -> UINT;
    35  pub fn midiStreamOpen(
    36  pub fn midiStreamClose(
    37  pub fn midiStreamProperty(
    38  pub fn midiStreamPosition(
    39  pub fn midiStreamOut(
    40  pub fn midiStreamPause(
    41  pub fn midiStreamRestart(
    42  pub fn midiStreamStop(
    43  pub fn midiConnect(
    44  pub fn midiDisconnect(
    45  pub fn midiOutGetDevCapsW(
    46  pub fn midiOutGetVolume(
    47  pub fn midiOutSetVolume(
    48  pub fn midiOutGetErrorTextW(
    49  pub fn midiOutOpen(
    50  pub fn midiOutClose(
    51  pub fn midiOutPrepareHeader(
    52  pub fn midiOutUnprepareHeader(
    53  pub fn midiOutShortMsg(
    54  pub fn midiOutLongMsg(
    55  pub fn midiOutReset(
    56  pub fn midiOutCachePatches(
    57  pub fn midiOutCacheDrumPatches(
    58  pub fn midiOutGetID(
    59  pub fn midiOutMessage(
    60  pub fn midiInGetNumDevs() -> UINT;
    61  pub fn midiInGetDevCapsW(
    62  pub fn midiInGetErrorTextW(
    63  pub fn midiInOpen(
    64  pub fn midiInClose(
    65  pub fn midiInPrepareHeader(
    66  pub fn midiInUnprepareHeader(
    67  pub fn midiInAddBuffer(
    68  pub fn midiInStart(
    69  pub fn midiInStop(
    70  pub fn midiInReset(
    71  pub fn midiInGetID(
    72  pub fn midiInMessage(
    
    
    
    

    \winapi-0.3.9\src\um\mschapp.rs

    ═════════ pub fn 函数
    1  pub fn MSChapSrvChangePassword(
    2  pub fn MSChapSrvChangePassword2(
    
    
    
    

    \winapi-0.3.9\src\um\mssip.rs

    ═════════ pub fn 函数
    1  pub fn CryptSIPGetSignedDataMsg(
    2  pub fn CryptSIPPutSignedDataMsg(
    3  pub fn CryptSIPCreateIndirectData(
    4  pub fn CryptSIPVerifyIndirectData(
    5  pub fn CryptSIPRemoveSignedDataMsg(
    6  pub fn CryptSIPLoad(
    7  pub fn CryptSIPRetrieveSubjectGuid(
    8  pub fn CryptSIPRetrieveSubjectGuidForCatalogFile(
    9  pub fn CryptSIPAddProvider(
    10  pub fn CryptSIPRemoveProvider(
    11  pub fn CryptSIPGetCaps(
    12  pub fn CryptSIPGetSealedDigest(
    
    
    
    

    \winapi-0.3.9\src\um\mswsock.rs

    ═════════ pub fn 函数
    1  pub fn WSARecvEx(
    2  pub fn TransmitFile(
    3  pub fn AcceptEx(
    4  pub fn GetAcceptExSockaddrs(
    
    
    
    

    \winapi-0.3.9\src\um\namedpipeapi.rs

    ═════════ pub fn 函数
    1  pub fn CreatePipe(
    2  pub fn ConnectNamedPipe(
    3  pub fn DisconnectNamedPipe(
    4  pub fn SetNamedPipeHandleState(
    5  pub fn PeekNamedPipe(
    6  pub fn TransactNamedPipe(
    7  pub fn CreateNamedPipeW(
    8  pub fn WaitNamedPipeW(
    9  pub fn GetNamedPipeClientComputerNameW(
    10  pub fn ImpersonateNamedPipeClient(
    11  pub fn GetNamedPipeInfo(
    12  pub fn GetNamedPipeHandleStateW(
    13  pub fn CallNamedPipeW(
    
    
    
    

    \winapi-0.3.9\src\um\namespaceapi.rs

    ═════════ pub fn 函数
    1  pub fn CreatePrivateNamespaceW(
    2  pub fn OpenPrivateNamespaceW(
    3  pub fn ClosePrivateNamespace(
    4  pub fn CreateBoundaryDescriptorW(
    5  pub fn AddSIDToBoundaryDescriptor(
    6  pub fn DeleteBoundaryDescriptor(
    
    
    
    

    \winapi-0.3.9\src\um\nb30.rs

    ═════════ pub fn 函数
    1  pub fn Netbios(
    
    
    
    

    \winapi-0.3.9\src\um\ncrypt.rs

    ═════════ pub fn 函数
    1  pub fn NCryptOpenStorageProvider(
    2  pub fn NCryptSetProperty(
    3  pub fn NCryptImportKey(
    4  pub fn NCryptFreeObject(
    
    
    
    

    \winapi-0.3.9\src\um\ntlsa.rs

    ═════════ pub fn 函数
    1  pub fn LSAP_SE_ADT_PARAMETER_ARRAY_TRUE_SIZE(
    2  pub fn LSAP_SE_ADT_PARAMETER_ARRAY_TRUE_SIZE(
    3  pub fn LSA_SUCCESS(Error: NTSTATUS) -> bool 【】
    4  pub fn LsaRegisterLogonProcess(
    5  pub fn LsaLogonUser(
    6  pub fn LsaLookupAuthenticationPackage(
    7  pub fn LsaFreeReturnBuffer(
    8  pub fn LsaCallAuthenticationPackage(
    9  pub fn LsaDeregisterLogonProcess(
    10  pub fn LsaConnectUntrusted(
    11  pub fn LsaInsertProtectedProcessAddress(
    12  pub fn LsaRemoveProtectedProcessAddress(
    13  pub fn LsaFreeMemory(
    14  pub fn LsaClose(
    15  pub fn LsaDelete(
    16  pub fn LsaQuerySecurityObject(
    17  pub fn LsaSetSecurityObject(
    18  pub fn LsaChangePassword(
    19  pub fn LsaEnumerateLogonSessions(
    20  pub fn LsaGetLogonSessionData(
    21  pub fn LsaOpenPolicy(
    22  pub fn LsaOpenPolicySce(
    23  pub fn STAGING_FLAG(Effective: ULONG) -> ULONG 【】
    24  pub fn LsaSetCAPs(
    25  pub fn LsaGetAppliedCAPIDs(
    26  pub fn LsaQueryCAPs(
    27  pub fn LsaQueryInformationPolicy(
    28  pub fn LsaSetInformationPolicy(
    29  pub fn LsaQueryDomainInformationPolicy(
    30  pub fn LsaSetDomainInformationPolicy(
    31  pub fn LsaRegisterPolicyChangeNotification(
    32  pub fn LsaUnregisterPolicyChangeNotification(
    33  pub fn LsaClearAuditLog(
    34  pub fn LsaCreateAccount(
    35  pub fn LsaEnumerateAccounts(
    36  pub fn LsaCreateTrustedDomain(
    37  pub fn LsaEnumerateTrustedDomains(
    38  pub fn LsaEnumeratePrivileges(
    39  pub fn LsaLookupNames(
    40  pub fn LsaLookupNames2(
    41  pub fn LsaLookupSids(
    42  pub fn LsaLookupSids2(
    43  pub fn LsaCreateSecret(
    44  pub fn LsaOpenAccount(
    45  pub fn LsaEnumeratePrivilegesOfAccount(
    46  pub fn LsaAddPrivilegesToAccount(
    47  pub fn LsaRemovePrivilegesFromAccount(
    48  pub fn LsaGetQuotasForAccount(
    49  pub fn LsaSetQuotasForAccount(
    50  pub fn LsaGetSystemAccessAccount(
    51  pub fn LsaSetSystemAccessAccount(
    52  pub fn LsaOpenTrustedDomain(
    53  pub fn LsaQueryInfoTrustedDomain(
    54  pub fn LsaSetInformationTrustedDomain(
    55  pub fn LsaOpenSecret(
    56  pub fn LsaSetSecret(
    57  pub fn LsaQuerySecret(
    58  pub fn LsaLookupPrivilegeValue(
    59  pub fn LsaLookupPrivilegeName(
    60  pub fn LsaLookupPrivilegeDisplayName(
    61  pub fn LsaGetUserName(
    62  pub fn LsaGetRemoteUserName(
    63  pub fn LsaEnumerateAccountsWithUserRight(
    64  pub fn LsaEnumerateAccountRights(
    65  pub fn LsaAddAccountRights(
    66  pub fn LsaRemoveAccountRights(
    67  pub fn LsaOpenTrustedDomainByName(
    68  pub fn LsaQueryTrustedDomainInfo(
    69  pub fn LsaSetTrustedDomainInformation(
    70  pub fn LsaDeleteTrustedDomain(
    71  pub fn LsaQueryTrustedDomainInfoByName(
    72  pub fn LsaSetTrustedDomainInfoByName(
    73  pub fn LsaEnumerateTrustedDomainsEx(
    74  pub fn LsaCreateTrustedDomainEx(
    75  pub fn LsaQueryForestTrustInformation(
    76  pub fn LsaSetForestTrustInformation(
    77  pub fn LsaForestTrustFindMatch(
    78  pub fn LsaStorePrivateData(
    79  pub fn LsaRetrievePrivateData(
    80  pub fn LsaNtStatusToWinError(
    81  pub fn LsaSetPolicyReplicationHandle(
    82  pub fn LsaGetDeviceRegistrationInfo(
    83  pub fn SeciIsProtectedUser(
    
    
    
    

    \winapi-0.3.9\src\um\ntsecapi.rs

    ═════════ pub fn 函数
    1  pub fn SystemFunction036(
    2  pub fn SystemFunction040(
    3  pub fn SystemFunction041(
    4  pub fn AuditSetSystemPolicy(
    5  pub fn AuditSetPerUserPolicy(
    6  pub fn AuditQuerySystemPolicy(
    7  pub fn AuditQueryPerUserPolicy(
    8  pub fn AuditEnumeratePerUserPolicy(
    9  pub fn AuditComputeEffectivePolicyBySid(
    10  pub fn AuditComputeEffectivePolicyByToken(
    11  pub fn AuditEnumerateCategories(
    12  pub fn AuditEnumerateSubCategories(
    13  pub fn AuditLookupCategoryNameW(
    14  pub fn AuditLookupCategoryNameA(
    15  pub fn AuditLookupSubCategoryNameW(
    16  pub fn AuditLookupSubCategoryNameA(
    17  pub fn AuditLookupCategoryIdFromCategoryGuid(
    18  pub fn AuditLookupCategoryGuidFromCategoryId(
    19  pub fn AuditSetSecurity(
    20  pub fn AuditQuerySecurity(
    21  pub fn AuditSetGlobalSaclW(
    22  pub fn AuditSetGlobalSaclA(
    23  pub fn AuditQueryGlobalSaclW(
    24  pub fn AuditQueryGlobalSaclA(
    25  pub fn AuditFree(
    
    
    
    

    \winapi-0.3.9\src\um\objbase.rs

    ═════════ pub fn 函数
    1  pub fn CoInitialize(
    
    
    
    

    \winapi-0.3.9\src\um\ole2.rs

    ═════════ pub fn 函数
    1  pub fn OleInitialize(
    2  pub fn RegisterDragDrop(
    3  pub fn RevokeDragDrop(
    
    
    
    

    \winapi-0.3.9\src\um\oleauto.rs

    ═════════ pub fn 函数
    1  pub fn SysAllocString(
    2  pub fn SysReAllocString(
    3  pub fn SysAllocStringLen(
    4  pub fn SysReAllocStringLen(
    5  pub fn SysFreeString(
    6  pub fn SysStringLen(
    7  pub fn SysStringByteLen(
    8  pub fn SysAllocStringByteLen(
    9  pub fn DosDateTimeToVariantTime(
    10  pub fn VariantTimeToDosDateTime(
    11  pub fn SystemTimeToVariantTime(
    12  pub fn VariantTimeToSystemTime(
    13  pub fn SafeArrayAccessData(
    14  pub fn SafeArrayUnaccessData(
    15  pub fn SafeArrayCreateVector(
    16  pub fn SafeArrayGetLBound(
    17  pub fn SafeArrayGetUBound(
    18  pub fn SafeArrayDestroy(
    19  pub fn VariantInit(
    20  pub fn VariantClear(
    21  pub fn VariantCopy(
    22  pub fn VariantCopyInd(
    23  pub fn VariantChangeType(
    24  pub fn VariantChangeTypeEx(
    25  pub fn VarUI1FromI2(
    26  pub fn VarUI1FromI4(
    27  pub fn VarUI1FromI8(
    28  pub fn VarUI1FromR4(
    29  pub fn VarUI1FromR8(
    30  pub fn VarUI1FromDate(
    31  pub fn VarUI1FromStr(
    32  pub fn VarUI1FromI1(
    33  pub fn VarUI1FromUI2(
    34  pub fn VarUI1FromUI4(
    35  pub fn VarUI1FromUI8(
    36  pub fn VarUI1FromDec(
    37  pub fn VarI2FromUI1(
    38  pub fn VarI2FromI4(
    39  pub fn VarI2FromI8(
    40  pub fn VarI2FromR4(
    41  pub fn VarI2FromR8(
    42  pub fn VarI2FromDate(
    43  pub fn VarI2FromStr(
    44  pub fn VarI2FromI1(
    45  pub fn VarI2FromUI2(
    46  pub fn VarI2FromUI4(
    47  pub fn VarI2FromUI8(
    48  pub fn VarI2FromDec(
    49  pub fn VarI4FromUI1(
    50  pub fn VarI4FromI2(
    51  pub fn VarI4FromI8(
    52  pub fn VarI4FromR4(
    53  pub fn VarI4FromR8(
    54  pub fn VarI4FromDate(
    55  pub fn VarI4FromStr(
    56  pub fn VarI4FromI1(
    57  pub fn VarI4FromUI2(
    58  pub fn VarI4FromUI4(
    59  pub fn VarI4FromUI8(
    60  pub fn VarI4FromDec(
    61  pub fn VarI8FromUI1(
    62  pub fn VarI8FromI2(
    63  pub fn VarI8FromR4(
    64  pub fn VarI8FromR8(
    65  pub fn VarI8FromDate(
    66  pub fn VarI8FromStr(
    67  pub fn VarI8FromI1(
    68  pub fn VarI8FromUI2(
    69  pub fn VarI8FromUI4(
    70  pub fn VarI8FromUI8(
    71  pub fn VarI8FromDec(
    72  pub fn VarR4FromUI1(
    73  pub fn VarR4FromI2(
    74  pub fn VarR4FromI4(
    75  pub fn VarR4FromI8(
    76  pub fn VarR4FromR8(
    77  pub fn VarR4FromDate(
    78  pub fn VarR4FromStr(
    79  pub fn VarR4FromI1(
    80  pub fn VarR4FromUI2(
    81  pub fn VarR4FromUI4(
    82  pub fn VarR4FromUI8(
    83  pub fn VarR4FromDec(
    84  pub fn VarR8FromUI1(
    85  pub fn VarR8FromI2(
    86  pub fn VarR8FromI4(
    87  pub fn VarR8FromI8(
    88  pub fn VarR8FromR4(
    89  pub fn VarR8FromDate(
    90  pub fn VarR8FromStr(
    91  pub fn VarR8FromI1(
    92  pub fn VarR8FromUI2(
    93  pub fn VarR8FromUI4(
    94  pub fn VarR8FromUI8(
    95  pub fn VarR8FromDec(
    96  pub fn VarDateFromUI1(
    97  pub fn VarDateFromI2(
    98  pub fn VarDateFromI4(
    99  pub fn VarDateFromI8(
    100  pub fn VarDateFromR4(
    101  pub fn VarDateFromR8(
    102  pub fn VarDateFromStr(
    103  pub fn VarDateFromI1(
    104  pub fn VarDateFromUI2(
    105  pub fn VarDateFromUI4(
    106  pub fn VarDateFromUI8(
    107  pub fn VarDateFromDec(
    108  pub fn VarBstrFromUI1(
    109  pub fn VarBstrFromI2(
    110  pub fn VarBstrFromI4(
    111  pub fn VarBstrFromI8(
    112  pub fn VarBstrFromR4(
    113  pub fn VarBstrFromR8(
    114  pub fn VarBstrFromDate(
    115  pub fn VarBstrFromI1(
    116  pub fn VarBstrFromUI2(
    117  pub fn VarBstrFromUI4(
    118  pub fn VarBstrFromUI8(
    119  pub fn VarBstrFromDec(
    120  pub fn VarUI2FromUI1(
    121  pub fn VarUI2FromI2(
    122  pub fn VarUI2FromI4(
    123  pub fn VarUI2FromI8(
    124  pub fn VarUI2FromR4(
    125  pub fn VarUI2FromR8(
    126  pub fn VarUI2FromDate(
    127  pub fn VarUI2FromStr(
    128  pub fn VarUI2FromI1(
    129  pub fn VarUI2FromUI4(
    130  pub fn VarUI2FromUI8(
    131  pub fn VarUI2FromDec(
    132  pub fn VarUI4FromUI1(
    133  pub fn VarUI4FromI2(
    134  pub fn VarUI4FromI4(
    135  pub fn VarUI4FromI8(
    136  pub fn VarUI4FromR4(
    137  pub fn VarUI4FromR8(
    138  pub fn VarUI4FromDate(
    139  pub fn VarUI4FromStr(
    140  pub fn VarUI4FromI1(
    141  pub fn VarUI4FromUI2(
    142  pub fn VarUI4FromUI8(
    143  pub fn VarUI4FromDec(
    144  pub fn VarUI8FromUI1(
    145  pub fn VarUI8FromI2(
    146  pub fn VarUI8FromI4(
    147  pub fn VarUI8FromI8(
    148  pub fn VarUI8FromR4(
    149  pub fn VarUI8FromR8(
    150  pub fn VarUI8FromDate(
    151  pub fn VarUI8FromStr(
    152  pub fn VarUI8FromI1(
    153  pub fn VarUI8FromUI2(
    154  pub fn VarUI8FromUI4(
    155  pub fn VarUI8FromDec(
    156  pub fn VarDecFromUI1(
    157  pub fn VarDecFromI2(
    158  pub fn VarDecFromI4(
    159  pub fn VarDecFromI8(
    160  pub fn VarDecFromR4(
    161  pub fn VarDecFromR8(
    162  pub fn VarDecFromDate(
    163  pub fn VarDecFromStr(
    164  pub fn VarDecFromI1(
    165  pub fn VarDecFromUI2(
    166  pub fn VarDecFromUI4(
    167  pub fn VarDecFromUI8(
    168  pub fn VarDecAdd(
    169  pub fn VarDecDiv(
    170  pub fn VarDecMul(
    171  pub fn VarDecSub(
    172  pub fn VarDecAbs(
    173  pub fn VarDecFix(
    174  pub fn VarDecInt(
    175  pub fn VarDecNeg(
    176  pub fn VarDecRound(
    177  pub fn VarDecCmp(
    178  pub fn VarDecCmpR8(
    179  pub fn VarBstrCat(
    180  pub fn VarBstrCmp(
    181  pub fn VarR8Pow(
    182  pub fn VarR4CmpR8(
    183  pub fn VarR8Round(
    184  pub fn GetAltMonthNames(
    185  pub fn LoadTypeLibEx(
    186  pub fn RevokeActiveObject(
    187  pub fn SetErrorInfo(
    188  pub fn GetErrorInfo(
    189  pub fn CreateErrorInfo(
    190  pub fn OaBuildVersion() -> ULONG;
    191  pub fn OaEnablePerUserTLibRegistration();
    
    
    
    

    \winapi-0.3.9\src\um\opmapi.rs

    ═════════ pub fn 函数
    1  pub fn GetBusType(ulBusTypeAndImplementation: ULONG) -> ULONG 【】
    2  pub fn GetBusImplementation(ulBusTypeAndImplementation: ULONG) -> ULONG 【】
    3  pub fn IsNonStandardBusImplementation(ulBusTypeAndImplementation: ULONG) -> ULONG 【】
    4  pub fn OPMGetVideoOutputsFromHMONITOR(
    5  pub fn OPMGetVideoOutputForTarget(
    6  pub fn OPMGetVideoOutputsFromIDirect3DDevice9Object(
    
    
    
    

    \winapi-0.3.9\src\um\pdh.rs

    ═════════ pub fn 函数
    1  pub fn PdhGetDllVersion(
    2  pub fn PdhOpenQueryW(
    3  pub fn PdhOpenQueryA(
    4  pub fn PdhAddCounterW(
    5  pub fn PdhAddCounterA(
    6  pub fn PdhAddEnglishCounterW(
    7  pub fn PdhAddEnglishCounterA(
    8  pub fn PdhCollectQueryDataWithTime(
    9  pub fn PdhValidatePathExW(
    10  pub fn PdhValidatePathExA(
    11  pub fn PdhRemoveCounter(
    12  pub fn PdhCollectQueryData(
    13  pub fn PdhCloseQuery(
    14  pub fn PdhGetFormattedCounterValue(
    15  pub fn PdhGetFormattedCounterArrayA(
    16  pub fn PdhGetFormattedCounterArrayW(
    17  pub fn PdhGetRawCounterValue(
    18  pub fn PdhGetRawCounterArrayA(
    19  pub fn PdhGetRawCounterArrayW(
    20  pub fn PdhCalculateCounterFromRawValue(
    21  pub fn PdhComputeCounterStatistics(
    22  pub fn PdhGetCounterInfoW(
    23  pub fn PdhGetCounterInfoA(
    24  pub fn PdhSetCounterScaleFactor(
    25  pub fn PdhConnectMachineW(
    26  pub fn PdhConnectMachineA(
    27  pub fn PdhEnumMachinesW(
    28  pub fn PdhEnumMachinesA(
    29  pub fn PdhEnumObjectsW(
    30  pub fn PdhEnumObjectsA(
    31  pub fn PdhEnumObjectItemsW(
    32  pub fn PdhEnumObjectItemsA(
    33  pub fn PdhMakeCounterPathW(
    34  pub fn PdhMakeCounterPathA(
    35  pub fn PdhParseCounterPathW(
    36  pub fn PdhParseCounterPathA(
    37  pub fn PdhParseInstanceNameW(
    38  pub fn PdhParseInstanceNameA(
    39  pub fn PdhValidatePathW(
    40  pub fn PdhValidatePathA(
    41  pub fn PdhGetDefaultPerfObjectW(
    42  pub fn PdhGetDefaultPerfObjectA(
    43  pub fn PdhGetDefaultPerfCounterW(
    44  pub fn PdhGetDefaultPerfCounterA(
    45  pub fn PdhBrowseCountersW(
    46  pub fn PdhBrowseCountersA(
    47  pub fn PdhExpandCounterPathW(
    48  pub fn PdhExpandCounterPathA(
    49  pub fn PdhLookupPerfNameByIndexW(
    50  pub fn PdhLookupPerfNameByIndexA(
    51  pub fn PdhLookupPerfIndexByNameW(
    52  pub fn PdhLookupPerfIndexByNameA(
    53  pub fn PdhExpandWildCardPathW(
    54  pub fn PdhExpandWildCardPathA(
    55  pub fn PdhOpenLogW(
    56  pub fn PdhOpenLogA(
    57  pub fn PdhUpdateLogW(
    58  pub fn PdhUpdateLogA(
    59  pub fn PdhUpdateLogFileCatalog(
    60  pub fn PdhGetLogFileSize(
    61  pub fn PdhCloseLog(
    62  pub fn PdhSelectDataSourceW(
    63  pub fn PdhSelectDataSourceA(
    64  pub fn PdhIsRealTimeQuery(
    65  pub fn PdhSetQueryTimeRange(
    66  pub fn PdhGetDataSourceTimeRangeW(
    67  pub fn PdhGetDataSourceTimeRangeA(
    68  pub fn PdhCollectQueryDataEx(
    69  pub fn PdhFormatFromRawValue(
    70  pub fn PdhGetCounterTimeBase(
    71  pub fn PdhReadRawLogRecord(
    72  pub fn PdhSetDefaultRealTimeDataSource(
    73  pub fn PdhBindInputDataSourceW(
    74  pub fn PdhBindInputDataSourceA(
    75  pub fn PdhOpenQueryH(
    76  pub fn PdhEnumMachinesHW(
    77  pub fn PdhEnumMachinesHA(
    78  pub fn PdhEnumObjectsHW(
    79  pub fn PdhEnumObjectsHA(
    80  pub fn PdhEnumObjectItemsHW(
    81  pub fn PdhEnumObjectItemsHA(
    82  pub fn PdhExpandWildCardPathHW(
    83  pub fn PdhExpandWildCardPathHA(
    84  pub fn PdhGetDataSourceTimeRangeH(
    85  pub fn PdhGetDefaultPerfObjectHW(
    86  pub fn PdhGetDefaultPerfObjectHA(
    87  pub fn PdhGetDefaultPerfCounterHW(
    88  pub fn PdhGetDefaultPerfCounterHA(
    89  pub fn PdhBrowseCountersHW(
    90  pub fn PdhBrowseCountersHA(
    91  pub fn PdhEnumLogSetNamesW(
    92  pub fn PdhEnumLogSetNamesA(
    
    
    
    

    \winapi-0.3.9\src\um\perflib.rs

    ═════════ pub fn 函数
    1  pub fn PerfStartProviderEx(
    2  pub fn PerfStartProvider(
    3  pub fn PerfStopProvider(
    4  pub fn PerfSetCounterSetInfo(
    5  pub fn PerfCreateInstance(
    6  pub fn PerfDeleteInstance(
    7  pub fn PerfQueryInstance(
    8  pub fn PerfSetCounterRefValue(
    9  pub fn PerfSetULongCounterValue(
    10  pub fn PerfSetULongLongCounterValue(
    11  pub fn PerfIncrementULongCounterValue(
    12  pub fn PerfIncrementULongLongCounterValue(
    13  pub fn PerfDecrementULongCounterValue(
    14  pub fn PerfDecrementULongLongCounterValue(
    15  pub fn PerfEnumerateCounterSet(
    16  pub fn PerfEnumerateCounterSetInstances(
    17  pub fn PerfQueryCounterSetRegistrationInfo(
    18  pub fn PerfOpenQueryHandle(
    19  pub fn PerfCloseQueryHandle(
    20  pub fn PerfQueryCounterInfo(
    21  pub fn PerfQueryCounterData(
    22  pub fn PerfAddCounters(
    23  pub fn PerfDeleteCounters(
    
    
    
    

    \winapi-0.3.9\src\um\physicalmonitorenumerationapi.rs

    ═════════ pub fn 函数
    1  pub fn GetNumberOfPhysicalMonitorsFromHMONITOR(
    2  pub fn GetNumberOfPhysicalMonitorsFromIDirect3DDevice9(
    3  pub fn GetPhysicalMonitorsFromHMONITOR(
    4  pub fn GetPhysicalMonitorsFromIDirect3DDevice9(
    5  pub fn DestroyPhysicalMonitor(
    6  pub fn DestroyPhysicalMonitors(
    
    
    
    

    \winapi-0.3.9\src\um\playsoundapi.rs

    ═════════ pub fn 函数
    1  pub fn sndPlaySoundA(
    2  pub fn sndPlaySoundW(
    3  pub fn PlaySoundA(
    4  pub fn PlaySoundW(
    
    
    
    

    \winapi-0.3.9\src\um\powerbase.rs

    ═════════ pub fn 函数
    1  pub fn CallNtPowerInformation(
    2  pub fn GetPwrCapabilities(
    3  pub fn PowerDeterminePlatformRoleEx(
    4  pub fn PowerRegisterSuspendResumeNotification(
    5  pub fn PowerUnregisterSuspendResumeNotification(
    
    
    
    

    \winapi-0.3.9\src\um\powersetting.rs

    ═════════ pub fn 函数
    1  pub fn PowerReadACValue(
    2  pub fn PowerReadDCValue(
    3  pub fn PowerWriteACValueIndex(
    4  pub fn PowerWriteDCValueIndex(
    5  pub fn PowerGetActiveScheme(
    6  pub fn PowerSetActiveScheme(
    7  pub fn PowerSettingRegisterNotification(
    8  pub fn PowerSettingUnregisterNotification(
    
    
    
    

    \winapi-0.3.9\src\um\powrprof.rs

    ═════════ pub fn 函数
    1  pub fn GetPwrDiskSpindownRange(
    2  pub fn EnumPwrSchemes(
    3  pub fn ReadGlobalPwrPolicy(
    4  pub fn ReadPwrScheme(
    5  pub fn WritePwrScheme(
    6  pub fn WriteGlobalPwrPolicy(
    7  pub fn DeletePwrScheme(
    8  pub fn GetActivePwrScheme(
    9  pub fn SetActivePwrScheme(
    10  pub fn IsPwrSuspendAllowed() -> BOOLEAN;
    11  pub fn IsPwrHibernateAllowed() -> BOOLEAN;
    12  pub fn IsPwrShutdownAllowed() -> BOOLEAN;
    13  pub fn IsAdminOverrideActive(
    14  pub fn SetSuspendState(
    15  pub fn GetCurrentPowerPolicies(
    16  pub fn CanUserWritePwrScheme() -> BOOLEAN;
    17  pub fn ReadProcessorPwrScheme(
    18  pub fn WriteProcessorPwrScheme(
    19  pub fn ValidatePowerPolicies(
    20  pub fn PowerIsSettingRangeDefined(
    21  pub fn PowerSettingAccessCheckEx(
    22  pub fn PowerSettingAccessCheck(
    23  pub fn PowerReadACValueIndex(
    24  pub fn PowerReadDCValueIndex(
    25  pub fn PowerReadFriendlyName(
    26  pub fn PowerReadDescription(
    27  pub fn PowerReadPossibleValue(
    28  pub fn PowerReadPossibleFriendlyName(
    29  pub fn PowerReadPossibleDescription(
    30  pub fn PowerReadValueMin(
    31  pub fn PowerReadValueMax(
    32  pub fn PowerReadValueIncrement(
    33  pub fn PowerReadValueUnitsSpecifier(
    34  pub fn PowerReadACDefaultIndex(
    35  pub fn PowerReadDCDefaultIndex(
    36  pub fn PowerReadIconResourceSpecifier(
    37  pub fn PowerReadSettingAttributes(
    38  pub fn PowerWriteFriendlyName(
    39  pub fn PowerWriteDescription(
    40  pub fn PowerWritePossibleValue(
    41  pub fn PowerWritePossibleFriendlyName(
    42  pub fn PowerWritePossibleDescription(
    43  pub fn PowerWriteValueMin(
    44  pub fn PowerWriteValueMax(
    45  pub fn PowerWriteValueIncrement(
    46  pub fn PowerWriteValueUnitsSpecifier(
    47  pub fn PowerWriteACDefaultIndex(
    48  pub fn PowerWriteDCDefaultIndex(
    49  pub fn PowerWriteIconResourceSpecifier(
    50  pub fn PowerWriteSettingAttributes(
    51  pub fn PowerDuplicateScheme(
    52  pub fn PowerImportPowerScheme(
    53  pub fn PowerDeleteScheme(
    54  pub fn PowerRemovePowerSetting(
    55  pub fn PowerCreateSetting(
    56  pub fn PowerCreatePossibleSetting(
    57  pub fn PowerEnumerate(
    58  pub fn PowerOpenUserPowerKey(
    59  pub fn PowerOpenSystemPowerKey(
    60  pub fn PowerCanRestoreIndividualDefaultPowerScheme(
    61  pub fn PowerRestoreIndividualDefaultPowerScheme(
    62  pub fn PowerRestoreDefaultPowerSchemes() -> DWORD;
    63  pub fn PowerReplaceDefaultPowerSchemes() -> DWORD;
    64  pub fn PowerDeterminePlatformRole() -> POWER_PLATFORM_ROLE;
    65  pub fn DevicePowerEnumDevices(
    66  pub fn DevicePowerSetDeviceState(
    67  pub fn DevicePowerOpen(
    68  pub fn DevicePowerClose() -> BOOLEAN;
    69  pub fn PowerReportThermalEvent(
    
    
    
    

    \winapi-0.3.9\src\um\processenv.rs

    ═════════ pub fn 函数
    1  pub fn GetEnvironmentStrings() -> LPCH;
    2  pub fn GetEnvironmentStringsW() -> LPWCH;
    3  pub fn SetEnvironmentStringsW(
    4  pub fn FreeEnvironmentStringsA(
    5  pub fn FreeEnvironmentStringsW(
    6  pub fn GetStdHandle(
    7  pub fn SetStdHandle(
    8  pub fn SetStdHandleEx(
    9  pub fn GetCommandLineA() -> LPSTR;
    10  pub fn GetCommandLineW() -> LPWSTR;
    11  pub fn GetEnvironmentVariableA(
    12  pub fn GetEnvironmentVariableW(
    13  pub fn SetEnvironmentVariableA(
    14  pub fn SetEnvironmentVariableW(
    15  pub fn ExpandEnvironmentStringsA(
    16  pub fn ExpandEnvironmentStringsW(
    17  pub fn SetCurrentDirectoryA(
    18  pub fn SetCurrentDirectoryW(
    19  pub fn GetCurrentDirectoryA(
    20  pub fn GetCurrentDirectoryW(
    21  pub fn SearchPathW(
    22  pub fn SearchPathA(
    23  pub fn NeedCurrentDirectoryForExePathA(
    24  pub fn NeedCurrentDirectoryForExePathW(
    
    
    
    

    \winapi-0.3.9\src\um\processsnapshot.rs

    ═════════ pub fn 函数
    1  pub fn PssCaptureSnapshot(
    2  pub fn PssDuplicateSnapshot(
    3  pub fn PssFreeSnapshot(
    4  pub fn PssQuerySnapshot(
    5  pub fn PssWalkMarkerCreate(
    6  pub fn PssWalkMarkerFree(
    7  pub fn PssWalkMarkerGetPosition(
    8  pub fn PssWalkMarkerSeekToBeginning(
    9  pub fn PssWalkMarkerSetPosition(
    10  pub fn PssWalkSnapshot(
    
    
    
    

    \winapi-0.3.9\src\um\processthreadsapi.rs

    ═════════ pub fn 函数
    1  pub fn QueueUserAPC(
    2  pub fn GetProcessTimes(
    3  pub fn GetCurrentProcess() -> HANDLE;
    4  pub fn GetCurrentProcessId() -> DWORD;
    5  pub fn ExitProcess(
    6  pub fn TerminateProcess(
    7  pub fn GetExitCodeProcess(
    8  pub fn SwitchToThread() -> BOOL;
    9  pub fn CreateThread(
    10  pub fn CreateRemoteThread(
    11  pub fn GetCurrentThread() -> HANDLE;
    12  pub fn GetCurrentThreadId() -> DWORD;
    13  pub fn OpenThread(
    14  pub fn SetThreadPriority(
    15  pub fn SetThreadPriorityBoost(
    16  pub fn GetThreadPriorityBoost(
    17  pub fn GetThreadPriority(
    18  pub fn ExitThread(
    19  pub fn TerminateThread(
    20  pub fn GetExitCodeThread(
    21  pub fn SuspendThread(
    22  pub fn ResumeThread(
    23  pub fn TlsAlloc() -> DWORD;
    24  pub fn TlsGetValue(
    25  pub fn TlsSetValue(
    26  pub fn TlsFree(
    27  pub fn CreateProcessA(
    28  pub fn CreateProcessW(
    29  pub fn SetProcessShutdownParameters(
    30  pub fn GetProcessVersion(
    31  pub fn GetStartupInfoW(
    32  pub fn CreateProcessAsUserW(
    33  pub fn SetThreadToken(
    34  pub fn OpenProcessToken(
    35  pub fn OpenThreadToken(
    36  pub fn SetPriorityClass(
    37  pub fn SetThreadStackGuarantee(
    38  pub fn GetPriorityClass(
    39  pub fn ProcessIdToSessionId(
    40  pub fn GetProcessId(
    41  pub fn GetThreadId(
    42  pub fn FlushProcessWriteBuffers();
    43  pub fn GetProcessIdOfThread(
    44  pub fn InitializeProcThreadAttributeList(
    45  pub fn DeleteProcThreadAttributeList(
    46  pub fn SetProcessAffinityUpdateMode(
    47  pub fn QueryProcessAffinityUpdateMode(
    48  pub fn UpdateProcThreadAttribute(
    49  pub fn CreateRemoteThreadEx(
    50  pub fn GetCurrentThreadStackLimits(
    51  pub fn GetThreadContext(
    52  pub fn SetThreadContext(
    53  pub fn SetProcessMitigationPolicy(
    54  pub fn GetProcessMitigationPolicy(
    55  pub fn FlushInstructionCache(
    56  pub fn GetThreadTimes(
    57  pub fn OpenProcess(
    58  pub fn IsProcessorFeaturePresent(
    59  pub fn GetProcessHandleCount(
    60  pub fn GetCurrentProcessorNumber() -> DWORD;
    61  pub fn SetThreadIdealProcessorEx(
    62  pub fn GetThreadIdealProcessorEx(
    63  pub fn GetCurrentProcessorNumberEx(
    64  pub fn GetProcessPriorityBoost(
    65  pub fn SetProcessPriorityBoost(
    66  pub fn GetThreadIOPendingFlag(
    67  pub fn GetSystemTimes(
    68  pub fn GetThreadInformation(
    69  pub fn SetThreadInformation(
    70  pub fn IsProcessCritical(
    71  pub fn SetProtectedPolicy(
    72  pub fn QueryProtectedPolicy(
    73  pub fn SetThreadIdealProcessor(
    74  pub fn SetProcessInformation(
    75  pub fn GetProcessInformation(
    76  pub fn GetProcessShutdownParameters(
    
    
    
    

    \winapi-0.3.9\src\um\processtopologyapi.rs

    ═════════ pub fn 函数
    1  pub fn GetProcessGroupAffinity(
    2  pub fn GetThreadGroupAffinity(
    3  pub fn SetThreadGroupAffinity(
    
    
    
    

    \winapi-0.3.9\src\um\profileapi.rs

    ═════════ pub fn 函数
    1  pub fn QueryPerformanceCounter(
    2  pub fn QueryPerformanceFrequency(
    
    
    
    

    \winapi-0.3.9\src\um\propidl.rs

    ═════════ pub fn 函数
    1  pub fn PROPSETHDR_OSVER_KIND(dwOSVer: DWORD) -> WORD 【】
    2  pub fn PROPSETHDR_OSVER_MAJOR(dwOSVer: DWORD) -> BYTE 【】
    3  pub fn PROPSETHDR_OSVER_MINOR(dwOSVer: DWORD) -> BYTE 【】
    4  pub fn PropVariantCopy(
    5  pub fn PropVariantClear(
    6  pub fn FreePropVariantArray(
    7  pub fn StgConvertVariantToProperty(
    8  pub fn StgConvertPropertyToVariant(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! TYPEDEF_CA 【】
    
    
    
    

    \winapi-0.3.9\src\um\propkeydef.rs

    ═════════ pub fn 函数
    1  pub fn IsEqualPropertyKey(a: &PROPERTYKEY, b: &PROPERTYKEY) -> bool 【】
    
    
    
    

    \winapi-0.3.9\src\um\prsht.rs

    ═════════ pub fn 函数
    1  pub fn CreatePropertySheetPageA(
    2  pub fn CreatePropertySheetPageW(
    3  pub fn DestroyPropertySheetPage(
    4  pub fn PropertySheetA(
    5  pub fn PropertySheetW(
    
    
    
    

    \winapi-0.3.9\src\um\psapi.rs

    ═════════ pub fn 函数
    1  pub fn K32EnumProcesses(
    2  pub fn K32EnumProcessModules(
    3  pub fn K32EnumProcessModulesEx(
    4  pub fn K32GetModuleBaseNameA(
    5  pub fn K32GetModuleBaseNameW(
    6  pub fn K32GetModuleFileNameExA(
    7  pub fn K32GetModuleFileNameExW(
    8  pub fn K32EmptyWorkingSet(
    9  pub fn K32QueryWorkingSet(
    10  pub fn K32QueryWorkingSetEx(
    11  pub fn K32InitializeProcessForWsWatch(
    12  pub fn K32GetWsChanges(
    13  pub fn K32GetWsChangesEx(
    14  pub fn K32GetMappedFileNameW(
    15  pub fn K32GetMappedFileNameA(
    16  pub fn K32EnumDeviceDrivers(
    17  pub fn K32GetDeviceDriverBaseNameA(
    18  pub fn K32GetDeviceDriverBaseNameW(
    19  pub fn K32GetDeviceDriverFileNameA(
    20  pub fn K32GetDeviceDriverFileNameW(
    21  pub fn K32GetPerformanceInfo(
    22  pub fn K32EnumPageFilesW(
    23  pub fn K32EnumPageFilesA(
    24  pub fn K32GetProcessImageFileNameA(
    25  pub fn K32GetProcessImageFileNameW(
    26  pub fn EnumProcesses(
    27  pub fn K32GetProcessMemoryInfo(
    28  pub fn K32GetModuleInformation(
    29  pub fn EmptyWorkingSet(
    30  pub fn EnumDeviceDrivers(
    31  pub fn EnumPageFilesA(
    32  pub fn EnumPageFilesW(
    33  pub fn EnumProcessModules(
    34  pub fn EnumProcessModulesEx(
    35  pub fn GetDeviceDriverBaseNameA(
    36  pub fn GetDeviceDriverBaseNameW(
    37  pub fn GetDeviceDriverFileNameA(
    38  pub fn GetDeviceDriverFileNameW(
    39  pub fn GetMappedFileNameA(
    40  pub fn GetMappedFileNameW(
    41  pub fn GetModuleBaseNameA(
    42  pub fn GetModuleBaseNameW(
    43  pub fn GetModuleFileNameExA(
    44  pub fn GetModuleFileNameExW(
    45  pub fn GetModuleInformation(
    46  pub fn GetPerformanceInfo(
    47  pub fn GetProcessImageFileNameA(
    48  pub fn GetProcessImageFileNameW(
    49  pub fn GetProcessMemoryInfo(
    50  pub fn GetWsChanges(
    51  pub fn GetWsChangesEx(
    52  pub fn InitializeProcessForWsWatch(
    53  pub fn QueryWorkingSet(
    54  pub fn QueryWorkingSetEx(
    
    
    
    

    \winapi-0.3.9\src\um\realtimeapiset.rs

    ═════════ pub fn 函数
    1  pub fn QueryThreadCycleTime(
    2  pub fn QueryProcessCycleTime(
    3  pub fn QueryIdleProcessorCycleTime(
    4  pub fn QueryIdleProcessorCycleTimeEx(
    5  pub fn QueryUnbiasedInterruptTime(
    
    
    
    

    \winapi-0.3.9\src\um\restartmanager.rs

    ═════════ pub fn 函数
    1  pub fn RmStartSession(
    2  pub fn RmJoinSession(
    3  pub fn RmEndSession(
    4  pub fn RmRegisterResources(
    5  pub fn RmGetList(
    6  pub fn RmShutdown(
    7  pub fn RmRestart(
    8  pub fn RmCancelCurrentTask(
    9  pub fn RmAddFilter(
    10  pub fn RmRemoveFilter(
    11  pub fn RmGetFilterList(
    
    
    
    

    \winapi-0.3.9\src\um\sapi51.rs

    ═════════ pub fn 函数
    1  pub fn SPFEI(
    
    
    
    

    \winapi-0.3.9\src\um\securityappcontainer.rs

    ═════════ pub fn 函数
    1  pub fn GetAppContainerNamedObjectPath(
    
    
    
    

    \winapi-0.3.9\src\um\securitybaseapi.rs

    ═════════ pub fn 函数
    1  pub fn AccessCheck(
    2  pub fn AccessCheckAndAuditAlarmW(
    3  pub fn AccessCheckByType(
    4  pub fn AccessCheckByTypeResultList(
    5  pub fn AccessCheckByTypeAndAuditAlarmW(
    6  pub fn AccessCheckByTypeResultListAndAuditAlarmW(
    7  pub fn AccessCheckByTypeResultListAndAuditAlarmByHandleW(
    8  pub fn AddAccessAllowedAce(
    9  pub fn AddAccessAllowedAceEx(
    10  pub fn AddAccessAllowedObjectAce(
    11  pub fn AddAccessDeniedAce(
    12  pub fn AddAccessDeniedAceEx(
    13  pub fn AddAccessDeniedObjectAce(
    14  pub fn AddAce(
    15  pub fn AddAuditAccessAce(
    16  pub fn AddAuditAccessAceEx(
    17  pub fn AddAuditAccessObjectAce(
    18  pub fn AddMandatoryAce(
    19  pub fn AddResourceAttributeAce(
    20  pub fn AddScopedPolicyIDAce(
    21  pub fn AdjustTokenGroups(
    22  pub fn AdjustTokenPrivileges(
    23  pub fn AllocateAndInitializeSid(
    24  pub fn AllocateLocallyUniqueId(
    25  pub fn AreAllAccessesGranted(
    26  pub fn AreAnyAccessesGranted(
    27  pub fn CheckTokenMembership(
    28  pub fn CheckTokenCapability(
    29  pub fn GetAppContainerAce(
    30  pub fn CheckTokenMembershipEx(
    31  pub fn ConvertToAutoInheritPrivateObjectSecurity(
    32  pub fn CopySid(
    33  pub fn CreatePrivateObjectSecurity(
    34  pub fn CreatePrivateObjectSecurityEx(
    35  pub fn CreatePrivateObjectSecurityWithMultipleInheritance(
    36  pub fn CreateRestrictedToken(
    37  pub fn CreateWellKnownSid(
    38  pub fn EqualDomainSid(
    39  pub fn DeleteAce(
    40  pub fn DestroyPrivateObjectSecurity(
    41  pub fn DuplicateToken(
    42  pub fn DuplicateTokenEx(
    43  pub fn EqualPrefixSid(
    44  pub fn EqualSid(
    45  pub fn FindFirstFreeAce(
    46  pub fn FreeSid(
    47  pub fn GetAce(
    48  pub fn GetAclInformation(
    49  pub fn GetFileSecurityW(
    50  pub fn GetKernelObjectSecurity(
    51  pub fn GetLengthSid(
    52  pub fn GetPrivateObjectSecurity(
    53  pub fn GetSecurityDescriptorControl(
    54  pub fn GetSecurityDescriptorDacl(
    55  pub fn GetSecurityDescriptorGroup(
    56  pub fn GetSecurityDescriptorLength(
    57  pub fn GetSecurityDescriptorOwner(
    58  pub fn GetSecurityDescriptorRMControl(
    59  pub fn GetSecurityDescriptorSacl(
    60  pub fn GetSidIdentifierAuthority(
    61  pub fn GetSidLengthRequired(
    62  pub fn GetSidSubAuthority(
    63  pub fn GetSidSubAuthorityCount(
    64  pub fn GetTokenInformation(
    65  pub fn GetWindowsAccountDomainSid(
    66  pub fn ImpersonateAnonymousToken(
    67  pub fn ImpersonateLoggedOnUser(
    68  pub fn ImpersonateSelf(
    69  pub fn InitializeAcl(
    70  pub fn InitializeSecurityDescriptor(
    71  pub fn InitializeSid(
    72  pub fn IsTokenRestricted(
    73  pub fn IsValidAcl(
    74  pub fn IsValidSecurityDescriptor(
    75  pub fn IsValidSid(
    76  pub fn IsWellKnownSid(
    77  pub fn MakeAbsoluteSD(
    78  pub fn MakeSelfRelativeSD(
    79  pub fn MapGenericMask(
    80  pub fn ObjectCloseAuditAlarmW(
    81  pub fn ObjectDeleteAuditAlarmW(
    82  pub fn ObjectOpenAuditAlarmW(
    83  pub fn ObjectPrivilegeAuditAlarmW(
    84  pub fn PrivilegeCheck(
    85  pub fn PrivilegedServiceAuditAlarmW(
    86  pub fn QuerySecurityAccessMask(
    87  pub fn RevertToSelf() -> BOOL;
    88  pub fn SetAclInformation(
    89  pub fn SetFileSecurityW(
    90  pub fn SetKernelObjectSecurity(
    91  pub fn SetPrivateObjectSecurity(
    92  pub fn SetPrivateObjectSecurityEx(
    93  pub fn SetSecurityAccessMask(
    94  pub fn SetSecurityDescriptorControl(
    95  pub fn SetSecurityDescriptorDacl(
    96  pub fn SetSecurityDescriptorGroup(
    97  pub fn SetSecurityDescriptorOwner(
    98  pub fn SetSecurityDescriptorRMControl(
    99  pub fn SetSecurityDescriptorSacl(
    100  pub fn SetTokenInformation(
    101  pub fn SetCachedSigningLevel(
    102  pub fn GetCachedSigningLevel(
    103  pub fn CveEventWrite(
    104  pub fn DeriveCapabilitySidsFromName(
    
    
    
    

    \winapi-0.3.9\src\um\setupapi.rs

    ═════════ pub fn 函数
    1  pub fn SetupGetInfInformationA(
    2  pub fn SetupGetInfInformationW(
    3  pub fn SetupQueryInfFileInformationA(
    4  pub fn SetupQueryInfFileInformationW(
    5  pub fn SetupQueryInfOriginalFileInformationA(
    6  pub fn SetupQueryInfOriginalFileInformationW(
    7  pub fn SetupQueryInfVersionInformationA(
    8  pub fn SetupQueryInfVersionInformationW(
    9  pub fn SetupGetInfDriverStoreLocationA(
    10  pub fn SetupGetInfDriverStoreLocationW(
    11  pub fn SetupGetInfPublishedNameA(
    12  pub fn SetupGetInfPublishedNameW(
    13  pub fn SetupGetInfFileListA(
    14  pub fn SetupGetInfFileListW(
    15  pub fn SetupOpenInfFileW(
    16  pub fn SetupOpenInfFileA(
    17  pub fn SetupOpenMasterInf() -> HINF;
    18  pub fn SetupOpenAppendInfFileW(
    19  pub fn SetupOpenAppendInfFileA(
    20  pub fn SetupCloseInfFile(
    21  pub fn SetupFindFirstLineA(
    22  pub fn SetupFindFirstLineW(
    23  pub fn SetupFindNextLine(
    24  pub fn SetupFindNextMatchLineA(
    25  pub fn SetupFindNextMatchLineW(
    26  pub fn SetupGetLineByIndexA(
    27  pub fn SetupGetLineByIndexW(
    28  pub fn SetupGetLineCountA(
    29  pub fn SetupGetLineCountW(
    30  pub fn SetupGetLineTextA(
    31  pub fn SetupGetLineTextW(
    32  pub fn SetupGetFieldCount(
    33  pub fn SetupGetStringFieldA(
    34  pub fn SetupGetStringFieldW(
    35  pub fn SetupGetIntField(
    36  pub fn SetupGetMultiSzFieldA(
    37  pub fn SetupGetMultiSzFieldW(
    38  pub fn SetupGetBinaryField(
    39  pub fn SetupGetFileCompressionInfoA(
    40  pub fn SetupGetFileCompressionInfoW(
    41  pub fn SetupGetFileCompressionInfoExA(
    42  pub fn SetupGetFileCompressionInfoExW(
    43  pub fn SetupDecompressOrCopyFileA(
    44  pub fn SetupDecompressOrCopyFileW(
    45  pub fn SetupGetSourceFileLocationA(
    46  pub fn SetupGetSourceFileLocationW(
    47  pub fn SetupGetSourceFileSizeA(
    48  pub fn SetupGetSourceFileSizeW(
    49  pub fn SetupGetTargetPathA(
    50  pub fn SetupGetTargetPathW(
    51  pub fn SetupSetSourceListA(
    52  pub fn SetupSetSourceListW(
    53  pub fn SetupCancelTemporarySourceList() -> BOOL;
    54  pub fn SetupAddToSourceListA(
    55  pub fn SetupAddToSourceListW(
    56  pub fn SetupRemoveFromSourceListA(
    57  pub fn SetupRemoveFromSourceListW(
    58  pub fn SetupQuerySourceListA(
    59  pub fn SetupQuerySourceListW(
    60  pub fn SetupFreeSourceListA(
    61  pub fn SetupFreeSourceListW(
    62  pub fn SetupPromptForDiskA(
    63  pub fn SetupPromptForDiskW(
    64  pub fn SetupCopyErrorA(
    65  pub fn SetupCopyErrorW(
    66  pub fn SetupRenameErrorA(
    67  pub fn SetupRenameErrorW(
    68  pub fn SetupDeleteErrorA(
    69  pub fn SetupDeleteErrorW(
    70  pub fn SetupBackupErrorA(
    71  pub fn SetupBackupErrorW(
    72  pub fn SetupSetDirectoryIdA(
    73  pub fn SetupSetDirectoryIdW(
    74  pub fn SetupSetDirectoryIdExA(
    75  pub fn SetupSetDirectoryIdExW(
    76  pub fn SetupGetSourceInfoA(
    77  pub fn SetupGetSourceInfoW(
    78  pub fn SetupInstallFileA(
    79  pub fn SetupInstallFileW(
    80  pub fn SetupInstallFileExA(
    81  pub fn SetupInstallFileExW(
    82  pub fn SetupOpenFileQueue() -> HSPFILEQ;
    83  pub fn SetupCloseFileQueue(
    84  pub fn SetupSetFileQueueAlternatePlatformA(
    85  pub fn SetupSetFileQueueAlternatePlatformW(
    86  pub fn SetupSetPlatformPathOverrideA(
    87  pub fn SetupSetPlatformPathOverrideW(
    88  pub fn SetupQueueCopyA(
    89  pub fn SetupQueueCopyW(
    90  pub fn SetupQueueCopyIndirectA(
    91  pub fn SetupQueueCopyIndirectW(
    92  pub fn SetupQueueDefaultCopyA(
    93  pub fn SetupQueueDefaultCopyW(
    94  pub fn SetupQueueCopySectionA(
    95  pub fn SetupQueueCopySectionW(
    96  pub fn SetupQueueDeleteA(
    97  pub fn SetupQueueDeleteW(
    98  pub fn SetupQueueDeleteSectionA(
    99  pub fn SetupQueueDeleteSectionW(
    100  pub fn SetupQueueRenameA(
    101  pub fn SetupQueueRenameW(
    102  pub fn SetupQueueRenameSectionA(
    103  pub fn SetupQueueRenameSectionW(
    104  pub fn SetupCommitFileQueueA(
    105  pub fn SetupCommitFileQueueW(
    106  pub fn SetupScanFileQueueA(
    107  pub fn SetupScanFileQueueW(
    108  pub fn SetupGetFileQueueCount(
    109  pub fn SetupGetFileQueueFlags(
    110  pub fn SetupSetFileQueueFlags(
    111  pub fn SetupCopyOEMInfA(
    112  pub fn SetupCopyOEMInfW(
    113  pub fn SetupUninstallOEMInfA(
    114  pub fn SetupUninstallOEMInfW(
    115  pub fn SetupUninstallNewlyCopiedInfs(
    116  pub fn SetupCreateDiskSpaceListA(
    117  pub fn SetupCreateDiskSpaceListW(
    118  pub fn SetupDuplicateDiskSpaceListA(
    119  pub fn SetupDuplicateDiskSpaceListW(
    120  pub fn SetupDestroyDiskSpaceList(
    121  pub fn SetupQueryDrivesInDiskSpaceListA(
    122  pub fn SetupQueryDrivesInDiskSpaceListW(
    123  pub fn SetupQuerySpaceRequiredOnDriveA(
    124  pub fn SetupQuerySpaceRequiredOnDriveW(
    125  pub fn SetupAdjustDiskSpaceListA(
    126  pub fn SetupAdjustDiskSpaceListW(
    127  pub fn SetupAddToDiskSpaceListA(
    128  pub fn SetupAddToDiskSpaceListW(
    129  pub fn SetupAddSectionToDiskSpaceListA(
    130  pub fn SetupAddSectionToDiskSpaceListW(
    131  pub fn SetupAddInstallSectionToDiskSpaceListA(
    132  pub fn SetupAddInstallSectionToDiskSpaceListW(
    133  pub fn SetupRemoveFromDiskSpaceListA(
    134  pub fn SetupRemoveFromDiskSpaceListW(
    135  pub fn SetupRemoveSectionFromDiskSpaceListA(
    136  pub fn SetupRemoveSectionFromDiskSpaceListW(
    137  pub fn SetupRemoveInstallSectionFromDiskSpaceListA(
    138  pub fn SetupRemoveInstallSectionFromDiskSpaceListW(
    139  pub fn SetupIterateCabinetA(
    140  pub fn SetupIterateCabinetW(
    141  pub fn SetupPromptReboot(
    142  pub fn SetupInitDefaultQueueCallback(
    143  pub fn SetupInitDefaultQueueCallbackEx(
    144  pub fn SetupTermDefaultQueueCallback(
    145  pub fn SetupDefaultQueueCallbackA(
    146  pub fn SetupDefaultQueueCallbackW(
    147  pub fn SetupInstallFromInfSectionA(
    148  pub fn SetupInstallFromInfSectionW(
    149  pub fn SetupInstallFilesFromInfSectionA(
    150  pub fn SetupInstallFilesFromInfSectionW(
    151  pub fn SetupInstallServicesFromInfSectionA(
    152  pub fn SetupInstallServicesFromInfSectionW(
    153  pub fn SetupInstallServicesFromInfSectionExA(
    154  pub fn SetupInstallServicesFromInfSectionExW(
    155  pub fn InstallHinfSectionA(
    156  pub fn InstallHinfSectionW(
    157  pub fn SetupInitializeFileLogA(
    158  pub fn SetupInitializeFileLogW(
    159  pub fn SetupTerminateFileLog(
    160  pub fn SetupLogFileA(
    161  pub fn SetupLogFileW(
    162  pub fn SetupRemoveFileLogEntryA(
    163  pub fn SetupRemoveFileLogEntryW(
    164  pub fn SetupQueryFileLogA(
    165  pub fn SetupQueryFileLogW(
    166  pub fn SetupOpenLog(
    167  pub fn SetupLogErrorA(
    168  pub fn SetupLogErrorW(
    169  pub fn SetupCloseLog() -> ();
    170  pub fn SetupGetThreadLogToken() -> SP_LOG_TOKEN;
    171  pub fn SetupSetThreadLogToken(
    172  pub fn SetupWriteTextLogInfLine(
    173  pub fn SetupGetBackupInformationA(
    174  pub fn SetupGetBackupInformationW(
    175  pub fn SetupPrepareQueueForRestoreA(
    176  pub fn SetupPrepareQueueForRestoreW(
    177  pub fn SetupSetNonInteractiveMode(
    178  pub fn SetupGetNonInteractiveMode() -> BOOL;
    179  pub fn SetupDiCreateDeviceInfoList(
    180  pub fn SetupDiCreateDeviceInfoListExA(
    181  pub fn SetupDiCreateDeviceInfoListExW(
    182  pub fn SetupDiGetDeviceInfoListClass(
    183  pub fn SetupDiGetDeviceInfoListDetailA(
    184  pub fn SetupDiGetDeviceInfoListDetailW(
    185  pub fn SetupDiCreateDeviceInfoA(
    186  pub fn SetupDiCreateDeviceInfoW(
    187  pub fn SetupDiOpenDeviceInfoA(
    188  pub fn SetupDiOpenDeviceInfoW(
    189  pub fn SetupDiGetDeviceInstanceIdA(
    190  pub fn SetupDiGetDeviceInstanceIdW(
    191  pub fn SetupDiDeleteDeviceInfo(
    192  pub fn SetupDiEnumDeviceInfo(
    193  pub fn SetupDiDestroyDeviceInfoList(
    194  pub fn SetupDiEnumDeviceInterfaces(
    195  pub fn SetupDiCreateDeviceInterfaceA(
    196  pub fn SetupDiCreateDeviceInterfaceW(
    197  pub fn SetupDiOpenDeviceInterfaceA(
    198  pub fn SetupDiOpenDeviceInterfaceW(
    199  pub fn SetupDiGetDeviceInterfaceAlias(
    200  pub fn SetupDiDeleteDeviceInterfaceData(
    201  pub fn SetupDiRemoveDeviceInterface(
    202  pub fn SetupDiGetDeviceInterfaceDetailA(
    203  pub fn SetupDiGetDeviceInterfaceDetailW(
    204  pub fn SetupDiInstallDeviceInterfaces(
    205  pub fn SetupDiSetDeviceInterfaceDefault(
    206  pub fn SetupDiRegisterDeviceInfo(
    207  pub fn SetupDiBuildDriverInfoList(
    208  pub fn SetupDiCancelDriverInfoSearch(
    209  pub fn SetupDiEnumDriverInfoA(
    210  pub fn SetupDiEnumDriverInfoW(
    211  pub fn SetupDiGetSelectedDriverA(
    212  pub fn SetupDiGetSelectedDriverW(
    213  pub fn SetupDiSetSelectedDriverA(
    214  pub fn SetupDiSetSelectedDriverW(
    215  pub fn SetupDiGetDriverInfoDetailA(
    216  pub fn SetupDiGetDriverInfoDetailW(
    217  pub fn SetupDiDestroyDriverInfoList(
    218  pub fn SetupDiGetClassDevsA(
    219  pub fn SetupDiGetClassDevsW(
    220  pub fn SetupDiGetClassDevsExA(
    221  pub fn SetupDiGetClassDevsExW(
    222  pub fn SetupDiGetINFClassA(
    223  pub fn SetupDiGetINFClassW(
    224  pub fn SetupDiBuildClassInfoList(
    225  pub fn SetupDiBuildClassInfoListExA(
    226  pub fn SetupDiBuildClassInfoListExW(
    227  pub fn SetupDiGetClassDescriptionA(
    228  pub fn SetupDiGetClassDescriptionW(
    229  pub fn SetupDiGetClassDescriptionExA(
    230  pub fn SetupDiGetClassDescriptionExW(
    231  pub fn SetupDiCallClassInstaller(
    232  pub fn SetupDiSelectDevice(
    233  pub fn SetupDiSelectBestCompatDrv(
    234  pub fn SetupDiInstallDevice(
    235  pub fn SetupDiInstallDriverFiles(
    236  pub fn SetupDiRegisterCoDeviceInstallers(
    237  pub fn SetupDiRemoveDevice(
    238  pub fn SetupDiUnremoveDevice(
    239  pub fn SetupDiRestartDevices(
    240  pub fn SetupDiChangeState(
    241  pub fn SetupDiInstallClassA(
    242  pub fn SetupDiInstallClassW(
    243  pub fn SetupDiInstallClassExA(
    244  pub fn SetupDiInstallClassExW(
    245  pub fn SetupDiOpenClassRegKey(
    246  pub fn SetupDiOpenClassRegKeyExA(
    247  pub fn SetupDiOpenClassRegKeyExW(
    248  pub fn SetupDiCreateDeviceInterfaceRegKeyA(
    249  pub fn SetupDiCreateDeviceInterfaceRegKeyW(
    250  pub fn SetupDiOpenDeviceInterfaceRegKey(
    251  pub fn SetupDiDeleteDeviceInterfaceRegKey(
    252  pub fn SetupDiCreateDevRegKeyA(
    253  pub fn SetupDiCreateDevRegKeyW(
    254  pub fn SetupDiOpenDevRegKey(
    255  pub fn SetupDiDeleteDevRegKey(
    256  pub fn SetupDiGetHwProfileList(
    257  pub fn SetupDiGetHwProfileListExA(
    258  pub fn SetupDiGetHwProfileListExW(
    259  pub fn SetupDiGetDevicePropertyKeys(
    260  pub fn SetupDiGetDevicePropertyW(
    261  pub fn SetupDiSetDevicePropertyW(
    262  pub fn SetupDiGetDeviceInterfacePropertyKeys(
    263  pub fn SetupDiGetDeviceInterfacePropertyW(
    264  pub fn SetupDiSetDeviceInterfacePropertyW(
    265  pub fn SetupDiGetClassPropertyKeys(
    266  pub fn SetupDiGetClassPropertyKeysExW(
    267  pub fn SetupDiGetClassPropertyW(
    268  pub fn SetupDiGetClassPropertyExW(
    269  pub fn SetupDiSetClassPropertyW(
    270  pub fn SetupDiSetClassPropertyExW(
    271  pub fn SetupDiGetDeviceRegistryPropertyA(
    272  pub fn SetupDiGetDeviceRegistryPropertyW(
    273  pub fn SetupDiGetClassRegistryPropertyA(
    274  pub fn SetupDiGetClassRegistryPropertyW(
    275  pub fn SetupDiSetDeviceRegistryPropertyA(
    276  pub fn SetupDiSetDeviceRegistryPropertyW(
    277  pub fn SetupDiSetClassRegistryPropertyA(
    278  pub fn SetupDiSetClassRegistryPropertyW(
    279  pub fn SetupDiGetDeviceInstallParamsA(
    280  pub fn SetupDiGetDeviceInstallParamsW(
    281  pub fn SetupDiGetClassInstallParamsA(
    282  pub fn SetupDiGetClassInstallParamsW(
    283  pub fn SetupDiSetDeviceInstallParamsA(
    284  pub fn SetupDiSetDeviceInstallParamsW(
    285  pub fn SetupDiSetClassInstallParamsA(
    286  pub fn SetupDiSetClassInstallParamsW(
    287  pub fn SetupDiGetDriverInstallParamsA(
    288  pub fn SetupDiGetDriverInstallParamsW(
    289  pub fn SetupDiSetDriverInstallParamsA(
    290  pub fn SetupDiSetDriverInstallParamsW(
    291  pub fn SetupDiLoadClassIcon(
    292  pub fn SetupDiLoadDeviceIcon(
    293  pub fn SetupDiDrawMiniIcon(
    294  pub fn SetupDiGetClassBitmapIndex(
    295  pub fn SetupDiGetClassImageList(
    296  pub fn SetupDiGetClassImageListExA(
    297  pub fn SetupDiGetClassImageListExW(
    298  pub fn SetupDiGetClassImageIndex(
    299  pub fn SetupDiDestroyClassImageList(
    300  pub fn SetupDiGetClassDevPropertySheetsA(
    301  pub fn SetupDiGetClassDevPropertySheetsW(
    302  pub fn SetupDiAskForOEMDisk(
    303  pub fn SetupDiSelectOEMDrv(
    304  pub fn SetupDiClassNameFromGuidA(
    305  pub fn SetupDiClassNameFromGuidW(
    306  pub fn SetupDiClassNameFromGuidExA(
    307  pub fn SetupDiClassNameFromGuidExW(
    308  pub fn SetupDiClassGuidsFromNameA(
    309  pub fn SetupDiClassGuidsFromNameW(
    310  pub fn SetupDiClassGuidsFromNameExA(
    311  pub fn SetupDiClassGuidsFromNameExW(
    312  pub fn SetupDiGetHwProfileFriendlyNameA(
    313  pub fn SetupDiGetHwProfileFriendlyNameW(
    314  pub fn SetupDiGetHwProfileFriendlyNameExA(
    315  pub fn SetupDiGetHwProfileFriendlyNameExW(
    316  pub fn SetupDiGetWizardPage(
    317  pub fn SetupDiGetSelectedDevice(
    318  pub fn SetupDiSetSelectedDevice(
    319  pub fn SetupDiGetActualModelsSectionA(
    320  pub fn SetupDiGetActualModelsSectionW(
    321  pub fn SetupDiGetActualSectionToInstallA(
    322  pub fn SetupDiGetActualSectionToInstallW(
    323  pub fn SetupDiGetActualSectionToInstallExA(
    324  pub fn SetupDiGetActualSectionToInstallExW(
    325  pub fn SetupEnumInfSectionsA(
    326  pub fn SetupEnumInfSectionsW(
    327  pub fn SetupVerifyInfFileA(
    328  pub fn SetupVerifyInfFileW(
    329  pub fn SetupDiGetCustomDevicePropertyA(
    330  pub fn SetupDiGetCustomDevicePropertyW(
    331  pub fn SetupConfigureWmiFromInfSectionA(
    332  pub fn SetupConfigureWmiFromInfSectionW(
    
    
    
    

    \winapi-0.3.9\src\um\shellapi.rs

    ═════════ pub fn 函数
    1  pub fn DragQueryFileA(
    2  pub fn DragQueryFileW(
    3  pub fn DragQueryPoint(
    4  pub fn DragFinish(
    5  pub fn DragAcceptFiles(
    6  pub fn ShellExecuteA(
    7  pub fn ShellExecuteW(
    8  pub fn FindExecutableA(
    9  pub fn FindExecutableW(
    10  pub fn CommandLineToArgvW(
    11  pub fn ShellAboutA(
    12  pub fn ShellAboutW(
    13  pub fn DuplicateIcon(
    14  pub fn ExtractAssociatedIconA(
    15  pub fn ExtractAssociatedIconW(
    16  pub fn ExtractAssociatedIconExA(
    17  pub fn ExtractAssociatedIconExW(
    18  pub fn ExtractIconA(
    19  pub fn ExtractIconW(
    20  pub fn SHAppBarMessage(
    21  pub fn DoEnvironmentSubstA(
    22  pub fn DoEnvironmentSubstW(
    23  pub fn ExtractIconExA(
    24  pub fn ExtractIconExW(
    25  pub fn SHFileOperationA(
    26  pub fn SHFileOperationW(
    27  pub fn SHFreeNameMappings(
    28  pub fn ShellExecuteExA(
    29  pub fn ShellExecuteExW(
    30  pub fn SHCreateProcessAsUserW(
    31  pub fn SHEvaluateSystemCommandTemplate(
    32  pub fn AssocCreateForClasses(
    33  pub fn SHQueryRecycleBinA(
    34  pub fn SHQueryRecycleBinW(
    35  pub fn SHEmptyRecycleBinA(
    36  pub fn SHEmptyRecycleBinW(
    37  pub fn SHQueryUserNotificationState(
    38  pub fn SHGetPropertyStoreForWindow(
    39  pub fn Shell_NotifyIconA(
    40  pub fn Shell_NotifyIconW(
    41  pub fn Shell_NotifyIconGetRect(
    42  pub fn SHGetFileInfoA(
    43  pub fn SHGetFileInfoW(
    44  pub fn SHGetStockIconInfo(
    45  pub fn SHGetDiskFreeSpaceExA(
    46  pub fn SHGetDiskFreeSpaceExW(
    47  pub fn SHGetNewLinkInfoA(
    48  pub fn SHGetNewLinkInfoW(
    49  pub fn SHInvokePrinterCommandA(
    50  pub fn SHInvokePrinterCommandW(
    51  pub fn SHLoadNonloadedIconOverlayIdentifiers() -> HRESULT;
    52  pub fn SHIsFileAvailableOffline(
    53  pub fn SHSetLocalizedName(
    54  pub fn SHRemoveLocalizedName(
    55  pub fn SHGetLocalizedName(
    56  pub fn ShellMessageBoxA(
    57  pub fn ShellMessageBoxW(
    58  pub fn IsLFNDriveA(
    59  pub fn IsLFNDriveW(
    60  pub fn SHEnumerateUnreadMailAccountsA(
    61  pub fn SHEnumerateUnreadMailAccountsW(
    62  pub fn SHGetUnreadMailCountA(
    63  pub fn SHGetUnreadMailCountW(
    64  pub fn SHSetUnreadMailCountA(
    65  pub fn SHSetUnreadMailCountW(
    66  pub fn SHTestTokenMembership(
    67  pub fn SHGetImageList(
    68  pub fn InitNetworkAddressControl() -> BOOL;
    69  pub fn SHGetDriveMedia(
    
    
    
    

    \winapi-0.3.9\src\um\shellscalingapi.rs

    ═════════ pub fn 函数
    1  pub fn SetProcessDpiAwareness(
    2  pub fn GetProcessDpiAwareness(
    3  pub fn GetDpiForMonitor(
    4  pub fn GetDpiForShellUIComponent(
    
    
    
    

    \winapi-0.3.9\src\um\shlobj.rs

    ═════════ pub fn 函数
    1  pub fn SHGetIconOverlayIndexA(
    2  pub fn SHGetIconOverlayIndexW(
    3  pub fn SHGetPathFromIDListEx(
    4  pub fn SHGetPathFromIDListA(
    5  pub fn SHGetPathFromIDListW(
    6  pub fn SHCreateDirectory(
    7  pub fn SHCreateDirectoryExA(
    8  pub fn SHCreateDirectoryExW(
    9  pub fn SHOpenFolderAndSelectItems(
    10  pub fn SHGetSpecialFolderLocation(
    11  pub fn SHCloneSpecialIDList(
    12  pub fn SHGetSpecialFolderPathA(
    13  pub fn SHGetSpecialFolderPathW(
    14  pub fn SHFlushSFCache();
    15  pub fn SHGetFolderPathA(
    16  pub fn SHGetFolderPathW(
    17  pub fn SHGetFolderLocation(
    18  pub fn SHSetFolderPathA(
    19  pub fn SHSetFolderPathW(
    20  pub fn SHGetFolderPathAndSubDirA(
    21  pub fn SHGetFolderPathAndSubDirW(
    22  pub fn SHGetKnownFolderIDList(
    23  pub fn SHSetKnownFolderPath(
    24  pub fn SHGetKnownFolderPath(
    25  pub fn SHGetKnownFolderItem(
    
    
    
    

    \winapi-0.3.9\src\um\shobjidl_core.rs

    ═════════ pub fn 函数
    1  pub fn SHCreateItemFromParsingName(
    
    
    
    

    \winapi-0.3.9\src\um\spapidef.rs

    ═════════ pub fn 函数
    1  pub fn TXTLOG_LEVEL(flags: DWORD) -> DWORD 【】
    
    
    
    

    \winapi-0.3.9\src\um\sporder.rs

    ═════════ pub fn 函数
    1  pub fn WSCWriteProviderOrder(
    2  pub fn WSCWriteProviderOrder32(
    3  pub fn WSCWriteNameSpaceOrder(
    4  pub fn WSCWriteNameSpaceOrder32(
    
    
    
    

    \winapi-0.3.9\src\um\sql.rs

    ═════════ pub fn 函数
    1  pub fn SQLAllocHandle(
    2  pub fn SQLDisconnect(
    3  pub fn SQLFetch(
    4  pub fn SQLFreeHandle(
    5  pub fn SQLFreeStmt(
    6  pub fn SQLGetData(
    7  pub fn SQLNumResultCols(
    8  pub fn SQLRowCount(
    9  pub fn SQLSetConnectAttr(
    10  pub fn SQLSetEnvAttr(
    
    
    
    

    \winapi-0.3.9\src\um\sqlucode.rs

    ═════════ pub fn 函数
    1  pub fn SQLConnectW(
    2  pub fn SQLDescribeColW(
    3  pub fn SQLExecDirectW(
    4  pub fn SQLGetDiagRecW(
    5  pub fn SQLDriverConnectW(
    6  pub fn SQLConnectA(
    7  pub fn SQLDescribeColA(
    8  pub fn SQLExecDirectA(
    9  pub fn SQLGetDiagRecA(
    10  pub fn SQLDriverConnectA(
    
    
    
    

    \winapi-0.3.9\src\um\stringapiset.rs

    ═════════ pub fn 函数
    1  pub fn CompareStringEx(
    2  pub fn CompareStringOrdinal(
    3  pub fn CompareStringW(
    4  pub fn FoldStringW(
    5  pub fn GetStringTypeExW(
    6  pub fn GetStringTypeW(
    7  pub fn MultiByteToWideChar(
    8  pub fn WideCharToMultiByte(
    
    
    
    

    \winapi-0.3.9\src\um\synchapi.rs

    ═════════ pub fn 函数
    1  pub fn InitializeSRWLock(
    2  pub fn ReleaseSRWLockExclusive(
    3  pub fn ReleaseSRWLockShared(
    4  pub fn AcquireSRWLockExclusive(
    5  pub fn AcquireSRWLockShared(
    6  pub fn TryAcquireSRWLockExclusive(
    7  pub fn TryAcquireSRWLockShared(
    8  pub fn InitializeCriticalSection(
    9  pub fn EnterCriticalSection(
    10  pub fn LeaveCriticalSection(
    11  pub fn InitializeCriticalSectionAndSpinCount(
    12  pub fn InitializeCriticalSectionEx(
    13  pub fn SetCriticalSectionSpinCount(
    14  pub fn TryEnterCriticalSection(
    15  pub fn DeleteCriticalSection(
    16  pub fn InitOnceInitialize(
    17  pub fn InitOnceExecuteOnce(
    18  pub fn InitOnceBeginInitialize(
    19  pub fn InitOnceComplete(
    20  pub fn InitializeConditionVariable(
    21  pub fn WakeConditionVariable(
    22  pub fn WakeAllConditionVariable(
    23  pub fn SleepConditionVariableCS(
    24  pub fn SleepConditionVariableSRW(
    25  pub fn SetEvent(
    26  pub fn ResetEvent(
    27  pub fn ReleaseSemaphore(
    28  pub fn ReleaseMutex(
    29  pub fn WaitForSingleObject(
    30  pub fn SleepEx(
    31  pub fn WaitForSingleObjectEx(
    32  pub fn WaitForMultipleObjectsEx(
    33  pub fn CreateMutexA(
    34  pub fn CreateMutexW(
    35  pub fn OpenMutexW(
    36  pub fn CreateEventA(
    37  pub fn CreateEventW(
    38  pub fn OpenEventA(
    39  pub fn OpenEventW(
    40  pub fn OpenSemaphoreW(
    41  pub fn OpenWaitableTimerW(
    42  pub fn SetWaitableTimerEx(
    43  pub fn SetWaitableTimer(
    44  pub fn CancelWaitableTimer(
    45  pub fn CreateMutexExA(
    46  pub fn CreateMutexExW(
    47  pub fn CreateEventExA(
    48  pub fn CreateEventExW(
    49  pub fn CreateSemaphoreExW(
    50  pub fn CreateWaitableTimerExW(
    51  pub fn EnterSynchronizationBarrier(
    52  pub fn InitializeSynchronizationBarrier(
    53  pub fn DeleteSynchronizationBarrier(
    54  pub fn Sleep(
    55  pub fn WaitOnAddress(
    56  pub fn WakeByAddressSingle(
    57  pub fn WakeByAddressAll(
    58  pub fn SignalObjectAndWait(
    59  pub fn WaitForMultipleObjects(
    60  pub fn CreateSemaphoreW(
    61  pub fn CreateWaitableTimerW(
    
    
    
    

    \winapi-0.3.9\src\um\sysinfoapi.rs

    ═════════ pub fn 函数
    1  pub fn GlobalMemoryStatusEx(
    2  pub fn GetSystemInfo(
    3  pub fn GetSystemTime(
    4  pub fn GetSystemTimeAsFileTime(
    5  pub fn GetLocalTime(
    6  pub fn GetVersion() -> DWORD;
    7  pub fn SetLocalTime(
    8  pub fn GetTickCount() -> DWORD;
    9  pub fn GetTickCount64() -> ULONGLONG;
    10  pub fn GetSystemTimeAdjustment(
    11  pub fn GetSystemDirectoryA(
    12  pub fn GetSystemDirectoryW(
    13  pub fn GetWindowsDirectoryA(
    14  pub fn GetWindowsDirectoryW(
    15  pub fn GetSystemWindowsDirectoryA(
    16  pub fn GetSystemWindowsDirectoryW(
    17  pub fn GetComputerNameExA(
    18  pub fn GetComputerNameExW(
    19  pub fn SetComputerNameExW(
    20  pub fn SetSystemTime(
    21  pub fn GetVersionExA(
    22  pub fn GetVersionExW(
    23  pub fn GetLogicalProcessorInformation(
    24  pub fn GetLogicalProcessorInformationEx(
    25  pub fn GetNativeSystemInfo(
    26  pub fn GetSystemTimePreciseAsFileTime(
    27  pub fn GetProductInfo(
    28  pub fn VerSetConditionMask(
    29  pub fn EnumSystemFirmwareTables(
    30  pub fn GetSystemFirmwareTable(
    31  pub fn DnsHostnameToComputerNameExW(
    32  pub fn GetPhysicallyInstalledSystemMemory(
    33  pub fn SetComputerNameEx2W(
    34  pub fn SetSystemTimeAdjustment(
    35  pub fn InstallELAMCertificateInfo(
    36  pub fn GetProcessorSystemCycleTime(
    37  pub fn SetComputerNameA(
    38  pub fn SetComputerNameW(
    39  pub fn SetComputerNameExA(
    
    
    
    

    \winapi-0.3.9\src\um\systemtopologyapi.rs

    ═════════ pub fn 函数
    1  pub fn GetNumaHighestNodeNumber(
    2  pub fn GetNumaNodeProcessorMaskEx(
    3  pub fn GetNumaProximityNodeEx(
    
    
    
    

    \winapi-0.3.9\src\um\threadpoolapiset.rs

    ═════════ pub fn 函数
    1  pub fn CreateThreadpool(
    2  pub fn SetThreadpoolThreadMaximum(
    3  pub fn SetThreadpoolThreadMinimum(
    4  pub fn SetThreadpoolStackInformation(
    5  pub fn QueryThreadpoolStackInformation(
    6  pub fn CloseThreadpool(
    7  pub fn CreateThreadpoolCleanupGroup() -> PTP_CLEANUP_GROUP;
    8  pub fn CloseThreadpoolCleanupGroupMembers(
    9  pub fn CloseThreadpoolCleanupGroup(
    10  pub fn SetEventWhenCallbackReturns(
    11  pub fn ReleaseSemaphoreWhenCallbackReturns(
    12  pub fn ReleaseMutexWhenCallbackReturns(
    13  pub fn LeaveCriticalSectionWhenCallbackReturns(
    14  pub fn FreeLibraryWhenCallbackReturns(
    15  pub fn CallbackMayRunLong(
    16  pub fn DisassociateCurrentThreadFromCallback(
    17  pub fn TrySubmitThreadpoolCallback(
    18  pub fn CreateThreadpoolWork(
    19  pub fn SubmitThreadpoolWork(
    20  pub fn WaitForThreadpoolWorkCallbacks(
    21  pub fn CloseThreadpoolWork(
    22  pub fn CreateThreadpoolTimer(
    23  pub fn SetThreadpoolTimer(
    24  pub fn IsThreadpoolTimerSet(
    25  pub fn WaitForThreadpoolTimerCallbacks(
    26  pub fn CloseThreadpoolTimer(
    27  pub fn CreateThreadpoolWait(
    28  pub fn SetThreadpoolWait(
    29  pub fn WaitForThreadpoolWaitCallbacks(
    30  pub fn CloseThreadpoolWait(
    31  pub fn CreateThreadpoolIo(
    32  pub fn StartThreadpoolIo(
    33  pub fn CancelThreadpoolIo(
    34  pub fn WaitForThreadpoolIoCallbacks(
    35  pub fn CloseThreadpoolIo(
    36  pub fn SetThreadpoolTimerEx(
    37  pub fn SetThreadpoolWaitEx(
    
    
    
    

    \winapi-0.3.9\src\um\threadpoollegacyapiset.rs

    ═════════ pub fn 函数
    1  pub fn QueueUserWorkItem(
    2  pub fn UnregisterWaitEx(
    3  pub fn CreateTimerQueue() -> HANDLE;
    4  pub fn CreateTimerQueueTimer(
    5  pub fn ChangeTimerQueueTimer(
    6  pub fn DeleteTimerQueueTimer(
    7  pub fn DeleteTimerQueueEx(
    
    
    
    

    \winapi-0.3.9\src\um\timeapi.rs

    ═════════ pub fn 函数
    1  pub fn timeGetTime() -> DWORD;
    2  pub fn timeGetDevCaps(
    3  pub fn timeBeginPeriod(
    4  pub fn timeEndPeriod(
    
    
    
    

    \winapi-0.3.9\src\um\timezoneapi.rs

    ═════════ pub fn 函数
    1  pub fn SystemTimeToTzSpecificLocalTime(
    2  pub fn TzSpecificLocalTimeToSystemTime(
    3  pub fn FileTimeToSystemTime(
    4  pub fn SystemTimeToFileTime(
    5  pub fn GetTimeZoneInformation(
    6  pub fn SetTimeZoneInformation(
    7  pub fn SetDynamicTimeZoneInformation(
    8  pub fn GetDynamicTimeZoneInformation(
    9  pub fn GetTimeZoneInformationForYear(
    10  pub fn EnumDynamicTimeZoneInformation(
    11  pub fn GetDynamicTimeZoneInformationEffectiveYears(
    12  pub fn SystemTimeToTzSpecificLocalTimeEx(
    13  pub fn TzSpecificLocalTimeToSystemTimeEx(
    
    
    
    

    \winapi-0.3.9\src\um\tlhelp32.rs

    ═════════ pub fn 函数
    1  pub fn CreateToolhelp32Snapshot(
    2  pub fn Heap32ListFirst(
    3  pub fn Heap32ListNext(
    4  pub fn Heap32First(
    5  pub fn Heap32Next(
    6  pub fn Toolhelp32ReadProcessMemory(
    7  pub fn Process32FirstW(
    8  pub fn Process32NextW(
    9  pub fn Process32First(
    10  pub fn Process32Next(
    11  pub fn Thread32First(
    12  pub fn Thread32Next(
    13  pub fn Module32FirstW(
    14  pub fn Module32NextW(
    15  pub fn Module32First(
    16  pub fn Module32Next(
    
    
    
    

    \winapi-0.3.9\src\um\userenv.rs

    ═════════ pub fn 函数
    1  pub fn UnloadUserProfile(
    2  pub fn GetProfilesDirectoryA(
    3  pub fn GetProfilesDirectoryW(
    4  pub fn GetProfileType(
    5  pub fn DeleteProfileA(
    6  pub fn DeleteProfileW(
    7  pub fn CreateProfile(
    8  pub fn GetDefaultUserProfileDirectoryA(
    9  pub fn GetDefaultUserProfileDirectoryW(
    10  pub fn GetAllUsersProfileDirectoryA(
    11  pub fn GetAllUsersProfileDirectoryW(
    12  pub fn GetUserProfileDirectoryA(
    13  pub fn GetUserProfileDirectoryW(
    14  pub fn CreateEnvironmentBlock(
    15  pub fn DestroyEnvironmentBlock(
    16  pub fn ExpandEnvironmentStringsForUserA(
    17  pub fn ExpandEnvironmentStringsForUserW(
    18  pub fn RefreshPolicy(
    19  pub fn RefreshPolicyEx(
    20  pub fn EnterCriticalPolicySection(
    21  pub fn LeaveCriticalPolicySection(
    22  pub fn RegisterGPNotification(
    23  pub fn UnregisterGPNotification(
    24  pub fn CreateAppContainerProfile(
    25  pub fn DeleteAppContainerProfile(
    26  pub fn GetAppContainerRegistryLocation(
    27  pub fn GetAppContainerFolderPath(
    28  pub fn DeriveAppContainerSidFromAppContainerName(
    29  pub fn DeriveRestrictedAppContainerSidFromAppContainerSidAndRestrictedName(
    
    
    
    

    \winapi-0.3.9\src\um\usp10.rs

    ═════════ pub fn 函数
    1  pub fn ScriptFreeCache(
    2  pub fn ScriptItemize(
    3  pub fn ScriptLayout(
    4  pub fn ScriptShape(
    5  pub fn ScriptPlace(
    6  pub fn ScriptTextOut(
    7  pub fn ScriptJustify(
    8  pub fn ScriptBreak(
    9  pub fn ScriptCPtoX(
    10  pub fn ScriptXtoCP(
    11  pub fn ScriptGetLogicalWidths(
    12  pub fn ScriptApplyLogicalWidth(
    13  pub fn ScriptGetCMap(
    14  pub fn ScriptGetGlyphABCWidth(
    15  pub fn ScriptGetProperties(
    16  pub fn ScriptGetFontProperties(
    17  pub fn ScriptCacheGetHeight(
    18  pub fn ScriptStringAnalyse(
    19  pub fn ScriptStringFree(
    20  pub fn ScriptString_pSize(
    21  pub fn ScriptString_pcOutChars(
    22  pub fn ScriptString_pLogAttr(
    23  pub fn ScriptStringGetOrder(
    24  pub fn ScriptStringCPtoX(
    25  pub fn ScriptStringXtoCP(
    26  pub fn ScriptStringGetLogicalWidths(
    27  pub fn ScriptStringValidate(
    28  pub fn ScriptStringOut(
    29  pub fn ScriptIsComplex(
    30  pub fn ScriptRecordDigitSubstitution(
    31  pub fn ScriptApplyDigitSubstitution(
    32  pub fn ScriptShapeOpenType(
    33  pub fn ScriptPlaceOpenType(
    34  pub fn ScriptItemizeOpenType(
    35  pub fn ScriptGetFontScriptTags(
    36  pub fn ScriptGetFontLanguageTags(
    37  pub fn ScriptGetFontFeatureTags(
    38  pub fn ScriptGetFontAlternateGlyphs(
    39  pub fn ScriptSubstituteSingleGlyph(
    40  pub fn ScriptPositionSingleGlyph(
    
    
    
    

    \winapi-0.3.9\src\um\utilapiset.rs

    ═════════ pub fn 函数
    1  pub fn EncodePointer(
    2  pub fn DecodePointer(
    3  pub fn EncodeSystemPointer(
    4  pub fn DecodeSystemPointer(
    5  pub fn Beep(
    
    
    
    

    \winapi-0.3.9\src\um\uxtheme.rs

    ═════════ pub fn 函数
    1  pub fn BeginPanningFeedback(
    2  pub fn UpdatePanningFeedback(
    3  pub fn EndPanningFeedback(
    4  pub fn GetThemeAnimationProperty(
    5  pub fn GetThemeAnimationTransform(
    6  pub fn GetThemeTimingFunction(
    7  pub fn OpenThemeData(
    8  pub fn OpenThemeDataForDpi(
    9  pub fn OpenThemeDataEx(
    10  pub fn CloseThemeData(
    11  pub fn DrawThemeBackground(
    12  pub fn DrawThemeBackgroundEx(
    13  pub fn DrawThemeText(
    14  pub fn GetThemeBackgroundContentRect(
    15  pub fn GetThemeBackgroundExtent(
    16  pub fn GetThemeBackgroundRegion(
    17  pub fn GetThemePartSize(
    18  pub fn GetThemeTextExtent(
    19  pub fn GetThemeTextMetrics(
    20  pub fn HitTestThemeBackground(
    21  pub fn DrawThemeEdge(
    22  pub fn DrawThemeIcon(
    23  pub fn IsThemePartDefined(
    24  pub fn IsThemeBackgroundPartiallyTransparent(
    25  pub fn GetThemeColor(
    26  pub fn GetThemeMetric(
    27  pub fn GetThemeString(
    28  pub fn GetThemeBool(
    29  pub fn GetThemeInt(
    30  pub fn GetThemeEnumValue(
    31  pub fn GetThemePosition(
    32  pub fn GetThemeFont(
    33  pub fn GetThemeRect(
    34  pub fn GetThemeMargins(
    35  pub fn GetThemeIntList(
    36  pub fn GetThemePropertyOrigin(
    37  pub fn SetWindowTheme(
    38  pub fn GetThemeFilename(
    39  pub fn GetThemeSysColor(
    40  pub fn GetThemeSysColorBrush(
    41  pub fn GetThemeSysBool(
    42  pub fn GetThemeSysSize(
    43  pub fn GetThemeSysFont(
    44  pub fn GetThemeSysString(
    45  pub fn GetThemeSysInt(
    46  pub fn IsThemeActive() -> BOOL;
    47  pub fn IsAppThemed() -> BOOL;
    48  pub fn GetWindowTheme(
    49  pub fn EnableThemeDialogTexture(
    50  pub fn IsThemeDialogTextureEnabled(
    51  pub fn GetThemeAppProperties() -> DWORD;
    52  pub fn SetThemeAppProperties(
    53  pub fn GetCurrentThemeName(
    54  pub fn GetThemeDocumentationProperty(
    55  pub fn DrawThemeParentBackground(
    56  pub fn EnableTheming(
    57  pub fn DrawThemeParentBackgroundEx(
    58  pub fn SetWindowThemeAttribute(
    59  pub unsafe fn SetWindowThemeNonClientAttributes(
    60  pub fn DrawThemeTextEx(
    61  pub fn GetThemeBitmap(
    62  pub fn GetThemeStream(
    63  pub fn BufferedPaintInit() -> HRESULT;
    64  pub fn BufferedPaintUnInit() -> HRESULT;
    65  pub fn BeginBufferedPaint(
    66  pub fn EndBufferedPaint(
    67  pub fn GetBufferedPaintTargetRect(
    68  pub fn GetBufferedPaintTargetDC(
    69  pub fn GetBufferedPaintDC(
    70  pub fn GetBufferedPaintBits(
    71  pub fn BufferedPaintClear(
    72  pub fn BufferedPaintSetAlpha(
    73  pub fn BufferedPaintStopAllAnimations(
    74  pub fn BeginBufferedAnimation(
    75  pub fn EndBufferedAnimation(
    76  pub fn BufferedPaintRenderAnimation(
    77  pub fn IsCompositionActive() -> BOOL;
    78  pub fn GetThemeTransitionDuration(
    
    
    
    

    \winapi-0.3.9\src\um\vsbackup.rs

    ═════════ pub fn 函数
    1  pub fn CreateVssBackupComponents(
    2  pub fn CreateVssExamineWriterMetadata(
    3  pub fn IsVolumeSnapshotted(
    4  pub fn VssFreeSnapshotProperties(
    5  pub fn GetProviderMgmtInterface(
    6  pub fn ShouldBlockRevert(
    
    
    
    

    \winapi-0.3.9\src\um\wct.rs

    ═════════ pub fn 函数
    1  pub fn OpenThreadWaitChainSession(
    2  pub fn CloseThreadWaitChainSession(
    3  pub fn GetThreadWaitChain(
    4  pub fn RegisterWaitChainCOMCallback(
    
    
    
    

    \winapi-0.3.9\src\um\werapi.rs

    ═════════ pub fn 函数
    1  pub fn WerRegisterFile(
    2  pub fn WerUnregisterFile(
    3  pub fn WerRegisterMemoryBlock(
    4  pub fn WerUnregisterMemoryBlock(
    5  pub fn WerSetFlags(
    6  pub fn WerGetFlags(
    7  pub fn WerAddExcludedApplication(
    8  pub fn WerRemoveExcludedApplication(
    9  pub fn WerRegisterRuntimeExceptionModule(
    10  pub fn WerUnregisterRuntimeExceptionModule(
    
    
    
    

    \winapi-0.3.9\src\um\winbase.rs

    ═════════ pub fn 函数
    1  pub fn GlobalAlloc(
    2  pub fn GlobalReAlloc(
    3  pub fn GlobalSize(
    4  pub fn GlobalFlags(
    5  pub fn GlobalLock(
    6  pub fn GlobalHandle(
    7  pub fn GlobalUnlock(
    8  pub fn GlobalFree(
    9  pub fn GlobalCompact(
    10  pub fn GlobalFix(
    11  pub fn GlobalUnfix(
    12  pub fn GlobalWire(
    13  pub fn GlobalUnWire(
    14  pub fn GlobalMemoryStatus(
    15  pub fn LocalAlloc(
    16  pub fn LocalReAlloc(
    17  pub fn LocalLock(
    18  pub fn LocalHandle(
    19  pub fn LocalUnlock(
    20  pub fn LocalSize(
    21  pub fn LocalFlags(
    22  pub fn LocalFree(
    23  pub fn LocalShrink(
    24  pub fn LocalCompact(
    25  pub fn GetBinaryTypeA(
    26  pub fn GetBinaryTypeW(
    27  pub fn GetShortPathNameA(
    28  pub fn GetLongPathNameTransactedA(
    29  pub fn GetLongPathNameTransactedW(
    30  pub fn GetProcessAffinityMask(
    31  pub fn SetProcessAffinityMask(
    32  pub fn GetProcessIoCounters(
    33  pub fn GetProcessWorkingSetSize(
    34  pub fn SetProcessWorkingSetSize(
    35  pub fn FatalExit(
    36  pub fn SetEnvironmentStringsA(
    37  pub fn SwitchToFiber(
    38  pub fn DeleteFiber(
    39  pub fn ConvertFiberToThread() -> BOOL;
    40  pub fn CreateFiberEx(
    41  pub fn ConvertThreadToFiberEx(
    42  pub fn CreateFiber(
    43  pub fn ConvertThreadToFiber(
    44  pub fn CreateUmsCompletionList(
    45  pub fn DequeueUmsCompletionListItems(
    46  pub fn GetUmsCompletionListEvent(
    47  pub fn ExecuteUmsThread(
    48  pub fn UmsThreadYield(
    49  pub fn DeleteUmsCompletionList(
    50  pub fn GetCurrentUmsThread() -> PUMS_CONTEXT;
    51  pub fn GetNextUmsListItem(
    52  pub fn QueryUmsThreadInformation(
    53  pub fn SetUmsThreadInformation(
    54  pub fn DeleteUmsThreadContext(
    55  pub fn CreateUmsThreadContext(
    56  pub fn EnterUmsSchedulingMode(
    57  pub fn GetUmsSystemThreadInformation(
    58  pub fn SetThreadAffinityMask(
    59  pub fn SetProcessDEPPolicy(
    60  pub fn GetProcessDEPPolicy(
    61  pub fn RequestWakeupLatency(
    62  pub fn IsSystemResumeAutomatic() -> BOOL;
    63  pub fn GetThreadSelectorEntry(
    64  pub fn SetThreadExecutionState(
    65  pub fn PowerCreateRequest(
    66  pub fn PowerSetRequest(
    67  pub fn PowerClearRequest(
    68  pub fn RestoreLastError(
    69  pub fn SetFileCompletionNotificationModes(
    70  pub fn Wow64GetThreadContext(
    71  pub fn Wow64SetThreadContext(
    72  pub fn Wow64GetThreadSelectorEntry(
    73  pub fn Wow64SuspendThread(
    74  pub fn DebugSetProcessKillOnExit(
    75  pub fn DebugBreakProcess(
    76  pub fn PulseEvent(
    77  pub fn GlobalDeleteAtom(
    78  pub fn InitAtomTable(
    79  pub fn DeleteAtom(
    80  pub fn SetHandleCount(
    81  pub fn RequestDeviceWakeup(
    82  pub fn CancelDeviceWakeupRequest(
    83  pub fn GetDevicePowerState(
    84  pub fn SetMessageWaitingIndicator(
    85  pub fn SetFileShortNameA(
    86  pub fn SetFileShortNameW(
    87  pub fn LoadModule(
    88  pub fn WinExec(
    89  pub fn SetTapePosition(
    90  pub fn GetTapePosition(
    91  pub fn PrepareTape(
    92  pub fn EraseTape(
    93  pub fn CreateTapePartition(
    94  pub fn WriteTapemark(
    95  pub fn GetTapeStatus(
    96  pub fn GetTapeParameters(
    97  pub fn SetTapeParameters(
    98  pub fn MulDiv(
    99  pub fn GetSystemDEPPolicy() -> DEP_SYSTEM_POLICY_TYPE;
    100  pub fn GetSystemRegistryQuota(
    101  pub fn FileTimeToDosDateTime(
    102  pub fn DosDateTimeToFileTime(
    103  pub fn FormatMessageA(
    104  pub fn FormatMessageW(
    105  pub fn CreateMailslotA(
    106  pub fn CreateMailslotW(
    107  pub fn GetMailslotInfo(
    108  pub fn SetMailslotInfo(
    109  pub fn lstrcmpA(
    110  pub fn lstrcmpW(
    111  pub fn lstrcmpiA(
    112  pub fn lstrcmpiW(
    113  pub fn lstrcpynA(
    114  pub fn lstrcpynW(
    115  pub fn lstrcpyA(
    116  pub fn lstrcpyW(
    117  pub fn lstrcatA(
    118  pub fn lstrcatW(
    119  pub fn lstrlenA(
    120  pub fn lstrlenW(
    121  pub fn OpenFile(
    122  pub fn _lopen(
    123  pub fn _lcreat(
    124  pub fn _lread(
    125  pub fn _lwrite(
    126  pub fn _hread(
    127  pub fn _hwrite(
    128  pub fn _lclose(
    129  pub fn _llseek(
    130  pub fn BackupRead(
    131  pub fn BackupSeek(
    132  pub fn BackupWrite(
    133  pub fn OpenMutexA(
    134  pub fn CreateSemaphoreA(
    135  pub fn OpenSemaphoreA(
    136  pub fn CreateWaitableTimerA(
    137  pub fn OpenWaitableTimerA(
    138  pub fn CreateSemaphoreExA(
    139  pub fn CreateWaitableTimerExA(
    140  pub fn CreateFileMappingA(
    141  pub fn CreateFileMappingNumaA(
    142  pub fn OpenFileMappingA(
    143  pub fn GetLogicalDriveStringsA(
    144  pub fn LoadPackagedLibrary(
    145  pub fn QueryFullProcessImageNameA(
    146  pub fn QueryFullProcessImageNameW(
    147  pub fn GetStartupInfoA(
    148  pub fn GetFirmwareEnvironmentVariableA(
    149  pub fn GetFirmwareEnvironmentVariableW(
    150  pub fn GetFirmwareEnvironmentVariableExA(
    151  pub fn GetFirmwareEnvironmentVariableExW(
    152  pub fn SetFirmwareEnvironmentVariableA(
    153  pub fn SetFirmwareEnvironmentVariableW(
    154  pub fn SetFirmwareEnvironmentVariableExA(
    155  pub fn SetFirmwareEnvironmentVariableExW(
    156  pub fn GetFirmwareType(
    157  pub fn IsNativeVhdBoot(
    158  pub fn FindResourceA(
    159  pub fn FindResourceExA(
    160  pub fn EnumResourceTypesA(
    161  pub fn EnumResourceTypesW(
    162  pub fn EnumResourceNamesA(
    163  pub fn EnumResourceLanguagesA(
    164  pub fn EnumResourceLanguagesW(
    165  pub fn BeginUpdateResourceA(
    166  pub fn BeginUpdateResourceW(
    167  pub fn UpdateResourceA(
    168  pub fn UpdateResourceW(
    169  pub fn EndUpdateResourceA(
    170  pub fn EndUpdateResourceW(
    171  pub fn GlobalAddAtomA(
    172  pub fn GlobalAddAtomW(
    173  pub fn GlobalAddAtomExA(
    174  pub fn GlobalAddAtomExW(
    175  pub fn GlobalFindAtomA(
    176  pub fn GlobalFindAtomW(
    177  pub fn GlobalGetAtomNameA(
    178  pub fn GlobalGetAtomNameW(
    179  pub fn AddAtomA(
    180  pub fn AddAtomW(
    181  pub fn FindAtomA(
    182  pub fn FindAtomW(
    183  pub fn GetAtomNameA(
    184  pub fn GetAtomNameW(
    185  pub fn GetProfileIntA(
    186  pub fn GetProfileIntW(
    187  pub fn GetProfileStringA(
    188  pub fn GetProfileStringW(
    189  pub fn WriteProfileStringA(
    190  pub fn WriteProfileStringW(
    191  pub fn GetProfileSectionA(
    192  pub fn GetProfileSectionW(
    193  pub fn WriteProfileSectionA(
    194  pub fn WriteProfileSectionW(
    195  pub fn GetPrivateProfileIntA(
    196  pub fn GetPrivateProfileIntW(
    197  pub fn GetPrivateProfileStringA(
    198  pub fn GetPrivateProfileStringW(
    199  pub fn WritePrivateProfileStringA(
    200  pub fn WritePrivateProfileStringW(
    201  pub fn GetPrivateProfileSectionA(
    202  pub fn GetPrivateProfileSectionW(
    203  pub fn WritePrivateProfileSectionA(
    204  pub fn WritePrivateProfileSectionW(
    205  pub fn GetPrivateProfileSectionNamesA(
    206  pub fn GetPrivateProfileSectionNamesW(
    207  pub fn GetPrivateProfileStructA(
    208  pub fn GetPrivateProfileStructW(
    209  pub fn WritePrivateProfileStructA(
    210  pub fn WritePrivateProfileStructW(
    211  pub fn Wow64EnableWow64FsRedirection(
    212  pub fn SetDllDirectoryA(
    213  pub fn SetDllDirectoryW(
    214  pub fn GetDllDirectoryA(
    215  pub fn GetDllDirectoryW(
    216  pub fn SetSearchPathMode(
    217  pub fn CreateDirectoryExA(
    218  pub fn CreateDirectoryExW(
    219  pub fn CreateDirectoryTransactedA(
    220  pub fn CreateDirectoryTransactedW(
    221  pub fn RemoveDirectoryTransactedA(
    222  pub fn RemoveDirectoryTransactedW(
    223  pub fn GetFullPathNameTransactedA(
    224  pub fn GetFullPathNameTransactedW(
    225  pub fn DefineDosDeviceA(
    226  pub fn QueryDosDeviceA(
    227  pub fn CreateFileTransactedA(
    228  pub fn CreateFileTransactedW(
    229  pub fn ReOpenFile(
    230  pub fn SetFileAttributesTransactedA(
    231  pub fn SetFileAttributesTransactedW(
    232  pub fn GetFileAttributesTransactedA(
    233  pub fn GetFileAttributesTransactedW(
    234  pub fn GetCompressedFileSizeTransactedA(
    235  pub fn GetCompressedFileSizeTransactedW(
    236  pub fn DeleteFileTransactedA(
    237  pub fn DeleteFileTransactedW(
    238  pub fn CheckNameLegalDOS8Dot3A(
    239  pub fn CheckNameLegalDOS8Dot3W(
    240  pub fn FindFirstFileTransactedA(
    241  pub fn FindFirstFileTransactedW(
    242  pub fn CopyFileA(
    243  pub fn CopyFileW(
    244  pub fn CopyFileExA(
    245  pub fn CopyFileExW(
    246  pub fn CopyFileTransactedA(
    247  pub fn CopyFileTransactedW(
    248  pub fn CopyFile2(
    249  pub fn MoveFileA(
    250  pub fn MoveFileW(
    251  pub fn MoveFileExA(
    252  pub fn MoveFileExW(
    253  pub fn MoveFileWithProgressA(
    254  pub fn MoveFileWithProgressW(
    255  pub fn MoveFileTransactedA(
    256  pub fn MoveFileTransactedW(
    257  pub fn ReplaceFileA(
    258  pub fn ReplaceFileW(
    259  pub fn CreateHardLinkA(
    260  pub fn CreateHardLinkW(
    261  pub fn CreateHardLinkTransactedA(
    262  pub fn CreateHardLinkTransactedW(
    263  pub fn FindFirstStreamTransactedW(
    264  pub fn FindFirstFileNameTransactedW(
    265  pub fn CreateNamedPipeA(
    266  pub fn GetNamedPipeHandleStateA(
    267  pub fn CallNamedPipeA(
    268  pub fn WaitNamedPipeA(
    269  pub fn GetNamedPipeClientComputerNameA(
    270  pub fn GetNamedPipeClientProcessId(
    271  pub fn GetNamedPipeClientSessionId(
    272  pub fn GetNamedPipeServerProcessId(
    273  pub fn GetNamedPipeServerSessionId(
    274  pub fn SetVolumeLabelA(
    275  pub fn SetVolumeLabelW(
    276  pub fn SetFileBandwidthReservation(
    277  pub fn GetFileBandwidthReservation(
    278  pub fn DeregisterEventSource(
    279  pub fn RegisterEventSourceA(
    280  pub fn RegisterEventSourceW(
    281  pub fn ReportEventA(
    282  pub fn ReportEventW(
    283  pub fn ReadDirectoryChangesW(
    284  pub fn MapViewOfFileExNuma(
    285  pub fn IsBadReadPtr(
    286  pub fn IsBadWritePtr(
    287  pub fn IsBadHugeReadPtr(
    288  pub fn IsBadHugeWritePtr(
    289  pub fn IsBadCodePtr(
    290  pub fn IsBadStringPtrA(
    291  pub fn IsBadStringPtrW(
    292  pub fn LookupAccountSidA(
    293  pub fn LookupAccountSidW(
    294  pub fn LookupAccountNameA(
    295  pub fn LookupAccountNameW(
    296  pub fn LookupPrivilegeValueA(
    297  pub fn LookupPrivilegeValueW(
    298  pub fn LookupPrivilegeNameA(
    299  pub fn LookupPrivilegeNameW(
    300  pub fn BuildCommDCBA(
    301  pub fn BuildCommDCBW(
    302  pub fn BuildCommDCBAndTimeoutsA(
    303  pub fn BuildCommDCBAndTimeoutsW(
    304  pub fn CommConfigDialogA(
    305  pub fn CommConfigDialogW(
    306  pub fn GetDefaultCommConfigA(
    307  pub fn GetDefaultCommConfigW(
    308  pub fn SetDefaultCommConfigA(
    309  pub fn SetDefaultCommConfigW(
    310  pub fn GetComputerNameA(
    311  pub fn GetComputerNameW(
    312  pub fn DnsHostnameToComputerNameA(
    313  pub fn DnsHostnameToComputerNameW(
    314  pub fn GetUserNameA(
    315  pub fn GetUserNameW(
    316  pub fn LogonUserA(
    317  pub fn LogonUserW(
    318  pub fn LogonUserExA(
    319  pub fn LogonUserExW(
    320  pub fn CreateProcessWithLogonW(
    321  pub fn CreateProcessWithTokenW(
    322  pub fn IsTokenUntrusted(
    323  pub fn RegisterWaitForSingleObject(
    324  pub fn UnregisterWait(
    325  pub fn BindIoCompletionCallback(
    326  pub fn SetTimerQueueTimer(
    327  pub fn CancelTimerQueueTimer(
    328  pub fn DeleteTimerQueue(
    329  pub fn CreatePrivateNamespaceA(
    330  pub fn OpenPrivateNamespaceA(
    331  pub fn CreateBoundaryDescriptorA(
    332  pub fn AddIntegrityLabelToBoundaryDescriptor(
    333  pub fn GetCurrentHwProfileA(
    334  pub fn GetCurrentHwProfileW(
    335  pub fn VerifyVersionInfoA(
    336  pub fn VerifyVersionInfoW(
    337  pub fn GetSystemPowerStatus(
    338  pub fn SetSystemPowerState(
    339  pub fn MapUserPhysicalPagesScatter(
    340  pub fn CreateJobObjectA(
    341  pub fn OpenJobObjectA(
    342  pub fn CreateJobSet(
    343  pub fn FindFirstVolumeA(
    344  pub fn FindNextVolumeA(
    345  pub fn FindFirstVolumeMountPointA(
    346  pub fn FindFirstVolumeMountPointW(
    347  pub fn FindNextVolumeMountPointA(
    348  pub fn FindNextVolumeMountPointW(
    349  pub fn FindVolumeMountPointClose(
    350  pub fn SetVolumeMountPointA(
    351  pub fn SetVolumeMountPointW(
    352  pub fn DeleteVolumeMountPointA(
    353  pub fn GetVolumeNameForVolumeMountPointA(
    354  pub fn GetVolumePathNameA(
    355  pub fn GetVolumePathNamesForVolumeNameA(
    356  pub fn CreateActCtxA(
    357  pub fn CreateActCtxW(
    358  pub fn AddRefActCtx(
    359  pub fn ReleaseActCtx(
    360  pub fn ZombifyActCtx(
    361  pub fn ActivateActCtx(
    362  pub fn DeactivateActCtx(
    363  pub fn GetCurrentActCtx(
    364  pub fn FindActCtxSectionStringA(
    365  pub fn FindActCtxSectionStringW(
    366  pub fn FindActCtxSectionGuid(
    367  pub fn QueryActCtxW(
    368  pub fn WTSGetActiveConsoleSessionId() -> DWORD;
    369  pub fn GetActiveProcessorGroupCount() -> WORD;
    370  pub fn GetMaximumProcessorGroupCount() -> WORD;
    371  pub fn GetActiveProcessorCount(
    372  pub fn GetMaximumProcessorCount(
    373  pub fn GetNumaProcessorNode(
    374  pub fn GetNumaNodeNumberFromHandle(
    375  pub fn GetNumaProcessorNodeEx(
    376  pub fn GetNumaNodeProcessorMask(
    377  pub fn GetNumaAvailableMemoryNode(
    378  pub fn GetNumaAvailableMemoryNodeEx(
    379  pub fn GetNumaProximityNode(
    380  pub fn RegisterApplicationRecoveryCallback(
    381  pub fn UnregisterApplicationRecoveryCallback() -> HRESULT;
    382  pub fn RegisterApplicationRestart(
    383  pub fn UnregisterApplicationRestart() -> HRESULT;
    384  pub fn GetApplicationRecoveryCallback(
    385  pub fn GetApplicationRestartSettings(
    386  pub fn ApplicationRecoveryInProgress(
    387  pub fn ApplicationRecoveryFinished(
    388  pub fn GetFileInformationByHandleEx(
    389  pub fn OpenFileById(
    390  pub fn CreateSymbolicLinkA(
    391  pub fn CreateSymbolicLinkW(
    392  pub fn QueryActCtxSettingsW(
    393  pub fn CreateSymbolicLinkTransactedA(
    394  pub fn CreateSymbolicLinkTransactedW(
    395  pub fn ReplacePartitionUnit(
    396  pub fn AddSecureMemoryCacheCallback(
    397  pub fn RemoveSecureMemoryCacheCallback(
    398  pub fn CopyContext(
    399  pub fn InitializeContext(
    400  pub fn GetEnabledXStateFeatures() -> DWORD64;
    401  pub fn GetXStateFeaturesMask(
    402  pub fn LocateXStateFeature(
    403  pub fn SetXStateFeaturesMask(
    404  pub fn EnableThreadProfiling(
    405  pub fn DisableThreadProfiling(
    406  pub fn QueryThreadProfiling(
    407  pub fn ReadThreadProfilingData(
    
    
    
    

    \winapi-0.3.9\src\um\wincodec.rs

    ═════════ pub fn 函数
    1  pub fn WICConvertBitmapSource(
    2  pub fn WICCreateBitmapFromSection(
    3  pub fn WICCreateBitmapFromSectionEx(
    4  pub fn WICMapGuidToShortName(
    5  pub fn WICMapShortNameToGuid(
    6  pub fn WICMapSchemaToName(
    7  pub fn MAKE_WINCODECHR(severity: HRESULT, code: HRESULT) -> HRESULT 【】
    8  pub fn MAKE_WINCODECHR_ERR(code: HRESULT) -> HRESULT 【】
    
    
    
    

    \winapi-0.3.9\src\um\wincodecsdk.rs

    ═════════ pub fn 函数
    1  pub fn WICMatchMetadataContent(
    2  pub fn WICSerializeMetadataContent(
    3  pub fn WICGetMetadataContentSize(
    4  pub fn BSTR_UserSize(
    5  pub fn BSTR_UserMarshal(
    6  pub fn BSTR_UserUnmarshal(
    7  pub fn BSTR_UserFree(
    8  pub fn CLIPFORMAT_UserSize(
    9  pub fn CLIPFORMAT_UserMarshal(
    10  pub fn CLIPFORMAT_UserUnmarshal(
    11  pub fn CLIPFORMAT_UserFree(
    12  pub fn LPSAFEARRAY_UserSize(
    13  pub fn LPSAFEARRAY_UserMarshal(
    14  pub fn LPSAFEARRAY_UserUnmarshal(
    15  pub fn LPSAFEARRAY_UserFree(
    
    
    
    

    \winapi-0.3.9\src\um\wincon.rs

    ═════════ pub fn 函数
    1  pub fn PeekConsoleInputW(
    2  pub fn WriteConsoleInputA(
    3  pub fn WriteConsoleInputW(
    4  pub fn ReadConsoleOutputA(
    5  pub fn ReadConsoleOutputW(
    6  pub fn WriteConsoleOutputA(
    7  pub fn WriteConsoleOutputW(
    8  pub fn ReadConsoleOutputCharacterA(
    9  pub fn ReadConsoleOutputCharacterW(
    10  pub fn ReadConsoleOutputAttribute(
    11  pub fn WriteConsoleOutputCharacterA(
    12  pub fn WriteConsoleOutputCharacterW(
    13  pub fn WriteConsoleOutputAttribute(
    14  pub fn FillConsoleOutputCharacterA(
    15  pub fn FillConsoleOutputCharacterW(
    16  pub fn FillConsoleOutputAttribute(
    17  pub fn GetConsoleScreenBufferInfo(
    18  pub fn GetConsoleScreenBufferInfoEx(
    19  pub fn SetConsoleScreenBufferInfoEx(
    20  pub fn GetLargestConsoleWindowSize(
    21  pub fn GetConsoleCursorInfo(
    22  pub fn GetCurrentConsoleFont(
    23  pub fn GetCurrentConsoleFontEx(
    24  pub fn SetCurrentConsoleFontEx(
    25  pub fn GetConsoleHistoryInfo(
    26  pub fn SetConsoleHistoryInfo(
    27  pub fn GetConsoleFontSize(
    28  pub fn GetConsoleSelectionInfo(
    29  pub fn GetNumberOfConsoleMouseButtons(
    30  pub fn SetConsoleActiveScreenBuffer(
    31  pub fn FlushConsoleInputBuffer(
    32  pub fn SetConsoleScreenBufferSize(
    33  pub fn SetConsoleCursorPosition(
    34  pub fn SetConsoleCursorInfo(
    35  pub fn ScrollConsoleScreenBufferA(
    36  pub fn ScrollConsoleScreenBufferW(
    37  pub fn SetConsoleWindowInfo(
    38  pub fn SetConsoleTextAttribute(
    39  pub fn GenerateConsoleCtrlEvent(
    40  pub fn FreeConsole() -> BOOL;
    41  pub fn AttachConsole(
    42  pub fn GetConsoleTitleA(
    43  pub fn GetConsoleTitleW(
    44  pub fn GetConsoleOriginalTitleA(
    45  pub fn GetConsoleOriginalTitleW(
    46  pub fn SetConsoleTitleA(
    47  pub fn SetConsoleTitleW(
    48  pub fn CreateConsoleScreenBuffer(
    49  pub fn SetConsoleCP(
    50  pub fn SetConsoleOutputCP(
    51  pub fn GetConsoleDisplayMode(
    52  pub fn SetConsoleDisplayMode(
    53  pub fn GetConsoleWindow() -> HWND;
    54  pub fn GetConsoleProcessList(
    55  pub fn AddConsoleAliasA(
    56  pub fn AddConsoleAliasW(
    57  pub fn GetConsoleAliasA(
    58  pub fn GetConsoleAliasW(
    59  pub fn GetConsoleAliasesLengthA(
    60  pub fn GetConsoleAliasesLengthW(
    61  pub fn GetConsoleAliasExesLengthA() -> DWORD;
    62  pub fn GetConsoleAliasExesLengthW() -> DWORD;
    63  pub fn GetConsoleAliasesA(
    64  pub fn GetConsoleAliasesW(
    65  pub fn GetConsoleAliasExesA(
    66  pub fn GetConsoleAliasExesW(
    
    
    
    

    \winapi-0.3.9\src\um\wincred.rs

    ═════════ pub fn 函数
    1  pub fn CredWriteW(
    2  pub fn CredWriteA(
    3  pub fn CredReadW(
    4  pub fn CredReadA(
    5  pub fn CredEnumerateW(
    6  pub fn CredEnumerateA(
    7  pub fn CredWriteDomainCredentialsW(
    8  pub fn CredWriteDomainCredentialsA(
    9  pub fn CredReadDomainCredentialsW(
    10  pub fn CredReadDomainCredentialsA(
    11  pub fn CredDeleteW(
    12  pub fn CredDeleteA(
    13  pub fn CredRenameW(
    14  pub fn CredRenameA(
    15  pub fn CredGetTargetInfoW(
    16  pub fn CredGetTargetInfoA(
    17  pub fn CredMarshalCredentialW(
    18  pub fn CredMarshalCredentialA(
    19  pub fn CredUnmarshalCredentialW(
    20  pub fn CredUnmarshalCredentialA(
    21  pub fn CredIsMarshaledCredentialW(
    22  pub fn CredIsMarshaledCredentialA(
    23  pub fn CredUnPackAuthenticationBufferW(
    24  pub fn CredUnPackAuthenticationBufferA(
    25  pub fn CredPackAuthenticationBufferW(
    26  pub fn CredPackAuthenticationBufferA(
    27  pub fn CredProtectW(
    28  pub fn CredProtectA(
    29  pub fn CredUnprotectW(
    30  pub fn CredUnprotectA(
    31  pub fn CredIsProtectedW(
    32  pub fn CredIsProtectedA(
    33  pub fn CredFindBestCredentialW(
    34  pub fn CredFindBestCredentialA(
    35  pub fn CredGetSessionTypes(
    36  pub fn CredFree(
    37  pub fn CredUIPromptForCredentialsW(
    38  pub fn CredUIPromptForCredentialsA(
    39  pub fn CredUIPromptForWindowsCredentialsW(
    40  pub fn CredUIPromptForWindowsCredentialsA(
    41  pub fn CredUIParseUserNameW(
    42  pub fn CredUIParseUserNameA(
    43  pub fn CredUICmdLinePromptForCredentialsW(
    44  pub fn CredUICmdLinePromptForCredentialsA(
    45  pub fn CredUIConfirmCredentialsW(
    46  pub fn CredUIConfirmCredentialsA(
    47  pub fn CredUIStoreSSOCredW(
    48  pub fn CredUIReadSSOCredW(
    
    
    
    

    \winapi-0.3.9\src\um\wincrypt.rs

    ═════════ pub fn 函数
    1  pub fn GET_ALG_CLASS(x: ALG_ID) -> ALG_ID 【】
    2  pub fn GET_ALG_TYPE(x: ALG_ID) -> ALG_ID 【】
    3  pub fn GET_ALG_SID(x: ALG_ID) -> ALG_ID 【】
    4  pub fn RCRYPT_SUCCEEDED(rt: BOOL) -> bool 【】
    5  pub fn RCRYPT_FAILED(rt: BOOL) -> bool 【】
    6  pub fn CryptAcquireContextA(
    7  pub fn CryptAcquireContextW(
    8  pub fn CryptReleaseContext(
    9  pub fn CryptGenKey(
    10  pub fn CryptDeriveKey(
    11  pub fn CryptDestroyKey(
    12  pub fn CryptSetKeyParam(
    13  pub fn CryptGetKeyParam(
    14  pub fn CryptSetHashParam(
    15  pub fn CryptGetHashParam(
    16  pub fn CryptSetProvParam(
    17  pub fn CryptGetProvParam(
    18  pub fn CryptGenRandom(
    19  pub fn CryptGetUserKey(
    20  pub fn CryptExportKey(
    21  pub fn CryptImportKey(
    22  pub fn CryptEncrypt(
    23  pub fn CryptDecrypt(
    24  pub fn CryptCreateHash(
    25  pub fn CryptHashData(
    26  pub fn CryptHashSessionKey(
    27  pub fn CryptDestroyHash(
    28  pub fn CryptSignHashA(
    29  pub fn CryptSignHashW(
    30  pub fn CryptVerifySignatureA(
    31  pub fn CryptVerifySignatureW(
    32  pub fn CryptSetProviderA(
    33  pub fn CryptSetProviderW(
    34  pub fn CryptSetProviderExA(
    35  pub fn CryptSetProviderExW(
    36  pub fn CryptGetDefaultProviderA(
    37  pub fn CryptGetDefaultProviderW(
    38  pub fn CryptEnumProviderTypesA(
    39  pub fn CryptEnumProviderTypesW(
    40  pub fn CryptEnumProvidersA(
    41  pub fn CryptEnumProvidersW(
    42  pub fn CryptContextAddRef(
    43  pub fn CryptDuplicateKey(
    44  pub fn CryptDuplicateHash(
    45  pub fn GetEncSChannel(
    46  pub fn IS_CERT_RDN_CHAR_STRING(X: DWORD) -> bool 【】
    47  pub fn GET_CERT_ENCODING_TYPE(X: DWORD) -> DWORD 【】
    48  pub fn GET_CMSG_ENCODING_TYPE(X: DWORD) -> DWORD 【】
    49  pub fn CryptFormatObject(
    50  pub fn CryptEncodeObjectEx(
    51  pub fn CryptEncodeObject(
    52  pub fn CryptDecodeObjectEx(
    53  pub fn CryptDecodeObject(
    54  pub fn GET_CERT_UNICODE_RDN_ERR_INDEX(X: DWORD) -> DWORD 【】
    55  pub fn GET_CERT_UNICODE_ATTR_ERR_INDEX(X: DWORD) -> DWORD 【】
    56  pub fn GET_CERT_UNICODE_VALUE_ERR_INDEX(X: DWORD) -> DWORD 【】
    57  pub fn GET_CERT_ALT_NAME_ENTRY_ERR_INDEX(X: DWORD) -> DWORD 【】
    58  pub fn GET_CERT_ALT_NAME_VALUE_ERR_INDEX(X: DWORD) -> DWORD 【】
    59  pub fn GET_CRL_DIST_POINT_ERR_INDEX(X: DWORD) -> DWORD 【】
    60  pub fn IS_CRL_DIST_POINT_ERR_CRL_ISSUER(X: DWORD) -> bool 【】
    61  pub fn GET_CROSS_CERT_DIST_POINT_ERR_INDEX(X: DWORD) -> DWORD 【】
    62  pub fn IS_CERT_EXCLUDED_SUBTREE(X: DWORD) -> bool 【】
    63  pub fn CryptInstallOIDFunctionAddress(
    64  pub fn CryptInitOIDFunctionSet(
    65  pub fn CryptGetOIDFunctionAddress(
    66  pub fn CryptGetDefaultOIDDllList(
    67  pub fn CryptGetDefaultOIDFunctionAddress(
    68  pub fn CryptFreeOIDFunctionAddress(
    69  pub fn CryptRegisterOIDFunction(
    70  pub fn CryptUnregisterOIDFunction(
    71  pub fn CryptRegisterDefaultOIDFunction(
    72  pub fn CryptUnregisterDefaultOIDFunction(
    73  pub fn CryptSetOIDFunctionValue(
    74  pub fn CryptGetOIDFunctionValue(
    75  pub fn CryptEnumOIDFunction(
    76  pub fn IS_SPECIAL_OID_INFO_ALGID(Algid: ALG_ID) -> bool 【】
    77  pub fn CryptFindOIDInfo(
    78  pub fn CryptRegisterOIDInfo(
    79  pub fn CryptUnregisterOIDInfo(
    80  pub fn CryptEnumOIDInfo(
    81  pub fn CryptFindLocalizedName(
    82  pub fn CryptMsgOpenToEncode(
    83  pub fn CryptMsgCalculateEncodedLength(
    84  pub fn CryptMsgOpenToDecode(
    85  pub fn CryptMsgDuplicate(
    86  pub fn CryptMsgClose(
    87  pub fn CryptMsgUpdate(
    88  pub fn CryptMsgGetParam(
    89  pub fn CryptMsgControl(
    90  pub fn CryptMsgVerifyCountersignatureEncoded(
    91  pub fn CryptMsgVerifyCountersignatureEncodedEx(
    92  pub fn CryptMsgCountersign(
    93  pub fn CryptMsgCountersignEncoded(
    94  pub fn IS_CERT_HASH_PROP_ID(X: DWORD) -> bool 【】
    95  pub fn IS_PUBKEY_HASH_PROP_ID(X: DWORD) -> bool 【】
    96  pub fn IS_CHAIN_HASH_PROP_ID(X: DWORD) -> bool 【】
    97  pub fn IS_STRONG_SIGN_PROP_ID(X: DWORD) -> bool 【】
    98  pub fn CertOpenStore(
    99  pub fn CertDuplicateStore(
    100  pub fn CertSaveStore(
    101  pub fn CertCloseStore(
    102  pub fn CertGetSubjectCertificateFromStore(
    103  pub fn CertEnumCertificatesInStore(
    104  pub fn CertFindCertificateInStore(
    105  pub fn CertGetIssuerCertificateFromStore(
    106  pub fn CertVerifySubjectCertificateContext(
    107  pub fn CertDuplicateCertificateContext(
    108  pub fn CertCreateCertificateContext(
    109  pub fn CertFreeCertificateContext(
    110  pub fn CertSetCertificateContextProperty(
    111  pub fn CertGetCertificateContextProperty(
    112  pub fn CertEnumCertificateContextProperties(
    113  pub fn CertCreateCTLEntryFromCertificateContextProperties(
    114  pub fn CertSetCertificateContextPropertiesFromCTLEntry(
    115  pub fn CertGetCRLFromStore(
    116  pub fn CertEnumCRLsInStore(
    117  pub fn CertFindCRLInStore(
    118  pub fn CertDuplicateCRLContext(
    119  pub fn CertCreateCRLContext(
    120  pub fn CertFreeCRLContext(
    121  pub fn CertSetCRLContextProperty(
    122  pub fn CertGetCRLContextProperty(
    123  pub fn CertEnumCRLContextProperties(
    124  pub fn CertFindCertificateInCRL(
    125  pub fn CertIsValidCRLForCertificate(
    126  pub fn CertAddEncodedCertificateToStore(
    127  pub fn CertAddCertificateContextToStore(
    128  pub fn CertAddSerializedElementToStore(
    129  pub fn CertDeleteCertificateFromStore(
    130  pub fn CertAddEncodedCRLToStore(
    131  pub fn CertAddCRLContextToStore(
    132  pub fn CertDeleteCRLFromStore(
    133  pub fn CertSerializeCertificateStoreElement(
    134  pub fn CertSerializeCRLStoreElement(
    135  pub fn CertDuplicateCTLContext(
    136  pub fn CertCreateCTLContext(
    137  pub fn CertFreeCTLContext(
    138  pub fn CertSetCTLContextProperty(
    139  pub fn CertGetCTLContextProperty(
    140  pub fn CertEnumCTLContextProperties(
    141  pub fn CertEnumCTLsInStore(
    142  pub fn CertFindSubjectInCTL(
    143  pub fn CertFindCTLInStore(
    144  pub fn CertAddEncodedCTLToStore(
    145  pub fn CertAddCTLContextToStore(
    146  pub fn CertSerializeCTLStoreElement(
    147  pub fn CertDeleteCTLFromStore(
    148  pub fn CertAddCertificateLinkToStore(
    149  pub fn CertAddCRLLinkToStore(
    150  pub fn CertAddCTLLinkToStore(
    151  pub fn CertAddStoreToCollection(
    152  pub fn CertRemoveStoreFromCollection(
    153  pub fn CertControlStore(
    154  pub fn CertSetStoreProperty(
    155  pub fn CertGetStoreProperty(
    156  pub fn CertCreateContext(
    157  pub fn CertRegisterSystemStore(
    158  pub fn CertRegisterPhysicalStore(
    159  pub fn CertUnregisterSystemStore(
    160  pub fn CertUnregisterPhysicalStore(
    161  pub fn CertEnumSystemStoreLocation(
    162  pub fn CertEnumSystemStore(
    163  pub fn CertEnumPhysicalStore(
    164  pub fn CertGetEnhancedKeyUsage(
    165  pub fn CertSetEnhancedKeyUsage(
    166  pub fn CertAddEnhancedKeyUsageIdentifier(
    167  pub fn CertRemoveEnhancedKeyUsageIdentifier(
    168  pub fn CertGetValidUsages(
    169  pub fn CryptMsgGetAndVerifySigner(
    170  pub fn CryptMsgSignCTL(
    171  pub fn CryptMsgEncodeAndSignCTL(
    172  pub fn CertFindSubjectInSortedCTL(
    173  pub fn CertEnumSubjectInSortedCTL(
    174  pub fn CertVerifyCTLUsage(
    175  pub fn CertVerifyRevocation(
    176  pub fn CertCompareIntegerBlob(
    177  pub fn CertCompareCertificate(
    178  pub fn CertCompareCertificateName(
    179  pub fn CertIsRDNAttrsInCertificateName(
    180  pub fn CertComparePublicKeyInfo(
    181  pub fn CertGetPublicKeyLength(
    182  pub fn CryptVerifyCertificateSignature(
    183  pub fn CryptVerifyCertificateSignatureEx(
    184  pub fn CertIsStrongHashToSign(
    185  pub fn CryptHashToBeSigned(
    186  pub fn CryptHashCertificate(
    187  pub fn CryptHashCertificate2(
    188  pub fn CryptSignCertificate(
    189  pub fn CryptSignAndEncodeCertificate(
    190  pub fn CertVerifyTimeValidity(
    191  pub fn CertVerifyCRLTimeValidity(
    192  pub fn CertVerifyValidityNesting(
    193  pub fn CertVerifyCRLRevocation(
    194  pub fn CertAlgIdToOID(
    195  pub fn CertOIDToAlgId(
    196  pub fn CertFindExtension(
    197  pub fn CertFindAttribute(
    198  pub fn CertFindRDNAttr(
    199  pub fn CertGetIntendedKeyUsage(
    200  pub fn CryptInstallDefaultContext(
    201  pub fn CryptUninstallDefaultContext(
    202  pub fn CryptExportPublicKeyInfo(
    203  pub fn CryptExportPublicKeyInfoEx(
    204  pub fn CryptExportPublicKeyInfoFromBCryptKeyHandle(
    205  pub fn CryptImportPublicKeyInfo(
    206  pub fn CryptImportPublicKeyInfoEx(
    207  pub fn CryptImportPublicKeyInfoEx2(
    208  pub fn CryptAcquireCertificatePrivateKey(
    209  pub fn CryptFindCertificateKeyProvInfo(
    210  pub fn CryptImportPKCS8(
    211  pub fn CryptExportPKCS8(
    212  pub fn CryptExportPKCS8Ex(
    213  pub fn CryptHashPublicKeyInfo(
    214  pub fn CertRDNValueToStrA(
    215  pub fn CertRDNValueToStrW(
    216  pub fn CertNameToStrA(
    217  pub fn CertNameToStrW(
    218  pub fn CertStrToNameA(
    219  pub fn CertStrToNameW(
    220  pub fn CertGetNameStringA(
    221  pub fn CertGetNameStringW(
    222  pub fn CryptSignMessage(
    223  pub fn CryptVerifyMessageSignature(
    224  pub fn CryptGetMessageSignerCount(
    225  pub fn CryptGetMessageCertificates(
    226  pub fn CryptVerifyDetachedMessageSignature(
    227  pub fn CryptEncryptMessage(
    228  pub fn CryptDecryptMessage(
    229  pub fn CryptSignAndEncryptMessage(
    230  pub fn CryptDecryptAndVerifyMessageSignature(
    231  pub fn CryptDecodeMessage(
    232  pub fn CryptHashMessage(
    233  pub fn CryptVerifyMessageHash(
    234  pub fn CryptVerifyDetachedMessageHash(
    235  pub fn CryptSignMessageWithKey(
    236  pub fn CryptVerifyMessageSignatureWithKey(
    237  pub fn CertOpenSystemStoreA(
    238  pub fn CertOpenSystemStoreW(
    239  pub fn CertAddEncodedCertificateToSystemStoreA(
    240  pub fn CertAddEncodedCertificateToSystemStoreW(
    241  pub fn FindCertsByIssuer(
    242  pub fn CryptQueryObject(
    243  pub fn CryptMemAlloc(
    244  pub fn CryptMemRealloc(
    245  pub fn CryptMemFree(
    246  pub fn CryptCreateAsyncHandle(
    247  pub fn CryptSetAsyncParam(
    248  pub fn CryptGetAsyncParam(
    249  pub fn CryptCloseAsyncHandle(
    250  pub fn CryptRetrieveObjectByUrlA(
    251  pub fn CryptRetrieveObjectByUrlW(
    252  pub fn CryptInstallCancelRetrieval(
    253  pub fn CryptUninstallCancelRetrieval(
    254  pub fn CryptCancelAsyncRetrieval(
    255  pub fn CryptGetObjectUrl(
    256  pub fn CryptGetTimeValidObject(
    257  pub fn CryptFlushTimeValidObject(
    258  pub fn CertCreateSelfSignCertificate(
    259  pub fn CryptGetKeyIdentifierProperty(
    260  pub fn CryptSetKeyIdentifierProperty(
    261  pub fn CryptEnumKeyIdentifierProperties(
    262  pub fn CryptCreateKeyIdentifierFromCSP(
    263  pub fn CertCreateCertificateChainEngine(
    264  pub fn CertFreeCertificateChainEngine(
    265  pub fn CertResyncCertificateChainEngine(
    266  pub fn CertGetCertificateChain(
    267  pub fn CertFreeCertificateChain(
    268  pub fn CertDuplicateCertificateChain(
    269  pub fn CertFindChainInStore(
    270  pub fn CertVerifyCertificateChainPolicy(
    271  pub fn CryptStringToBinaryA(
    272  pub fn CryptStringToBinaryW(
    273  pub fn CryptBinaryToStringA(
    274  pub fn CryptBinaryToStringW(
    275  pub fn PFXImportCertStore(
    276  pub fn PFXIsPFXBlob(
    277  pub fn PFXVerifyPassword(
    278  pub fn PFXExportCertStoreEx(
    279  pub fn PFXExportCertStore(
    280  pub fn CertOpenServerOcspResponse(
    281  pub fn CertAddRefServerOcspResponse(
    282  pub fn CertCloseServerOcspResponse(
    283  pub fn CertGetServerOcspResponseContext(
    284  pub fn CertAddRefServerOcspResponseContext(
    285  pub fn CertFreeServerOcspResponseContext(
    286  pub fn CertRetrieveLogoOrBiometricInfo(
    287  pub fn CertSelectCertificateChains(
    288  pub fn CertFreeCertificateChainList(
    289  pub fn CryptRetrieveTimeStamp(
    290  pub fn CryptVerifyTimeStampSignature(
    291  pub fn CertIsWeakHash(
    
    
    
    

    \winapi-0.3.9\src\um\windowsceip.rs

    ═════════ pub fn 函数
    1  pub fn CeipIsOptedIn() -> BOOL;
    
    
    
    

    \winapi-0.3.9\src\um\winefs.rs

    ═════════ pub fn 函数
    1  pub fn EFS_IS_DESCRIPTOR_VERSION(v: DWORD) -> bool 【】
    2  pub fn EFS_IS_APPX_VERSION(v: DWORD, subV: DWORD) -> bool 【】
    3  pub fn QueryUsersOnEncryptedFile(
    4  pub fn QueryRecoveryAgentsOnEncryptedFile(
    5  pub fn RemoveUsersFromEncryptedFile(
    6  pub fn AddUsersToEncryptedFile(
    7  pub fn SetUserFileEncryptionKey(
    8  pub fn SetUserFileEncryptionKeyEx(
    9  pub fn FreeEncryptionCertificateHashList(
    10  pub fn EncryptionDisable(
    11  pub fn DuplicateEncryptionInfoFile(
    12  pub fn GetEncryptedFileMetadata(
    13  pub fn SetEncryptedFileMetadata(
    14  pub fn FreeEncryptedFileMetadata(
    
    
    
    

    \winapi-0.3.9\src\um\winevt.rs

    ═════════ pub fn 函数
    1  pub fn EvtOpenSession(
    2  pub fn EvtClose(
    3  pub fn EvtCancel(
    4  pub fn EvtGetExtendedStatus(
    5  pub fn EvtQuery(
    6  pub fn EvtNext(
    7  pub fn EvtSeek(
    8  pub fn EvtSubscribe(
    9  pub fn EvtCreateRenderContext(
    10  pub fn EvtRender(
    11  pub fn EvtFormatMessage(
    12  pub fn EvtOpenLog(
    13  pub fn EvtGetLogInfo(
    14  pub fn EvtClearLog(
    15  pub fn EvtExportLog(
    16  pub fn EvtArchiveExportedLog(
    17  pub fn EvtOpenChannelEnum(
    18  pub fn EvtNextChannelPath(
    19  pub fn EvtOpenChannelConfig(
    20  pub fn EvtSaveChannelConfig(
    21  pub fn EvtSetChannelConfigProperty(
    22  pub fn EvtGetChannelConfigProperty(
    23  pub fn EvtOpenPublisherEnum(
    24  pub fn EvtNextPublisherId(
    25  pub fn EvtOpenPublisherMetadata(
    26  pub fn EvtGetPublisherMetadataProperty(
    27  pub fn EvtOpenEventMetadataEnum(
    28  pub fn EvtNextEventMetadata(
    29  pub fn EvtGetEventMetadataProperty(
    30  pub fn EvtGetObjectArraySize(
    31  pub fn EvtGetObjectArrayProperty(
    32  pub fn EvtGetQueryInfo(
    33  pub fn EvtCreateBookmark(
    34  pub fn EvtUpdateBookmark(
    35  pub fn EvtGetEventInfo(
    
    
    
    

    \winapi-0.3.9\src\um\wingdi.rs

    ═════════ pub fn 函数
    1  pub fn MAKEROP4(fore: DWORD, back: DWORD) -> DWORD 【】
    2  pub fn GetKValue(cmyk: COLORREF) -> BYTE 【】
    3  pub fn GetYValue(cmyk: COLORREF) -> BYTE 【】
    4  pub fn GetMValue(cmyk: COLORREF) -> BYTE 【】
    5  pub fn GetCValue(cmyk: COLORREF) -> BYTE 【】
    6  pub fn CMYK(c: BYTE, m: BYTE, y: BYTE, k: BYTE) -> COLORREF 【】
    7  pub fn MAKEPOINTS(l: DWORD) -> POINTS 【】
    8  pub fn RGB(r: BYTE, g: BYTE, b: BYTE) -> COLORREF 【】
    9  pub fn PALETTERGB(r: BYTE, g: BYTE, b: BYTE) -> COLORREF 【】
    10  pub fn PALETTEINDEX(i: WORD) -> COLORREF 【】
    11  pub fn GetRValue(rgb: COLORREF) -> BYTE 【】
    12  pub fn GetGValue(rgb: COLORREF) -> BYTE 【】
    13  pub fn GetBValue(rgb: COLORREF) -> BYTE 【】
    14  pub fn AddFontResourceA(
    15  pub fn AddFontResourceW(
    16  pub fn AnimatePalette(
    17  pub fn Arc(
    18  pub fn BitBlt(
    19  pub fn CancelDC(
    20  pub fn Chord(
    21  pub fn ChoosePixelFormat(
    22  pub fn CloseMetaFile(
    23  pub fn CombineRgn(
    24  pub fn CopyMetaFileA(
    25  pub fn CopyMetaFileW(
    26  pub fn CreateBitmap(
    27  pub fn CreateBitmapIndirect(
    28  pub fn CreateBrushIndirect(
    29  pub fn CreateCompatibleBitmap(
    30  pub fn CreateDiscardableBitmap(
    31  pub fn CreateCompatibleDC(
    32  pub fn CreateDCA(
    33  pub fn CreateDCW(
    34  pub fn CreateDIBitmap(
    35  pub fn CreateDIBPatternBrush(
    36  pub fn CreateDIBPatternBrushPt(
    37  pub fn CreateEllipticRgn(
    38  pub fn CreateEllipticRgnIndirect(
    39  pub fn CreateFontIndirectA(
    40  pub fn CreateFontIndirectW(
    41  pub fn CreateFontA(
    42  pub fn CreateFontW(
    43  pub fn CreateHatchBrush(
    44  pub fn CreateICA(
    45  pub fn CreateICW(
    46  pub fn CreateMetaFileA(
    47  pub fn CreateMetaFileW(
    48  pub fn CreatePalette(
    49  pub fn CreatePen(
    50  pub fn CreatePenIndirect(
    51  pub fn CreatePolyPolygonRgn(
    52  pub fn CreatePatternBrush(
    53  pub fn CreateRectRgn(
    54  pub fn CreateRectRgnIndirect(
    55  pub fn CreateRoundRectRgn(
    56  pub fn CreateScalableFontResourceA(
    57  pub fn CreateScalableFontResourceW(
    58  pub fn CreateSolidBrush(
    59  pub fn DeleteDC(
    60  pub fn DeleteMetaFile(
    61  pub fn DeleteObject(
    62  pub fn DescribePixelFormat(
    63  pub fn DeviceCapabilitiesA(
    64  pub fn DeviceCapabilitiesW(
    65  pub fn DrawEscape(
    66  pub fn Ellipse(
    67  pub fn EnumFontFamiliesExA(
    68  pub fn EnumFontFamiliesExW(
    69  pub fn EnumFontFamiliesA(
    70  pub fn EnumFontFamiliesW(
    71  pub fn EnumFontsA(
    72  pub fn EnumFontsW(
    73  pub fn EnumObjects(
    74  pub fn EqualRgn(
    75  pub fn Escape(
    76  pub fn ExtEscape(
    77  pub fn ExcludeClipRect(
    78  pub fn ExtCreateRegion(
    79  pub fn ExtFloodFill(
    80  pub fn FillRgn(
    81  pub fn FloodFill(
    82  pub fn FrameRgn(
    83  pub fn GetROP2(
    84  pub fn GetAspectRatioFilterEx(
    85  pub fn GetBkColor(
    86  pub fn GetDCBrushColor(
    87  pub fn GetDCPenColor(
    88  pub fn GetBkMode(
    89  pub fn GetBitmapBits(
    90  pub fn GetBitmapDimensionEx(
    91  pub fn GetBoundsRect(
    92  pub fn GetBrushOrgEx(
    93  pub fn GetCharWidthA(
    94  pub fn GetCharWidthW(
    95  pub fn GetCharWidth32A(
    96  pub fn GetCharWidth32W(
    97  pub fn GetCharWidthFloatA(
    98  pub fn GetCharWidthFloatW(
    99  pub fn GetCharABCWidthsA(
    100  pub fn GetCharABCWidthsW(
    101  pub fn GetCharABCWidthsFloatA(
    102  pub fn GetCharABCWidthsFloatW(
    103  pub fn GetClipBox(
    104  pub fn GetClipRgn(
    105  pub fn GetMetaRgn(
    106  pub fn GetCurrentObject(
    107  pub fn GetCurrentPositionEx(
    108  pub fn GetDeviceCaps(
    109  pub fn GetDIBits(
    110  pub fn GetFontData(
    111  pub fn GetGlyphOutlineA(
    112  pub fn GetGlyphOutlineW(
    113  pub fn GetGraphicsMode(
    114  pub fn GetMapMode(
    115  pub fn GetMetaFileBitsEx(
    116  pub fn GetMetaFileA(
    117  pub fn GetMetaFileW(
    118  pub fn GetNearestColor(
    119  pub fn GetNearestPaletteIndex(
    120  pub fn GetObjectType(
    121  pub fn GetOutlineTextMetricsA(
    122  pub fn GetOutlineTextMetricsW(
    123  pub fn GetPaletteEntries(
    124  pub fn GetPixel(
    125  pub fn GetPixelFormat(
    126  pub fn GetPolyFillMode(
    127  pub fn GetRasterizerCaps(
    128  pub fn GetRandomRgn (
    129  pub fn GetRegionData(
    130  pub fn GetRgnBox(
    131  pub fn GetStockObject(
    132  pub fn GetStretchBltMode(
    133  pub fn GetSystemPaletteEntries(
    134  pub fn GetSystemPaletteUse(
    135  pub fn GetTextCharacterExtra(
    136  pub fn GetTextAlign(
    137  pub fn GetTextColor(
    138  pub fn GetTextExtentPointA(
    139  pub fn GetTextExtentPointW(
    140  pub fn GetTextExtentPoint32A(
    141  pub fn GetTextExtentPoint32W(
    142  pub fn GetTextExtentExPointA(
    143  pub fn GetTextExtentExPointW(
    144  pub fn GetTextCharset(
    145  pub fn GetTextCharsetInfo(
    146  pub fn TranslateCharsetInfo(
    147  pub fn GetFontLanguageInfo(
    148  pub fn GetCharacterPlacementA(
    149  pub fn GetCharacterPlacementW(
    150  pub fn GetFontUnicodeRanges(
    151  pub fn GetGlyphIndicesA(
    152  pub fn GetGlyphIndicesW(
    153  pub fn GetTextExtentPointI(
    154  pub fn GetTextExtentExPointI(
    155  pub fn GetCharWidthI(
    156  pub fn GetCharABCWidthsI(
    157  pub fn AddFontResourceExA(
    158  pub fn AddFontResourceExW(
    159  pub fn RemoveFontResourceExA(
    160  pub fn RemoveFontResourceExW(
    161  pub fn AddFontMemResourceEx(
    162  pub fn RemoveFontMemResourceEx(
    163  pub fn CreateFontIndirectExA(
    164  pub fn CreateFontIndirectExW(
    165  pub fn GetViewportExtEx(
    166  pub fn GetViewportOrgEx(
    167  pub fn GetWindowExtEx(
    168  pub fn GetWindowOrgEx(
    169  pub fn IntersectClipRect(
    170  pub fn InvertRgn(
    171  pub fn LineDDA(
    172  pub fn LineTo(
    173  pub fn MaskBlt(
    174  pub fn PlgBlt(
    175  pub fn OffsetClipRgn(
    176  pub fn OffsetRgn(
    177  pub fn PatBlt(
    178  pub fn Pie(
    179  pub fn PlayMetaFile(
    180  pub fn PaintRgn(
    181  pub fn PolyPolygon(
    182  pub fn PtInRegion(
    183  pub fn PtVisible(
    184  pub fn RectInRegion(
    185  pub fn RectVisible(
    186  pub fn Rectangle(
    187  pub fn RestoreDC(
    188  pub fn ResetDCA(
    189  pub fn ResetDCW(
    190  pub fn RealizePalette(
    191  pub fn RemoveFontResourceA(
    192  pub fn RemoveFontResourceW(
    193  pub fn RoundRect(
    194  pub fn ResizePalette(
    195  pub fn SaveDC(
    196  pub fn SelectClipRgn(
    197  pub fn ExtSelectClipRgn(
    198  pub fn SetMetaRgn(
    199  pub fn SelectObject(
    200  pub fn SelectPalette(
    201  pub fn SetBkColor(
    202  pub fn SetDCBrushColor(
    203  pub fn SetDCPenColor(
    204  pub fn SetBkMode(
    205  pub fn SetBitmapBits(
    206  pub fn SetBoundsRect(
    207  pub fn SetDIBits(
    208  pub fn SetDIBitsToDevice(
    209  pub fn SetMapperFlags(
    210  pub fn SetGraphicsMode(
    211  pub fn SetMapMode(
    212  pub fn SetLayout(
    213  pub fn GetLayout(
    214  pub fn SetMetaFileBitsEx(
    215  pub fn SetPaletteEntries(
    216  pub fn SetPixel(
    217  pub fn SetPixelV(
    218  pub fn SetPixelFormat(
    219  pub fn SetPolyFillMode(
    220  pub fn StretchBlt(
    221  pub fn SetRectRgn(
    222  pub fn StretchDIBits(
    223  pub fn SetROP2(
    224  pub fn SetStretchBltMode(
    225  pub fn SetSystemPaletteUse(
    226  pub fn SetTextCharacterExtra(
    227  pub fn SetTextColor(
    228  pub fn SetTextAlign(
    229  pub fn SetTextJustification(
    230  pub fn UpdateColors(
    231  pub fn AlphaBlend(
    232  pub fn TransparentBlt(
    233  pub fn GradientFill(
    234  pub fn GdiAlphaBlend(
    235  pub fn GdiTransparentBlt(
    236  pub fn GdiGradientFill(
    237  pub fn PlayMetaFileRecord(
    238  pub fn EnumMetaFile(
    239  pub fn CloseEnhMetaFile(
    240  pub fn CopyEnhMetaFileA(
    241  pub fn CopyEnhMetaFileW(
    242  pub fn CreateEnhMetaFileA(
    243  pub fn CreateEnhMetaFileW(
    244  pub fn DeleteEnhMetaFile(
    245  pub fn EnumEnhMetaFile(
    246  pub fn GetEnhMetaFileA(
    247  pub fn GetEnhMetaFileW(
    248  pub fn GetEnhMetaFileBits(
    249  pub fn GetEnhMetaFileDescriptionA(
    250  pub fn GetEnhMetaFileDescriptionW(
    251  pub fn GetEnhMetaFileHeader(
    252  pub fn GetEnhMetaFilePaletteEntries(
    253  pub fn GetEnhMetaFilePixelFormat(
    254  pub fn GetWinMetaFileBits(
    255  pub fn PlayEnhMetaFile(
    256  pub fn PlayEnhMetaFileRecord(
    257  pub fn SetEnhMetaFileBits(
    258  pub fn SetWinMetaFileBits(
    259  pub fn GdiComment(
    260  pub fn GetTextMetricsA(
    261  pub fn GetTextMetricsW(
    262  pub fn AngleArc(
    263  pub fn PolyPolyline(
    264  pub fn GetWorldTransform(
    265  pub fn SetWorldTransform(
    266  pub fn ModifyWorldTransform(
    267  pub fn CombineTransform(
    268  pub fn GDI_WIDTHBYTES(bits: DWORD) -> DWORD 【】
    269  pub fn GDI_DIBWIDTHBYTES(bi: &BITMAPINFOHEADER) -> DWORD 【】
    270  pub fn GDI__DIBSIZE(bi: &BITMAPINFOHEADER) -> DWORD 【】
    271  pub fn GDI_DIBSIZE(bi: &BITMAPINFOHEADER) -> DWORD 【】
    272  pub fn CreateDIBSection(
    273  pub fn GetDIBColorTable(
    274  pub fn SetDIBColorTable(
    275  pub fn SetColorAdjustment(
    276  pub fn GetColorAdjustment(
    277  pub fn CreateHalftonePalette(
    278  pub fn StartDocA(
    279  pub fn StartDocW(
    280  pub fn EndDoc(
    281  pub fn StartPage(
    282  pub fn EndPage(
    283  pub fn AbortDoc(
    284  pub fn SetAbortProc(
    285  pub fn AbortPath(
    286  pub fn ArcTo(
    287  pub fn BeginPath(
    288  pub fn CloseFigure(
    289  pub fn EndPath(
    290  pub fn FillPath(
    291  pub fn FlattenPath(
    292  pub fn GetPath(
    293  pub fn PathToRegion(
    294  pub fn PolyDraw(
    295  pub fn SelectClipPath(
    296  pub fn SetArcDirection(
    297  pub fn SetMiterLimit(
    298  pub fn StrokeAndFillPath(
    299  pub fn StrokePath(
    300  pub fn WidenPath(
    301  pub fn ExtCreatePen(
    302  pub fn GetMiterLimit(
    303  pub fn GetArcDirection(
    304  pub fn GetObjectA(
    305  pub fn GetObjectW(
    306  pub fn MoveToEx(
    307  pub fn TextOutA(
    308  pub fn TextOutW(
    309  pub fn ExtTextOutA(
    310  pub fn ExtTextOutW(
    311  pub fn PolyTextOutA(
    312  pub fn PolyTextOutW(
    313  pub fn CreatePolygonRgn(
    314  pub fn DPtoLP(
    315  pub fn LPtoDP(
    316  pub fn Polygon(
    317  pub fn Polyline(
    318  pub fn PolyBezier(
    319  pub fn PolyBezierTo(
    320  pub fn PolylineTo(
    321  pub fn SetViewportExtEx(
    322  pub fn SetViewportOrgEx(
    323  pub fn SetWindowExtEx(
    324  pub fn SetWindowOrgEx(
    325  pub fn OffsetViewportOrgEx(
    326  pub fn OffsetWindowOrgEx(
    327  pub fn ScaleViewportExtEx(
    328  pub fn ScaleWindowExtEx(
    329  pub fn SetBitmapDimensionEx(
    330  pub fn SetBrushOrgEx(
    331  pub fn GetTextFaceA(
    332  pub fn GetTextFaceW(
    333  pub fn GetKerningPairsA(
    334  pub fn GetKerningPairsW(
    335  pub fn GetDCOrgEx(
    336  pub fn FixBrushOrgEx(
    337  pub fn UnrealizeObject(
    338  pub fn GdiFlush() -> BOOL;
    339  pub fn GdiSetBatchLimit(
    340  pub fn GdiGetBatchLimit() -> DWORD;
    341  pub fn SetICMMode(
    342  pub fn CheckColorsInGamut(
    343  pub fn GetColorSpace(
    344  pub fn GetLogColorSpaceA(
    345  pub fn GetLogColorSpaceW(
    346  pub fn CreateColorSpaceA(
    347  pub fn CreateColorSpaceW(
    348  pub fn SetColorSpace(
    349  pub fn DeleteColorSpace(
    350  pub fn GetICMProfileA(
    351  pub fn GetICMProfileW(
    352  pub fn SetICMProfileA(
    353  pub fn SetICMProfileW(
    354  pub fn GetDeviceGammaRamp(
    355  pub fn SetDeviceGammaRamp(
    356  pub fn ColorMatchToTarget(
    357  pub fn EnumICMProfilesA(
    358  pub fn EnumICMProfilesW(
    359  pub fn UpdateICMRegKeyA(
    360  pub fn UpdateICMRegKeyW(
    361  pub fn ColorCorrectPalette(
    362  pub fn wglCopyContext(
    363  pub fn wglCreateContext(
    364  pub fn wglCreateLayerContext(
    365  pub fn wglDeleteContext(
    366  pub fn wglGetCurrentContext() -> HGLRC;
    367  pub fn wglGetCurrentDC() -> HDC;
    368  pub fn wglGetProcAddress(
    369  pub fn wglMakeCurrent(
    370  pub fn wglShareLists(
    371  pub fn wglUseFontBitmapsA(
    372  pub fn wglUseFontBitmapsW(
    373  pub fn SwapBuffers(
    374  pub fn wglUseFontOutlinesA(
    375  pub fn wglUseFontOutlinesW(
    376  pub fn wglDescribeLayerPlane(
    377  pub fn wglSetLayerPaletteEntries(
    378  pub fn wglGetLayerPaletteEntries(
    379  pub fn wglRealizeLayerPalette(
    380  pub fn wglSwapLayerBuffers(
    381  pub fn wglSwapMultipleBuffers(
    
    
    
    

    \winapi-0.3.9\src\um\winhttp.rs

    ═════════ pub fn 函数
    1  pub fn WinHttpSetStatusCallback(
    2  pub fn WinHttpTimeFromSystemTime(
    3  pub fn WinHttpTimeToSystemTime(
    4  pub fn WinHttpCrackUrl(
    5  pub fn WinHttpCreateUrl(
    6  pub fn WinHttpCheckPlatform() -> BOOL;
    7  pub fn WinHttpGetDefaultProxyConfiguration(
    8  pub fn WinHttpSetDefaultProxyConfiguration(
    9  pub fn WinHttpOpen(
    10  pub fn WinHttpCloseHandle(
    11  pub fn WinHttpConnect(
    12  pub fn WinHttpReadData(
    13  pub fn WinHttpWriteData(
    14  pub fn WinHttpQueryDataAvailable(
    15  pub fn WinHttpQueryOption(
    16  pub fn WinHttpSetOption(
    17  pub fn WinHttpSetTimeouts(
    18  pub fn WinHttpOpenRequest(
    19  pub fn WinHttpAddRequestHeaders(
    20  pub fn WinHttpSendRequest(
    21  pub fn WinHttpSetCredentials(
    22  pub fn WinHttpQueryAuthSchemes(
    23  pub fn WinHttpReceiveResponse(
    24  pub fn WinHttpQueryHeaders(
    25  pub fn WinHttpDetectAutoProxyConfigUrl(
    26  pub fn WinHttpGetProxyForUrl(
    27  pub fn WinHttpCreateProxyResolver(
    28  pub fn WinHttpGetProxyForUrlEx(
    29  pub fn WinHttpGetProxyResult(
    30  pub fn WinHttpFreeProxyResult(
    31  pub fn WinHttpResetAutoProxy(
    32  pub fn WinHttpGetIEProxyConfigForCurrentUser(
    33  pub fn WinHttpWebSocketCompleteUpgrade(
    34  pub fn WinHttpWebSocketSend(
    35  pub fn WinHttpWebSocketReceive(
    36  pub fn WinHttpWebSocketShutdown(
    37  pub fn WinHttpWebSocketClose(
    38  pub fn WinHttpWebSocketQueryCloseStatus(
    
    
    
    

    \winapi-0.3.9\src\um\wininet.rs

    ═════════ pub fn 函数
    1  pub fn IS_GOPHER_FILE(type_: DWORD) -> BOOL 【】
    2  pub fn IS_GOPHER_DIRECTORY(type_: DWORD) -> BOOL 【】
    3  pub fn IS_GOPHER_PHONE_SERVER(type_: DWORD) -> BOOL 【】
    4  pub fn IS_GOPHER_ERROR(type_: DWORD) -> BOOL 【】
    5  pub fn IS_GOPHER_INDEX_SERVER(type_: DWORD) -> BOOL 【】
    6  pub fn IS_GOPHER_TELNET_SESSION(type_: DWORD) -> BOOL 【】
    7  pub fn IS_GOPHER_BACKUP_SERVER(type_: DWORD) -> BOOL 【】
    8  pub fn IS_GOPHER_TN3270_SESSION(type_: DWORD) -> BOOL 【】
    9  pub fn IS_GOPHER_ASK(type_: DWORD) -> BOOL 【】
    10  pub fn IS_GOPHER_PLUS(type_: DWORD) -> BOOL 【】
    11  pub fn IS_GOPHER_TYPE_KNOWN(type_: DWORD) -> BOOL 【】
    12  pub fn CommitUrlCacheEntryA(
    13  pub fn CommitUrlCacheEntryW(
    14  pub fn CreateMD5SSOHash (
    15  pub fn CreateUrlCacheEntryA(
    16  pub fn CreateUrlCacheEntryW(
    17  pub fn CreateUrlCacheGroup(
    18  pub fn DeleteUrlCacheEntryA(
    19  pub fn DeleteUrlCacheEntryW(
    20  pub fn DeleteUrlCacheGroup(
    21  pub fn DeleteWpadCacheForNetworks(
    22  pub fn DetectAutoProxyUrl(
    23  pub fn FindCloseUrlCache(
    24  pub fn FindFirstUrlCacheEntryA(
    25  pub fn FindFirstUrlCacheEntryExA(
    26  pub fn FindFirstUrlCacheEntryExW(
    27  pub fn FindFirstUrlCacheEntryW(
    28  pub fn FindFirstUrlCacheGroup(
    29  pub fn FindNextUrlCacheEntryA(
    30  pub fn FindNextUrlCacheEntryExA(
    31  pub fn FindNextUrlCacheEntryExW(
    32  pub fn FindNextUrlCacheEntryW(
    33  pub fn FindNextUrlCacheGroup(
    34  pub fn FtpCommandA(
    35  pub fn FtpCommandW(
    36  pub fn FtpCreateDirectoryA(
    37  pub fn FtpCreateDirectoryW(
    38  pub fn FtpDeleteFileA(
    39  pub fn FtpDeleteFileW(
    40  pub fn FtpFindFirstFileA(
    41  pub fn FtpFindFirstFileW(
    42  pub fn FtpGetCurrentDirectoryA(
    43  pub fn FtpGetCurrentDirectoryW(
    44  pub fn FtpGetFileA(
    45  pub fn FtpGetFileEx(
    46  pub fn FtpGetFileSize(
    47  pub fn FtpGetFileW(
    48  pub fn FtpOpenFileA(
    49  pub fn FtpOpenFileW(
    50  pub fn FtpPutFileA(
    51  pub fn FtpPutFileEx(
    52  pub fn FtpPutFileW(
    53  pub fn FtpRemoveDirectoryA(
    54  pub fn FtpRemoveDirectoryW(
    55  pub fn FtpRenameFileA(
    56  pub fn FtpRenameFileW(
    57  pub fn FtpSetCurrentDirectoryA(
    58  pub fn FtpSetCurrentDirectoryW(
    59  pub fn GetUrlCacheEntryInfoA(
    60  pub fn GetUrlCacheEntryInfoExA(
    61  pub fn GetUrlCacheEntryInfoExW(
    62  pub fn GetUrlCacheEntryInfoW(
    63  pub fn GetUrlCacheGroupAttributeA(
    64  pub fn GetUrlCacheGroupAttributeW(
    65  pub fn GopherCreateLocatorA(
    66  pub fn GopherCreateLocatorW(
    67  pub fn GopherFindFirstFileA(
    68  pub fn GopherFindFirstFileW(
    69  pub fn GopherGetAttributeA(
    70  pub fn GopherGetAttributeW(
    71  pub fn GopherGetLocatorTypeA(
    72  pub fn GopherGetLocatorTypeW(
    73  pub fn GopherOpenFileA(
    74  pub fn GopherOpenFileW(
    75  pub fn HttpAddRequestHeadersA(
    76  pub fn HttpAddRequestHeadersW(
    77  pub fn HttpEndRequestA(
    78  pub fn HttpEndRequestW(
    79  pub fn HttpOpenRequestA(
    80  pub fn HttpOpenRequestW(
    81  pub fn HttpQueryInfoA(
    82  pub fn HttpQueryInfoW(
    83  pub fn HttpSendRequestA(
    84  pub fn HttpSendRequestExA(
    85  pub fn HttpSendRequestExW(
    86  pub fn HttpSendRequestW(
    87  pub fn InternetAttemptConnect(
    88  pub fn InternetAutodial(
    89  pub fn InternetAutodialHangup(
    90  pub fn InternetCanonicalizeUrlA(
    91  pub fn InternetCanonicalizeUrlW(
    92  pub fn InternetCheckConnectionA(
    93  pub fn InternetCheckConnectionW(
    94  pub fn InternetClearAllPerSiteCookieDecisions() -> BOOL;
    95  pub fn InternetCloseHandle(
    96  pub fn InternetCombineUrlA(
    97  pub fn InternetCombineUrlW(
    98  pub fn InternetConfirmZoneCrossingA(
    99  pub fn InternetConfirmZoneCrossingW(
    100  pub fn InternetConnectA(
    101  pub fn InternetConnectW(
    102  pub fn InternetCrackUrlA(
    103  pub fn InternetCrackUrlW(
    104  pub fn InternetCreateUrlA(
    105  pub fn InternetCreateUrlW(
    106  pub fn InternetDialA(
    107  pub fn InternetDialW(
    108  pub fn InternetEnumPerSiteCookieDecisionA(
    109  pub fn InternetEnumPerSiteCookieDecisionW(
    110  pub fn InternetErrorDlg(
    111  pub fn InternetFindNextFileA(
    112  pub fn InternetFindNextFileW(
    113  pub fn InternetFreeCookies(
    114  pub fn InternetGetConnectedState(
    115  pub fn InternetGetConnectedStateExA(
    116  pub fn InternetGetConnectedStateExW(
    117  pub fn InternetGetCookieA(
    118  pub fn InternetGetCookieEx2(
    119  pub fn InternetGetCookieExA(
    120  pub fn InternetGetCookieExW(
    121  pub fn InternetGetCookieW(
    122  pub fn InternetGetLastResponseInfoA(
    123  pub fn InternetGetLastResponseInfoW(
    124  pub fn InternetGetPerSiteCookieDecisionA(
    125  pub fn InternetGetPerSiteCookieDecisionW(
    126  pub fn InternetGoOnlineA(
    127  pub fn InternetGoOnlineW(
    128  pub fn InternetHangUp(
    129  pub fn InternetInitializeAutoProxyDll(
    130  pub fn InternetLockRequestFile(
    131  pub fn InternetOpenA(
    132  pub fn InternetOpenUrlA(
    133  pub fn InternetOpenUrlW(
    134  pub fn InternetOpenW(
    135  pub fn InternetQueryDataAvailable(
    136  pub fn InternetQueryOptionA(
    137  pub fn InternetQueryOptionW(
    138  pub fn InternetReadFile(
    139  pub fn InternetReadFileExA(
    140  pub fn InternetReadFileExW(
    141  pub fn InternetSetCookieA(
    142  pub fn InternetSetCookieEx2(
    143  pub fn InternetSetCookieExA(
    144  pub fn InternetSetCookieExW(
    145  pub fn InternetSetCookieW(
    146  pub fn InternetSetDialStateA(
    147  pub fn InternetSetDialStateW(
    148  pub fn InternetSetFilePointer(
    149  pub fn InternetSetOptionA(
    150  pub fn InternetSetOptionExA(
    151  pub fn InternetSetOptionExW(
    152  pub fn InternetSetOptionW(
    153  pub fn InternetSetPerSiteCookieDecisionA(
    154  pub fn InternetSetPerSiteCookieDecisionW(
    155  pub fn InternetSetStatusCallbackA(
    156  pub fn InternetSetStatusCallbackW(
    157  pub fn InternetTimeFromSystemTimeA(
    158  pub fn InternetTimeFromSystemTimeW(
    159  pub fn InternetTimeToSystemTimeA(
    160  pub fn InternetTimeToSystemTimeW(
    161  pub fn InternetUnlockRequestFile(
    162  pub fn InternetWriteFile(
    163  pub fn PrivacyGetZonePreferenceW(
    164  pub fn PrivacySetZonePreferenceW(
    165  pub fn ReadUrlCacheEntryStream(
    166  pub fn ReadUrlCacheEntryStreamEx(
    167  pub fn ResumeSuspendedDownload(
    168  pub fn RetrieveUrlCacheEntryFileA(
    169  pub fn RetrieveUrlCacheEntryFileW(
    170  pub fn RetrieveUrlCacheEntryStreamA(
    171  pub fn RetrieveUrlCacheEntryStreamW(
    172  pub fn SetUrlCacheEntryGroupA(
    173  pub fn SetUrlCacheEntryGroupW(
    174  pub fn SetUrlCacheEntryInfoA(
    175  pub fn SetUrlCacheEntryInfoW(
    176  pub fn SetUrlCacheGroupAttributeA(
    177  pub fn SetUrlCacheGroupAttributeW(
    178  pub fn UnlockUrlCacheEntryFileA(
    179  pub fn UnlockUrlCacheEntryFileW(
    180  pub fn UnlockUrlCacheEntryStream(
    
    
    
    

    \winapi-0.3.9\src\um\winioctl.rs

    ═════════ pub fn 函数
    1  pub fn CTL_CODE(
    
    
    
    

    \winapi-0.3.9\src\um\winnetwk.rs

    ═════════ pub fn 函数
    1  pub fn WNetAddConnection2A(
    2  pub fn WNetAddConnection2W(
    3  pub fn WNetAddConnection3A(
    4  pub fn WNetAddConnection3W(
    5  pub fn WNetCancelConnectionA(
    6  pub fn WNetCancelConnectionW(
    7  pub fn WNetCancelConnection2A(
    8  pub fn WNetCancelConnection2W(
    9  pub fn WNetGetConnectionA(
    10  pub fn WNetGetConnectionW(
    11  pub fn WNetUseConnectionA(
    12  pub fn WNetUseConnectionW(
    13  pub fn WNetConnectionDialog(
    14  pub fn WNetDisconnectDialog(
    15  pub fn WNetConnectionDialog1A(
    16  pub fn WNetConnectionDialog1W(
    17  pub fn WNetDisconnectDialog1A(
    18  pub fn WNetDisconnectDialog1W(
    19  pub fn WNetOpenEnumA(
    20  pub fn WNetOpenEnumW(
    21  pub fn WNetEnumResourceA(
    22  pub fn WNetEnumResourceW(
    23  pub fn WNetCloseEnum(
    24  pub fn WNetGetResourceParentA(
    25  pub fn WNetGetResourceParentW(
    26  pub fn WNetGetResourceInformationA(
    27  pub fn WNetGetResourceInformationW(
    28  pub fn WNetGetUniversalNameA(
    29  pub fn WNetGetUniversalNameW(
    30  pub fn WNetGetUserA(
    31  pub fn WNetGetUserW(
    32  pub fn WNetGetProviderNameA(
    33  pub fn WNetGetProviderNameW(
    34  pub fn WNetGetNetworkInformationA(
    35  pub fn WNetGetNetworkInformationW(
    36  pub fn WNetGetLastErrorA(
    37  pub fn WNetGetLastErrorW(
    38  pub fn MultinetGetConnectionPerformanceA(
    39  pub fn MultinetGetConnectionPerformanceW(
    
    
    
    

    \winapi-0.3.9\src\um\winnls.rs

    ═════════ pub fn 函数
    1  pub fn CompareStringA(
    2  pub fn CompareStringEx(
    3  pub fn CompareStringW(
    4  pub fn ConvertDefaultLocale(Locale: LCID) -> LCID;
    5  pub fn EnumCalendarInfoA(
    6  pub fn EnumCalendarInfoExA(
    7  pub fn EnumCalendarInfoExEx(
    8  pub fn EnumCalendarInfoExW(
    9  pub fn EnumCalendarInfoW(
    10  pub fn EnumDateFormatsA(
    11  pub fn EnumDateFormatsExA(
    12  pub fn EnumDateFormatsExEx(
    13  pub fn EnumDateFormatsExW(
    14  pub fn EnumDateFormatsW(
    15  pub fn EnumLanguageGroupLocalesA(
    16  pub fn EnumLanguageGroupLocalesW(
    17  pub fn EnumSystemCodePagesA(
    18  pub fn EnumSystemCodePagesW(
    19  pub fn EnumSystemGeoID(
    20  pub fn EnumSystemLanguageGroupsA(
    21  pub fn EnumSystemLanguageGroupsW(
    22  pub fn EnumSystemLocalesA(
    23  pub fn EnumSystemLocalesEx(
    24  pub fn EnumSystemLocalesW(
    25  pub fn EnumTimeFormatsA(
    26  pub fn EnumTimeFormatsEx(
    27  pub fn EnumTimeFormatsW(
    28  pub fn EnumUILanguagesA(
    29  pub fn EnumUILanguagesW(
    30  pub fn FindNLSString(
    31  pub fn FindNLSStringEx(
    32  pub fn FoldStringA(
    33  pub fn GetACP() -> UINT;
    34  pub fn GetCPInfo(
    35  pub fn GetCPInfoExA(
    36  pub fn GetCPInfoExW(
    37  pub fn GetCalendarInfoA(
    38  pub fn GetCalendarInfoEx(
    39  pub fn GetCalendarInfoW(
    40  pub fn GetCurrencyFormatA(
    41  pub fn GetCurrencyFormatEx(
    42  pub fn GetCurrencyFormatW(
    43  pub fn GetDurationFormat(
    44  pub fn GetDurationFormatEx(
    45  pub fn GetFileMUIInfo(
    46  pub fn GetFileMUIPath(
    47  pub fn GetGeoInfoA(
    48  pub fn GetGeoInfoW(
    49  pub fn GetLocaleInfoA(
    50  pub fn GetLocaleInfoEx(
    51  pub fn GetLocaleInfoW(
    52  pub fn GetNLSVersion(
    53  pub fn GetNLSVersionEx(
    54  pub fn GetNumberFormatA(
    55  pub fn GetNumberFormatEx(
    56  pub fn GetNumberFormatW(
    57  pub fn GetOEMCP() -> UINT;
    58  pub fn GetProcessPreferredUILanguages(
    59  pub fn GetStringScripts(
    60  pub fn GetStringTypeA(
    61  pub fn GetStringTypeExA(
    62  pub fn GetStringTypeW(
    63  pub fn GetSystemDefaultLCID() -> LCID;
    64  pub fn GetSystemDefaultLangID() -> LANGID;
    65  pub fn GetSystemDefaultLocaleName(
    66  pub fn GetSystemDefaultUILanguage() -> LANGID;
    67  pub fn GetSystemPreferredUILanguages(
    68  pub fn GetThreadLocale() -> LCID;
    69  pub fn GetThreadPreferredUILanguages(
    70  pub fn GetThreadUILanguage() -> LANGID;
    71  pub fn GetUILanguageInfo(
    72  pub fn GetUserDefaultLCID() -> LCID;
    73  pub fn GetUserDefaultLangID() -> LANGID;
    74  pub fn GetUserDefaultLocaleName(
    75  pub fn GetUserDefaultUILanguage() -> LANGID;
    76  pub fn GetUserGeoID(GeoClass: GEOCLASS) -> GEOID;
    77  pub fn GetUserPreferredUILanguages(
    78  pub fn IsDBCSLeadByte(
    79  pub fn IsDBCSLeadByteEx(
    80  pub fn IsNLSDefinedString(
    81  pub fn IsNormalizedString(
    82  pub fn IsValidCodePage(
    83  pub fn IsValidLanguageGroup(
    84  pub fn IsValidLocale(
    85  pub fn IsValidLocaleName(
    86  pub fn IsValidNLSVersion(
    87  pub fn LCIDToLocaleName(
    88  pub fn LCMapStringA(
    89  pub fn LCMapStringEx(
    90  pub fn LCMapStringW(
    91  pub fn LocaleNameToLCID(
    92  pub fn NormalizeString(
    93  pub fn NotifyUILanguageChange(
    94  pub fn ResolveLocaleName(
    95  pub fn SetCalendarInfoA(
    96  pub fn SetCalendarInfoW(
    97  pub fn SetLocaleInfoA(
    98  pub fn SetLocaleInfoW(
    99  pub fn SetProcessPreferredUILanguages(
    100  pub fn SetThreadLocale(Locale: LCID) -> BOOL;
    101  pub fn SetThreadPreferredUILanguages(
    102  pub fn SetThreadUILanguage(LangId: LANGID) -> LANGID;
    103  pub fn SetUserGeoID(GeoId: GEOID) -> BOOL;
    104  pub fn VerifyScripts(
    
    
    
    

    \winapi-0.3.9\src\um\winnt.rs

    ═════════ pub fn 函数
    1  pub fn MAKELANGID(p: WORD, s: WORD) -> LANGID 【】
    2  pub fn PRIMARYLANGID(lgid: LANGID) -> WORD 【】
    3  pub fn SUBLANGID(lgid: LANGID) -> WORD 【】
    4  pub fn MAKELCID(lgid: LANGID, srtid: WORD) -> LCID 【】
    5  pub fn MAKESORTLCID(lgid: LANGID, srtid: WORD, ver: WORD) -> LCID 【】
    6  pub fn LANGIDFROMLCID(lcid: LCID) -> LANGID 【】
    7  pub fn SORTIDFROMLCID(lcid: LCID) -> WORD 【】
    8  pub fn SORTVERSIONFROMLCID(lcid: LCID) -> WORD 【】
    9  pub fn IS_UNWINDING(Flag: DWORD) -> bool 【】
    10  pub fn IS_DISPATCHING(Flag: DWORD) -> bool 【】
    11  pub fn IS_TARGET_UNWIND(Flag: DWORD) -> bool 【】
    12  pub fn MANDATORY_LEVEL_TO_MANDATORY_RID(IL: DWORD) -> DWORD 【】
    13  pub fn VALID_IMPERSONATION_LEVEL(L: SECURITY_IMPERSONATION_LEVEL) -> bool 【】
    14  pub fn IsReparseTagMicrosoft(_tag: DWORD) -> bool 【】
    15  pub fn IsReparseTagNameSurrogate(_tag: DWORD) -> bool 【】
    16  pub fn IsReparseTagDirectory(_tag: DWORD) -> bool 【】
    17  pub fn IsVirtualDiskFileShared(HandleState: SharedVirtualDiskHandleState) -> bool 【】
    18  pub fn BTYPE(x: WORD) -> bool 【】
    19  pub fn ISPTR(x: WORD) -> bool 【】
    20  pub fn ISFCN(x: WORD) -> bool 【】
    21  pub fn ISARY(x: WORD) -> bool 【】
    22  pub fn ISTAG(x: BYTE) -> bool 【】
    23  pub fn INCREF(x: WORD) -> WORD 【】
    24  pub fn DECREF(x: WORD) -> WORD 【】
    25  pub fn IMAGE_ORDINAL64(Ordinal: ULONGLONG) -> ULONGLONG 【】
    26  pub fn IMAGE_ORDINAL32(Ordinal: DWORD) -> DWORD 【】
    27  pub fn IMAGE_SNAP_BY_ORDINAL64(Ordinal: ULONGLONG) -> bool 【】
    28  pub fn IMAGE_SNAP_BY_ORDINAL32(Ordinal: DWORD) -> bool 【】
    29  pub fn IMAGE_ORDINAL(Ordinal: ULONGLONG) -> ULONGLONG 【】
    30  pub fn IMAGE_SNAP_BY_ORDINAL(Ordinal: ULONGLONG) -> bool 【】
    31  pub fn IMAGE_ORDINAL(Ordinal: DWORD) -> DWORD 【】
    32  pub fn IMAGE_SNAP_BY_ORDINAL(Ordinal: DWORD) -> bool 【】
    33  pub fn RtlCaptureStackBackTrace(
    34  pub fn RtlCaptureContext(
    35  pub fn RtlUnwind(
    36  pub fn RtlAddFunctionTable(
    37  pub fn RtlDeleteFunctionTable(
    38  pub fn RtlInstallFunctionTableCallback(
    39  pub fn RtlAddGrowableFunctionTable(
    40  pub fn RtlGrowFunctionTable(
    41  pub fn RtlDeleteGrowableFunctionTable(
    42  pub fn RtlLookupFunctionEntry(
    43  pub fn RtlRestoreContext(
    44  pub fn RtlUnwindEx(
    45  pub fn RtlVirtualUnwind(
    46  pub fn RtlPcToFileHeader(
    47  pub fn RtlCompareMemory(
    48  pub fn RtlInitializeSListHead(
    49  pub fn RtlFirstEntrySList(
    50  pub fn RtlInterlockedPopEntrySList(
    51  pub fn RtlInterlockedPushEntrySList(
    52  pub fn RtlInterlockedPushListSListEx(
    53  pub fn RtlInterlockedFlushSList(
    54  pub fn RtlQueryDepthSList(
    55  pub fn HEAP_MAKE_TAG_FLAGS(TagBase: DWORD, Tag: DWORD) -> DWORD 【】
    56  pub unsafe fn RtlMoveMemory(Destination: *mut c_void, Source: *const c_void, Length: usize) 【】
    57  pub unsafe fn RtlCopyMemory(Destination: *mut c_void, Source: *const c_void, Length: usize) 【】
    58  pub unsafe fn RtlFillMemory(Destination: *mut c_void, Length: usize, Fill: u8) 【】
    59  pub unsafe fn RtlZeroMemory(Destination: *mut c_void, Length: usize) 【】
    60  pub fn VerSetConditionMask(
    61  pub fn RtlGetProductInfo(
    62  pub fn IS_VALIDATION_ENABLED(C: DWORD, L: DWORD) -> bool 【】
    63  pub fn RtlCrc32(
    64  pub fn RtlCrc64(
    65  pub fn RtlOsDeploymentState(
    66  pub fn WT_SET_MAX_THREADPOOL_THREADS(Flags: ULONG, Limit: ULONG) -> ULONG 【】
    67  pub fn RtlGetDeviceFamilyInfoEnum(
    68  pub fn RtlConvertDeviceFamilyInfoToString(
    69  pub fn RtlSwitchedVVI(
    
    
    ═════════ macro_rules! 宏函数 
    1  macro_rules! MAKELANGID 【】 ($p:expr, $s:expr) => (($s << 10) | $p) }
    2  macro_rules! MAKELCID 【】
    
    
    
    

    \winapi-0.3.9\src\um\winreg.rs

    ═════════ pub fn 函数
    1  pub fn RegCloseKey(
    2  pub fn RegOverridePredefKey(
    3  pub fn RegOpenUserClassesRoot(
    4  pub fn RegOpenCurrentUser(
    5  pub fn RegDisablePredefinedCache() -> LSTATUS;
    6  pub fn RegDisablePredefinedCacheEx() -> LSTATUS;
    7  pub fn RegConnectRegistryA(
    8  pub fn RegConnectRegistryW(
    9  pub fn RegConnectRegistryExA(
    10  pub fn RegConnectRegistryExW(
    11  pub fn RegCreateKeyA(
    12  pub fn RegCreateKeyW(
    13  pub fn RegCreateKeyExA(
    14  pub fn RegCreateKeyExW(
    15  pub fn RegCreateKeyTransactedA(
    16  pub fn RegCreateKeyTransactedW(
    17  pub fn RegDeleteKeyA(
    18  pub fn RegDeleteKeyW(
    19  pub fn RegDeleteKeyExA(
    20  pub fn RegDeleteKeyExW(
    21  pub fn RegDeleteKeyTransactedA(
    22  pub fn RegDeleteKeyTransactedW(
    23  pub fn RegDisableReflectionKey(
    24  pub fn RegEnableReflectionKey(
    25  pub fn RegQueryReflectionKey(
    26  pub fn RegDeleteValueA(
    27  pub fn RegDeleteValueW(
    28  pub fn RegEnumKeyA(
    29  pub fn RegEnumKeyW(
    30  pub fn RegEnumKeyExA(
    31  pub fn RegEnumKeyExW(
    32  pub fn RegEnumValueA(
    33  pub fn RegEnumValueW(
    34  pub fn RegFlushKey(
    35  pub fn RegGetKeySecurity(
    36  pub fn RegLoadKeyA(
    37  pub fn RegLoadKeyW(
    38  pub fn RegNotifyChangeKeyValue(
    39  pub fn RegOpenKeyA(
    40  pub fn RegOpenKeyW(
    41  pub fn RegOpenKeyExA(
    42  pub fn RegOpenKeyExW(
    43  pub fn RegOpenKeyTransactedA(
    44  pub fn RegOpenKeyTransactedW(
    45  pub fn RegQueryInfoKeyA(
    46  pub fn RegQueryInfoKeyW(
    47  pub fn RegQueryValueA(
    48  pub fn RegQueryValueW(
    49  pub fn RegQueryMultipleValuesA(
    50  pub fn RegQueryMultipleValuesW(
    51  pub fn RegQueryValueExA(
    52  pub fn RegQueryValueExW(
    53  pub fn RegReplaceKeyA(
    54  pub fn RegReplaceKeyW(
    55  pub fn RegRestoreKeyA(
    56  pub fn RegRestoreKeyW(
    57  pub fn RegRenameKey(
    58  pub fn RegSaveKeyA(
    59  pub fn RegSaveKeyW(
    60  pub fn RegSetKeySecurity(
    61  pub fn RegSetValueA(
    62  pub fn RegSetValueW(
    63  pub fn RegSetValueExA(
    64  pub fn RegSetValueExW(
    65  pub fn RegUnLoadKeyA(
    66  pub fn RegUnLoadKeyW(
    67  pub fn RegDeleteKeyValueA(
    68  pub fn RegDeleteKeyValueW(
    69  pub fn RegSetKeyValueA(
    70  pub fn RegSetKeyValueW(
    71  pub fn RegDeleteTreeA(
    72  pub fn RegDeleteTreeW(
    73  pub fn RegCopyTreeA(
    74  pub fn RegGetValueA(
    75  pub fn RegGetValueW(
    76  pub fn RegCopyTreeW(
    77  pub fn RegLoadMUIStringA(
    78  pub fn RegLoadMUIStringW(
    79  pub fn RegLoadAppKeyA(
    80  pub fn RegLoadAppKeyW(
    81  pub fn InitiateSystemShutdownA(
    82  pub fn InitiateSystemShutdownW(
    83  pub fn AbortSystemShutdownA(
    84  pub fn AbortSystemShutdownW(
    85  pub fn InitiateSystemShutdownExA(
    86  pub fn InitiateSystemShutdownExW(
    87  pub fn InitiateShutdownA(
    88  pub fn InitiateShutdownW(
    89  pub fn CheckForHiberboot(
    90  pub fn RegSaveKeyExA(
    91  pub fn RegSaveKeyExW(
    
    
    
    

    \winapi-0.3.9\src\um\winsafer.rs

    ═════════ pub fn 函数
    1  pub fn SaferGetPolicyInformation(
    2  pub fn SaferSetPolicyInformation(
    3  pub fn SaferCreateLevel(
    4  pub fn SaferCloseLevel(
    5  pub fn SaferIdentifyLevel(
    6  pub fn SaferComputeTokenFromLevel(
    7  pub fn SaferGetLevelInformation(
    8  pub fn SaferSetLevelInformation(
    9  pub fn SaferRecordEventLogEntry(
    10  pub fn SaferiIsExecutableFileType(
    
    
    
    

    \winapi-0.3.9\src\um\winscard.rs

    ═════════ pub fn 函数
    1  pub fn SCardEstablishContext(
    2  pub fn SCardReleaseContext(
    3  pub fn SCardIsValidContext(
    4  pub fn SCardListReaderGroupsA(
    5  pub fn SCardListReaderGroupsW(
    6  pub fn SCardListReadersA(
    7  pub fn SCardListReadersW(
    8  pub fn SCardListCardsA(
    9  pub fn SCardListCardsW(
    10  pub fn SCardListInterfacesA(
    11  pub fn SCardListInterfacesW(
    12  pub fn SCardGetProviderIdA(
    13  pub fn SCardGetProviderIdW(
    14  pub fn SCardGetCardTypeProviderNameA(
    15  pub fn SCardGetCardTypeProviderNameW(
    16  pub fn SCardIntroduceReaderGroupA(
    17  pub fn SCardIntroduceReaderGroupW(
    18  pub fn SCardForgetReaderGroupA(
    19  pub fn SCardForgetReaderGroupW(
    20  pub fn SCardIntroduceReaderA(
    21  pub fn SCardIntroduceReaderW(
    22  pub fn SCardForgetReaderA(
    23  pub fn SCardForgetReaderW(
    24  pub fn SCardAddReaderToGroupA(
    25  pub fn SCardAddReaderToGroupW(
    26  pub fn SCardRemoveReaderFromGroupA(
    27  pub fn SCardRemoveReaderFromGroupW(
    28  pub fn SCardIntroduceCardTypeA(
    29  pub fn SCardIntroduceCardTypeW(
    30  pub fn SCardSetCardTypeProviderNameA(
    31  pub fn SCardSetCardTypeProviderNameW(
    32  pub fn SCardForgetCardTypeA(
    33  pub fn SCardForgetCardTypeW(
    34  pub fn SCardFreeMemory(
    35  pub fn SCardAccessStartedEvent() -> HANDLE;
    36  pub fn SCardReleaseStartedEvent();
    37  pub fn SCardLocateCardsA(
    38  pub fn SCardLocateCardsW(
    39  pub fn SCardLocateCardsByATRA(
    40  pub fn SCardLocateCardsByATRW(
    41  pub fn SCardGetStatusChangeA(
    42  pub fn SCardGetStatusChangeW(
    43  pub fn SCardCancel(
    44  pub fn SCardConnectA(
    45  pub fn SCardConnectW(
    46  pub fn SCardReconnect(
    47  pub fn SCardDisconnect(
    48  pub fn SCardBeginTransaction(
    49  pub fn SCardEndTransaction(
    50  pub fn SCardState(
    51  pub fn SCardStatusA(
    52  pub fn SCardStatusW(
    53  pub fn SCardTransmit(
    54  pub fn SCardGetTransmitCount(
    55  pub fn SCardControl(
    56  pub fn SCardGetAttrib(
    57  pub fn SCardSetAttrib(
    58  pub fn SCardReadCacheA(
    59  pub fn SCardReadCacheW(
    60  pub fn SCardWriteCacheA(
    61  pub fn SCardWriteCacheW(
    62  pub fn SCardGetReaderIconA(
    63  pub fn SCardGetReaderIconW(
    64  pub fn SCardGetDeviceTypeIdA(
    65  pub fn SCardGetDeviceTypeIdW(
    66  pub fn SCardGetReaderDeviceInstanceIdA(
    67  pub fn SCardGetReaderDeviceInstanceIdW(
    68  pub fn SCardListReadersWithDeviceInstanceIdA(
    69  pub fn SCardListReadersWithDeviceInstanceIdW(
    70  pub fn SCardAudit(
    
    
    
    

    \winapi-0.3.9\src\um\winsock2.rs

    ═════════ pub fn 函数
    1  pub fn __WSAFDIsSet(
    2  pub fn SOMAXCONN_HINT(b: c_int) -> c_int 【】
    3  pub unsafe fn h_errno() -> c_int 【】
    4  pub fn accept(
    5  pub fn bind(s: SOCKET,
    6  pub fn closesocket(
    7  pub fn connect(
    8  pub fn ioctlsocket(
    9  pub fn getpeername(
    10  pub fn getsockname(
    11  pub fn getsockopt(
    12  pub fn htonl(
    13  pub fn htons(
    14  pub fn inet_addr(
    15  pub fn inet_ntoa(
    16  pub fn _WS2_32_WINSOCK_SWAP_LONG(l: __uint32) -> __uint32 【】
    17  pub fn _WS2_32_WINSOCK_SWAP_LONGLONG(l: __uint64) -> __uint64 【】
    18  pub fn htonll(Value: __uint64) -> __uint64 【】
    19  pub fn ntohll(Value: __uint64) -> __uint64 【】
    20  pub fn htonf(Value: c_float) -> __uint32 【】
    21  pub fn ntohf(Value: __uint32) -> c_float 【】
    22  pub fn htond(Value: c_double) -> __uint64 【】
    23  pub fn ntohd(Value: __uint64) -> c_double 【】
    24  pub fn listen(
    25  pub fn ntohl(
    26  pub fn ntohs(
    27  pub fn recv(
    28  pub fn recvfrom(
    29  pub fn select(
    30  pub fn send(
    31  pub fn sendto(
    32  pub fn setsockopt(
    33  pub fn shutdown(
    34  pub fn socket(
    35  pub fn gethostbyaddr(
    36  pub fn gethostbyname(
    37  pub fn gethostname(
    38  pub fn GetHostNameW(
    39  pub fn getservbyport(
    40  pub fn getservbyname(
    41  pub fn getprotobynumber(
    42  pub fn getprotobyname(
    43  pub fn WSAStartup(
    44  pub fn WSACleanup() -> c_int;
    45  pub fn WSASetLastError(
    46  pub fn WSAGetLastError() -> c_int;
    47  pub fn WSAIsBlocking() -> BOOL;
    48  pub fn WSAUnhookBlockingHook() -> c_int;
    49  pub fn WSASetBlockingHook(
    50  pub fn WSACancelBlockingCall() -> c_int;
    51  pub fn WSAAsyncGetServByName(
    52  pub fn WSAAsyncGetServByPort(
    53  pub fn WSAAsyncGetProtoByName(
    54  pub fn WSAAsyncGetProtoByNumber(
    55  pub fn WSAAsyncGetHostByName(
    56  pub fn WSAAsyncGetHostByAddr(
    57  pub fn WSACancelAsyncRequest(
    58  pub fn WSAAsyncSelect(
    59  pub fn WSAAccept(
    60  pub fn WSACloseEvent(
    61  pub fn WSAConnect(
    62  pub fn WSAConnectByNameW(
    63  pub fn WSAConnectByNameA(
    64  pub fn WSAConnectByList(
    65  pub fn WSACreateEvent() -> WSAEVENT;
    66  pub fn WSADuplicateSocketA(
    67  pub fn WSADuplicateSocketW(
    68  pub fn WSAEnumNetworkEvents(
    69  pub fn WSAEnumProtocolsA(
    70  pub fn WSAEnumProtocolsW(
    71  pub fn WSAEventSelect(
    72  pub fn WSAGetOverlappedResult(
    73  pub fn WSAGetQOSByName(
    74  pub fn WSAHtonl(
    75  pub fn WSAHtons(s: SOCKET,
    76  pub fn WSAIoctl(
    77  pub fn WSAJoinLeaf(
    78  pub fn WSANtohl(
    79  pub fn WSANtohs(
    80  pub fn WSARecv(
    81  pub fn WSARecvDisconnect(
    82  pub fn WSARecvFrom(
    83  pub fn WSAResetEvent(
    84  pub fn WSASend(
    85  pub fn WSASendMsg(
    86  pub fn WSASendDisconnect(
    87  pub fn WSASendTo(
    88  pub fn WSASetEvent(
    89  pub fn WSASocketA(
    90  pub fn WSASocketW(
    91  pub fn WSAWaitForMultipleEvents(
    92  pub fn WSAAddressToStringA(
    93  pub fn WSAAddressToStringW(
    94  pub fn WSAStringToAddressA(
    95  pub fn WSAStringToAddressW(
    96  pub fn WSALookupServiceBeginA(
    97  pub fn WSALookupServiceBeginW(
    98  pub fn WSALookupServiceNextA(
    99  pub fn WSALookupServiceNextW(
    100  pub fn WSANSPIoctl(
    101  pub fn WSALookupServiceEnd(
    102  pub fn WSAInstallServiceClassA(
    103  pub fn WSAInstallServiceClassW(
    104  pub fn WSARemoveServiceClass(
    105  pub fn WSAGetServiceClassInfoA(
    106  pub fn WSAGetServiceClassInfoW(
    107  pub fn WSAEnumNameSpaceProvidersA(
    108  pub fn WSAEnumNameSpaceProvidersW(
    109  pub fn WSAEnumNameSpaceProvidersExA(
    110  pub fn WSAEnumNameSpaceProvidersExW(
    111  pub fn WSAGetServiceClassNameByClassIdA(
    112  pub fn WSAGetServiceClassNameByClassIdW(
    113  pub fn WSASetServiceA(
    114  pub fn WSASetServiceW(
    115  pub fn WSAProviderConfigChange(
    116  pub fn WSAPoll(
    117  pub fn WSAMAKEASYNCREPLY(buflen: WORD, error: WORD) -> LONG 【】
    118  pub fn WSAMAKESELECTREPLY(event: WORD, error: WORD) -> LONG 【】
    119  pub fn WSAGETASYNCBUFLEN(lParam: DWORD) -> WORD 【】
    120  pub fn WSAGETASYNCERROR(lParam: DWORD) -> WORD 【】
    121  pub fn WSAGETSELECTEVENT(lParam: DWORD) -> WORD 【】
    122  pub fn WSAGETSELECTERROR(lParam: DWORD) -> WORD 【】
    
    
    
    

    \winapi-0.3.9\src\um\winspool.rs

    ═════════ pub fn 函数
    1  pub fn EnumPrintersA(
    2  pub fn EnumPrintersW(
    3  pub fn GetSpoolFileHandle(
    4  pub fn CommitSpoolData(
    5  pub fn CloseSpoolFileHandle(
    6  pub fn OpenPrinterA(
    7  pub fn OpenPrinterW(
    8  pub fn ResetPrinterA(
    9  pub fn ResetPrinterW(
    10  pub fn SetJobA(
    11  pub fn SetJobW(
    12  pub fn GetJobA(
    13  pub fn GetJobW(
    14  pub fn EnumJobsA(
    15  pub fn EnumJobsW(
    16  pub fn AddPrinterA(
    17  pub fn AddPrinterW(
    18  pub fn DeletePrinter(
    19  pub fn SetPrinterA(
    20  pub fn SetPrinterW(
    21  pub fn GetPrinterA(
    22  pub fn GetPrinterW(
    23  pub fn AddPrinterDriverA(
    24  pub fn AddPrinterDriverW(
    25  pub fn AddPrinterDriverExA(
    26  pub fn AddPrinterDriverExW(
    27  pub fn EnumPrinterDriversA(
    28  pub fn EnumPrinterDriversW(
    29  pub fn GetPrinterDriverA(
    30  pub fn GetPrinterDriverW(
    31  pub fn GetPrinterDriverDirectoryA(
    32  pub fn GetPrinterDriverDirectoryW(
    33  pub fn DeletePrinterDriverA(
    34  pub fn DeletePrinterDriverW(
    35  pub fn DeletePrinterDriverExA(
    36  pub fn DeletePrinterDriverExW(
    37  pub fn AddPrintProcessorA(
    38  pub fn AddPrintProcessorW(
    39  pub fn EnumPrintProcessorsA(
    40  pub fn EnumPrintProcessorsW(
    41  pub fn GetPrintProcessorDirectoryA(
    42  pub fn GetPrintProcessorDirectoryW(
    43  pub fn EnumPrintProcessorDatatypesA(
    44  pub fn EnumPrintProcessorDatatypesW(
    45  pub fn DeletePrintProcessorA(
    46  pub fn DeletePrintProcessorW(
    47  pub fn StartDocPrinterA(
    48  pub fn StartDocPrinterW(
    49  pub fn StartPagePrinter(
    50  pub fn WritePrinter(
    51  pub fn FlushPrinter(
    52  pub fn EndPagePrinter(
    53  pub fn AbortPrinter(
    54  pub fn ReadPrinter(
    55  pub fn EndDocPrinter(
    56  pub fn AddJobA(
    57  pub fn AddJobW(
    58  pub fn ScheduleJob(
    59  pub fn PrinterProperties(
    60  pub fn DocumentPropertiesA(
    61  pub fn DocumentPropertiesW(
    62  pub fn AdvancedDocumentPropertiesA(
    63  pub fn AdvancedDocumentPropertiesW(
    64  pub fn ExtDeviceMode(
    65  pub fn GetPrinterDataA(
    66  pub fn GetPrinterDataW(
    67  pub fn GetPrinterDataExA(
    68  pub fn GetPrinterDataExW(
    69  pub fn EnumPrinterDataA(
    70  pub fn EnumPrinterDataW(
    71  pub fn EnumPrinterDataExA(
    72  pub fn EnumPrinterDataExW(
    73  pub fn EnumPrinterKeyA(
    74  pub fn EnumPrinterKeyW(
    75  pub fn SetPrinterDataA(
    76  pub fn SetPrinterDataW(
    77  pub fn SetPrinterDataExA(
    78  pub fn SetPrinterDataExW(
    79  pub fn DeletePrinterDataA(
    80  pub fn DeletePrinterDataW(
    81  pub fn DeletePrinterDataExA(
    82  pub fn DeletePrinterDataExW(
    83  pub fn DeletePrinterKeyA(
    84  pub fn DeletePrinterKeyW(
    85  pub fn WaitForPrinterChange(
    86  pub fn FindFirstPrinterChangeNotification(
    87  pub fn FindNextPrinterChangeNotification(
    88  pub fn FreePrinterNotifyInfo(
    89  pub fn FindClosePrinterChangeNotification(
    90  pub fn PrinterMessageBoxA(
    91  pub fn PrinterMessageBoxW(
    92  pub fn ClosePrinter(
    93  pub fn AddFormA(
    94  pub fn AddFormW(
    95  pub fn DeleteFormA(
    96  pub fn DeleteFormW(
    97  pub fn GetFormA(
    98  pub fn GetFormW(
    99  pub fn SetFormA(
    100  pub fn SetFormW(
    101  pub fn EnumFormsA(
    102  pub fn EnumFormsW(
    103  pub fn EnumMonitorsA(
    104  pub fn EnumMonitorsW(
    105  pub fn AddMonitorA(
    106  pub fn AddMonitorW(
    107  pub fn DeleteMonitorA(
    108  pub fn DeleteMonitorW(
    109  pub fn EnumPortsA(
    110  pub fn EnumPortsW(
    111  pub fn AddPortA(
    112  pub fn AddPortW(
    113  pub fn ConfigurePortA(
    114  pub fn ConfigurePortW(
    115  pub fn DeletePortA(
    116  pub fn DeletePortW(
    117  pub fn XcvDataW(
    118  pub fn GetDefaultPrinterA(
    119  pub fn GetDefaultPrinterW(
    120  pub fn SetDefaultPrinterA(
    121  pub fn SetDefaultPrinterW(
    122  pub fn SetPortA(
    123  pub fn SetPortW(pName: LPWSTR,
    124  pub fn AddPrinterConnectionA(
    125  pub fn AddPrinterConnectionW(
    126  pub fn DeletePrinterConnectionA(
    127  pub fn DeletePrinterConnectionW(
    128  pub fn ConnectToPrinterDlg(
    129  pub fn AddPrintProvidorA(
    130  pub fn AddPrintProvidorW(
    131  pub fn DeletePrintProvidorA(
    132  pub fn DeletePrintProvidorW(
    133  pub fn IsValidDevmodeA(
    134  pub fn IsValidDevmodeW(
    135  pub fn OpenPrinter2A(
    136  pub fn OpenPrinter2W(
    137  pub fn AddPrinterConnection2A(
    138  pub fn AddPrinterConnection2W(
    139  pub fn InstallPrinterDriverFromPackageA(
    140  pub fn InstallPrinterDriverFromPackageW(
    141  pub fn UploadPrinterDriverPackageA(
    142  pub fn UploadPrinterDriverPackageW(
    143  pub fn GetCorePrinterDriversA(
    144  pub fn GetCorePrinterDriversW(
    145  pub fn CorePrinterDriverInstalledA(
    146  pub fn CorePrinterDriverInstalledW(
    147  pub fn GetPrinterDriverPackagePathA(
    148  pub fn GetPrinterDriverPackagePathW(
    149  pub fn DeletePrinterDriverPackageA(
    150  pub fn DeletePrinterDriverPackageW(
    151  pub fn ReportJobProcessingProgress(
    152  pub fn GetPrinterDriver2A(
    153  pub fn GetPrinterDriver2W(
    154  pub fn GetPrintExecutionData(
    155  pub fn GetJobNamedPropertyValue(
    156  pub fn FreePrintPropertyValue(
    157  pub fn FreePrintNamedPropertyArray(
    158  pub fn SetJobNamedProperty(
    159  pub fn DeleteJobNamedProperty(
    160  pub fn EnumJobNamedProperties(
    161  pub fn GetPrintOutputInfo(
    
    
    
    

    \winapi-0.3.9\src\um\winsvc.rs

    ═════════ pub fn 函数
    1  pub fn ChangeServiceConfigA(
    2  pub fn ChangeServiceConfigW(
    3  pub fn ChangeServiceConfig2A(
    4  pub fn ChangeServiceConfig2W(
    5  pub fn CloseServiceHandle(
    6  pub fn ControlService(
    7  pub fn CreateServiceA(
    8  pub fn CreateServiceW(
    9  pub fn DeleteService(
    10  pub fn EnumDependentServicesA(
    11  pub fn EnumDependentServicesW(
    12  pub fn EnumServicesStatusA(
    13  pub fn EnumServicesStatusW(
    14  pub fn EnumServicesStatusExA(
    15  pub fn EnumServicesStatusExW(
    16  pub fn GetServiceKeyNameA(
    17  pub fn GetServiceKeyNameW(
    18  pub fn GetServiceDisplayNameA(
    19  pub fn GetServiceDisplayNameW(
    20  pub fn LockServiceDatabase(
    21  pub fn NotifyBootConfigStatus(
    22  pub fn OpenSCManagerA(
    23  pub fn OpenSCManagerW(
    24  pub fn OpenServiceA(
    25  pub fn OpenServiceW(
    26  pub fn QueryServiceConfigA(
    27  pub fn QueryServiceConfigW(
    28  pub fn QueryServiceConfig2A(
    29  pub fn QueryServiceConfig2W(
    30  pub fn QueryServiceLockStatusA(
    31  pub fn QueryServiceLockStatusW(
    32  pub fn QueryServiceObjectSecurity(
    33  pub fn QueryServiceStatus(
    34  pub fn QueryServiceStatusEx(
    35  pub fn RegisterServiceCtrlHandlerA(
    36  pub fn RegisterServiceCtrlHandlerW(
    37  pub fn RegisterServiceCtrlHandlerExA(
    38  pub fn RegisterServiceCtrlHandlerExW(
    39  pub fn SetServiceObjectSecurity(
    40  pub fn SetServiceStatus(
    41  pub fn StartServiceCtrlDispatcherA(
    42  pub fn StartServiceCtrlDispatcherW(
    43  pub fn StartServiceA(
    44  pub fn StartServiceW(
    45  pub fn UnlockServiceDatabase(
    46  pub fn NotifyServiceStatusChangeA(
    47  pub fn NotifyServiceStatusChangeW(
    48  pub fn ControlServiceExA(
    49  pub fn ControlServiceExW(
    50  pub fn QueryServiceDynamicInformation(
    51  pub fn WaitServiceState (
    
    
    
    

    \winapi-0.3.9\src\um\wintrust.rs

    ═════════ pub fn 函数
    1  pub fn WinVerifyTrust(hwnd: HWND, pgActionID: *mut GUID, pWVTData: LPVOID) -> LONG;
    
    
    
    

    \winapi-0.3.9\src\um\winusb.rs

    ═════════ pub fn 函数
    1  pub fn WinUsb_Initialize(
    2  pub fn WinUsb_Free(
    3  pub fn WinUsb_GetAssociatedInterface(
    4  pub fn WinUsb_GetDescriptor(
    5  pub fn WinUsb_QueryInterfaceSettings(
    6  pub fn WinUsb_QueryDeviceInformation(
    7  pub fn WinUsb_SetCurrentAlternateSetting(
    8  pub fn WinUsb_GetCurrentAlternateSetting(
    9  pub fn WinUsb_QueryPipe(
    10  pub fn WinUsb_QueryPipeEx(
    11  pub fn WinUsb_SetPipePolicy(
    12  pub fn WinUsb_GetPipePolicy(
    13  pub fn WinUsb_ReadPipe(
    14  pub fn WinUsb_WritePipe(
    15  pub fn WinUsb_ControlTransfer(
    16  pub fn WinUsb_ResetPipe(
    17  pub fn WinUsb_AbortPipe(
    18  pub fn WinUsb_FlushPipe(
    19  pub fn WinUsb_SetPowerPolicy(
    20  pub fn WinUsb_GetPowerPolicy(
    21  pub fn WinUsb_GetOverlappedResult(
    22  pub fn WinUsb_ParseConfigurationDescriptor(
    23  pub fn WinUsb_ParseDescriptors(
    24  pub fn WinUsb_GetCurrentFrameNumber(
    25  pub fn WinUsb_GetAdjustedFrameNumber(
    26  pub fn WinUsb_RegisterIsochBuffer(
    27  pub fn WinUsb_UnregisterIsochBuffer(
    28  pub fn WinUsb_WriteIsochPipe(
    29  pub fn WinUsb_ReadIsochPipe(
    30  pub fn WinUsb_WriteIsochPipeAsap(
    31  pub fn WinUsb_ReadIsochPipeAsap(
    
    
    
    

    \winapi-0.3.9\src\um\winuser.rs

    ═════════ pub fn 函数
    1  pub fn IS_INTRESOURCE(r: ULONG_PTR) -> bool 【】
    2  pub fn MAKEINTRESOURCEA(i: WORD) -> LPSTR 【】
    3  pub fn MAKEINTRESOURCEW(i: WORD) -> LPWSTR 【】
    4  pub fn wvsprintfA(
    5  pub fn wvsprintfW(
    6  pub fn wsprintfA(
    7  pub fn wsprintfW(
    8  pub fn GET_APPCOMMAND_LPARAM(lParam: LPARAM) -> c_short 【】
    9  pub fn GET_DEVICE_LPARAM(lParam: LPARAM) -> WORD 【】
    10  pub fn LoadKeyboardLayoutA(
    11  pub fn LoadKeyboardLayoutW(
    12  pub fn ActivateKeyboardLayout(
    13  pub fn ToUnicodeEx(
    14  pub fn UnloadKeyboardLayout(
    15  pub fn GetKeyboardLayoutNameA(
    16  pub fn GetKeyboardLayoutNameW(
    17  pub fn GetKeyboardLayoutList(
    18  pub fn GetKeyboardLayout(
    19  pub fn GetMouseMovePointsEx(
    20  pub fn CreateDesktopA(
    21  pub fn CreateDesktopW(
    22  pub fn CreateDesktopExA(
    23  pub fn CreateDesktopExW(
    24  pub fn OpenDesktopA(
    25  pub fn OpenDesktopW(
    26  pub fn OpenInputDesktop(
    27  pub fn EnumDesktopsA(
    28  pub fn EnumDesktopsW(
    29  pub fn EnumDesktopWindows(
    30  pub fn SwitchDesktop(
    31  pub fn SetThreadDesktop(
    32  pub fn CloseDesktop(
    33  pub fn GetThreadDesktop(
    34  pub fn CreateWindowStationA(
    35  pub fn CreateWindowStationW(
    36  pub fn OpenWindowStationA(
    37  pub fn OpenWindowStationW(
    38  pub fn EnumWindowStationsA(
    39  pub fn EnumWindowStationsW(
    40  pub fn CloseWindowStation(
    41  pub fn SetProcessWindowStation(
    42  pub fn GetProcessWindowStation() -> HWINSTA;
    43  pub fn SetUserObjectSecurity(
    44  pub fn GetUserObjectSecurity(
    45  pub fn GetUserObjectInformationA(
    46  pub fn GetUserObjectInformationW(
    47  pub fn SetUserObjectInformationA(
    48  pub fn SetUserObjectInformationW(
    49  pub fn IsHungAppWindow(
    50  pub fn DisableProcessWindowsGhosting();
    51  pub fn GET_WHEEL_DELTA_WPARAM(wParam: WPARAM) -> c_short 【】
    52  pub fn GET_KEYSTATE_WPARAM(wParam: WPARAM) -> WORD 【】
    53  pub fn GET_NCHITTEST_WPARAM(wParam: WPARAM) -> c_short 【】
    54  pub fn GET_XBUTTON_WPARAM(wParam: WPARAM) -> WORD 【】
    55  pub fn RegisterWindowMessageA(
    56  pub fn RegisterWindowMessageW(
    57  pub fn TrackMouseEvent(
    58  pub fn DrawEdge(
    59  pub fn DrawFrameControl(
    60  pub fn DrawCaption(
    61  pub fn DrawAnimatedRects(
    62  pub fn GetMessageA(
    63  pub fn GetMessageW(
    64  pub fn TranslateMessage(
    65  pub fn DispatchMessageA(
    66  pub fn DispatchMessageW(
    67  pub fn SetMessageQueue(
    68  pub fn PeekMessageA(
    69  pub fn PeekMessageW(
    70  pub fn RegisterHotKey(
    71  pub fn UnregisterHotKey(
    72  pub fn ExitWindowsEx(
    73  pub fn SwapMouseButton(
    74  pub fn GetMessagePos() -> DWORD;
    75  pub fn GetMessageTime() -> LONG;
    76  pub fn GetMessageExtraInfo() -> LPARAM;
    77  pub fn GetUnpredictedMessagePos() -> DWORD;
    78  pub fn IsWow64Message() -> BOOL;
    79  pub fn SetMessageExtraInfo(
    80  pub fn SendMessageA(
    81  pub fn SendMessageW(
    82  pub fn SendMessageTimeoutA(
    83  pub fn SendMessageTimeoutW(
    84  pub fn SendNotifyMessageA(
    85  pub fn SendNotifyMessageW(
    86  pub fn SendMessageCallbackA(
    87  pub fn SendMessageCallbackW(
    88  pub fn BroadcastSystemMessageExA(
    89  pub fn BroadcastSystemMessageExW(
    90  pub fn BroadcastSystemMessageA(
    91  pub fn BroadcastSystemMessageW(
    92  pub fn RegisterDeviceNotificationA(
    93  pub fn RegisterDeviceNotificationW(
    94  pub fn UnregisterDeviceNotification(
    95  pub fn RegisterPowerSettingNotification(
    96  pub fn UnregisterPowerSettingNotification(
    97  pub fn RegisterSuspendResumeNotification(
    98  pub fn UnregisterSuspendResumeNotification(
    99  pub fn PostMessageA(
    100  pub fn PostMessageW(
    101  pub fn PostThreadMessageA(
    102  pub fn PostThreadMessageW(
    103  pub fn AttachThreadInput(
    104  pub fn ReplyMessage(
    105  pub fn WaitMessage() -> BOOL;
    106  pub fn WaitForInputIdle(
    107  pub fn DefWindowProcA(
    108  pub fn DefWindowProcW(
    109  pub fn PostQuitMessage(
    110  pub fn CallWindowProcA(
    111  pub fn CallWindowProcW(
    112  pub fn InSendMessage() -> BOOL;
    113  pub fn InSendMessageEx(
    114  pub fn GetDoubleClickTime() -> UINT;
    115  pub fn SetDoubleClickTime(
    116  pub fn RegisterClassA(
    117  pub fn RegisterClassW(
    118  pub fn UnregisterClassA(
    119  pub fn UnregisterClassW(
    120  pub fn GetClassInfoA(
    121  pub fn GetClassInfoW(
    122  pub fn RegisterClassExA(
    123  pub fn RegisterClassExW(
    124  pub fn GetClassInfoExA(
    125  pub fn GetClassInfoExW(
    126  pub fn CreateWindowExA(
    127  pub fn CreateWindowExW(
    128  pub fn IsWindow(
    129  pub fn IsMenu(
    130  pub fn IsChild(
    131  pub fn DestroyWindow(
    132  pub fn ShowWindow(
    133  pub fn AnimateWindow(
    134  pub fn UpdateLayeredWindow(
    135  pub fn UpdateLayeredWindowIndirect(
    136  pub fn GetLayeredWindowAttributes(
    137  pub fn PrintWindow(
    138  pub fn SetLayeredWindowAttributes(
    139  pub fn ShowWindowAsync(
    140  pub fn FlashWindow(
    141  pub fn FlashWindowEx(
    142  pub fn ShowOwnedPopups(
    143  pub fn OpenIcon(
    144  pub fn CloseWindow(
    145  pub fn MoveWindow(
    146  pub fn SetWindowPos(
    147  pub fn GetWindowPlacement(
    148  pub fn SetWindowPlacement(
    149  pub fn GetWindowDisplayAffinity(
    150  pub fn SetWindowDisplayAffinity(
    151  pub fn BeginDeferWindowPos(
    152  pub fn DeferWindowPos(
    153  pub fn EndDeferWindowPos(
    154  pub fn IsWindowVisible(
    155  pub fn IsIconic(
    156  pub fn AnyPopup() -> BOOL;
    157  pub fn BringWindowToTop(
    158  pub fn IsZoomed(
    159  pub fn CreateDialogParamA(
    160  pub fn CreateDialogParamW(
    161  pub fn CreateDialogIndirectParamA(
    162  pub fn CreateDialogIndirectParamW(
    163  pub fn DialogBoxParamA(
    164  pub fn DialogBoxParamW(
    165  pub fn DialogBoxIndirectParamA(
    166  pub fn DialogBoxIndirectParamW(
    167  pub fn EndDialog(
    168  pub fn GetDlgItem(
    169  pub fn SetDlgItemInt(
    170  pub fn GetDlgItemInt(
    171  pub fn SetDlgItemTextA(
    172  pub fn SetDlgItemTextW(
    173  pub fn GetDlgItemTextA(
    174  pub fn GetDlgItemTextW(
    175  pub fn CheckDlgButton(
    176  pub fn CheckRadioButton(
    177  pub fn IsDlgButtonChecked(
    178  pub fn SendDlgItemMessageA(
    179  pub fn SendDlgItemMessageW(
    180  pub fn GetNextDlgGroupItem(
    181  pub fn GetNextDlgTabItem(
    182  pub fn GetDlgCtrlID(
    183  pub fn GetDialogBaseUnits() -> LONG;
    184  pub fn DefDlgProcA(
    185  pub fn DefDlgProcW(
    186  pub fn SetDialogControlDpiChangeBehavior(
    187  pub fn GetDialogControlDpiChangeBehavior(
    188  pub fn SetDialogDpiChangeBehavior(
    189  pub fn GetDialogDpiChangeBehavior(
    190  pub fn CallMsgFilterA(
    191  pub fn CallMsgFilterW(
    192  pub fn OpenClipboard(
    193  pub fn CloseClipboard() -> BOOL;
    194  pub fn GetClipboardSequenceNumber() -> DWORD;
    195  pub fn GetClipboardOwner() -> HWND;
    196  pub fn SetClipboardViewer(
    197  pub fn GetClipboardViewer() -> HWND;
    198  pub fn ChangeClipboardChain(
    199  pub fn SetClipboardData(
    200  pub fn GetClipboardData(
    201  pub fn RegisterClipboardFormatA(
    202  pub fn RegisterClipboardFormatW(
    203  pub fn CountClipboardFormats() -> c_int;
    204  pub fn EnumClipboardFormats(
    205  pub fn GetClipboardFormatNameA(
    206  pub fn GetClipboardFormatNameW(
    207  pub fn EmptyClipboard() -> BOOL;
    208  pub fn IsClipboardFormatAvailable(
    209  pub fn GetPriorityClipboardFormat(
    210  pub fn GetOpenClipboardWindow() -> HWND;
    211  pub fn AddClipboardFormatListener(
    212  pub fn RemoveClipboardFormatListener(
    213  pub fn GetUpdatedClipboardFormats(
    214  pub fn CharToOemA(
    215  pub fn CharToOemW(
    216  pub fn OemToCharA(
    217  pub fn OemToCharW(
    218  pub fn CharToOemBuffA(
    219  pub fn CharToOemBuffW(
    220  pub fn OemToCharBuffA(
    221  pub fn OemToCharBuffW(
    222  pub fn CharUpperA(
    223  pub fn CharUpperW(
    224  pub fn CharUpperBuffA(
    225  pub fn CharUpperBuffW(
    226  pub fn CharLowerA(
    227  pub fn CharLowerW(
    228  pub fn CharLowerBuffA(
    229  pub fn CharLowerBuffW(
    230  pub fn CharNextA(
    231  pub fn CharNextW(
    232  pub fn CharPrevA(
    233  pub fn CharPrevW(
    234  pub fn CharNextExA(
    235  pub fn CharPrevExA(
    236  pub fn IsCharAlphaA(
    237  pub fn IsCharAlphaW(
    238  pub fn IsCharAlphaNumericA(
    239  pub fn IsCharAlphaNumericW(
    240  pub fn IsCharUpperA(
    241  pub fn IsCharUpperW(
    242  pub fn IsCharLowerA(
    243  pub fn IsCharLowerW(
    244  pub fn SetFocus(
    245  pub fn GetActiveWindow() -> HWND;
    246  pub fn GetFocus() -> HWND;
    247  pub fn GetKBCodePage() -> UINT;
    248  pub fn GetKeyState(
    249  pub fn GetAsyncKeyState(
    250  pub fn GetKeyboardState(
    251  pub fn SetKeyboardState(
    252  pub fn GetKeyNameTextA(
    253  pub fn GetKeyNameTextW(
    254  pub fn GetKeyboardType(
    255  pub fn ToAscii(
    256  pub fn ToAsciiEx(
    257  pub fn ToUnicode(
    258  pub fn OemKeyScan(
    259  pub fn VkKeyScanA(
    260  pub fn VkKeyScanW(
    261  pub fn VkKeyScanExA(
    262  pub fn VkKeyScanExW(
    263  pub fn keybd_event(
    264  pub fn mouse_event(
    265  pub fn SendInput(
    266  pub fn GetTouchInputInfo(
    267  pub fn CloseTouchInputHandle(
    268  pub fn RegisterTouchWindow(
    269  pub fn UnregisterTouchWindow(
    270  pub fn IsTouchWindow(
    271  pub fn InitializeTouchInjection(
    272  pub fn InjectTouchInput(
    273  pub fn GetPointerType(
    274  pub fn GetPointerCursorId(
    275  pub fn GetPointerInfo(
    276  pub fn GetPointerInfoHistory(
    277  pub fn GetPointerFrameInfo(
    278  pub fn GetPointerFrameInfoHistory(
    279  pub fn GetPointerTouchInfo(
    280  pub fn GetPointerTouchInfoHistory(
    281  pub fn GetPointerFrameTouchInfo(
    282  pub fn GetPointerFrameTouchInfoHistory(
    283  pub fn GetPointerPenInfo(
    284  pub fn GetPointerPenInfoHistory(
    285  pub fn GetPointerFramePenInfo(
    286  pub fn GetPointerFramePenInfoHistory(
    287  pub fn SkipPointerFrameMessages(
    288  pub fn RegisterPointerInputTarget(
    289  pub fn UnregisterPointerInputTarget(
    290  pub fn RegisterPointerInputTargetEx(
    291  pub fn UnregisterPointerInputTargetEx(
    292  pub fn CreateSyntheticPointerDevice(
    293  pub fn InjectSyntheticPointerInput(
    294  pub fn DestroySyntheticPointerDevice(
    295  pub fn EnableMouseInPointer(
    296  pub fn IsMouseInPointerEnabled() -> BOOL;
    297  pub fn RegisterTouchHitTestingWindow(
    298  pub fn EvaluateProximityToRect(
    299  pub fn EvaluateProximityToPolygon(
    300  pub fn PackTouchHitTestingProximityEvaluation(
    301  pub fn GetWindowFeedbackSetting(
    302  pub fn SetWindowFeedbackSetting(
    303  pub fn GetPointerInputTransform(
    304  pub fn GetLastInputInfo(
    305  pub fn MapVirtualKeyA(
    306  pub fn MapVirtualKeyW(
    307  pub fn MapVirtualKeyExA(
    308  pub fn MapVirtualKeyExW(
    309  pub fn GetInputState() -> BOOL;
    310  pub fn GetQueueStatus(
    311  pub fn GetCapture() -> HWND;
    312  pub fn SetCapture(
    313  pub fn ReleaseCapture() -> BOOL;
    314  pub fn MsgWaitForMultipleObjects(
    315  pub fn MsgWaitForMultipleObjectsEx(
    316  pub fn SetTimer(
    317  pub fn SetCoalescableTimer(
    318  pub fn KillTimer(
    319  pub fn IsWindowUnicode(
    320  pub fn EnableWindow(
    321  pub fn IsWindowEnabled(
    322  pub fn LoadAcceleratorsA(
    323  pub fn LoadAcceleratorsW(
    324  pub fn CreateAcceleratorTableA(
    325  pub fn CreateAcceleratorTableW(
    326  pub fn DestroyAcceleratorTable(
    327  pub fn CopyAcceleratorTableA(
    328  pub fn CopyAcceleratorTableW(
    329  pub fn TranslateAcceleratorA(
    330  pub fn TranslateAcceleratorW(
    331  pub fn GetSystemMetrics(
    332  pub fn GetSystemMetricsForDpi(
    333  pub fn LoadMenuA(
    334  pub fn LoadMenuW(
    335  pub fn LoadMenuIndirectA(
    336  pub fn LoadMenuIndirectW(
    337  pub fn GetMenu(
    338  pub fn SetMenu(
    339  pub fn ChangeMenuA(
    340  pub fn ChangeMenuW(
    341  pub fn HiliteMenuItem(
    342  pub fn GetMenuStringA(
    343  pub fn GetMenuStringW(
    344  pub fn GetMenuState(
    345  pub fn DrawMenuBar(
    346  pub fn GetSystemMenu(
    347  pub fn CreateMenu() -> HMENU;
    348  pub fn CreatePopupMenu() ->HMENU;
    349  pub fn DestroyMenu(
    350  pub fn CheckMenuItem(
    351  pub fn EnableMenuItem(
    352  pub fn GetSubMenu(
    353  pub fn GetMenuItemID(
    354  pub fn GetMenuItemCount(
    355  pub fn InsertMenuA(
    356  pub fn InsertMenuW(
    357  pub fn AppendMenuA(
    358  pub fn AppendMenuW(
    359  pub fn ModifyMenuA(
    360  pub fn ModifyMenuW(
    361  pub fn RemoveMenu(
    362  pub fn DeleteMenu(
    363  pub fn SetMenuItemBitmaps(
    364  pub fn GetMenuCheckMarkDimensions() -> LONG;
    365  pub fn TrackPopupMenu(
    366  pub fn TrackPopupMenuEx(
    367  pub fn CalculatePopupWindowPosition(
    368  pub fn GetMenuInfo(
    369  pub fn SetMenuInfo(
    370  pub fn EndMenu(
    371  pub fn InsertMenuItemA(
    372  pub fn InsertMenuItemW(
    373  pub fn GetMenuItemInfoA(
    374  pub fn GetMenuItemInfoW(
    375  pub fn SetMenuItemInfoA(
    376  pub fn SetMenuItemInfoW(
    377  pub fn GetMenuDefaultItem(
    378  pub fn SetMenuDefaultItem(
    379  pub fn GetMenuItemRect(
    380  pub fn MenuItemFromPoint(
    381  pub fn DragObject(
    382  pub fn DragDetect(
    383  pub fn DrawIcon(
    384  pub fn DrawTextA(
    385  pub fn DrawTextW(
    386  pub fn DrawTextExA(
    387  pub fn DrawTextExW(
    388  pub fn GrayStringA(
    389  pub fn GrayStringW(
    390  pub fn DrawStateA(
    391  pub fn DrawStateW(
    392  pub fn TabbedTextOutA(
    393  pub fn TabbedTextOutW(
    394  pub fn GetTabbedTextExtentA(
    395  pub fn GetTabbedTextExtentW(
    396  pub fn UpdateWindow(
    397  pub fn SetActiveWindow(
    398  pub fn GetForegroundWindow() -> HWND;
    399  pub fn PaintDesktop(
    400  pub fn SwitchToThisWindow(
    401  pub fn SetForegroundWindow(
    402  pub fn AllowSetForegroundWindow(
    403  pub fn LockSetForegroundWindow(
    404  pub fn WindowFromDC(
    405  pub fn GetDC(
    406  pub fn GetDCEx(
    407  pub fn GetWindowDC(
    408  pub fn ReleaseDC(
    409  pub fn BeginPaint(
    410  pub fn EndPaint(
    411  pub fn GetUpdateRect(
    412  pub fn GetUpdateRgn(
    413  pub fn SetWindowRgn(
    414  pub fn GetWindowRgn(
    415  pub fn GetWindowRgnBox(
    416  pub fn ExcludeUpdateRgn(
    417  pub fn InvalidateRect(
    418  pub fn ValidateRect(
    419  pub fn InvalidateRgn(
    420  pub fn ValidateRgn(
    421  pub fn RedrawWindow(
    422  pub fn LockWindowUpdate(
    423  pub fn ScrollWindow(
    424  pub fn ScrollDC(
    425  pub fn ScrollWindowEx(
    426  pub fn SetScrollPos(
    427  pub fn GetScrollPos(
    428  pub fn SetScrollRange(
    429  pub fn GetScrollRange(
    430  pub fn ShowScrollBar(
    431  pub fn EnableScrollBar(
    432  pub fn SetPropA(
    433  pub fn SetPropW(
    434  pub fn GetPropA(
    435  pub fn GetPropW(
    436  pub fn RemovePropA(
    437  pub fn RemovePropW(
    438  pub fn EnumPropsExA(
    439  pub fn EnumPropsExW(
    440  pub fn EnumPropsA(
    441  pub fn EnumPropsW(
    442  pub fn SetWindowTextA(
    443  pub fn SetWindowTextW(
    444  pub fn GetWindowTextA(
    445  pub fn GetWindowTextW(
    446  pub fn GetWindowTextLengthA(
    447  pub fn GetWindowTextLengthW(
    448  pub fn GetClientRect(
    449  pub fn GetWindowRect(
    450  pub fn AdjustWindowRect(
    451  pub fn AdjustWindowRectEx(
    452  pub fn AdjustWindowRectExForDpi(
    453  pub fn SetWindowContextHelpId(
    454  pub fn GetWindowContextHelpId(
    455  pub fn SetMenuContextHelpId(
    456  pub fn GetMenuContextHelpId(
    457  pub fn MessageBoxA(
    458  pub fn MessageBoxW(
    459  pub fn MessageBoxExA(
    460  pub fn MessageBoxExW(
    461  pub fn MessageBoxIndirectA(
    462  pub fn MessageBoxIndirectW(
    463  pub fn MessageBeep(
    464  pub fn ShowCursor(
    465  pub fn SetCursorPos(
    466  pub fn SetPhysicalCursorPos(
    467  pub fn SetCursor(
    468  pub fn GetCursorPos(
    469  pub fn GetPhysicalCursorPos(
    470  pub fn GetClipCursor(
    471  pub fn GetCursor() -> HCURSOR;
    472  pub fn CreateCaret(
    473  pub fn GetCaretBlinkTime() -> UINT;
    474  pub fn SetCaretBlinkTime(
    475  pub fn DestroyCaret() -> BOOL;
    476  pub fn HideCaret(
    477  pub fn ShowCaret(
    478  pub fn SetCaretPos(
    479  pub fn GetCaretPos(
    480  pub fn ClientToScreen(
    481  pub fn ScreenToClient(
    482  pub fn LogicalToPhysicalPoint(
    483  pub fn PhysicalToLogicalPoint(
    484  pub fn LogicalToPhysicalPointForPerMonitorDPI(
    485  pub fn PhysicalToLogicalPointForPerMonitorDPI(
    486  pub fn MapWindowPoints(
    487  pub fn WindowFromPoint(
    488  pub fn WindowFromPhysicalPoint(
    489  pub fn ChildWindowFromPoint(
    490  pub fn ClipCursor(
    491  pub fn ChildWindowFromPointEx(
    492  pub fn GetSysColor(
    493  pub fn GetSysColorBrush(
    494  pub fn SetSysColors(
    495  pub fn DrawFocusRect(
    496  pub fn FillRect(
    497  pub fn FrameRect(
    498  pub fn InvertRect(
    499  pub fn SetRect(
    500  pub fn SetRectEmpty(
    501  pub fn CopyRect(
    502  pub fn InflateRect(
    503  pub fn IntersectRect(
    504  pub fn UnionRect(
    505  pub fn SubtractRect(
    506  pub fn OffsetRect(
    507  pub fn IsRectEmpty(
    508  pub fn EqualRect(
    509  pub fn PtInRect(
    510  pub fn GetWindowWord(
    511  pub fn SetWindowWord(
    512  pub fn GetWindowLongA(
    513  pub fn GetWindowLongW(
    514  pub fn SetWindowLongA(
    515  pub fn SetWindowLongW(
    516  pub fn GetWindowLongPtrA(
    517  pub fn GetWindowLongPtrW(
    518  pub fn SetWindowLongPtrA(
    519  pub fn SetWindowLongPtrW(
    520  pub fn GetClassWord(
    521  pub fn SetClassWord(
    522  pub fn GetClassLongA(
    523  pub fn GetClassLongW(
    524  pub fn SetClassLongA(
    525  pub fn SetClassLongW(
    526  pub fn GetClassLongPtrA(
    527  pub fn GetClassLongPtrW(
    528  pub fn SetClassLongPtrA(
    529  pub fn SetClassLongPtrW(
    530  pub fn GetProcessDefaultLayout(
    531  pub fn SetProcessDefaultLayout(
    532  pub fn GetDesktopWindow() -> HWND;
    533  pub fn GetParent(
    534  pub fn SetParent(
    535  pub fn EnumChildWindows(
    536  pub fn FindWindowA(
    537  pub fn FindWindowW(
    538  pub fn FindWindowExA(
    539  pub fn FindWindowExW(
    540  pub fn GetShellWindow() -> HWND;
    541  pub fn RegisterShellHookWindow(
    542  pub fn DeregisterShellHookWindow(
    543  pub fn EnumWindows(
    544  pub fn EnumThreadWindows(
    545  pub fn GetClassNameA(
    546  pub fn GetClassNameW(
    547  pub fn GetTopWindow(
    548  pub fn GetWindowThreadProcessId(
    549  pub fn IsGUIThread(
    550  pub fn GetLastActivePopup(
    551  pub fn GetWindow(
    552  pub fn SetWindowsHookA(
    553  pub fn SetWindowsHookW(
    554  pub fn UnhookWindowsHook(
    555  pub fn SetWindowsHookExA(
    556  pub fn SetWindowsHookExW(
    557  pub fn UnhookWindowsHookEx(
    558  pub fn CallNextHookEx(
    559  pub fn CheckMenuRadioItem(
    560  pub fn LoadBitmapA(
    561  pub fn LoadBitmapW(
    562  pub fn LoadCursorA(
    563  pub fn LoadCursorW(
    564  pub fn LoadCursorFromFileA(
    565  pub fn LoadCursorFromFileW(
    566  pub fn CreateCursor(
    567  pub fn DestroyCursor(
    568  pub fn SetSystemCursor(
    569  pub fn LoadIconA(
    570  pub fn LoadIconW(
    571  pub fn CreateIcon(
    572  pub fn DestroyIcon(
    573  pub fn LookupIconIdFromDirectory(
    574  pub fn LookupIconIdFromDirectoryEx(
    575  pub fn CreateIconFromResource(
    576  pub fn CreateIconFromResourceEx(
    577  pub fn LoadImageA(
    578  pub fn LoadImageW(
    579  pub fn CopyImage(
    580  pub fn DrawIconEx(
    581  pub fn CreateIconIndirect(
    582  pub fn CopyIcon(
    583  pub fn GetIconInfo(
    584  pub fn IsDialogMessageA(
    585  pub fn IsDialogMessageW(
    586  pub fn MapDialogRect(
    587  pub fn DlgDirListA(
    588  pub fn DlgDirListW(
    589  pub fn DlgDirSelectExA(
    590  pub fn DlgDirSelectExW(
    591  pub fn DlgDirListComboBoxA(
    592  pub fn DlgDirListComboBoxW(
    593  pub fn DlgDirSelectComboBoxExA(
    594  pub fn DlgDirSelectComboBoxExW(
    595  pub fn SetScrollInfo(
    596  pub fn GetScrollInfo(
    597  pub fn DefFrameProcA(
    598  pub fn DefFrameProcW(
    599  pub fn DefMDIChildProcA(
    600  pub fn DefMDIChildProcW(
    601  pub fn ArrangeIconicWindows(
    602  pub fn CreateMDIWindowA(
    603  pub fn CreateMDIWindowW(
    604  pub fn CascadeWindows(
    605  pub fn WinHelpA(
    606  pub fn WinHelpW(
    607  pub fn ChangeDisplaySettingsA(
    608  pub fn ChangeDisplaySettingsW(
    609  pub fn ChangeDisplaySettingsExA(
    610  pub fn ChangeDisplaySettingsExW(
    611  pub fn EnumDisplaySettingsA(
    612  pub fn EnumDisplaySettingsW(
    613  pub fn EnumDisplaySettingsExA(
    614  pub fn EnumDisplaySettingsExW(
    615  pub fn EnumDisplayDevicesA(
    616  pub fn EnumDisplayDevicesW(
    617  pub fn SystemParametersInfoA(
    618  pub fn SystemParametersInfoW(
    619  pub fn SystemParametersInfoForDpi(
    620  pub fn SetLastErrorEx(
    621  pub fn InternalGetWindowText(
    622  pub fn EndTask(
    623  pub fn CancelShutdown() -> BOOL;
    624  pub fn MonitorFromPoint(
    625  pub fn MonitorFromRect(
    626  pub fn MonitorFromWindow(
    627  pub fn GetMonitorInfoA(
    628  pub fn GetMonitorInfoW(
    629  pub fn EnumDisplayMonitors(
    630  pub fn NotifyWinEvent(
    631  pub fn SetWinEventHook(
    632  pub fn IsWinEventHookInstalled(
    633  pub fn UnhookWinEvent(
    634  pub fn GetGUIThreadInfo(
    635  pub fn BlockInput(
    636  pub fn SetProcessDPIAware() -> BOOL;
    637  pub fn IsProcessDPIAware() -> BOOL;
    638  pub fn SetThreadDpiAwarenessContext(
    639  pub fn GetThreadDpiAwarenessContext() -> DPI_AWARENESS_CONTEXT;
    640  pub fn GetWindowDpiAwarenessContext(
    641  pub fn GetAwarenessFromDpiAwarenessContext(
    642  pub fn GetDpiFromDpiAwarenessContext(
    643  pub fn AreDpiAwarenessContextsEqual(
    644  pub fn IsValidDpiAwarenessContext(
    645  pub fn GetDpiForWindow(
    646  pub fn GetDpiForSystem() -> UINT;
    647  pub fn GetSystemDpiForProcess(
    648  pub fn EnableNonClientDpiScaling(
    649  pub fn SetProcessDpiAwarenessContext(
    650  pub fn SetThreadDpiHostingBehavior(
    651  pub fn GetThreadDpiHostingBehavior() -> DPI_HOSTING_BEHAVIOR;
    652  pub fn GetWindowDpiHostingBehavior(
    653  pub fn GetWindowModuleFileNameA(
    654  pub fn GetWindowModuleFileNameW(
    655  pub fn GetCursorInfo(
    656  pub fn GetWindowInfo(
    657  pub fn GetTitleBarInfo(
    658  pub fn GetMenuBarInfo(
    659  pub fn GetScrollBarInfo(
    660  pub fn GetComboBoxInfo(
    661  pub fn GetAncestor(
    662  pub fn RealChildWindowFromPoint(
    663  pub fn RealGetWindowClassA(
    664  pub fn RealGetWindowClassW(
    665  pub fn GetAltTabInfoA(
    666  pub fn GetAltTabInfoW(
    667  pub fn GetListBoxInfo(
    668  pub fn LockWorkStation() -> BOOL;
    669  pub fn UserHandleGrantAccess(
    670  pub fn GET_RAWINPUT_CODE_WPARAM(wParam: WPARAM) -> WPARAM 【】 wParam & 0xff }
    671  pub fn GetRawInputData(
    672  pub fn GetRawInputDeviceInfoA(
    673  pub fn GetRawInputDeviceInfoW(
    674  pub fn GetRawInputBuffer(
    675  pub fn RegisterRawInputDevices(
    676  pub fn GetRegisteredRawInputDevices(
    677  pub fn GetRawInputDeviceList(
    678  pub fn DefRawInputProc(
    679  pub fn ChangeWindowMessageFilter(
    680  pub fn ChangeWindowMessageFilterEx(
    681  pub fn ShutdownBlockReasonCreate(
    682  pub fn ShutdownBlockReasonQuery(
    683  pub fn ShutdownBlockReasonDestroy(
    684  pub fn IsImmersiveProcess(
    
    
    
    

    \winapi-0.3.9\src\um\winver.rs

    ═════════ pub fn 函数
    1  pub fn GetFileVersionInfoSizeA(
    2  pub fn GetFileVersionInfoSizeW(
    3  pub fn GetFileVersionInfoA(
    4  pub fn GetFileVersionInfoW(
    5  pub fn VerQueryValueA(
    6  pub fn VerQueryValueW(
    7  pub fn VerLanguageNameA(
    8  pub fn VerLanguageNameW(
    
    
    
    

    \winapi-0.3.9\src\um\wlanapi.rs

    ═════════ pub fn 函数
    1  pub fn WLAN_API_VERSION_MAJOR(v: u32) -> u32 【】
    2  pub fn WLAN_API_VERSION_MINOR(v: u32) -> u32 【】
    3  pub fn WLAN_API_MAKE_VERSION(major: u32, minor: u32) -> u32 【】
    4  pub fn WlanOpenHandle(
    5  pub fn WlanCloseHandle(
    6  pub fn WlanEnumInterfaces(
    7  pub fn WlanSetAutoConfigParameter(
    8  pub fn WlanQueryAutoConfigParameter(
    9  pub fn WlanGetInterfaceCapability(
    10  pub fn WlanSetInterface(
    11  pub fn WlanQueryInterface(
    12  pub fn WlanIhvControl(
    13  pub fn WlanScan(
    14  pub fn WlanGetAvailableNetworkList(
    15  pub fn WlanGetAvailableNetworkList2(
    16  pub fn WlanGetNetworkBssList(
    17  pub fn WlanConnect(
    18  pub fn WlanConnect2(
    19  pub fn WlanDisconnect(
    20  pub fn WlanRegisterNotification(
    21  pub fn WlanGetProfile(
    22  pub fn WlanSetProfileEapUserData(
    23  pub fn WlanSetProfileEapXmlUserData(
    24  pub fn WlanSetProfile(
    25  pub fn WlanDeleteProfile(
    26  pub fn WlanRenameProfile(
    27  pub fn WlanGetProfileList(
    28  pub fn WlanSetProfileList(
    29  pub fn WlanSetProfilePosition(
    30  pub fn WlanSetProfileCustomUserData(
    31  pub fn WlanGetProfileCustomUserData(
    32  pub fn WlanSetFilterList(
    33  pub fn WlanGetFilterList(
    34  pub fn WlanSetPsdIEDataList(
    35  pub fn WlanSaveTemporaryProfile(
    36  pub fn WlanDeviceServiceCommand(
    37  pub fn WlanGetSupportedDeviceServices(
    38  pub fn WlanExtractPsdIEDataList(
    39  pub fn WlanReasonCodeToString(
    40  pub fn WlanAllocateMemory(
    41  pub fn WlanFreeMemory(
    42  pub fn WlanSetSecuritySettings(
    43  pub fn WlanGetSecuritySettings(
    44  pub fn WlanUIEditProfile(
    45  pub fn WlanHostedNetworkStartUsing(
    46  pub fn WlanHostedNetworkStopUsing(
    47  pub fn WlanHostedNetworkForceStart(
    48  pub fn WlanHostedNetworkForceStop(
    49  pub fn WlanHostedNetworkQueryProperty(
    50  pub fn WlanHostedNetworkSetProperty(
    51  pub fn WlanHostedNetworkInitSettings(
    52  pub fn WlanHostedNetworkRefreshSecuritySettings(
    53  pub fn WlanHostedNetworkQueryStatus(
    54  pub fn WlanHostedNetworkSetSecondaryKey(
    55  pub fn WlanHostedNetworkQuerySecondaryKey(
    56  pub fn WlanRegisterVirtualStationNotification(
    57  pub fn WFDOpenHandle(
    58  pub fn WFDCloseHandle(
    59  pub fn WFDStartOpenSession(
    60  pub fn WFDCancelOpenSession(
    61  pub fn WFDOpenLegacySession(
    62  pub fn WFDCloseSession(
    63  pub fn WFDUpdateDeviceVisibility(
    
    
    
    

    \winapi-0.3.9\src\um\wow64apiset.rs

    ═════════ pub fn 函数
    1  pub fn Wow64DisableWow64FsRedirection(
    2  pub fn Wow64RevertWow64FsRedirection(
    3  pub fn IsWow64Process(
    4  pub fn GetSystemWow64DirectoryA(
    5  pub fn GetSystemWow64DirectoryW(
    6  pub fn IsWow64Process2(
    
    
    
    

    \winapi-0.3.9\src\um\ws2bth.rs

    ═════════ macro_rules! 宏函数 
    1  macro_rules! BIT 【】
    2  macro_rules! MSC_SET_BREAK_LENGTH 【】
    
    
    
    

    \winapi-0.3.9\src\um\ws2spi.rs

    ═════════ pub fn 函数
    1  pub fn WSPStartup(
    2  pub fn WSCEnumProtocols(
    3  pub fn WSCEnumProtocols32(
    4  pub fn WSCDeinstallProvider(
    5  pub fn WSCDeinstallProvider32(
    6  pub fn WSCInstallProvider(
    7  pub fn WSCInstallProvider64_32(
    8  pub fn WSCGetProviderPath(
    9  pub fn WSCGetProviderPath32(
    10  pub fn WSCUpdateProvider(
    11  pub fn WSCUpdateProvider32(
    12  pub fn WSCSetProviderInfo(
    13  pub fn WSCGetProviderInfo(
    14  pub fn WSCSetProviderInfo32(
    15  pub fn WSCGetProviderInfo32(
    16  pub fn WSCSetApplicationCategory(
    17  pub fn WSCGetApplicationCategory(
    18  pub fn WPUCloseEvent(
    19  pub fn WPUCloseSocketHandle(
    20  pub fn WPUCreateEvent(
    21  pub fn WPUCreateSocketHandle(
    22  pub fn WPUFDIsSet(
    23  pub fn WPUGetProviderPath(
    24  pub fn WPUModifyIFSHandle(
    25  pub fn WPUPostMessage(
    26  pub fn WPUQueryBlockingCallback(
    27  pub fn WPUQuerySocketHandleContext(
    28  pub fn WPUQueueApc(
    29  pub fn WPUResetEvent(
    30  pub fn WPUSetEvent(
    31  pub fn WPUCompleteOverlappedRequest(
    32  pub fn WPUOpenCurrentThread(
    33  pub fn WPUCloseThread(
    34  pub fn WSCEnumNameSpaceProviders32(
    35  pub fn WSCEnumNameSpaceProvidersEx32(
    36  pub fn WSCInstallNameSpace(
    37  pub fn WSCInstallNameSpace32(
    38  pub fn WSCUnInstallNameSpace(
    39  pub fn WSCInstallNameSpaceEx(
    40  pub fn WSCInstallNameSpaceEx32(
    41  pub fn WSCUnInstallNameSpace32(
    42  pub fn WSCEnableNSProvider(
    43  pub fn WSCEnableNSProvider32(
    44  pub fn WSCInstallProviderAndChains64_32(
    45  pub fn WSCInstallProviderAndChains(
    46  pub fn NSPStartup(
    47  pub fn WSAAdvertiseProvider(
    48  pub fn WSAUnadvertiseProvider(
    49  pub fn WSAProviderCompleteAsyncCall(
    
    
    
    

    \winapi-0.3.9\src\um\ws2tcpip.rs

    ═════════ pub fn 函数
    1  pub fn getaddrinfo(
    2  pub fn GetAddrInfoW(
    3  pub fn GetAddrInfoExA(
    4  pub fn GetAddrInfoExW(
    5  pub fn GetAddrInfoExCancel(
    6  pub fn GetAddrInfoExOverlappedResult(
    7  pub fn SetAddrInfoExA(
    8  pub fn SetAddrInfoExW(
    9  pub fn freeaddrinfo(
    10  pub fn FreeAddrInfoW(
    11  pub fn FreeAddrInfoEx(
    12  pub fn FreeAddrInfoExW(
    13  pub fn getnameinfo(
    14  pub fn GetNameInfoW(
    15  pub fn inet_pton(
    16  pub fn InetPtonW(
    17  pub fn inet_ntop(
    18  pub fn InetNtopW(
    19  pub fn WSASetSocketSecurity(
    20  pub fn WSAQuerySocketSecurity(
    21  pub fn WSASetSocketPeerTargetName(
    22  pub fn WSADeleteSocketPeerTargetName(
    23  pub fn WSAImpersonateSocketPeer(
    24  pub fn WSARevertImpersonation();
    
    
    
    

    \winapi-0.3.9\src\um\wtsapi32.rs

    ═════════ pub fn 函数
    1  pub fn WTSQueryUserToken(SessionId: ULONG, phToken: PHANDLE) -> BOOL;
    
    
    
    

    \winapi-0.3.9\src\um\xinput.rs

    ═════════ pub fn 函数
    1  pub fn XInputGetState(
    2  pub fn XInputSetState(
    3  pub fn XInputGetCapabilities(
    4  pub fn XInputEnable(
    5  pub fn XInputGetAudioDeviceIds(
    6  pub fn XInputGetBatteryInformation(
    7  pub fn XInputGetKeystroke(
    8  pub fn XInputGetDSoundAudioDeviceGuids(
    
    
    
    

    \winapi-0.3.9\src\winrt\roapi.rs

    ═════════ pub fn 函数
    1  pub fn RoInitialize(
    2  pub fn RoUninitialize();
    3  pub fn RoActivateInstance(
    4  pub fn RoRegisterActivationFactories(
    5  pub fn RoRevokeActivationFactories(
    6  pub fn RoGetActivationFactory(
    7  pub fn RoRegisterForApartmentShutdown(
    8  pub fn RoUnregisterForApartmentShutdown(
    9  pub fn RoGetApartmentIdentifier(
    
    
    
    

    \winapi-0.3.9\src\winrt\robuffer.rs

    ═════════ pub fn 函数
    1  pub fn RoGetBufferMarshaler(
    
    
    
    

    \winapi-0.3.9\src\winrt\roerrorapi.rs

    ═════════ pub fn 函数
    1  pub fn RoGetErrorReportingFlags(
    2  pub fn RoSetErrorReportingFlags(
    3  pub fn RoResolveRestrictedErrorInfoReference(
    4  pub fn SetRestrictedErrorInfo(
    5  pub fn GetRestrictedErrorInfo(
    6  pub fn RoOriginateErrorW(
    7  pub fn RoOriginateError(
    8  pub fn RoTransformErrorW(
    9  pub fn RoTransformError(
    10  pub fn RoCaptureErrorContext(
    11  pub fn RoFailFastWithErrorContext(
    12  pub fn RoOriginateLanguageException(
    13  pub fn RoClearError();
    14  pub fn RoReportUnhandledError(
    15  pub fn RoInspectThreadErrorInfo(
    16  pub fn RoInspectCapturedStackBackTrace(
    17  pub fn RoGetMatchingRestrictedErrorInfo(
    18  pub fn RoReportFailedDelegate(
    19  pub fn IsErrorPropagationEnabled() -> BOOL;
    
    
    
    

    \winapi-0.3.9\src\winrt\winstring.rs

    ═════════ pub fn 函数
    1  pub fn WindowsCreateString(
    2  pub fn WindowsCreateStringReference(
    3  pub fn WindowsDeleteString(
    4  pub fn WindowsDuplicateString(
    5  pub fn WindowsGetStringLen(
    6  pub fn WindowsGetStringRawBuffer(
    7  pub fn WindowsIsStringEmpty(
    8  pub fn WindowsStringHasEmbeddedNull(
    9  pub fn WindowsCompareStringOrdinal(
    10  pub fn WindowsSubstring(
    11  pub fn WindowsSubstringWithSpecifiedLength(
    12  pub fn WindowsConcatString(
    13  pub fn WindowsReplaceString(
    14  pub fn WindowsTrimStringStart(
    15  pub fn WindowsTrimStringEnd(
    16  pub fn WindowsPreallocateStringBuffer(
    17  pub fn WindowsPromoteStringBuffer(
    18  pub fn WindowsDeleteStringBuffer(
    19  pub fn WindowsInspectString(
    20  pub fn HSTRING_UserSize(
    21  pub fn HSTRING_UserMarshal(
    22  pub fn HSTRING_UserUnmarshal(
    23  pub fn HSTRING_UserFree(
    24  pub fn HSTRING_UserSize64(
    25  pub fn HSTRING_UserMarshal64(
    26  pub fn HSTRING_UserUnmarshal64(
    27  pub fn HSTRING_UserFree64(
    
    
    
    

    \winapi-util-0.1.5\src\console.rs

    ═════════ pub fn 函数
    1  pub fn screen_buffer_info<H: AsHandleRef>(
    2  pub fn set_text_attributes<H: AsHandleRef>(
    3  pub fn mode<H: AsHandleRef>(h: H) -> io::Result<u32> 【】
    4  pub fn set_mode<H: AsHandleRef>(h: H, mode: u32) -> io::Result<()> 【】
    5  pub fn size(&self) -> (i16, i16) 【】
    6  pub fn cursor_position(&self) -> (i16, i16) 【】
    7  pub fn attributes(&self) -> u16 【】
    8  pub fn max_window_size(&self) -> (i16, i16) 【】
    9  pub fn window_rect(&self) -> SmallRect 【】
    10  pub fn stdout() -> io::Result<Console> 【】
    11  pub fn stderr() -> io::Result<Console> 【】
    12  pub fn fg(&mut self, intense: Intense, color: Color) -> io::Result<()> 【】
    13  pub fn bg(&mut self, intense: Intense, color: Color) -> io::Result<()> 【】
    14  pub fn reset(&mut self) -> io::Result<()> 【】
    15  pub fn set_virtual_terminal_processing(
    
    
    
    

    \winapi-util-0.1.5\src\file.rs

    ═════════ pub fn 函数
    1  pub fn information<H: AsHandleRef>(h: H) -> io::Result<Information> 【】
    2  pub fn typ<H: AsHandleRef>(h: H) -> io::Result<Type> 【】
    3  pub fn is_hidden(file_attributes: u64) -> bool 【】
    4  pub fn file_attributes(&self) -> u64 【】
    5  pub fn is_hidden(&self) -> bool 【】
    6  pub fn creation_time(&self) -> Option<u64> 【】
    7  pub fn last_access_time(&self) -> Option<u64> 【】
    8  pub fn last_write_time(&self) -> Option<u64> 【】
    9  pub fn volume_serial_number(&self) -> u64 【】
    10  pub fn file_size(&self) -> u64 【】
    11  pub fn number_of_links(&self) -> u64 【】
    12  pub fn file_index(&self) -> u64 【】
    13  pub fn is_char(&self) -> bool 【】
    14  pub fn is_disk(&self) -> bool 【】
    15  pub fn is_pipe(&self) -> bool 【】
    16  pub fn is_unknown(&self) -> bool 【】
    
    
    
    

    \winapi-util-0.1.5\src\win.rs

    ═════════ pub fn 函数
    1  pub fn from_file(file: File) -> Handle 【】
    2  pub fn from_path<P: AsRef<Path>>(path: P) -> io::Result<Handle> 【】
    3  pub fn from_path_any<P: AsRef<Path>>(path: P) -> io::Result<Handle> 【】
    4  pub fn as_file(&self) -> &File 【】
    5  pub fn as_file_mut(&mut self) -> &mut File 【】
    6  pub fn stdin() -> HandleRef 【】
    7  pub fn stdout() -> HandleRef 【】
    8  pub fn stderr() -> HandleRef 【】
    9  pub fn from_file(file: &File) -> HandleRef 【】
    10  pub unsafe fn from_raw_handle(handle: RawHandle) -> HandleRef 【】
    11  pub fn as_file(&self) -> &File 【】
    12  pub fn as_file_mut(&mut self) -> &mut File 【】