OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exp_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/gmake/dist/
variable.h
66
unsigned int
exp_count
:EXP_COUNT_BITS;
member in struct:variable
/src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_gen.c
63
int
exp_count
;
member in struct:__anon47
120
asn1_tags.
exp_count
= 0;
145
if ((asn1_tags.imp_tag == -1) && (asn1_tags.
exp_count
== 0))
192
for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.
exp_count
- 1;
193
i < asn1_tags.
exp_count
; i++, etmp--) {
215
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
++];
/src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_gen.c
62
int
exp_count
;
member in struct:__anon1170
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
++];
/src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_gen.c
62
int
exp_count
;
member in struct:__anon1821
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
++];
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
1967
unsigned int
exp_count
;
local
1976
/*
EXP_COUNT
is the number of tokens in the macro replacement
1979
exp_count
= macro_real_token_count (macro);
1980
total =
exp_count
;
1981
limit = macro->exp.tokens +
exp_count
;
1988
/* Account for leading and padding tokens in
exp_count
too.
1992
exp_count
+= 2;
2075
num_macro_tokens =
exp_count
;
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
1958
unsigned int
exp_count
;
local
1967
/*
EXP_COUNT
is the number of tokens in the macro replacement
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 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026