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.h1245 uint32_t idx, const void *val,
/scripts/
Dsorttable.h217 int idx; in do_sort() local
236 idx = r(&s->sh_name); in do_sort()
237 if (!strcmp(secstrings + idx, "__ex_table")) { in do_sort()
241 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()
243 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()
258 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()
263 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.c549 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols() argument
569 *p2 = idx; in compress_symbols()
/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.c621 unsigned HOST_WIDE_INT idx; in check_bad_casts_in_constructor() local
625 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()