Searched refs:struct_size (Results 1 – 3 of 3) sorted by relevance
| /scripts/dtc/libfdt/ |
| D | fdt_rw.c | 14 int mem_rsv_size, int struct_size) in fdt_blocks_misordered_() argument 20 (fdt_off_dt_struct(fdt) + struct_size)) in fdt_blocks_misordered_() 398 int struct_size, in fdt_packblocks_() argument 405 strings_off = struct_off + struct_size; in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 412 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() 422 int mem_rsv_size, struct_size; in fdt_open_into() local 434 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into() 436 struct_size = 0; in fdt_open_into() 437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into() [all …]
|
| /scripts/coccinelle/misc/ |
| D | struct_size.cocci | 3 /// Check for code that could use struct_size(). 46 + struct_size(E1, m, E2) 66 coccilib.org.print_todo(p[0], "WARNING should use struct_size") 72 msg="WARNING: Use struct_size"
|
| D | array_size_dup.cocci | 3 /// Check for array_size(), array3_size(), struct_size() duplicates. 153 struct_size(E1, E2, E3) 165 * struct_size(E1, E2, E3)@p2 172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) 180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) 190 * struct_size(E1, E2, E3)@p1 200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line) 208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
|