Home
last modified time | relevance | path

Searched defs:swap (Results 151 - 175 of 275) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Dshorten.c114 int swap; member
/third_party/ffmpeg/libavfilter/
H A Davf_avectorscope.c69 int swap; member
/third_party/gn/src/base/containers/
H A Dcircular_deque.h892 void swap(circular_deque& other) { in swap() function in base::circular_deque
899 friend void swap(circular_deque& lhs, circular_deque& rhs) { lhs.swap(rhs); } in swap() function in base::circular_deque
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java79 private boolean swap; field in ICUJDKCompare
126 public ICUJDKCompare setSwap(boolean swap) { in setSwap() argument
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp725 GetCompSwap( AddrSurfaceSwap swap, PixelFormatInfo* pInfo) GetCompSwap() argument
844 PixGetColorCompInfo( AddrColorFormat format, AddrSurfaceNumber number, AddrSurfaceSwap swap, PixelFormatInfo* pInfo ) const PixGetColorCompInfo() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c531 void ac_choose_spi_color_formats(unsigned format, unsigned swap, unsigned ntype, in ac_choose_spi_color_formats() argument
[all...]
/third_party/mbedtls/library/
H A Dbignum_core.c187 mbedtls_mpi_core_cond_swap(mbedtls_mpi_uint *X, mbedtls_mpi_uint *Y, size_t limbs, mbedtls_ct_condition_t swap) mbedtls_mpi_core_cond_swap() argument
/third_party/json/include/nlohmann/
H A Djson.hpp3483 void swap(array_t& other) // NOLINT(bugprone-exception-escape) swap() function in basic_json
3499 void swap(object_t& other) // NOLINT(bugprone-exception-escape) swap() function in basic_json
3515 void swap(string_t& other) // NOLINT(bugprone-exception-escape) swap() function in basic_json
3531 void swap(binary_t& other) // NOLINT(bugprone-exception-escape) swap() function in basic_json
3547 void swap(typename binary_t::container_type& other) // NOLINT(bugprone-exception-escape) swap() function in basic_json
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c303 vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b, SpvOp opcode, bool *swap, bool *exact, unsigned src_bit_size, unsigned dst_bit_size) vtn_nir_alu_op_for_spirv_opcode() argument
773 bool swap; vtn_handle_alu() local
885 bool swap; vtn_handle_alu() local
945 bool swap; vtn_handle_alu() local
[all...]
/third_party/node/lib/
H A Dbuffer.js1173 function swap(b, n, m) { function
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(nullptr) { in NativeItem() argument
80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() argument
80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c539 enum a3xx_color_swap swap = fd6_color_swap(pfmt, dst->layout.tile_mode); in emit_blit_dst() local
H A Dfd6_gmem.c88 enum a3xx_color_swap swap = WZYX; in emit_mrt() local
1008 enum a3xx_color_swap swap = fd6_color_swap(pfmt, rsc->layout.tile_mode); in emit_blit() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c392 mask_t swap = 0; in ossl_x448_int() local
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c392 mask_t swap = 0; in ossl_x448_int() local
/third_party/skia/src/core/
H A DSkString.cpp605 void SkString::swap(SkString& other) { in swap() function in SkString
H A DSkBitmap.cpp83 void SkBitmap::swap(SkBitmap& other) { in swap() function in SkBitmap
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp572 Bool swap = Yb < Ya; in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp567 Bool swap = Yb < Ya; in edge() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() argument
80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh45 friend void swap (hb_bit_set_t &a, hb_bit_set_t &b) in swap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h237 template <class IntT> IntT swap(IntT Int) const { in swap() function in llvm::RawInstrProfReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h675 void SmallVectorImpl<T>::swap(SmallVectorImpl<T> &RHS) { in swap() function in llvm::SmallVectorImpl
919 swap(llvm::SmallVectorImpl<T> &LHS, llvm::SmallVectorImpl<T> &RHS) { in swap() function
926 swap(llvm::SmallVector<T, N> &LHS, llvm::SmallVector<T, N> &RHS) { swap() function
[all...]
H A DStringMap.h116 void swap(StringMapImpl &Other) { in swap() function in llvm::StringMapImpl

Completed in 32 milliseconds

1234567891011