| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | asm.h | 249 # define MOVN(rd,rs,rt) \ argument 252 beqz rt,9f; \ 256 # define MOVZ(rd,rs,rt) \ argument 259 bnez rt,9f; \ 260 move rd,rt; \ 265 # define MOVN(rd,rs,rt) \ argument 268 bnezl rt,9f; \ 272 # define MOVZ(rd,rs,rt) \ argument 275 beqzl rt,9f; \ 282 # define MOVN(rd,rs,rt) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/ |
| H A D | check-all.sh | 6 ./rt-tester.py $1 | grep Pass 9 testit t2-l1-2rt-sameprio.tst 13 testit t3-l1-pi-1rt.tst 14 testit t3-l1-pi-2rt.tst 15 testit t3-l1-pi-3rt.tst
|
| H A D | t3-l1-pi-3rt.tst | 2 # rt-mutex test
|
| H A D | t3-l1-pi-1rt.tst | 2 # rt-mutex test
|
| H A D | t3-l2-pi.tst | 2 # rt-mutex test
|
| H A D | t3-l1-pi-2rt.tst | 2 # rt-mutex test
|
| H A D | t3-l1-pi-steal.tst | 2 # rt-mutex test
|
| H A D | t3-l1-pi-signal.tst | 2 # rt-mutex test
|
| H A D | t4-l2-pi-deboost.tst | 2 # rt-mutex test
|
| H A D | t5-l4-pi-boost-deboost.tst | 2 # rt-mutex test
|
| H A D | t5-l4-pi-boost-deboost-setsched.tst | 2 # rt-mutex test
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvBulktran.c | 444 … unsigned char req, unsigned char rt, U16 val, U16 idx, void *data, U16 len, int time_out) in ms_usb_control_msg() argument 449 req, rt, val, idx, len); in ms_usb_control_msg() 451 ptr->cr->bRequestType = rt; in ms_usb_control_msg() 901 static int ms_usb_reset_common(struct ms_usdata *ptr, unsigned char req, unsigned char rt, in ms_usb_reset_common() argument 912 regval = ms_usb_control_msg(ptr, ptr->ctrl_send_pipe, req, rt, val, idx, data, len, HZ*20); in ms_usb_reset_common()
|
| H A D | drvBulktran.h | 163 unsigned char req, unsigned char rt, U16 val, U16 idx, void *data, U16 len, int time_out);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | unifdef.c | 918 Linetype lt, rt; in eval_table() local 934 rt = ops->inner(ops+1, &val, &cp); in eval_table() 935 if (rt == LT_ERROR) in eval_table() 937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | cdrom.h | 864 __u8 rt : 1; member 881 __u8 rt : 1; member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3704 tchunkptr rt; in tmalloc_large() local 3711 rt = t->child[1]; in tmalloc_large() 3713 if (rt != 0 && rt != t) in tmalloc_large() 3714 rst = rt; in tmalloc_large()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 4302 tchunkptr rt; in tmalloc_large() local 4309 rt = t->child[1]; in tmalloc_large() 4311 if (rt != 0 && rt != t) in tmalloc_large() 4312 rst = rt; in tmalloc_large()
|