Home
last modified time | relevance | path

Searched defs:nslots (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp383 nslots = var.type().slotCount(); in SkVMGenerator() local
428 nslots = p->type().slotCount(); in writeFunction() local
442 size_t nslots = p->type().slotCount(); in writeFunction() local
464 nslots = v.type().slotCount(); in getSlot() local
546 size_t nslots = std::max(lVal.slots(), rVal.slots()); in writeBinaryExpression() local
988 size_t nslots = std::max(args[0].slots(), args[1].slots()); in writeIntrinsicCall() local
1002 size_t nslots = std::max({args[0].slots(), args[1].slots(), args[2].slots()}); in writeIntrinsicCall() local
1209 size_t nslots = f.type().slotCount(); in writeFunctionCall() local
1228 size_t nslots = p->type().slotCount(); in writeFunctionCall() local
1255 size_t nslots = c.type().slotCount(); in writeExternalFunctionCall() local
[all …]
/external/selinux/libsepol/cil/src/
Dcil_symtab.h69 uint32_t nslots; member
/external/strace/
Dnumber_set.c43 unsigned int nslots; member
/external/elfutils/lib/
Dfixedsizehash.h82 size_t nslots; in CONCAT() local
/external/openssh/
Dssh-pkcs11.c62 CK_ULONG nslots; member
/external/python/cpython2/Objects/
Dtypeobject.c2025 _unicode_to_string(PyObject *slots, Py_ssize_t nslots) in _unicode_to_string()
2102 Py_ssize_t i, nbases, nslots, slotoffset; in type_new() local
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c101 int nslots; member
/external/e2fsprogs/contrib/
Dfsstress.c128 int nslots; member
/external/python/cpython3/Objects/
Dtypeobject.c2383 Py_ssize_t i, nbases, nslots, slotoffset, name_size; in type_new() local
/external/virglrenderer/src/
Dvrend_shader.c1863 … struct vrend_shader_io *get_io_slot(const struct vrend_shader_io *slots, unsigned nslots, int idx) in get_io_slot()