Home
last modified time | relevance | path

Searched refs:nslots (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp399 nslots = var.type().slotCount(); in setupGlobals() local
406 SkASSERT(nslots == 4); in setupGlobals()
420 SkASSERT(uniformIter + nslots <= uniforms.end()); in setupGlobals()
421 for (size_t i = 0; i < nslots; ++i) { in setupGlobals()
424 uniformIter += nslots; in setupGlobals()
431 for (size_t i = 0; i < nslots; ++i) { in setupGlobals()
456 nslots = p->type().slotCount(); in writeFunction() local
458 for (size_t i = 0; i < nslots; ++i) { in writeFunction()
461 argIdx += nslots; in writeFunction()
470 size_t nslots = p->type().slotCount(); in writeFunction() local
[all …]
/third_party/libinput/test/
Dlitest-device-protocol-a-touch-screen.c37 unsigned int nslots; member
45 dev->nslots = PROTOCOL_A_MAX_SLOTS; in protocolA_create()
64 for (unsigned int i = 0; i < dev->nslots; i++) { in protocolA_down()
108 for (unsigned int i = 0; i < dev->nslots; i++) { in protocolA_move()
145 for (unsigned int i = 0; i < dev->nslots; i++) { in protocolA_up()
Dtest-touchpad-buttons.c966 int nslots = litest_slot_count(dev); in START_TEST() local
975 if (nslots > 1) { in START_TEST()
984 if (nslots > 2) { in START_TEST()
1003 if (nslots >= nfingers) in START_TEST()
1007 if (nslots >= nfingers) in START_TEST()
1025 if (nslots > 3) { in START_TEST()
1034 if (nslots > 2) { in START_TEST()
/third_party/boost/boost/mpi/collectives/
Dscatter.hpp63 int const* nslots, int const* skipped_slots, in fill_scatter_sendbuf() argument
73 for (int i = 0; i < nslots[dest]; ++i) { in fill_scatter_sendbuf()
140 std::vector<int> nslots(comm.size(), n); in scatter_impl() local
141 fill_scatter_sendbuf(comm, in_values, c_data(nslots), (int const*)0, sendbuf, archsizes); in scatter_impl()
/third_party/libinput/src/
Devdev-totem.c51 size_t nslots; member
124 for (size_t i = 0; !enable_touch_device && i < totem->nslots; i++) { in totem_set_touch_device_enabled()
210 if ((size_t)e->value >= totem->nslots) { in totem_process_abs()
214 totem->nslots); in totem_process_abs()
215 e->value = totem->nslots - 1; in totem_process_abs()
498 for (size_t i = 0; i < totem->nslots; i++) { in totem_handle_state()
556 for (size_t i = 0; i < totem->nslots; i++) { in totem_interface_suspend()
666 for (size_t i = 0; i < totem->nslots; i++) { in totem_interface_initial_proximity()
824 totem->nslots = num_slots; in evdev_totem_create()
/third_party/selinux/libsepol/cil/src/
Dcil_symtab.c163 symtab->nslots = size; in cil_complex_symtab_init()
275 for (i = 0; i < symtab->nslots; i++) { in cil_complex_symtab_destroy()
287 symtab->nslots = 0; in cil_complex_symtab_destroy()
Dcil_symtab.h69 uint32_t nslots; member
/third_party/libinput/tools/
Dlibinput-analyze-per-slot-delta.py165 nslots = absinfo[libevdev.EV_ABS.ABS_MT_SLOT.value][1] + 1
170 nslots = 1
172 slots = [Slot(i) for i in range(0, nslots)]
/third_party/musl/src/malloc/mallocng/
Dmallinfo.c50 for (int i=0; i<ma->nslots; i++) {
/third_party/libevdev/libevdev/
Dlibevdev.c88 int nslots; in init_event_queue() local
104 nslots = libevdev_get_num_slots(dev); in init_event_queue()
105 if (nslots > 1) { in init_event_queue()
114 nevents += num_mt_axes * (nslots - 1); in init_event_queue()
687 unsigned int nslots = min(MAX_SLOTS, dev->num_slots); in sync_mt_state() local
705 for (unsigned int slot = 0; slot < nslots; slot++) { in sync_mt_state()
739 memcpy(changes_out, changes, sizeof(*changes) * nslots); in sync_mt_state()
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c101 int nslots; member
546 flist[i].nslots = 0; in main()
563 if (ftp->nfiles == ftp->nslots) { in add_to_flist()
564 ftp->nslots += FLIST_SLOT_INCR; in add_to_flist()
565 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t)); in add_to_flist()
/third_party/e2fsprogs/contrib/
Dfsstress.c128 int nslots; member
573 flist[i].nslots = 0; in main()
590 if (ftp->nfiles == ftp->nslots) { in add_to_flist()
591 ftp->nslots += FLIST_SLOT_INCR; in add_to_flist()
592 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t)); in add_to_flist()