Home
last modified time | relevance | path

Searched refs:base (Results 1 – 13 of 13) sorted by relevance

/scripts/atomic/
Datomics.tbl8 # * I/i - int: returns base type
9 # * R - return: returns base type (has _return variants)
10 # * F/f - fetch: returns base type (has fetch_ variants)
11 # * l - load: returns base type (has _acquire order variant)
15 # * cv - const pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t)
16 # * v - pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t)
17 # * i - base type (int/s64/long)
18 # * p - pointer to base type (int/s64/long)
Datomic-tbl.sh47 local base=""
55 for base in "${pfx}${name}${sfx}${order}" "${name}"; do
56 file="${ATOMICDIR}/fallbacks/${base}"
/scripts/gdb/linux/
Dtimerlist.py45 def print_active_timers(base): argument
46 curr = base['active']['next']['node']
55 def print_base(base): argument
56 text = " .base: {}\n".format(base.address)
57 text += " .index: {}\n".format(base['index'])
61 text += " .get_time: {}\n".format(base['get_time'])
63 text += " .offset: {} nsecs\n".format(base['offset'])
65 text += "".join([x for x in print_active_timers(base)])
/scripts/
Dobjdiff59 base=${1##*/}
60 stripped=$dir/${base%.o}.stripped
61 dis=$dir/${base%.o}.dis
Ddocumentation-file-ref-check99 my $base = $2;
122 $base =~ s,.*/,,;
/scripts/dtc/libfdt/
Dfdt.c43 uint32_t base, uint32_t size) in check_block_() argument
45 if (!check_off_(hdrsize, totalsize, base)) in check_block_()
47 if ((base + size) < base) in check_block_()
49 if (!check_off_(hdrsize, totalsize, base + size)) in check_block_()
/scripts/dtc/
Dflattree.c566 char *base, *limit, *ptr; member
569 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
571 inb->base = base; in inbuf_init()
573 inb->ptr = inb->base; in inbuf_init()
590 assert(((inb->ptr - inb->base) % sizeof(val)) == 0); in flat_read_word()
599 int off = inb->ptr - inb->base; in flat_realign()
601 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
648 p = inb->base + offset; in flat_read_stringtable()
650 if (p >= inb->limit || p < inb->base) in flat_read_stringtable()
660 return xstrdup(inb->base + offset); in flat_read_stringtable()
Ddt_to_config536 my ($dir, $base) = $driver =~ m{(.*)/(.*).c};
649 ($config) = $line =~ /(CONFIG_[A-Za-z0-9_]+).*\b$base.[co]\b/;
656 ($make_var) = $line =~ /\s*(\S+?)\s*[+:\?]*=.*\b$base.[co]\b/;
/scripts/mod/
Dsumversion.c308 const char *base; in parse_source_files() local
314 base = strrchr(objfile, '/'); in parse_source_files()
315 if (base) { in parse_source_files()
316 base++; in parse_source_files()
317 dirlen = base - objfile; in parse_source_files()
318 sprintf(cmd, "%.*s.%s.cmd", dirlen, objfile, base); in parse_source_files()
/scripts/kconfig/
Dsymbol.c101 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() argument
106 base = 10; in sym_get_range_val()
109 base = 16; in sym_get_range_val()
114 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val()
121 int base; in sym_validate_range() local
126 base = 10; in sym_validate_range()
129 base = 16; in sym_validate_range()
137 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range()
139 val2 = sym_get_range_val(range_sym, base); in sym_validate_range()
142 val2 = sym_get_range_val(range_sym, base); in sym_validate_range()
/scripts/gcc-plugins/
Dsancov_plugin.c99 .base = &sancov_fndecl, in plugin_init()
Dstackleak_plugin.c363 .base = &track_function_decl, in plugin_init()
Dlatent_entropy_plugin.c600 .base = &latent_entropy_decl, in plugin_init()