Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() argument
747 if(at == LT_IF || bt == LT_IF) return (LT_IF); in op_strict()
750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() argument
751 return op_strict(p, a < b, at, bt); in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() argument
754 return op_strict(p, a > b, at, bt); in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() argument
757 return op_strict(p, a <= b, at, bt); in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() argument
760 return op_strict(p, a >= b, at, bt); in op_ge()
[all …]
H A Dcheckpatch.pl2084 my $at = "(ctx:$ctx)";
2106 ERROR("space required after that '$op' $at\n" . $hereptr);
2117 ERROR("spaces prohibited around that '$op' $at\n" . $hereptr);
2123 ERROR("space required after that '$op' $at\n" . $hereptr);
2137 ERROR("space required before that '$op' $at\n" . $hereptr);
2143 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2149 ERROR("space required one side of that '$op' $at\n" . $hereptr);
2153 ERROR("space prohibited before that '$op' $at\n" . $hereptr);
2156 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2168 ERROR("need consistent spacing around '$op' $at\n" .
[all …]
H A Dchecksyscalls.sh17 /* *at */
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt54 patent must be licensed for everyone's free use or not licensed at all.
88 you may at your option offer warranty protection in exchange for a fee.
100 part thereof, to be licensed as a whole at no charge to all third
142 b) Accompany it with a written offer, valid for at least three
204 may not distribute the Program at all. For example, if a patent
290 convey the exclusion of warranty; and each file should have at least
299 (at your option) any later version.
331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
H A Dlicense of libgcc.txt8 Software Foundation; either version 2, or (at your option) any later
H A Dlicense of libsdtc++.txt7 Free Software Foundation; either version 2, or (at your option)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h99 struct list_head *at = head->next; in __list_splice() local
104 last->next = at; in __list_splice()
105 at->prev = last; in __list_splice()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c.02052 // 1. mirror+freerun (P mode. eg 25p,30p), at least 3 frames (interlace mode have no this limitat…
2053 // 2. mirror (24p, and not 1:1, 1:2 FRC), at least 3 frames
2054 // 3. mirror+uc (24p, and not 1:1, 1:2 FRC), at least 4 frames
2055 // 4. non-mirror+uc (P mode), at least 3 frames (interlace mode only need 4 field, eg. 25_4R_MC)
2056 // 5. sub win (no matter mirror or not), at least 3 frames
2058 // mirror+uc(I mode), at least 6 fields (currently, have no 6 fields MC madi, so use 25_6R_…
2119 u16FrameCount = 6; //per cc, input 3d:framealternative will double data at dnr
2142 u16FrameCount = 6; //per cc, input 3d:framealternative will double data at dnr
2190 //UC case, p mode need at least 3 frame mode
2208 //24p mirror UC case, need at least 4 frame number to avoid tearing
[all …]
H A Dmdrv_sc_display.c.01258 // For FRC panel and freerun at specific framerate
1270 // Free run at panel default timing.
1364 // !!Initial set have to re-update again to force LPLL free run at initial state or
2208 /// Currently, only support setting of two different vfreqs at same time
3304 // to force R bank to be at the first frame
3441 else if(u16temp >((10000/u16OutputVFreq)+2)) // wait at lease one output vsync
4760 //according our test of 24P video, after enble mvop, need at least 2 input vsync, framelock
6616 // at FRC enable case, only FPLL locked can set lock from IP
8181 /// @param bEnable \b IN: Select "Enable" to start at faling edge of Vsync_init or
8182 /// "Disable" for start at advance 1 display line
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped228 /* Whether we're considered to be at the beginning of a line.
254 * just pointing yyin at a new input file.
561 * License, or (at your option) any later version.
772 /* Code executed at the beginning of each rule, after yytext and yyleng
779 /* Code executed at the end of each rule. */
1058 * just pointed yyin at a new source and called
1492 * is looked at is after yywrap() is called, so it's safe
1557 * such as during a yyrestart() or at EOF.
1663 * Guarantees space for at least one push.
H A Ddtc-parser.tab.c_shipped12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
288 /* The OS might guarantee only one guard page at the bottom of the stack,
476 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1016 /* Start YYX at -YYN if negative to avoid negative indexes in
1336 YYDPRINTF ((stderr, "Now at end of input.\n"));
1862 /* Return failure if at end of input. */
H A Ddtc-parser.tab.h_shipped12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped273 /* Whether we're considered to be at the beginning of a line.
299 * just pointing yyin at a new input file.
640 Free Software Foundation; either version 2 of the License, or (at your
882 /* Code executed at the beginning of each rule, after yytext and yyleng
889 /* Code executed at the end of each rule. */
1011 fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
1125 * just pointed yyin at a new source and called
1649 * is looked at is after yywrap() is called, so it's safe
1737 * such as during a yyrestart() or at EOF.
1869 * Guarantees space for at least one push.
H A Dparse.h_shipped12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
H A Dparse.c_shipped12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
308 /* The OS might guarantee only one guard page at the bottom of the stack,
543 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1264 /* Start YYX at -YYN if negative to avoid negative indexes in
1584 YYDPRINTF ((stderr, "Now at end of input.\n"));
2380 /* Return failure if at end of input. */
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped246 /* Whether we're considered to be at the beginning of a line.
272 * just pointing zconfin at a new input file.
992 /* Code executed at the beginning of each rule, after zconftext and zconfleng
999 /* Code executed at the end of each rule. */
1364 * just pointed zconfin at a new source and called
1809 * is looked at is after zconfwrap() is called, so it's safe
1874 * such as during a zconfrestart() or at EOF.
1980 * Guarantees space for at least one push.
H A Dzconf.tab.c_shipped12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
326 /* The OS might guarantee only one guard page at the bottom of the stack,
555 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1215 /* Start YYX at -YYN if negative to avoid negative indexes in
1565 YYDPRINTF ((stderr, "Now at end of input.\n"));
2114 /* Return failure if at end of input. */
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuilddeb183 The sources may be found at most Linux ftp sites, including:
188 The git repository for mainline kernel development is at:
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def8 version 2.1 of the License, or (at your option) any later version.
170 or something like that. FIXME. I have assigned the values at random
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile464 # at the bottom of the documentation of classes and structs. If set to YES the
844 # it at startup.
939 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1170 # and incomplete at the moment.
1181 # feature is still experimental and incomplete at the
1470 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1477 # from the root by following a path via at most 3 edges will be shown. Nodes
H A Dbsp.dxyfile463 # at the bottom of the documentation of classes and structs. If set to YES the
843 # it at startup.
938 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1169 # and incomplete at the moment.
1180 # feature is still experimental and incomplete at the
1469 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1476 # from the root by following a path via at most 3 edges will be shown. Nodes
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/tc_act/
H A Dtc_pedit.h22 __u32 at; member
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/misc/
H A Ddoubleinit.cocci10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/locks/
H A Ddouble_lock.cocci2 /// occur at execution, due to the values of variables, and when there is
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt15 // using namespace std at the beginning of processing

12