Home
last modified time | relevance | path

Searched refs:gadget_count (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-ropper/Ropper-1.13.6/ropper/
H A Dservice.py84 gadget_count = 0
86 gadget_count += len(gadget)
94 callback(gadget, added, float(i)/(gadget_count-1))
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilSemVal.c565 int gadget_count = 0; local
569 list_entry, &gadget_count);
570 list_entry->w_gadget_count = gadget_count;
1656 (widget_node, widget_type, list_entry, control_entry, gadget_count) in sem_validate_control_entry() argument
1661 int *gadget_count;
1694 *gadget_count += 1;
H A DUilDefI.h529 …e , sym_list_entry_type *list_entry , sym_control_entry_type *control_entry , int *gadget_count ));