Searched refs:oth (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_export.cpp | 324 bool StreamOutInstr::is_equal_to(const StreamOutInstr& oth) const in is_equal_to() 327 return value() == oth.value() && in is_equal_to() 328 m_element_size == oth.m_element_size && in is_equal_to() 329 m_burst_count == oth.m_burst_count && in is_equal_to() 330 m_array_base == oth.m_array_base && in is_equal_to() 331 m_array_size == oth.m_array_size && in is_equal_to() 332 m_writemask == oth.m_writemask && in is_equal_to() 333 m_output_buffer == oth.m_output_buffer && in is_equal_to() 334 m_stream == oth.m_stream; in is_equal_to() 396 bool MemRingOutInstr::is_equal_to(const MemRingOutInstr& oth) cons [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 315 /// Compare the absolute values of `self` and `oth`. 328 pub fn ucmp(&self, oth: &BigNumRef) -> Ordering { in ucmp() 329 unsafe { ffi::BN_ucmp(self.as_ptr(), oth.as_ptr()).cmp(&0) } in ucmp() 1185 fn eq(&self, oth: &BigNumRef) -> bool { in eq() 1186 self.cmp(oth) == Ordering::Equal in eq() 1191 fn eq(&self, oth: &BigNum) -> bool { in eq() 1192 self.eq(oth.deref()) in eq() 1199 fn eq(&self, oth: &BigNum) -> bool { in eq() 1200 self.deref().eq(oth) in eq() 1205 fn eq(&self, oth [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | vj.c | 167 struct tcp_hdr *oth; in vj_compress_tcp() local 274 oth = (struct tcp_hdr *)&((struct vj_u32_t*)&cs->cs_ip)[ilen]; in vj_compress_tcp() 291 || TCPH_HDRLEN(th) != TCPH_HDRLEN(oth) in vj_compress_tcp() 293 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp() 307 } else if (th->urgp != oth->urgp) { in vj_compress_tcp() 315 if ((deltaS = (u16_t)(lwip_ntohs(th->wnd) - lwip_ntohs(oth->wnd))) != 0) { in vj_compress_tcp() 320 if ((deltaL = lwip_ntohl(th->ackno) - lwip_ntohl(oth->ackno)) != 0) { in vj_compress_tcp() 329 if ((deltaL = lwip_ntohl(th->seqno) - lwip_ntohl(oth->seqno)) != 0) { in vj_compress_tcp()
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapElement.java | 31 CapElement oth = (CapElement)arg0; in compareTo() 32 return attributes.toString().compareTo(oth.attributes.toString()); in compareTo()
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 231 { oth: [] }, 232 { oth: [{ r: '', d: '', t: '' }] },
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 127 bool operator==(PhysRegIterator oth) const { return reg == oth.reg; } in operator ==() 129 bool operator!=(PhysRegIterator oth) const { return reg != oth.reg; } in operator !=() 131 bool operator<(PhysRegIterator oth) const { return reg < oth.reg; } in operator <() 151 bool operator!=(const PhysRegInterval& oth) const { return lo_ != oth.lo_ || size != oth.size; } in operator !=()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdattst.c | 1369 UDateFormat *oth; in TestRelativeCrash() local 1372 oth = udat_clone(icudf, &subStatus); in TestRelativeCrash() 1375 udat_close(oth); /* ? */ in TestRelativeCrash()
|
Completed in 12 milliseconds