Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 36) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Library General Public License instead.) You can apply it to
24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[all …]
H A Dlicense of libsdtc++.txt5 software; you can redistribute it and/or modify it under the
10 This library is distributed in the hope that it will be useful,
23 this file and link it with other files to produce an executable, this
H A Dlicense of libgcc.txt6 GCC is free software; you can redistribute it and/or modify it under
20 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
10 The GNU C Library is distributed in the hope that it will be useful,
31 Desc is supposedly starting line number, but GCC doesn't set it
32 and DBX seems not to miss it. */
56 /* New stab from Solaris. I don't know what it means, but it
60 /* New stab from Solaris. I don't know what it means, but it
68 /* Modula-2 compilation unit. Can someone say what info it contains? */
87 of the definition file. Other is non-zero if it is imported with the
102 can be caught here. If Desc is 0, it means all exceptions are caught
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped117 * we want to instead treat it as an 8-bit unsigned char, hence the
123 * but we do it the disgusting crufty way forced on us by the ()-less
215 /* Whether we "own" the buffer - i.e., we know we created it,
216 * and can realloc() it to grow it, and should free() it to
217 * delete it.
238 * end of it.
545 /* The intent behind this definition is that it'll catch
558 * This program is free software; you can redistribute it and/or
559 * modify it under the terms of the GNU General Public License as
563 * This program is distributed in the hope that it will be useful,
[all …]
H A Ddtc-parser.tab.h_shipped9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
14 This program is distributed in the hope that it will be useful,
H A Ddtc-parser.tab.c_shipped9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
14 This program is distributed in the hope that it will be useful,
925 quotes and backslashes, so that it's suitable for yyerror. The
1397 users should not rely upon it. Assigning to YYVAL
1398 unconditionally makes the parser a bit smaller, and it avoids a
1858 error, discard it. */
1919 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped151 * we want to instead treat it as an 8-bit unsigned char, hence the
165 * but we do it the disgusting crufty way forced on us by the ()-less
260 /* Whether we "own" the buffer - i.e., we know we created it,
261 * and can realloc() it to grow it, and should free() it to
262 * delete it.
283 * end of it.
621 /* The intent behind this definition is that it'll catch
638 This program is free software; you can redistribute it and/or modify it
643 This program is distributed in the hope that it will be useful, but
672 /* Special case for "unistd.h", since it is non-ANSI. We include it way
[all …]
H A Dparse.h_shipped9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
14 This program is distributed in the hope that it will be useful,
H A Dparse.c_shipped9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
14 This program is distributed in the hope that it will be useful,
1173 quotes and backslashes, so that it's suitable for yyerror. The
1645 users should not rely upon it. Assigning to YYVAL
1646 unconditionally makes the parser a bit smaller, and it avoids a
1924 { /* restrict has no effect in prototypes so ignore it */
2376 error, discard it. */
2437 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc78 QStringList::Iterator it; in readSizes() local
80 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes()
81 result.push_back((*it).toInt()); in readSizes()
92 Q3ValueList<int>::ConstIterator it; in writeSizes() local
94 for (it = value.begin(); it != value.end(); ++it) in writeSizes()
95 stringList.push_back(QString::number(*it)); in writeSizes()
448 Q3ListViewItemIterator it(this); in updateList() local
451 for (; it.current(); ++it) { in updateList()
452 item = (ConfigItem*)it.current(); in updateList()
577 Q3ListViewItemIterator it(this); in setParentMenu() local
[all …]
H A Dlex.zconf.c_shipped135 * we want to instead treat it as an 8-bit unsigned char, hence the
141 * but we do it the disgusting crufty way forced on us by the ()-less
233 /* Whether we "own" the buffer - i.e., we know we created it,
234 * and can realloc() it to grow it, and should free() it to
235 * delete it.
256 * end of it.
767 /* The intent behind this definition is that it'll catch
849 /* Special case for "unistd.h", since it is non-ANSI. We include it way
851 * The user has a chance to override it with an option.
941 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
[all …]
H A Dzconf.tab.c_shipped9 This program is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
14 This program is distributed in the hope that it will be useful,
205 /* Include zconf.hash.c here so it can see the token constants. */
1124 quotes and backslashes, so that it's suitable for yyerror. The
1626 users should not rely upon it. Assigning to YYVAL
1627 unconditionally makes the parser a bit smaller, and it avoids a
2110 error, discard it. */
2171 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile39 # If a relative path is entered, it will be relative to the location
170 # member inherits the documentation from any documented member that it
177 # be part of the file/class/namespace that contains it.
259 # subgroup of that type (e.g. under the Public Functions section). Set it to
365 # Set it to YES to include the internal documentation.
454 # the initial value of a variable or define consists of for it to appear in
456 # here it will be hidden. Use a value of 0 to hide initializers completely.
546 # $version, which will be replaced by the version of the file (if it could
727 # functions referencing it will be listed.
792 # put in front of it. If left blank `html' will be used as the default path.
[all …]
H A Dbsp.dxyfile38 # If a relative path is entered, it will be relative to the location
169 # member inherits the documentation from any documented member that it
176 # be part of the file/class/namespace that contains it.
258 # subgroup of that type (e.g. under the Public Functions section). Set it to
364 # Set it to YES to include the internal documentation.
453 # the initial value of a variable or define consists of for it to appear in
455 # here it will be hidden. Use a value of 0 to hide initializers completely.
545 # $version, which will be replaced by the version of the file (if it could
726 # functions referencing it will be listed.
791 # put in front of it. If left blank `html' will be used as the default path.
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A DREADME13 by the process, it is just an unfortunate collateral inconvenience.
14 We would like to rectify it, if it is not "too inconvenient".
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_pip.c.024 // Therefore, you hereby agree it is your sole responsibility to separately
197 … //this part was originally inside Hal_SC_Sub_SetDisplayWindow_burst(), it is moved out because
199 …//it will produce a rectangular horizontal noise. so we move outside to let those register settings
383 … //this part was originally inside Hal_SC_Sub_SetDisplayWindow_burst(), it is moved out because
385 …//it will produce a rectangular horizontal noise. so we move outside to let those register settings
H A Dmdrv_sc_scaling.c.024 // Therefore, you hereby agree it is your sole responsibility to separately
926 //Obsolte function, do not use it any more
1600 // So we correct it here.
1974 //// Change to use menuload and set it by sw_db_burst
2057 // 6. we also have this limitation, but we don't cover PQ for it:
2231 …//if input vfreq > panel can support vfreq, need go 3 or more frame mode, or else it will be teari…
2263 // we need to prescaling H for it.
2948 )//hw 2d->3d is not related with sub window, so skip it.
3006 // 3d adjust may make the pre h dst bigger than cus_pre_H, we need adjust it again.
3359 // Main-it-on-top is enabled.
[all …]
H A Dmvideo.c.024 // Therefore, you hereby agree it is your sole responsibility to separately
249 /*we still copy the min size of both structure, but AP should take care of it.*/\
272 /*we still copy the min size of both structure, but AP should take care of it.*/\
685 //Pnl output is affected by input signal, so change to xc driver to report it as below
746 //it's useless for new dfb-xc design
759 printf("MDrv_XC_SetIOMapBase(), do nothing, it's assumed DFB init case!\n");
1033 //Driver should turn it off before Fclk on, otherwise it will start write whole memory.
1310 //by CC, it's safe to set 1366x768 panel the same with 1920x1080 panel.
1334 //if mweEnable not be called, sub win will be open default, we need to black it at first.
1478 /// If the length is 0, it won't do anything except the mutex and share memory. Usually it is the a…
[all …]
H A Dmdrv_sc_display.c.024 // Therefore, you hereby agree it is your sole responsibility to separately
224 …ulate 2nd SET, the IVS should be very stable, if the variable exceed this, it's un-stable and not …
1655 //If the difference or stepvalue is too small, take it as one step to save time
2239 //There are still space to store this info, so copy it
2664 //Change htt, all case can do it
2896 …nfo[SUB_WINDOW].enInputSourceType == INPUT_SOURCE_SCALER_OP))//Temp solution: DE mode not change it
3143 if(gSrcInfo[eWindow].bR_FBL) //for M10 Reguest FBL mode, it doesn't the same with FBL
3202 // if we set to 3 or 4 it will be too late for autodownload to work.
5205 // If we cannot lock, the bank31_0c will be 0x48, we clear it to 0x08,
5422 …XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING, "---Now it's FBL case, FSM FPLL cannot do it. Just let it free…
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci2 /// the list to the next, so it is usually not a good idea to reassign it.
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DKbuild.include44 # - If no file exist it is created
168 # Prefix -I with $(srctree) if it is not an absolute path.
247 # (2) No target, so we better build it
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuilddeb191 This program is free software; you can redistribute it and/or modify
192 it under the terms of the GNU General Public License as published by
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c.024 // Therefore, you hereby agree it is your sole responsibility to separately
372 //Note: Don't use rest function after HPD Hi/Low or it will cause snow image in a while.
1303 … //it ip gen timing case, we need to return previous state to AP to keep everything unchanged.
1414 // if enable input source before video mute, it would shows temp garbage
1633 // it's not flash buffer because load PQ in disable input source
1663 // it's not flash buffer because load PQ in disable input source
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt190 -esym( 746, __builtin_* ) // declared and it knows their prototypes.
207 // see what they are on yours, put the following into a source file and run it

12