Searched refs:ST_STOP (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c42 #define ST_STOP 0 macro
138 while ( (type = *p) != ST_STOP )
181 if ( *p == ST_STOP )
277 while ( (type = *p) != ST_STOP )
397 while ( *p != ST_STOP )
429 else if ( *p == ST_STOP )
445 *d++ = ST_STOP;
477 while ( (type=*p) != ST_STOP ) {
513 while ( (type=*p) != ST_STOP )
572 else if ( *p == ST_STOP ) {
[all...]
H A Ddumpsexp.c294 static unsigned char empty[3] = { ST_OPEN, ST_CLOSE, ST_STOP };
303 while ( *s != ST_STOP )
320 if (*s != ST_OPEN && *s != ST_STOP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c292 #define ST_STOP 0x2 macro
1127 (data = runtime->private_data) && data->state != ST_STOP) {
1138 data->state = ST_STOP;
1149 if (data->state != ST_STOP) {
1449 data->state = ST_STOP;
1644 data->state = ST_STOP;
1664 data->state = ST_STOP;

Completed in 56 milliseconds