Home
last modified time | relevance | path

Searched defs:cmp (Results 351 - 375 of 456) sorted by relevance

1...<<111213141516171819

/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc507 LogicVRegister Simulator::cmp(VectorFormat vform, in cmp() function in vixl::aarch64::Simulator
551 LogicVRegister Simulator::cmp(VectorFormat vform, in cmp() function in vixl::aarch64::Simulator
/third_party/python/Programs/
H A D_testembed.c1188 void *cmp = PyLong_AsVoidPtr(r); in test_open_code_hook() local
1205 void *cmp = PyLong_AsVoidPtr(r); in test_open_code_hook() local
/third_party/python/Python/
H A Dbltinmodule.c315 int cmp; in builtin_all() local
364 int cmp; in builtin_any() local
1797 int cmp = PyObject_RichCompareBool(val, maxval, op); in min_max() local
[all...]
H A Ddtoa.c844 cmp(Bigint *a, Bigint *b) in cmp() function
[all...]
H A Dhamt.c1072 int cmp = PyObject_RichCompareBool(key_or_null, key, Py_EQ); in hamt_node_bitmap_without() local
1302 int cmp = PyObject_RichCompareBool(key, el, Py_EQ); in hamt_node_collision_find_index() local
2441 int cmp = PyObject_RichCompareBool(v_val, w_val, Py_EQ); in _PyHamt_Eq() local
/third_party/python/Modules/_sre/
H A Dsre.c2729 int cmp; in pattern_richcompare() local
[all...]
/third_party/python/Modules/
H A Dmathmodule.c3577 int overflow, cmp; in math_perm_impl() local
3672 int overflow, cmp; in math_comb_impl() local
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/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/_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...]

Completed in 86 milliseconds

1...<<111213141516171819