Searched refs:exp_count (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_gen.c62 int exp_count; member in struct:__anon24
119 asn1_tags.exp_count = 0;
143 if ((asn1_tags.imp_tag == -1) && (asn1_tags.exp_count == 0))
184 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
185 i < asn1_tags.exp_count; i++, etmp--) {
205 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
476 if (arg->exp_count == ASN1_FLAG_EXP_MAX) {
481 exp_tmp = &arg->exp_list[arg->exp_count++];
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_gen.c62 int exp_count; member in struct:__anon34
119 asn1_tags.exp_count = 0;
143 if ((asn1_tags.imp_tag == -1) && (asn1_tags.exp_count == 0))
184 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1;
185 i < asn1_tags.exp_count; i++, etmp--) {
205 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count;
472 if (arg->exp_count == ASN1_FLAG_EXP_MAX) {
477 exp_tmp = &arg->exp_list[arg->exp_count++];
/netbsd-current/external/gpl2/gmake/dist/
H A Dvariable.h66 unsigned int exp_count:EXP_COUNT_BITS; member in struct:variable
H A Dexpand.c126 if (!v->exp_count)
131 --v->exp_count;
H A Dfunction.c2328 v->exp_count = EXP_COUNT_MAX;
2335 v->exp_count = 0;
H A Dvariable.c224 v->exp_count = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c1899 unsigned int exp_count; local
1911 exp_count = macro_real_token_count (macro);
1912 total = exp_count;
1913 limit = macro->exp.tokens + exp_count;
1920 /* Account for leading and padding tokens in exp_count too.
1924 exp_count += 2;
2007 num_macro_tokens = exp_count;
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc1958 unsigned int exp_count; local
1970 exp_count = macro_real_token_count (macro);
1971 total = exp_count;
1972 limit = macro->exp.tokens + exp_count;
1979 /* Account for leading and padding tokens in exp_count too.
1983 exp_count += 2;
2066 num_macro_tokens = exp_count;

Completed in 148 milliseconds