Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 39) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt70 the term "modification".) Each licensee is addressed as "you".
80 source code as you receive it, in any medium, provided that you
100 part thereof, to be licensed as a whole at no charge to all third
114 These requirements apply to the modified work as a whole. If
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
149 c) Accompany it with the information you received as to the offer
159 control compilation and installation of the executable. However, as a
168 access to copy the source code from the same place counts as
173 except as expressly provided under this License. Any attempt
[all …]
H A Dlicense of libsdtc++.txt6 terms of the GNU General Public License as published by the
20 As a special exception, you may use this file as part of a free software
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include11 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
48 # to specify a valid file as first prerequisite (often the kbuild file)
82 # Exit code chooses option. "$$TMP" is can be used as temporary file and
93 # as-option
94 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
96 as-option = $(call try-run,\
99 # as-instr
100 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
102 as-instr = $(call try-run,\
190 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile82 # in this list, if found as the leading text of the brief description, will be
84 # used as the annotated text. Otherwise, the brief description is used as-is.
109 # inherited members of a class in the documentation of that class as if those
125 # If left blank the directory from which doxygen is run is used as the
147 # comment as the brief description. If set to NO, the JavaDoc
155 # comment as the brief description. If set to NO, the comments
163 # comments) as a brief description. This used to be the default behaviour.
164 # The new default is to treat a multi-line C++ comment block as a detailed
187 # as commands in the documentation. An alias has the form "name=value".
204 # Java. For instance, namespaces will be presented as packages, qualified
[all …]
H A Dbsp.dxyfile81 # in this list, if found as the leading text of the brief description, will be
83 # used as the annotated text. Otherwise, the brief description is used as-is.
108 # inherited members of a class in the documentation of that class as if those
124 # If left blank the directory from which doxygen is run is used as the
146 # comment as the brief description. If set to NO, the JavaDoc
154 # comment as the brief description. If set to NO, the comments
162 # comments) as a brief description. This used to be the default behaviour.
163 # The new default is to treat a multi-line C++ comment block as a detailed
186 # as commands in the documentation. An alias has the form "name=value".
203 # Java. For instance, namespaces will be presented as packages, qualified
[all …]
H A DREADME4 as they tell you what this is all about, explain how to generate
25 … choose what want, and then exit. The menuconfig system will save your configuration as ".config").
H A DKconfig691 Select If the library is built as 'lib' format
697 Select If the library is built as 'exe' format
703 Select If the library is built as 'lint' format
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c218 struct usb_host_interface *as = &intf->altsetting[j]; in usb_release_intf() local
219 if (as->extra) in usb_release_intf()
220 kfree(as->extra); in usb_release_intf()
222 if (as->endpoint) { in usb_release_intf()
223 for (k = 0; k < as->desc.bNumEndpoints; k++) in usb_release_intf()
224 if (as->endpoint[k].extra) in usb_release_intf()
225 kfree(as->endpoint[k].extra); in usb_release_intf()
226 kfree(as->endpoint); in usb_release_intf()
H A DdrvHub.c8523 struct usb_interface_descriptor *as; in usb_physical_reset_device()
8525 as = &intf->altsetting[intf->act_altsetting].desc; in usb_physical_reset_device()
8526 ret = usb_set_interface(dev, as->bInterfaceNumber, in usb_physical_reset_device()
8527 as->bAlternateSetting); in usb_physical_reset_device()
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt38 -i/FlexeLint/supp/ansi // This is offered as a collection of ...
65 -elib(553) // undefined preprocessor variables are taken as 0
100 // as called just for their effects. Accordingly we inhibit
173 -d_WCHAR_T // tell the header files as much
183 -rw(__except) // This MS reserved word is used as an identifier
192 // from under you as execeptions_defines.h could do
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped98 /* C99 requires __STDC__ to be defined as 1. */
116 * integer for use as an array index. If the signed char is negative,
117 * we want to instead treat it as an 8-bit unsigned char, hence the
247 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
264 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
276 /* Same as previous macro, but useful when we know that the buffer stack is not
559 * modify it under the terms of the GNU General Public License as
1198 * treat this as a final EOF.
1557 * such as during a yyrestart() or at EOF.
1903 /* Initialization is the same as for the non-reentrant scanner.
[all …]
H A Ddtc-parser.tab.h_shipped10 it under the terms of the GNU General Public License as published by
24 under terms of your choice, so long as that work isn't itself a
26 as a parser skeleton. Alternatively, if you modify or redistribute
H A Ddtc-parser.tab.c_shipped10 it under the terms of the GNU General Public License as published by
24 under terms of your choice, so long as that work isn't itself a
26 as a parser skeleton. Alternatively, if you modify or redistribute
40 variables, as they might otherwise be expanded by user macros.
289 and a page size can be as small as 4096 bytes. So we cannot safely
1056 /* Avoid sprintf, as that infringes on the user's name space.
1192 /* Lookahead token as an internal (translated) token number. */
1225 so that they stay on the same level as the state stack.
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped127 /* C99 requires __STDC__ to be defined as 1. */
150 * integer for use as an array index. If the signed char is negative,
151 * we want to instead treat it as an 8-bit unsigned char, hence the
292 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
314 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
330 /* Same as previous macro, but useful when we know that the buffer stack is not
639 under the terms of the GNU General Public License as published by the
1074 recognized as tokens. We don't actually use them since we don't
1277 * treat this as a final EOF.
1737 * such as during a yyrestart() or at EOF.
[all …]
H A Dparse.h_shipped10 it under the terms of the GNU General Public License as published by
24 under terms of your choice, so long as that work isn't itself a
26 as a parser skeleton. Alternatively, if you modify or redistribute
H A Dparse.c_shipped10 it under the terms of the GNU General Public License as published by
24 under terms of your choice, so long as that work isn't itself a
26 as a parser skeleton. Alternatively, if you modify or redistribute
40 variables, as they might otherwise be expanded by user macros.
309 and a page size can be as small as 4096 bytes. So we cannot safely
1304 /* Avoid sprintf, as that infringes on the user's name space.
1440 /* Lookahead token as an internal (translated) token number. */
1473 so that they stay on the same level as the state stack.
1793 { /* Version 2 checksumming ignores storage class, as that
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped116 /* C99 requires __STDC__ to be defined as 1. */
134 * integer for use as an array index. If the signed char is negative,
135 * we want to instead treat it as an 8-bit unsigned char, hence the
265 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
282 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
294 /* Same as previous macro, but useful when we know that the buffer stack is not
1503 * treat this as a final EOF.
1874 * such as during a zconfrestart() or at EOF.
2220 /* Initialization is the same as for the non-reentrant scanner.
2304 * as though doing an assignment.
H A Dzconf.tab.c_shipped10 it under the terms of the GNU General Public License as published by
24 under terms of your choice, so long as that work isn't itself a
26 as a parser skeleton. Alternatively, if you modify or redistribute
40 variables, as they might otherwise be expanded by user macros.
327 and a page size can be as small as 4096 bytes. So we cannot safely
1255 /* Avoid sprintf, as that infringes on the user's name space.
1421 /* Lookahead token as an internal (translated) token number. */
1454 so that they stay on the same level as the state stack.
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_xc_chip_config.h.028 // 3. MStar Software and any modification/derivatives thereof shall be deemed as
56 // 6. Nothing contained herein shall be construed as by implication, estoppels
332 // version0: Not support TV chip as HDMITx
422 …MAIN_AS_SC0_SUB 0 // support pip&pop by multi sc ,such as sc1 support pip&pop
424 …L_SHIFT_PATCH_USING_IP_DE_BYPASS_MODE FALSE // Use IP_DE_BYPASS_MODE as patch
791 #define CKG_IDCLK3_00 (7 << 2) // same as 5 --> also is 0
861 #define CKG_SC1_IDCLK2_XTAL CKG_SC1_IDCLK2_ODCLK // no XTAL, select as OD
H A Dmhal_dip.h.028 // 3. MStar Software and any modification/derivatives thereof shall be deemed as
56 // 6. Nothing contained herein shall be construed as by implication, estoppels
/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
5 //# same structure as other similar expressions
/utopia/UTPA2-700.0.x/mxlib/
H A Dcfg_tool.mk415 AS = cpptestscan --cpptestscanProjectName=unittest $(TOOLCHAIN)-as
422 AS = $(TOOLCHAIN)-as
425 AS = $(TOOLCHAIN)-as
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def7 License as published by the Free Software Foundation; either
127 (On most machines the argument pointer is the same as the frame pointer. */
131 This and N_BINCL act as brackets around the file's output.
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c.028 // 3. MStar Software and any modification/derivatives thereof shall be deemed as
56 // 6. Nothing contained herein shall be construed as by implication, estoppels
1154 // change instance to sc1 instance if ewindow is main and using sc1 as sub
1583 // HDMI HV mode uses DE by pass, so capture win should be set as full range
1836 // 3D case: SN have crop.Y/2 as L/R view
2504 …// Error handling for Refined Capture Height not same as Customer Requested Prescaling V Source si…
2551 // Put full image into memory as default
2614 …// Check prescaling status. Set bPreScalingRatioChanged as true only when source/dest is different…
3461 // Check prescaling status. Set bPreScalingRatioChanged as true only when src != dest.
3543 //we should treat it as "none PQ setting HSD sampling" case.
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c.028 // 3. MStar Software and any modification/derivatives thereof shall be deemed as
56 // 6. Nothing contained herein shall be construed as by implication, estoppels
1408 // If no signal bit is enabled, that's treaded as no-signal
1524 // System have to set free run as soon as possible when timing unstable.

12