Searched defs:X (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | const.h | 19 #define __AC(X,Y) (X##Y) argument 20 #define _AC(X,Y) __AC(X,Y) argument 21 #define _AT(T,X) ((T)(X)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | CRC64.c | 180 BitArray X; // internal buffer in CRC64_BIT() local
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | CRC64.c | 188 BitArray X; // internal buffer in CRC64_BIT() local
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2888 #define compute_bit2idx(X, I)\ argument 2896 #define compute_bit2idx(X, I)\ argument 2904 #define compute_bit2idx(X, I)\ argument 2912 #define compute_bit2idx(X, I) I = ffs(X)-1 argument 2915 #define compute_bit2idx(X, I)\ argument 3584 #define insert_large_chunk(M, X, S) {\ argument 3652 #define unlink_large_chunk(M, X) {\ argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2317 #define compute_bit2idx(X, I)\ argument 2326 #define compute_bit2idx(X, I) I = ffs(X)-1 argument 2329 #define compute_bit2idx(X, I)\ argument 2999 #define insert_large_chunk(M, X, S) {\ argument 3067 #define unlink_large_chunk(M, X) {\ argument
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/ |
| H A D | XtvTypes.h | 272 #define XI64GR(X,Y) !(XI64GE(Y,X)) argument
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 448 #define INT_TO_FIX32(X) (((MS_S32) (X)) << 12) argument 449 #define FIX32_TO_INT(X) ((MS_S32) ((X) >> 12)) argument
|