Home
last modified time | relevance | path

Searched refs:BYTE_BITS (Results 1 – 2 of 2) sorted by relevance

/external/libgsm/tls/
Dsour.c48 #define BYTE_BITS 8 /* CHAR_BIT on the target architecture--- macro
76 while (n_in >= BYTE_BITS) {
79 n_in -= BYTE_BITS;
83 while (n_in >= BYTE_BITS) {
85 n_in -= BYTE_BITS;
Dginger.c26 #define BYTE_BITS 8 /* CHAR_BIT on the target architecture--- macro
42 n_in += BYTE_BITS;