/third_party/ffmpeg/libavcodec/ |
H A D | shorten.c | 114 int swap; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_avectorscope.c | 69 int swap; member
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 892 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 D | ICUJDKCompare.java | 79 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 D | addrelemlib.cpp | 725 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 D | ac_shader_util.c | 531 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 D | bignum_core.c | 187 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 D | json.hpp | 3483 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 D | vtn_alu.c | 303 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 D | buffer.js | 1173 function swap(b, n, m) { function [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkgitems.cpp | 64 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 D | pkgitems.cpp | 64 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 D | fd6_blitter.c | 539 enum a3xx_color_swap swap = fd6_color_swap(pfmt, dst->layout.tile_mode); in emit_blit_dst() local
|
H A D | fd6_gmem.c | 88 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 D | curve448.c | 392 mask_t swap = 0; in ossl_x448_int() local
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 392 mask_t swap = 0; in ossl_x448_int() local
|
/third_party/skia/src/core/ |
H A D | SkString.cpp | 605 void SkString::swap(SkString& other) { in swap() function in SkString
|
H A D | SkBitmap.cpp | 83 void SkBitmap::swap(SkBitmap& other) { in swap() function in SkBitmap
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 572 Bool swap = Yb < Ya; in edge() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.cpp | 567 Bool swap = Yb < Ya; in edge() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 64 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 D | hb-bit-set.hh | 45 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 D | InstrProfReader.h | 237 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 D | SmallVector.h | 675 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 D | StringMap.h | 116 void swap(StringMapImpl &Other) { in swap() function in llvm::StringMapImpl
|