Home
last modified time | relevance | path

Searched defs:cmp (Results 301 - 325 of 395) sorted by relevance

1...<<111213141516

/third_party/python/Objects/
H A Dcodeobject.c542 int cmp = PyUnicode_Compare(PyTuple_GET_ITEM(varnames, j), in PyCode_NewWithPosOnlyArgs() local
H A Dlistobject.c446 int cmp; in list_contains() local
2618 int cmp = PyObject_RichCompareBool(obj, value, Py_EQ); in list_index_impl() local
2652 int cmp = PyObject_RichCompareBool(obj, value, Py_EQ); in list_count() local
2682 int cmp = PyObject_RichCompareBool(obj, value, Py_EQ); list_remove() local
[all...]
H A Dabstract.c2201 int cmp; in _PySequence_IterSearch() local
H A Dbytearrayobject.c1034 int cmp; in bytearray_richcompare() local
H A Dsetobject.c64 int cmp; in set_lookkey() local
112 int cmp; in set_add_entry() local
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py71 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc362 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorSequence_Equal() local
411 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorMapping_Equal() local
/third_party/python/Modules/
H A D_collectionsmodule.c971 int cmp; in deque_count() local
1010 int cmp; in deque_contains() local
1049 int cmp; in deque_index() local
1231 int cmp, rv; deque_remove() local
1408 int b, cmp=-1; deque_richcompare() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c965 int cmp = PyObject_RichCompareBool(cookieObj, _PyLong_GetZero(), Py_EQ); in _textiowrapper_fix_encoder_state() local
2429 int cmp; in _io_TextIOWrapper_seek_impl() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc2294 auto cmp = [&calls](int x, int y) { in TEST() local
2402 std::less<MovableOnlyInstance> cmp; in TEST() local
[all...]
/third_party/selinux/libsepol/src/
H A Dservices.c2242 int rc = 0, cmp = 0; in sepol_genfs_sid() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c1745 struct cil_perm *cmp = i->data; in __cil_verify_classperms() local
1760 struct cil_perm *cmp = j->data; in __cil_verify_classperms() local
1804 struct cil_perm *cmp = (struct cil_perm *)d; in __verify_map_perm_classperms() local
[all...]
H A Dcil_post.c2137 struct cil_perm *cmp = i->data; in __evaluate_classperms_list() local
2168 struct cil_perm *cmp = (struct cil_perm *)d; in __evaluate_map_perm_classperms() local
H A Dcil_policy.c697 struct cil_perm *cmp = i2->data; in cil_classperms_to_strings() local
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs1015 fn cmp(&self, other: &Ident) -> Ordering { in cmp() functions
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c800 struct ir3_instruction *cmp; in emit_alu() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c372 int (*cmp)(const nir_variable *, const nir_variable *); member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1414 CmpInstruction *cmp = src->asCmp(); in opnd() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h603 void cmp(Register reg0, Register reg1) { cmp(reg0, Operand(reg1)); } in cmp() function in v8::internal::Assembler
605 void cmp(Register reg, const Immediate& imm) { cmp(Operand(reg), imm); } in cmp() function in v8::internal::Assembler
897 cmpps(XMMRegister dst, XMMRegister src, uint8_t cmp) cmpps() argument
901 cmppd(XMMRegister dst, XMMRegister src, uint8_t cmp) cmppd() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h1650 void vcmpps(XMMRegister dst, XMMRegister src1, XMMRegister src2, int8_t cmp) { in vcmpps() argument
1654 void vcmpps(YMMRegister dst, YMMRegister src1, YMMRegister src2, int8_t cmp) { in vcmpps() argument
1658 vcmpps(XMMRegister dst, XMMRegister src1, Operand src2, int8_t cmp) vcmpps() argument
1662 vcmpps(YMMRegister dst, YMMRegister src1, Operand src2, int8_t cmp) vcmpps() argument
1666 vcmppd(XMMRegister dst, XMMRegister src1, XMMRegister src2, int8_t cmp) vcmppd() argument
1670 vcmppd(YMMRegister dst, YMMRegister src1, YMMRegister src2, int8_t cmp) vcmppd() argument
1674 vcmppd(XMMRegister dst, XMMRegister src1, Operand src2, int8_t cmp) vcmppd() argument
1678 vcmppd(YMMRegister dst, YMMRegister src1, Operand src2, int8_t cmp) vcmppd() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2734 LLVMValueRef cmp; in lp_build_rsqrt() local
3079 LLVMValueRef cmp in lp_build_pow() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2203 Instruction *cmp = emit(opcode, dst, 0, left, index, right, index); in emitCmp() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1822 void ShaderCore::cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) in cmp() function in sw::ShaderCore
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c1970 int cmp; in process_IDAT() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp435 static IterT BinaryFindFirstNotLess(IterT beg, IterT end, const KeyT &key, const CmpLess& cmp) in BinaryFindFirstNotLess() argument
463 IterT BinaryFindSorted(const IterT& beg, const IterT& end, const KeyT& value, const CmpLess& cmp) in BinaryFindSorted() argument
950 size_t InsertSorted(const T& value, const CmpLess& cmp) in InsertSorted() argument
962 RemoveSorted(const T& value, const CmpLess& cmp) RemoveSorted() argument
[all...]

Completed in 80 milliseconds

1...<<111213141516