Searched refs:n_spex (Results 1 – 5 of 5) sorted by relevance
/external/libgsm/tls/ |
D | sweet.c | 15 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 21 if (!n_spex) return; 25 while (n_spex) { 37 if (!-- n_spex) break; 49 if (!--n_spex) break;
|
D | bitter.c | 15 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 21 if (!n_spex) return; 25 while (n_spex) { 35 if (!-- n_spex) break; 48 if (!--n_spex) {
|
D | taste.c | 36 static int n_spex, m_spex; variable 54 if (n_spex >= m_spex) { in P0() 56 if (!(s_spex = (struct spex *)(n_spex in P0() 64 return s_spex + n_spex; in P0() 127 n_spex++; in P0() 136 write_code(s_spex, n_spex); in P0()
|
D | ginger.c | 30 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 37 for (; n_spex > 0; n_spex--, sp++) {
|
D | sour.c | 52 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 59 for (; n_spex > 0; n_spex--, sp++) {
|