| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | drvList.h | 228 #define list_for_loop_ex(_item_, _temp_, _list_) \ argument 229 …for (_item_=(_list_)->next, _temp_=_item_->next; _item_!=(_list_); _item_=_temp_, _temp_=_item_->n… 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) argument
|