| /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...] |
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 4697 ** <dd>The maximum number of terms in a compound SELECT statement.</dd>)^ 5140 ** The terms "protected" and "unprotected" refer to whether or not 8070 ** ^The optimizer automatically inverts terms of the form "expr OP column" 8072 ** get as many WHERE clause terms into the form shown above as possible. 8073 ** ^The aConstraint[] array only reports WHERE clause terms that are 8160 int nOrderBy; /* Number of terms in the ORDER BY clause */ 14499 ** extra data to the FTS index or require FTS5 to query for multiple terms, 14500 ** so it is efficient in terms of disk space and query speed. However, it 14731 ** * Terms in the SET clause of an UPDATE statement 14732 ** * Terms in the result set of a SELECT statemen 256504 Fts5Buffer terms; member in struct:Fts5TokenDataIter [all...] |