| /third_party/vixl/src/aarch64/ |
| H A D | logic-aarch64.cc | 507 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.c | 1188 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 D | bltinmodule.c | 315 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 D | dtoa.c | 844 cmp(Bigint *a, Bigint *b) in cmp() function [all...] |
| H A D | hamt.c | 1072 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 D | sre.c | 2729 int cmp; in pattern_richcompare() local [all...] |
| /third_party/python/Modules/ |
| H A D | mathmodule.c | 3577 int overflow, cmp; in math_perm_impl() local 3672 int overflow, cmp; in math_comb_impl() local
|
| H A D | _collectionsmodule.c | 971 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 D | codeobject.c | 542 int cmp = PyUnicode_Compare(PyTuple_GET_ITEM(varnames, j), in PyCode_NewWithPosOnlyArgs() local
|
| H A D | listobject.c | 446 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 D | abstract.c | 2201 int cmp; in _PySequence_IterSearch() local
|
| H A D | bytearrayobject.c | 1034 int cmp; in bytearray_richcompare() local
|
| H A D | setobject.c | 64 int cmp; in set_lookkey() local 112 int cmp; in set_add_entry() local
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | message_test.py | 71 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor_containers.cc | 362 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 D | textio.c | 965 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 D | btree_test.cc | 2294 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 D | services.c | 2242 int rc = 0, cmp = 0; in sepol_genfs_sid() local
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_verify.c | 1745 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 D | cil_post.c | 2137 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 D | cil_policy.c | 697 struct cil_perm *cmp = i2->data; in cil_classperms_to_strings() local
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | lib.rs | 1015 fn cmp(&self, other: &Ident) -> Ordering { in cmp() functions
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_compiler_nir.c | 800 struct ir3_instruction *cmp; in emit_alu() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir.c | 372 int (*cmp)(const nir_variable *, const nir_variable *); member
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 1414 CmpInstruction *cmp = src->asCmp(); in opnd() local [all...] |