Searched defs:length (Results 1 – 4 of 4) sorted by relevance
| /scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 152 unsigned long length; member 155 static void partition_struct(tree *fields, unsigned long length, struct partition_group *size_group… in partition_struct() 191 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle() 228 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle() 242 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle()
|
| D | stackleak_plugin.c | 436 static inline bool string_equal(tree node, const char *string, int length) in string_equal()
|
| /scripts/dtc/libfdt/ |
| D | fdt_ro.c | 755 int length, count = 0; in fdt_stringlist_count() local 780 int length, len, idx = 0; in fdt_stringlist_search() local 812 int length; in fdt_stringlist_get() local
|
| /scripts/gdb/linux/ |
| D | utils.py | 110 def read_memoryview(inf, start, length): argument
|