Searched defs:nslots (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 383 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/ |
D | cil_symtab.h | 69 uint32_t nslots; member
|
/external/strace/ |
D | number_set.c | 43 unsigned int nslots; member
|
/external/elfutils/lib/ |
D | fixedsizehash.h | 82 size_t nslots; in CONCAT() local
|
/external/openssh/ |
D | ssh-pkcs11.c | 62 CK_ULONG nslots; member
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 2025 _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/ |
D | fsstress.c | 101 int nslots; member
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 128 int nslots; member
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 2383 Py_ssize_t i, nbases, nslots, slotoffset, name_size; in type_new() local
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1863 … struct vrend_shader_io *get_io_slot(const struct vrend_shader_io *slots, unsigned nslots, int idx) in get_io_slot()
|