Searched refs:declare_pushf (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 249 #define declare_pushf(typetag, type) \ macro 252 declare_pushf(voidptr, void *); 253 declare_pushf(int, int); 372 declare_pushf(typetag, type) { \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 249 #define declare_pushf(typetag, type) \ macro 252 declare_pushf(voidptr, void *); 253 declare_pushf(int, int); 372 declare_pushf(typetag, type) { \
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 249 #define declare_pushf(typetag, type) \ macro 252 declare_pushf(voidptr, void *); 253 declare_pushf(int, int); 372 declare_pushf(typetag, type) { \
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 249 #define declare_pushf(typetag, type) \ macro 252 declare_pushf(voidptr, void *); 253 declare_pushf(int, int); 372 declare_pushf(typetag, type) { \
|
Completed in 14 milliseconds