Home
last modified time | relevance | path

Searched refs:where (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h292 # define obstack_grow(OBSTACK,where,length) \ argument
298 memcpy (__o->next_free, where, __len); \
302 # define obstack_grow0(OBSTACK,where,length) \ argument
308 memcpy (__o->next_free, where, __len); \
368 # define obstack_copy(OBSTACK,where,length) \ argument
371 obstack_grow (__h, (where), (length)); \
374 # define obstack_copy0(OBSTACK,where,length) \ argument
377 obstack_grow0 (__h, (where), (length)); \
430 # define obstack_grow(h,where,length) \ argument
434 memcpy ((h)->next_free, where, (h)->temp.tempint), \
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/locks/
H A Dmini_lock.cocci2 /// where the unlock is missing from an if branch, and there is a lock
4 /// cases where the if branch represents a case where the function is
5 /// supposed to exit with the lock held, or where there is some preceding
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile38 # base path where the generated documentation will be put.
40 # where doxygen was started. If left blank the current directory will be used.
48 # source files, where putting all generated files in the same directory would
327 # 'anonymous_namespace{file}', where file will be replaced with the base
490 # popen()) the command <command> <input-file>, where <command> is the value of
680 # by executing (via popen()) the command <filter> <input-file>, where <filter>
790 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
990 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1067 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1108 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
[all …]
H A Dbsp.dxyfile37 # base path where the generated documentation will be put.
39 # where doxygen was started. If left blank the current directory will be used.
47 # source files, where putting all generated files in the same directory would
326 # 'anonymous_namespace{file}', where file will be replaced with the base
489 # popen()) the command <command> <input-file>, where <command> is the value of
679 # by executing (via popen()) the command <filter> <input-file>, where <filter>
789 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
989 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1066 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1107 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcleanfile169 if ( !defined($where = tell(FILE)) ||
170 !truncate(FILE, $where) ) {
H A Dcleanpatch250 if ( !defined($where = tell(FILE)) ||
251 !truncate(FILE, $where) ) {
H A Dcheckpatch.pl1997 my ($where, $prefix) = ($-[1], $1);
1999 ($where != 0 || $prefix !~ /^.\s+$/) &&
H A DKbuild.include68 # Return first prefix where a prefix$(CC) is found in PATH.
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt28 // To let FlexeLint know where to find header files you need one
29 // or more -i options where each -i option is followed immediately
58 // option makes obsolete options of the form -elib(axxx) where
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Drpc_msg.h100 caddr_t where; member
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/null/
H A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnfs_prot.x229 diropargs where; member
H A Dnfs_prot.h190 diropargs where; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c6514 static int bios_handoff (struct ehci_hcd *ehci, int where, U32 cap) in bios_handoff() argument
6576 pci_read_config_dword (ehci->hcd.pdev, where, &cap); in bios_handoff()
6629 where, cap,"\n",""); in bios_handoff()
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt291 the "copyright" line and a pointer to where the full notice is found.
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped464 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped521 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped535 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */