Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_adp.h52 #define UADP_SPT_NAMEnNXT_DEF(NAME,n) UADP_STRUCT_POINTER_TABLE spt_##NAME [2+n] argument
54 #define UADP_SPT_NAME0NXT(NAME,TYPE) \ argument
55 UADP_SPT_BGN(& spt_##NAME [0],sizeof(TYPE)); \
56 UADP_SPT_FIN(& spt_##NAME [1]);
58 #define UADP_SPT_NAME1NXT(NAME,TYPE,MB1,MB1NAME) \ argument
59 UADP_SPT_BGN(& spt_##NAME [0],sizeof(TYPE)); \
60 UADP_SPT_NXT(& spt_##NAME [1],TYPE,MB1,spt_##MB1NAME); \
61 UADP_SPT_FIN(& spt_##NAME [2]);
63 #define UADP_SPT_NAME2NXT(NAME,TYPE,MB1,MB1NAME,MB2,MB2NAME) \ argument
64 UADP_SPT_BGN(& spt_##NAME [0],sizeof(TYPE)); \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h71 #define __libc_lock_define(CLASS,NAME) \ argument
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \ argument
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \ argument
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME) \ argument
78 CLASS __rtld_lock_recursive_t NAME;
91 # define __libc_lock_define_initialized(CLASS,NAME) \ argument
92 CLASS __libc_lock_t NAME;
[all …]
H A Dsigset.h109 # define __SIGSETFN(NAME, BODY, CONST) \ argument
111 NAME (CONST __sigset_t *__set, int __sig) \
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/ca2/
H A DCA_adp.c20 #define UADP_SPT_NAME0NXT_SIZE(NAME,SIZE) \ argument
21 UADP_SPT_BGN(&NAME [0],SIZE); \
22 UADP_SPT_FIN(&NAME [1]);
24 #define UADP_SPT_NAME0NXT_TYPE(NAME,TYPE) \ argument
25 UADP_SPT_BGN(&NAME [0],sizeof(TYPE)); \
26 UADP_SPT_FIN(&NAME [1]);
28 #define UADP_SPT_NAME1NXT_TYPE(NAME,TYPE,MB1,MB1NAME) \ argument
29 UADP_SPT_BGN(&NAME [0],sizeof(TYPE)); \
30 UADP_SPT_NXT(&NAME [1],TYPE,MB1,MB1NAME); \
31 UADP_SPT_FIN(&NAME [2]);
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c45 #define UADP_SPT_NAME0NXT_SIZE(NAME,SIZE) \ argument
46 UADP_SPT_BGN(&NAME [0],SIZE); \
47 UADP_SPT_FIN(&NAME [1]);
49 #define UADP_SPT_NAME0NXT_TYPE(NAME,TYPE) \ argument
50 UADP_SPT_BGN(&NAME [0],sizeof(TYPE)); \
51 UADP_SPT_FIN(&NAME [1]);
53 #define UADP_SPT_NAME1NXT_TYPE(NAME,TYPE,MB1,MB1NAME) \ argument
54 UADP_SPT_BGN(&NAME [0],sizeof(TYPE)); \
55 UADP_SPT_NXT(&NAME [1],TYPE,MB1,MB1NAME); \
56 UADP_SPT_FIN(&NAME [2]);
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpatch-kernel198 NAME=`grep ^NAME $sourcedir/Makefile`
199 NAME=${NAME##*=}
201 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)"
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped43 USER NAME SPACE" below. */
210 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
222 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
265 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
269 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
275 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
303 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
312 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
319 void free (void *); /* INFRINGES ON USER NAME SPACE */
518 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped43 USER NAME SPACE" below. */
230 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
242 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
285 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
289 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
295 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
323 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
332 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
339 void free (void *); /* INFRINGES ON USER NAME SPACE */
628 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped43 USER NAME SPACE" below. */
248 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
260 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
303 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
307 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
313 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
341 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
350 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
357 void free (void *); /* INFRINGES ON USER NAME SPACE */
624 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstab.h7 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuilddeb163 elif [ -n "$NAME" ]; then
164 name=$NAME
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.h104 NAME, /* i: waiting for end of file name (gzip) */ enumerator