| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bio_lib.c | 700 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; local 728 eoc = new_bio; 729 ret = eoc; 731 BIO_push(eoc, new_bio); 732 eoc = new_bio;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_lib.c | 863 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; local 893 eoc = new_bio; 894 ret = eoc; 896 BIO_push(eoc, new_bio); 897 eoc = new_bio;
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_lib.c | 770 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; local 800 eoc = new_bio; 801 ret = eoc; 803 BIO_push(eoc, new_bio); 804 eoc = new_bio;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp-common.c | 894 unsigned int eoc; local 971 eoc = opt->option; 973 dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &oopt); 979 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) { 984 if (eopt->option != eoc)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| expmed.h | 242 /* Return a pointer to a boolean contained in EOC indicating whether 247 expmed_op_cheap_ptr (struct expmed_op_cheap *eoc, bool speed, 251 return &eoc->cheap[speed][idx];
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expmed.h | 243 /* Return a pointer to a boolean contained in EOC indicating whether 248 expmed_op_cheap_ptr (struct expmed_op_cheap *eoc, bool speed, 252 return &eoc->cheap[speed][idx];
|
| /src/external/gpl2/groff/dist/src/utils/tfmtodit/ |
| tfmtodit.cpp | 405 eoc = 69, enumerator in enum:__anon9393 445 case eoc:
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 4751 /* Layout the empty base BINFO. EOC indicates the byte currently just 4779 tree eoc = round_up_loc (input_location, 4803 offset = eoc; 6895 tree eoc; 6903 eoc = end_of_class (rli->t, eoc_vsize); 6906 && tree_int_cst_lt (rli_size, eoc)) 6917 eoc, rli_size)), 7223 tree eoc = end_of_class (t, eoc_nvsize); 7230 eoc); 7235 fold_convert (bitsizetype, eoc), 4775 tree eoc = round_up_loc (input_location, local 6891 tree eoc; local 7219 tree eoc = end_of_class (t, eoc_nvsize); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 4474 /* Layout the empty base BINFO. EOC indicates the byte currently just 4502 tree eoc = round_up_loc (input_location, 4526 offset = eoc; 6586 tree eoc; 6594 eoc = end_of_class (rli->t, eoc_vsize); 6597 && tree_int_cst_lt (rli_size, eoc)) 6608 eoc, rli_size)), 6913 tree eoc = end_of_class (t, eoc_nvsize); 6920 eoc); 6925 fold_convert (bitsizetype, eoc), 4498 tree eoc = round_up_loc (input_location, local 6582 tree eoc; local 6909 tree eoc = end_of_class (t, eoc_nvsize); local [all...] |