Home
last modified time | relevance | path

Searched refs:n_in (Results 1 – 3 of 3) sorted by relevance

/external/libgsm/tls/
Dsour.c55 int n_in = 0; variable
74 n_in += sp->varsize;
76 while (n_in >= BYTE_BITS) {
78 WORD_BITS - n_in);
79 n_in -= BYTE_BITS;
83 while (n_in >= BYTE_BITS) {
84 printf("*c++ = sr >> %d;\n", WORD_BITS - n_in);
85 n_in -= BYTE_BITS;
88 if (n_in > 0) {
89 fprintf(stderr, "warning: %d bits left over\n", n_in);
Dginger.c33 int n_in = 0; variable
39 while (n_in < sp->varsize) {
40 if (n_in) printf("sr |= (uword)*c++ << %d;\n", n_in);
42 n_in += BYTE_BITS;
48 n_in -= sp->varsize;
51 if (n_in > 0) {
52 fprintf(stderr, "%d bits left over\n", n_in);
/external/libxml2/
Dtestapi.c1308 int n_in; in test_UTF8ToHtml() local
1314 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_UTF8ToHtml()
1319 in = gen_const_unsigned_char_ptr(n_in, 2); in test_UTF8ToHtml()
1327 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_UTF8ToHtml()
1336 printf(" %d", n_in); in test_UTF8ToHtml()
1937 int n_in; in test_htmlEncodeEntities() local
1945 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_htmlEncodeEntities()
1951 in = gen_const_unsigned_char_ptr(n_in, 2); in test_htmlEncodeEntities()
1960 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_htmlEncodeEntities()
1970 printf(" %d", n_in); in test_htmlEncodeEntities()
[all …]