| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | kconfig_load.c | 7 #define P(name,type,arg) type (*name ## _p) arg macro 25 #define P(name,type,arg) \ in kconfig_load() macro
|
| H A D | lkc.h | 25 #define P(name,type,arg) extern type name arg macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2210 #define check_free_chunk(M,P) argument 2211 #define check_inuse_chunk(M,P) argument 2212 #define check_malloced_chunk(M,P,N) argument 2213 #define check_mmapped_chunk(M,P) argument 2215 #define check_top_chunk(M,P) argument 2218 #define check_free_chunk(M,P) do_check_free_chunk(M,P) argument 2219 #define check_inuse_chunk(M,P) do_check_inuse_chunk(M,P) argument 2220 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument 2221 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument 2222 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2742 #define check_free_chunk(M,P) argument 2743 #define check_inuse_chunk(M,P) argument 2744 #define check_malloced_chunk(M,P,N) argument 2745 #define check_mmapped_chunk(M,P) argument 2747 #define check_top_chunk(M,P) argument 2750 #define check_free_chunk(M,P) do_check_free_chunk(M,P) argument 2751 #define check_inuse_chunk(M,P) do_check_inuse_chunk(M,P) argument 2752 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument 2753 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument 2754 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | obstack.h | 129 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument 138 #define __PTR_ALIGN(B, P, A) \ argument
|
| /utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/ |
| H A D | drvIPAUTH.c | 177 #define P(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
|