Home
last modified time | relevance | path

Searched refs:nslots (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp399 nslots = var.type().slotCount();
406 SkASSERT(nslots == 4);
420 SkASSERT(uniformIter + nslots <= uniforms.end());
421 for (size_t i = 0; i < nslots; ++i) {
424 uniformIter += nslots;
431 for (size_t i = 0; i < nslots; ++i) {
456 nslots = p->type().slotCount();
458 for (size_t i = 0; i < nslots; ++i) {
461 argIdx += nslots;
470 size_t nslots
[all...]
/third_party/elfutils/lib/
H A Dfixedsizehash.h76 size_t nslots; in CONCAT() local
116 result->nslots = nelems; in CONCAT()
135 size_t idx = 1 + hval % htab->nslots; in CONCAT()
147 hash = 1 + hval % (htab->nslots - 2); in CONCAT()
152 idx = htab->nslots + idx - hash; in CONCAT()
/third_party/libinput/test/
H A 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()
H A Dtest-touchpad-buttons.c953 int nslots = litest_slot_count(dev); in START_TEST() local
962 if (nslots > 1) { in START_TEST()
971 if (nslots > 2) { in START_TEST()
990 if (nslots >= nfingers) in START_TEST()
994 if (nslots >= nfingers) in START_TEST()
1012 if (nslots > 3) { in START_TEST()
1021 if (nslots > 2) { in START_TEST()
/third_party/libinput/src/
H A 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()
826 totem->nslots = num_slots; in evdev_totem_create()
/third_party/libinput/tools/
H A Dlibinput-analyze-touch-down-state.py99 nslots = absinfo[libevdev.EV_ABS.ABS_MT_SLOT.value][1] + 1
114 nslots = max(nslots, tool_slot_map[bit])
116 slots = [Slot(i) for i in range(0, nslots)]
H A Dlibinput-analyze-per-slot-delta.py193 nslots = absinfo[libevdev.EV_ABS.ABS_MT_SLOT.value][1] + 1
198 nslots = 1
200 slots = [Slot(i) for i in range(0, nslots)]
/third_party/selinux/libsepol/cil/src/
H A 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()
H A Dcil_symtab.h69 uint32_t nslots; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h152 void set_required_slots(int nslots) { m_required_slots = nslots;}
/third_party/musl/src/malloc/oldmallocng/
H A Dmallinfo.c50 for (int i=0; i<ma->nslots; i++) { in accumulate_meta_area()
/third_party/libevdev/test/
H A Dtest-libevdev-has-event.c397 const int nslots = 4; in START_TEST() local
403 { .value = ABS_MT_SLOT, .minimum = 0, .maximum = nslots - 1 } in START_TEST()
409 ck_assert_int_eq(libevdev_get_num_slots(dev), nslots); in START_TEST() local
421 const int nslots = 4; in START_TEST() local
429 { .value = ABS_MT_SLOT, .minimum = 0, .maximum = nslots - 1 } in START_TEST()
/third_party/libevdev/libevdev/
H A Dlibevdev.c72 int nslots; in init_event_queue() local
88 nslots = libevdev_get_num_slots(dev); in init_event_queue()
89 if (nslots > 1) { in init_event_queue()
98 nevents += num_mt_axes * (nslots - 1); in init_event_queue()
671 unsigned int nslots = min(MAX_SLOTS, dev->num_slots); in sync_mt_state() local
689 for (unsigned int slot = 0; slot < nslots; slot++) { in sync_mt_state()
723 memcpy(changes_out, changes, sizeof(*changes) * nslots); in sync_mt_state()
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h37 int nslots; member
H A Dmalloc.c166 ctx.avail_meta_count = ctx.meta_area_tail->nslots in alloc_meta()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h37 int nslots; member
H A Dmalloc.c162 ctx.avail_meta_count = ctx.meta_area_tail->nslots in alloc_meta()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c102 int nslots; member
547 flist[i].nslots = 0; in main()
564 if (ftp->nfiles == ftp->nslots) { in add_to_flist()
565 ftp->nslots += FLIST_SLOT_INCR; in add_to_flist()
566 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t)); in add_to_flist()

Completed in 16 milliseconds