Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
Dfdt_wip.c15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial() argument
26 if ((unsigned)proplen < (len + idx)) in fdt_setprop_inplace_namelen_partial()
29 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial()
Dfdt_ro.c751 int length, len, idx = 0; in fdt_stringlist_search() local
769 return idx; in fdt_stringlist_search()
772 idx++; in fdt_stringlist_search()
779 const char *property, int idx, in fdt_stringlist_get() argument
806 if (idx == 0) { in fdt_stringlist_get()
814 idx--; in fdt_stringlist_get()
Dlibfdt.h1252 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/
Dsorttable.h283 int idx; in do_sort() local
307 idx = r(&s->sh_name); in do_sort()
308 if (!strcmp(secstrings + idx, "__ex_table")) { in do_sort()
312 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()
314 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()
329 if (!strcmp(secstrings + idx, ".init.data")) { in do_sort()
340 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()
345 if (!strcmp(secstrings + idx, ".orc_unwind")) { in do_sort()
Drecordmcount.c104 off_t idx = 0; in uwrite() local
129 idx = aoffset - count; in uwrite()
137 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
Dkallsyms.c671 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols() argument
691 *p2 = idx; in compress_symbols()
/scripts/gcc-plugins/
Drandomize_layout_plugin.c603 unsigned HOST_WIDE_INT idx; in check_bad_casts_in_constructor() local
607 FOR_EACH_CONSTRUCTOR_ELT(CONSTRUCTOR_ELTS(init), idx, field, val) { in check_bad_casts_in_constructor()
/scripts/kconfig/
Dqconf.cc795 int idx, x; in mouseReleaseEvent() local
802 idx = header()->logicalIndexAt(x); in mouseReleaseEvent()
803 switch (idx) { in mouseReleaseEvent()