Home
last modified time | relevance | path

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 Dconst.h19 #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 DCRC64.c180 BitArray X; // internal buffer in CRC64_BIT() local
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DCRC64.c188 BitArray X; // internal buffer in CRC64_BIT() local
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2888 #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 Ddlmalloc.c2317 #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 DXtvTypes.h272 #define XI64GR(X,Y) !(XI64GE(Y,X)) argument
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c448 #define INT_TO_FIX32(X) (((MS_S32) (X)) << 12) argument
449 #define FIX32_TO_INT(X) ((MS_S32) ((X) >> 12)) argument