Searched refs:idx (Results 1 – 9 of 9) sorted by relevance
/scripts/dtc/libfdt/ |
D | fdt_wip.c | 15 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()
|
D | fdt_ro.c | 751 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()
|
D | libfdt.h | 1252 uint32_t idx, const void *val,
|
/scripts/gdb/linux/ |
D | timerlist.py | 28 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/ |
D | sorttable.h | 283 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()
|
D | recordmcount.c | 104 off_t idx = 0; in uwrite() local 129 idx = aoffset - count; in uwrite() 137 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
|
D | kallsyms.c | 671 static void compress_symbols(const unsigned char *str, int idx) in compress_symbols() argument 691 *p2 = idx; in compress_symbols()
|
/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 603 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/ |
D | qconf.cc | 795 int idx, x; in mouseReleaseEvent() local 802 idx = header()->logicalIndexAt(x); in mouseReleaseEvent() 803 switch (idx) { in mouseReleaseEvent()
|