Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 32) sorted by relevance

12

/scripts/
Dexport_report.pl131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value);
182 my ($module, $value, undef, $gpl) = @{$SYMBOL{$symbol}};
183 push (@{$depends{"$module"}}, "$symbol $value");
Ddiffconfig50 def print_config(op, config, value, new_value): argument
61 print("-%s %s" % (config, value))
65 print(" %s %s -> %s" % (config, value, new_value))
Dget_maintainer.pl310 my $value = $2;
314 $value =~ s@\.@\\\.@g; ##Convert . to \.
315 $value =~ s/\*/\.\*/g; ##Convert * to .*
316 $value =~ s/\?/\./g; ##Convert ? to .
318 if ((-d $value)) {
319 $value =~ s@([^/])$@$1/@;
322 $keyword_hash{@typevalue} = $value;
324 push(@typevalue, "$type:$value");
555 my $value = $2;
557 if ($value =~ /(maintain|support)/i) {
[all …]
Dunifdef.c178 static const char *value[MAXSYMS]; /* -Dsym=value */ variable
684 if (value[cursym] == NULL) in parseline()
873 *valp = (value[sym] != NULL); in eval_unary()
888 } else if (value[sym] == NULL) { in eval_unary()
892 *valp = strtol(value[sym], &ep, 0); in eval_unary()
893 if (*ep != '\0' || ep == value[sym]) in eval_unary()
1143 value[symind] ? value[symind] : ""); in findsym()
1170 value[symind] = val+1; in addsym()
1173 value[symind] = "1"; in addsym()
1179 value[symind] = NULL; in addsym()
[all …]
Dconfig23 --set-val option value
24 Set option to value
DMakefile.extrawarn65 KBUILD_CFLAGS += $(call cc-disable-warning, unused-value)
/scripts/dtc/
Dfdtput.c73 char *value = NULL; /* holding area for value */ in encode_value() local
99 value = realloc(value, value_size); in encode_value()
100 if (!value) { in encode_value()
107 ptr = value + upto; in encode_value()
128 *valuep = value; in encode_value()
238 char *value; in do_fdtput() local
255 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) || in do_fdtput()
256 store_key_value(blob, *arg, arg[1], value, len)) in do_fdtput()
Dfdtget.c72 int value; in show_data() local
108 value = size == 4 ? fdt32_to_cpu(*(const uint32_t *)p) : in show_data()
110 printf(fmt, value); in show_data()
209 const void *value = NULL; in show_data_for_item() local
223 value = fdt_getprop(blob, node, property, &len); in show_data_for_item()
224 if (value) { in show_data_for_item()
225 if (show_data(disp, value, len)) in show_data_for_item()
Ddata.c171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer() argument
180 value_8 = value; in data_append_integer()
184 value_16 = cpu_to_fdt16(value); in data_append_integer()
188 value_32 = cpu_to_fdt32(value); in data_append_integer()
192 value_64 = cpu_to_fdt64(value); in data_append_integer()
Ddtx_diff44 If DTx contains the binary blob magic value in the first four bytes,
/scripts/kconfig/
Dutil.c59 const char *value; in file_write_dep() local
65 value = getenv(env_sym->name); in file_write_dep()
66 if (!value) in file_write_dep()
67 value = ""; in file_write_dep()
68 fprintf(out, "ifneq \"$(%s)\" \"%s\"\n", env_sym->name, value); in file_write_dep()
Dconfdata.c486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() argument
492 if (*value == 'n') { in kconfig_print_symbol()
505 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
509 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment() argument
511 const char *p = value; in kconfig_print_comment()
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() argument
548 switch (*value) { in header_print_symbol()
563 if (value[0] != '0' || (value[1] != 'x' && value[1] != 'X')) in header_print_symbol()
566 CONFIG_, sym->name, prefix, value); in header_print_symbol()
572 CONFIG_, sym->name, value); in header_print_symbol()
[all …]
Dmerge_config.sh123 echo Previous value: $PREV_VAL
124 echo New value: $NEW_VAL
Dqconf.cc68 QStringList entryList = value(key).toStringList(); in readSizes()
80 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes() argument
85 for (it = value.begin(); it != value.end(); ++it) in writeSizes()
329 showName = configSettings->value("/showName", false).toBool(); in ConfigList()
330 showRange = configSettings->value("/showRange", false).toBool(); in ConfigList()
331 showData = configSettings->value("/showData", false).toBool(); in ConfigList()
332 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt(); in ConfigList()
1017 _showDebug = configSettings->value("/showDebug", false).toBool(); in ConfigInfoView()
1284 width = configSettings->value("/window width", parent->width() / 2).toInt(); in ConfigSearchWindow()
1285 height = configSettings->value("/window height", parent->height() / 2).toInt(); in ConfigSearchWindow()
[all …]
Dqconf.h29 bool writeSizes(const QString& key, const QList<int>& value);
Dzconf.tab.c_shipped1082 Do not make this value too large; the results are undefined if
1410 /* The semantic value of the lookahead symbol. */
1459 /* The semantic value stack. */
1470 /* The variables used to return semantic value and location from the
1500 Waste one element of value and location stack
1512 /* In all cases, when you get here, the value and location stacks
1668 /* If YYLEN is nonzero, implement the default value of the action:
2497 fputs(" #choice value\n", out);
/scripts/coccinelle/tests/
Ddoublebitand.cocci3 //# effect. Another source of false positives is when a neutral value
Dodd_ptr_err.cocci1 /// PTR_ERR should access the value just tested by IS_ERR
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
/scripts/coccinelle/misc/
Dreturnvar.cocci2 /// Remove unneeded variable used to store return value.
Dbadty.cocci7 //# sizeof argument is not used in constructing the return value. The result
/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci1 /// Device node iterators put the previous value of the index variable, so an
Dfen.cocci2 /// is no point to call of_node_put on the final value.
Duse_after_iter.cocci3 /// and not a meaningful structure. Thus this value should not be used after
/scripts/mod/
Dmodpost.c178 unsigned value; /* Used to compute the hash value. */ in tdb_hash() local
182 for (value = 0x238F13AF * strlen(name), i = 0; name[i]; i++) in tdb_hash()
183 value = (value + (((unsigned char *)name)[i] << (i*5 % 24))); in tdb_hash()
185 return (1103515243 * value + 12345); in tdb_hash()

12