Home
last modified time | relevance | path

Searched defs:do_swap (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/examples/
Diter_swap_example.cpp42 static void do_swap(I one, I two, const boost::false_type&) in do_swap() function
50 static void do_swap(I one, I two, const boost::true_type&) in do_swap() function
/aosp_15_r20/external/libtraceevent/src/
H A Dkbuffer-parse.c83 static int do_swap(struct kbuffer *kbuf) in do_swap() function
109 static void write_8(bool do_swap, void *ptr, unsigned long long data) in write_8()
117 static void write_4(bool do_swap, void *ptr, unsigned int data) in write_4()
960 bool do_swap = false; in kbuffer_read_buffer() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlibstdcxx_pair_swap_hack.cpp26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) { in do_swap() function
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py71 def __init__(self, do_swap): argument
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_lower_parallel_copy.c69 do_swap(agx_builder *b, const struct agx_copy *copy) in do_swap() function
/aosp_15_r20/art/compiler/optimizing/
H A Dparallel_move_resolver.cc196 bool do_swap = false; in PerformMove() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c67 do_swap(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_swap() function
/aosp_15_r20/trusty/user/app/storage/
Dsuper.c679 bool do_swap = false; /* Does the active superblock alternate mode match the in fs_init_from_super() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dbignum.c159 mbedtls_ct_condition_t do_swap = mbedtls_ct_bool(swap); in mbedtls_mpi_safe_cond_swap() local
/aosp_15_r20/external/mbedtls/library/
H A Dbignum.c158 mbedtls_ct_condition_t do_swap = mbedtls_ct_bool(swap); in mbedtls_mpi_safe_cond_swap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dadaptive_sort_merge.hpp877 bool const do_swap = first2 != first_min; in op_partial_merge_and_save_impl() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1451 do_swap(lower_context* ctx, Builder& bld, const copy_operation& copy, bool preserve_scc, in do_swap() function