#include "sparse.h"
#include "util_hack.h"
Go to the source code of this file.
#define ABC__misc__espresso__sparse_int_h |
#define dll_unlink |
( |
|
p, |
|
|
|
first, |
|
|
|
last, |
|
|
|
next, |
|
|
|
prev, |
|
|
|
count |
|
) |
| |
Value:
p->prev->next =
p->next; \
p->next->prev =
p->prev; \
} \
count--; \
}
Definition at line 76 of file sparse_int.h.
#define sm_element_alloc |
( |
|
newobj | ) |
|
Value:
newobj->user_word =
NIL(
char);
typedefABC_NAMESPACE_HEADER_START struct sm_element_struct sm_element
Definition at line 110 of file sparse_int.h.
#define sm_element_free |
( |
|
e | ) |
FREE(e) |
Definition at line 34 of file sparse_int.h.
41 }
else if (last->value < newval) { \
Definition at line 41 of file sparse_int.h.
48 }
else if (first->value > newval) { \
else if |
( |
first-> |
value, |
|
|
newval |
|
|
) |
| |
void sm_col_remove_element |
( |
| ) |
|
void sm_row_remove_element |
( |
| ) |
|