Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 10 of 10) sorted by relevance

/scripts/kconfig/
Dqconf.h92 void addColumn(colIdx idx) in addColumn() argument
94 showColumn(idx); in addColumn()
96 void removeColumn(colIdx idx) in removeColumn() argument
98 hideColumn(idx); in removeColumn()
168 void setText(colIdx idx, const QString& text) in setText() argument
170 Parent::setText(idx, text); in setText()
172 QString text(colIdx idx) const in text() argument
174 return Parent::text(idx); in text()
176 void setPixmap(colIdx idx, const QIcon &icon) in setPixmap() argument
178 Parent::setIcon(idx, icon); in setPixmap()
[all …]
Dqconf.cc775 int idx, x; in mouseReleaseEvent() local
782 idx = header()->logicalIndexAt(x); in mouseReleaseEvent()
783 switch (idx) { in mouseReleaseEvent()
/scripts/
Dsortextable.h111 int idx; in do_func() local
128 idx = r(&shdr[i].sh_name); in do_func()
129 if (strcmp(secstrtab + idx, "__ex_table") == 0) { in do_func()
139 if (strcmp(secstrtab + idx, ".symtab") == 0) in do_func()
141 if (strcmp(secstrtab + idx, ".strtab") == 0) in do_func()
183 idx = r(&sym->st_name); in do_func()
184 if (strcmp(strtab + idx, "main_extable_sort_needed") == 0) { in do_func()
Drecordmcount.c102 off_t idx = 0; in uwrite() local
123 idx = aoffset - count; in uwrite()
131 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
Dkallsyms.c512 static void compress_symbols(unsigned char *str, int idx) in compress_symbols() argument
532 *p2 = idx; in compress_symbols()
/scripts/dtc/libfdt/
Dfdt_wip.c15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial() argument
26 if (proplen < (len + idx)) in fdt_setprop_inplace_namelen_partial()
29 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial()
Dfdt_ro.c726 int length, len, idx = 0; in fdt_stringlist_search() local
744 return idx; in fdt_stringlist_search()
747 idx++; in fdt_stringlist_search()
754 const char *property, int idx, in fdt_stringlist_get() argument
781 if (idx == 0) { in fdt_stringlist_get()
789 idx--; in fdt_stringlist_get()
Dlibfdt.h1219 uint32_t idx, const void *val,
/scripts/gdb/linux/
Dtimerlist.py28 def print_timer(rb_node, idx): argument
38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
48 idx = 0
50 yield print_timer(curr, idx)
52 idx += 1
/scripts/gcc-plugins/
Drandomize_layout_plugin.c620 unsigned HOST_WIDE_INT idx; in check_bad_casts_in_constructor() local
624 FOR_EACH_CONSTRUCTOR_ELT(CONSTRUCTOR_ELTS(init), idx, field, val) { in check_bad_casts_in_constructor()