Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 60) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dmath.h54 #define __MATHCALL(function,suffix, args) \ argument
55 __MATHDECL (_Mdouble_,function,suffix, args)
56 #define __MATHDECL(type, function,suffix, args) \ argument
57 __MATHDECL_1(type, function,suffix, args); \
58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
59 #define __MATHCALLX(function,suffix, args, attrib) \ argument
60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
61 #define __MATHDECLX(type, function,suffix, args, attrib) \ argument
62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
[all …]
H A Dcomplex.h57 #define __MATHCALL(function, args) \ argument
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \ argument
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \ argument
63 extern type __MATH_PRECNAME(function) args __THROW
91 # define __MATHDECL_1(type, function, args) \ argument
92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h154 .type symbol,@function; \
164 .type symbol,@function; \
172 # define END(function) \ argument
173 .end function; \
174 .size function,.-function
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c521 id->function = TO_NATIVE(id->function); in do_pcmcia_entry()
536 id->function); in do_pcmcia_entry()
857 (id->function >> 4) & 0x0f, id->function & 0x0f, in do_isapnp_entry()
858 (id->function >> 12) & 0x0f, (id->function >> 8) & 0x0f); in do_isapnp_entry()
876 void *function, in do_table() argument
881 int (*do_entry)(const char *, void *entry, char *alias) = function; in do_table()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkernel-doc247 my ($function, %function_table, %parametertypes, $declaration_purpose);
336 $function = shift @ARGV;
337 $function_table{$function} = 1;
340 $function = shift @ARGV;
341 $function_table{$function} = 1;
1853 $function = "";
2185 $function = "";
2203 $function = "";
H A Dmarkup_oops.pl41 my $function;
168 $function = $1;
172 $function = $1;
207 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
/utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/
H A DRelease Note.txt27 2010-01-11: [All CHIP]Fix some flash block erase function (because USB disk updated fails).
30 2) Add new function to change SPI clock div
33 … 1) Add the new function to enable call back function to ask 8051 to select flash chip back.
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h96 void (*function)(U32); member
117 var.function = (_function), \
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.gperf2 %define hash-function-name kconf_id_hash
3 %define lookup-function-name kconf_id_lookup
H A Dlex.zconf.c_shipped1007 /** The main scanner function which does all the work.
1765 * @note This function does not reset the start condition to @c INITIAL .
1787 /* TODO. We should be able to replace this entire function body
1873 * This function is sometimes called more than once on the same buffer,
1928 * the current state. This function will allocate the stack
2221 * This function is called from zconflex_destroy(), so don't allocate here.
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile74 # the brief description of a member or function before the detailed description.
356 # documentation blocks found inside the body of a function.
358 # function's detailed documentation block.
529 # parameters in a documented function, or documenting parameters that
726 # then for each documented function all documented
732 # then for each documented function all documented entities
733 # called/used by that function will be listed.
1268 # doxygen's preprocessor will remove all function-like macros that are alone
1270 # function macros are typically used for boiler-plate code, and will confuse
1421 # doxygen will generate a call dependency graph for every global function
[all …]
H A Dbsp.dxyfile73 # the brief description of a member or function before the detailed description.
355 # documentation blocks found inside the body of a function.
357 # function's detailed documentation block.
528 # parameters in a documented function, or documenting parameters that
725 # then for each documented function all documented
731 # then for each documented function all documented entities
732 # called/used by that function will be listed.
1267 # doxygen's preprocessor will remove all function-like macros that are alone
1269 # function macros are typically used for boiler-plate code, and will confuse
1420 # doxygen will generate a call dependency graph for every global function
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/locks/
H A Dmini_lock.cocci4 /// cases where the if branch represents a case where the function is
6 /// function call that releases the lock.
H A Dcall_kern.cocci4 /// function under the lock in the first place.
H A Ddouble_lock.cocci3 /// an intervening function call that releases the lock.
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped787 /** The main scanner function which does all the work.
1448 * @note This function does not reset the start condition to @c INITIAL .
1470 /* TODO. We should be able to replace this entire function body
1556 * This function is sometimes called more than once on the same buffer,
1611 * the current state. This function will allocate the stack
1904 * This function is called from yylex_destroy(), so don't allocate here.
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped903 /** The main scanner function which does all the work.
1597 * @note This function does not reset the start condition to @c INITIAL .
1627 /* TODO. We should be able to replace this entire function body
1736 * This function is sometimes called more than once on the same buffer,
1805 * the current state. This function will allocate the stack
2140 * This function is called from yylex_destroy(), so don't allocate here.
/utopia/UTPA2-700.0.x/mxlib/hal/k6lite/
H A D.halCHIP.o.cmd1function-declaration -Wno-format-security -fno-delete-null-pointer-checks -fno-peephole2 -Os -Wno-…
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h98 void (*function)(MS_U32); member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c.0287 …ut Dclk and Loop DIV : Ref from PNL driver. It is easy to maintain if XC and PNL use same function.
752 /// Register PQ Set FPLL thresh mode WR bank mapping function.
753 /// @param fpXCCB \b IN: function pointer of PQ set FPLL thresh mode WR bank mapping
1926 /// Set the custmer FPLL parameters(You can just call this function once when system init for testi…
1930 /// Note: the setting will take effect after running of function MApi_XC_SetPanelTiming
2006 // This function will force freerun in MDrv_Scaler_SetPanelTiming(),
2009 // Note: this function is difference with MDrv_SC_set_fpll() which is used to
2011 // But this function is used to affect MDrv_Scaler_SetPanelTiming()'s behavior.
2050 // This function will return the force freerun state
2158 // This function will Get the exact ext_panel info structure for input vfreq
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c336 to_timer.function = timeout_handler; in usb_stor_msg_common()
667 purb->to_timer.function = timeout_handler; in usb_stor_bulk_transfer_async_send()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dncp_fs.h24 unsigned int function; member
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A Dteec_trace.h90 int _dprintf(const char *function, int flen, int line, int level,
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/
H A Derr_cast.cocci2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
H A Dresource_size.cocci2 /// Use resource_size function on resource object

123