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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1276 #define testInCharField(cf,c) ((cf)->content[(c) >> LONG_LOG_BITS_QTY] & (((long)1) << ((c) & (LONG_BITS_QTY-1)))) macro
1286 #define testInCharField(cf,c) ((cf)->content[(unsigned char) (c)]) macro
1312 if (testInCharField (cf, c)) return i;
1337 if (testInCharField (cf, c)) return i;
2047 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2077 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2316 if (testInCharField (&chrs, buff->data[i])) {
2556 if (testInCharField (&chrs, str->data[i])) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1276 #define testInCharField(cf,c) ((cf)->content[(c) >> LONG_LOG_BITS_QTY] & (((long)1) << ((c) & (LONG_BITS_QTY-1)))) macro
1286 #define testInCharField(cf,c) ((cf)->content[(unsigned char) (c)]) macro
1312 if (testInCharField (cf, c)) return i;
1337 if (testInCharField (cf, c)) return i;
2047 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2077 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2316 if (testInCharField (&chrs, buff->data[i])) {
2556 if (testInCharField (&chrs, str->data[i])) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/bstring/
H A Dbstrlib.c1276 #define testInCharField(cf,c) ((cf)->content[(c) >> LONG_LOG_BITS_QTY] & (((long)1) << ((c) & (LONG_BITS_QTY-1)))) macro
1286 #define testInCharField(cf,c) ((cf)->content[(unsigned char) (c)]) macro
1312 if (testInCharField (cf, c)) return i;
1337 if (testInCharField (cf, c)) return i;
2047 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2077 for (i=0; !testInCharField (&cf, b[i]); i++) ;
2316 if (testInCharField (&chrs, buff->data[i])) {
2556 if (testInCharField (&chrs, str->data[i])) break;

Completed in 83 milliseconds