Searched defs:list_empty (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlist.h142 static inline int list_empty( const struct list *list ) function
165 if (list_empty(src)) return;
177 if (list_empty(src)) return;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h125 * Note that list_empty() on entry does not return true after this;
141 static inline int list_empty ( const struct list_head *list ) { function
144 #define list_empty( list ) ( { \ macro
146 list_empty ( (list) ); } )
154 return ( ( ! list_empty ( list ) ) && ( list->next == list->prev ) );
202 assert ( list_empty ( (new) ) ); \
223 if ( ! list_empty ( list ) ) {
251 if ( ! list_empty ( list ) ) {
323 ( list_empty ( (list) ) ? \
336 ( list_empty ( (lis
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dlist.h142 static inline int list_empty( const struct list *list ) function
165 if (list_empty(src)) return;
177 if (list_empty(src)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlist.h140 static inline int list_empty( const struct list *list ) function
163 if (list_empty(src)) return;
175 if (list_empty(src)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;

Completed in 50 milliseconds