| /src/usr.bin/infocmp/ |
| infocmp.c | 508 TERMINAL **terms; local 512 terms = ecalloc(nuse, sizeof(*terms)); 517 if (strcmp(terms[j]->name, *uterms) == 0) 519 terms[i] = load_term(*uterms++); 525 if (terms[j]->flags[i] == ABSENT_BOOLEAN || 526 terms[j]->flags[i] == CANCELLED_BOOLEAN) 530 if (term->flags[i] == terms[j]->flags[i]) 545 if (terms[j]->nums[i] == ABSENT_NUMERIC || 546 terms[j]->nums[i] == CANCELLED_NUMERIC [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-loop-versioning.cc | 7 under the terms of the GNU General Public License as published by the 192 /* A decomposition of the calculation into a sum of terms plus an 194 Once initialization is complete, all members of TERMs are SSA names. */ 196 auto_vec<address_term_info, MAX_TERMS> terms; member in class:__anon13735::address_info 203 /* Stores addresses based on their base and terms (ignoring the offsets). */ 436 for (unsigned int i = 0; i < address.terms.length (); ++i) 440 dump_printf (flags, "%T", address.terms[i].expr); 441 if (address.terms[i].multiplier != 1) 442 dump_printf (flags, " * %wd", address.terms[i].multiplier); 448 /* Hash an address_info based on its base and terms. * [all...] |
| profile.cc | 10 the terms of the GNU General Public License as published by the Free 1570 size_t terms = instrument_decisions (expr, i, maps, masks); 1574 gcov_write_unsigned (terms); 1569 size_t terms = instrument_decisions (expr, i, maps, masks); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-versioning.cc | 7 under the terms of the GNU General Public License as published by the 192 /* A decomposition of the calculation into a sum of terms plus an 194 Once initialization is complete, all members of TERMs are SSA names. */ 196 auto_vec<address_term_info, MAX_TERMS> terms; member in class:__anon16164::address_info 203 /* Stores addresses based on their base and terms (ignoring the offsets). */ 436 for (unsigned int i = 0; i < address.terms.length (); ++i) 440 dump_printf (flags, "%T", address.terms[i].expr); 441 if (address.terms[i].multiplier != 1) 442 dump_printf (flags, " * %wd", address.terms[i].multiplier); 448 /* Hash an address_info based on its base and terms. * [all...] |