/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 122 VarType::VarType (const VarType& other) in VarType() argument 157 VarType& VarType::operator= (const VarType& other) in operator =() argument [all...] |
H A D | glsVertexArrayTests.hpp | 254 operator +=(const WrappedType<Type>& other) operator +=() argument 255 operator *=(const WrappedType<Type>& other) operator *=() argument 256 operator /=(const WrappedType<Type>& other) operator /=() argument 257 operator -=(const WrappedType<Type>& other) operator -=() argument 287 operator +=(const WrappedFloatType<Type>& other) operator +=() argument 288 operator *=(const WrappedFloatType<Type>& other) operator *=() argument 289 operator /=(const WrappedFloatType<Type>& other) operator /=() argument 290 operator -=(const WrappedFloatType<Type>& other) operator -=() argument 331 operator +=(const Half& other) operator +=() argument 332 operator *=(const Half& other) operator *=() argument 333 operator /=(const Half& other) operator /=() argument 334 operator -=(const Half& other) operator -=() argument 365 operator +=(const Fixed& other) operator +=() argument 366 operator *=(const Fixed& other) operator *=() argument 367 operator /=(const Fixed& other) operator /=() argument 368 operator -=(const Fixed& other) operator -=() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 2213 compare_priorities(const struct ieee802_1x_kay_peer *peer, const struct ieee802_1x_kay_peer *other) compare_priorities() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 2593 struct wpa_bss *other; in interworking_match_anqp_info() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | interworking.c | 2641 struct wpa_bss *other; in interworking_match_anqp_info() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 2142 struct hostapd_data *other; in handle_auth() local [all...] |
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | rme9652.c | 1959 struct snd_pcm_substream *other; in snd_rme9652_reset() local 2095 struct snd_pcm_substream *other; in snd_rme9652_trigger() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 2492 void hists__match(struct hists *leader, struct hists *other) in hists__match() argument 2567 int hists__link(struct hists *leader, struct hists *other) in hists__link() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 1534 static int close_blocks(u64 blocknr, u64 other, u32 blocksize) in close_blocks() argument 1609 u64 other; in btrfs_realloc_node() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 748 static int close_blocks(u64 blocknr, u64 other, u32 blocksize) in close_blocks() argument 822 u64 other; in btrfs_realloc_node() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdmi.c | 2922 struct intel_encoder *other; in get_encoder_by_ddc_pin() local 2941 struct intel_encoder *other; in intel_hdmi_ddc_pin() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 3866 struct ve_node *other; virtual_submission_tasklet() local [all...] |
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 462 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument 483 unix_dgram_peer_wake_disconnect(struct sock *sk, struct sock *other) unix_dgram_peer_wake_disconnect() argument 500 unix_dgram_peer_wake_disconnect_wakeup(struct sock *sk, struct sock *other) unix_dgram_peer_wake_disconnect_wakeup() argument 514 unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) unix_dgram_peer_wake_me() argument 559 unix_dgram_disconnected(struct sock *sk, struct sock *other) unix_dgram_disconnected() argument 1368 struct sock *other; unix_dgram_connect() local 1477 struct sock *sk = sock->sk, *newsk = NULL, *other = NULL; unix_stream_connect() local 1838 unix_passcred_enabled(const struct socket *sock, const struct sock *other) unix_passcred_enabled() argument 1853 maybe_add_creds(struct sk_buff *skb, const struct socket *sock, const struct sock *other) maybe_add_creds() argument 1899 struct sock *sk = sock->sk, *other = NULL; unix_dgram_sendmsg() local 2113 queue_oob(struct socket *sock, struct msghdr *msg, struct sock *other, struct scm_cookie *scm, bool fds_sent) queue_oob() argument 2169 struct sock *other = NULL; unix_stream_sendmsg() local 2904 struct sock *other; unix_shutdown() local 3110 struct sock *sk = sock->sk, *other; unix_dgram_poll() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 1632 static int evsel__match_other_cpu(struct evsel *evsel, struct evsel *other, in evsel__match_other_cpu() argument
|
H A D | hist.c | 2544 void hists__match(struct hists *leader, struct hists *other) in hists__match() argument 2619 int hists__link(struct hists *leader, struct hists *other) in hists__link() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 1905 struct snd_pcm_substream *other; in snd_rme9652_reset() local 2043 struct snd_pcm_substream *other; in snd_rme9652_trigger() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 2625 void copyFieldFrom(SkeletonFields other, int field) { in copyFieldFrom() argument 2715 public int compareTo(SkeletonFields other) { in compareTo() argument 2730 equals(Object other) equals() argument 2898 getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) getDistance() argument 2925 equals(Object other) equals() argument 2942 setTo(DistanceInfo other) setTo() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 573 public MeasureUnit product(MeasureUnit other) { in product() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Calendar.java | 2279 isEquivalentTo(Calendar other) isEquivalentTo() argument 4601 equals(Object other) equals() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 366 DateTimePatternGenerator::DateTimePatternGenerator(const DateTimePatternGenerator& other) : in DateTimePatternGenerator() argument 384 DateTimePatternGenerator::operator=(const DateTimePatternGenerator& other) { in operator =() argument 1872 copyHashtable(Hashtable *other, UErrorCode &status) copyHashtable() argument 2013 copyFrom(const PatternMap& other, UErrorCode& status) copyFrom() argument 2295 DateTimeMatcher(const DateTimeMatcher& other) DateTimeMatcher() argument 2299 operator =(const DateTimeMatcher& other) operator =() argument 2415 getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo) const getDistance() argument 2623 setTo(const DistanceInfo& other) setTo() argument 2730 copyFrom(const SkeletonFields& other) copyFrom() argument 2792 PtnSkeleton(const PtnSkeleton& other) PtnSkeleton() argument 2796 copyFrom(const PtnSkeleton& other) copyFrom() argument [all...] |
H A D | dtfmtsym.cpp | 293 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other) in DateFormatSymbols() argument 367 DateFormatSymbols::copyData(const DateFormatSymbols& other) { in copyData() argument 453 operator =(const DateFormatSymbols& other) operator =() argument [all...] |
H A D | smpdtfmt.cpp | 558 SimpleDateFormat::SimpleDateFormat(const SimpleDateFormat& other) in SimpleDateFormat() argument 572 SimpleDateFormat& SimpleDateFormat::operator=(const SimpleDateFormat& other) in operator =() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 129 other = 19, member in aco::instr_class [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 369 DateTimePatternGenerator::DateTimePatternGenerator(const DateTimePatternGenerator& other) : in DateTimePatternGenerator() argument 387 DateTimePatternGenerator::operator=(const DateTimePatternGenerator& other) { in operator =() argument 1864 copyHashtable(Hashtable *other, UErrorCode &status) copyHashtable() argument 2005 copyFrom(const PatternMap& other, UErrorCode& status) copyFrom() argument 2287 DateTimeMatcher(const DateTimeMatcher& other) DateTimeMatcher() argument 2291 operator =(const DateTimeMatcher& other) operator =() argument 2407 getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo) const getDistance() argument 2615 setTo(const DistanceInfo& other) setTo() argument 2722 copyFrom(const SkeletonFields& other) copyFrom() argument 2784 PtnSkeleton(const PtnSkeleton& other) PtnSkeleton() argument 2788 copyFrom(const PtnSkeleton& other) copyFrom() argument [all...] |
H A D | dtfmtsym.cpp | 293 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other) in DateFormatSymbols() argument 375 DateFormatSymbols::copyData(const DateFormatSymbols& other) { in copyData() argument 461 operator =(const DateFormatSymbols& other) operator =() argument [all...] |