Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 63) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile3 # This file describes the settings to be used by the documentation system
18 # This tag specifies the encoding used for all characters in the config file
19 # that follow. The default is UTF-8 which is also the encoding used for all
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
33 # if some version control system is used.
37 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
40 # where doxygen was started. If left blank the current directory will be used.
53 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
81 # that is used to form the text in various listings. Each string
84 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
H A Dbsp.dxyfile3 # This file describes the settings to be used by the documentation system
17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
32 # if some version control system is used.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
39 # where doxygen was started. If left blank the current directory will be used.
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
80 # that is used to form the text in various listings. Each string
83 # used as the annotated text. Otherwise, the brief description is used as-is.
[all …]
H A DReduced.sh28 used=$(awk -F"," -v var=$jndex 'NR==1 {print $var}' $filename)
30 if [ "$used" == "API_NAME" ]; then
38 used=$(awk -F"," -v var=$jndex 'NR==1 {print $var}' $filename)
40 if [ "$used" == "HEAD_FILE" ]; then
48 used=$(awk -F"," -v var=$jndex 'NR==1 {print $var}' $filename)
50 if [ "$used" == $"" ];then
53 if [ "$used" == "$UtopiaVersion" ];then
56 elif [ "$used" != $"" ];then
H A DKconfig532 Select If the Linux Kernel version is 3.1.10 used for kernel driver.
538 Select If the Linux Kernel version is 3.10.23 used for kernel driver.
544 Select If the Linux Kernel version is 3.10.40 used for kernel driver.
550 Select If the Linux Kernel version is 3.10.86 used for kernel driver.
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DMakefile.lib50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
52 multi-used := $(multi-used-y) $(multi-used-m)
53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
57 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
58 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
84 single-used-m := $(addprefix $(obj)/,$(single-used-m))
85 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
86 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
160 modname-multi = $(sort $(foreach m,$(multi-used),\
H A DKbuild.include35 # filechk is used to check if the content of a generated file is updated.
45 # - If the content differ the new file is used
82 # Exit code chooses option. "$$TMP" is can be used as temporary file and
177 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
191 # including used config symbols
252 # (5) No dir/.target.cmd file (used to store command line)
H A DMakefile.build310 $(single-used-m): $(obj)/%.o: $(src)/%.c $(recordmcount_source) FORCE
426 $(multi-used-y) : %.o: $(multi-objs-y) FORCE
429 $(multi-used-m) : %.o: $(multi-objs-m) FORCE
433 targets += $(multi-used-y) $(multi-used-m)
H A Dmodule-common.lds2 * Common module linker script, always used when linking a module.
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c137 MS_U32 used; /* code entries in table used */ local
240 used = 1U << root; /* use root table entries */
241 mask = used - 1; /* mask for comparing low */
246 if (used >= ENOUGH - MAXD)
325 used += 1U << curr;
326 if (used >= ENOUGH - MAXD)
365 *table += used;
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c629 MS_BOOL used; member
644 …if(TRUE==_mdb_fpioctl_list[i].used && 0==strncmp(_mdb_fpioctl_list[i].iname,(file->f_path.dentry->… in mdb_node_proc_write()
662 …if(TRUE==_mdb_fpioctl_list[i].used && 0==strncmp(_mdb_fpioctl_list[i].iname,(file->f_path.dentry->… in mdb_node_proc_read()
700 if(FALSE==_mdb_fpioctl_list[i].used) in mdb_node_create_table()
704 _mdb_fpioctl_list[i].used = TRUE; in mdb_node_create_table()
719 if(TRUE==_mdb_fpioctl_list[i].used) in mdb_node_create()
758 _mdb_fpioctl_list[i].used = FALSE; in init_procfs_msg()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def43 This is not used in C. */
62 optimization flags used in this module. */
88 GNU M2 keyword %INITIALIZE. Perhaps N_M2C can be used if there
114 Also used for type descriptions. */
166 I'm not sure how this is used. */
169 /* These STAB's are used on Gould systems for Non-Base register symbols
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c115 s->index_ring[i].used = 0; in outbuf_init()
182 if (s->index_ring[s->index_write].used) in outbuf_put()
188 s->index_ring[s->index_write].used = 1; in outbuf_put()
338 s->index_ring[s->index_read].used = 0; in outbuf_getdone()
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt13 -cgnu // Notifies FlexeLint that gcc is being used.
50 +cpp(.cc,.C) // extensions for C++ that are commonly used in addition
155 -d__builtin_va_list=void* // used by stdarg.h
183 -rw(__except) // This MS reserved word is used as an identifier
209 // co-gnu3.lnt if your output differs from the constants used for the -d Lint options below:
H A Dopt_nos_mips.lnt9 // for non-OS snprintf used by TSP
H A Dopt_nos_aeon.lnt9 // for non-OS snprintf used by TSP
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dvirtio_ring.h70 struct vring_used *used; member
101 vr->used = (void *)(((unsigned long)&vr->avail->ring[num] + pagesize-1) in vring_init()
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Derr_cast.cocci46 msg="WARNING ERR_CAST can be used with %s" % (x)
55 msg="WARNING: ERR_CAST can be used with %s" % (x)
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped238 /* Identity function, used to suppress warnings about constant conditions. */
858 if the built-in stack extension method is used).
1194 /* The variables used to return semantic value and location from the
1245 /* Get the current used size of the three stacks, in elements. */
1257 data in use in that stack, in bytes. This used to be a
1399 GCC warning that YYVAL may be used uninitialized. */
1987 /* Make sure YYID is used. */
H A Ddtc-lexer.lex.c_shipped291 /* Flag which is used to allow yywrap()'s to do buffer switches
377 /* This struct is not used in this scanner,
699 /* This used to be an fputs(), but since the string might contain NUL's,
865 do_action: /* This label is used only to access EOF actions. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped258 /* Identity function, used to suppress warnings about constant conditions. */
1106 if the built-in stack extension method is used).
1442 /* The variables used to return semantic value and location from the
1493 /* Get the current used size of the three stacks, in elements. */
1505 data in use in that stack, in bytes. This used to be a
1647 GCC warning that YYVAL may be used uninitialized. */
2505 /* Make sure YYID is used. */
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped276 /* Identity function, used to suppress warnings about constant conditions. */
1057 if the built-in stack extension method is used).
1423 /* The variables used to return semantic value and location from the
1474 /* Get the current used size of the three stacks, in elements. */
1486 data in use in that stack, in bytes. This used to be a
1628 GCC warning that YYVAL may be used uninitialized. */
2239 /* Make sure YYID is used. */
H A Dlex.zconf.c_shipped309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
715 /* This struct is not used in this scanner,
935 /* This used to be an fputs(), but since the string might contain NUL's,
1068 do_action: /* This label is used only to access EOF actions. */
2333 * The latter is used when srctree is separate from objtree
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt140 1 and 2 above on a medium customarily used for software interchange; or,
147 customarily used for software interchange; or,
158 associated interface definition files, plus the scripts used to
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/tests/
H A Ddoublebitand.cocci4 //# such as 0 for | is used to indicate no information, to maintain the
/utopia/UTPA2-700.0.x/modules/ddc2bi/drv/ddc2bi/
H A DCus_Makefile18 # Makefile used for building DDI

123