| /src/usr.bin/gzip/ |
| unbzip2.c | 37 int ret, end_of_file, cold = 0; local 95 if (cold == 1) 100 cold = 0; 113 cold = 1;
|
| /src/sys/arch/i386/stand/lib/ |
| biosdisk_ll.c | 235 * NB if 'cold' is set below not all of the program is loaded, so 239 readsects(struct biosdisk_ll *d, daddr_t dblk, int num, char *buf, int cold) 242 #define cold 1 /* collapse out references to diskbufp */ macro 248 if (cold || diskbuf_user != &ra_dev || d->dev != ra_dev 256 if (cold) { 268 if (!cold) 275 * (cold) */ 277 if (!cold) { 287 if (!cold) {
|
| /src/external/gpl2/gmake/dist/glob/ |
| fnmatch.c | 284 char cold; local 389 cold = c; 401 if (cold <= fn && fn <= FOLD (cend))
|
| /src/sys/arch/xen/x86/ |
| x86_xpmap.c | 198 KASSERT(curcpu()->ci_ilevel >= IPL_VM || cold); local 226 KASSERT(curcpu()->ci_ilevel >= IPL_VM || cold); local
|
| /src/sys/rump/librump/rumpkern/ |
| emul.c | 68 int cold = 1; variable
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch_loop.c | 204 CHAR cold; local 454 cold = startp[1]; 555 cold = wextra[1 + wextra[idx]]; 560 cold = *((int32_t *) &extra[idx]); 572 cold = str[0]; 595 cold = c; 624 lcollseq = cold; 626 lcollseq = __collseq_table_lookup (collseq, cold); 629 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch_loop.c | 207 CHAR cold; local 457 cold = startp[1]; 558 cold = wextra[1 + wextra[idx]]; 563 cold = *((int32_t *) &extra[idx]); 575 cold = str[0]; 598 cold = c; 627 lcollseq = cold; 629 lcollseq = __collseq_table_lookup (collseq, cold); 632 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch_loop.c | 234 CHAR cold; local 474 cold = startp[1]; 552 cold = wextra[1 + wextra[0]]; 557 cold = *((int32_t *) &extra[idx]); 569 cold = startp[1]; 596 cold = c; 625 lcollseq = cold; 627 lcollseq = __collseq_table_lookup (collseq, cold); 630 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch_loop.c | 234 CHAR cold; local 474 cold = startp[1]; 552 cold = wextra[1 + wextra[0]]; 557 cold = *((int32_t *) &extra[idx]); 569 cold = startp[1]; 596 cold = c; 625 lcollseq = cold; 627 lcollseq = __collseq_table_lookup (collseq, cold); 630 lcollseq = is_seqval ? cold : collseq[(UCHAR) cold]; [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 89 let cold = 9 var in Module:CallConv
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-inline.cc | 810 "call is cold and code would grow " 827 "call is cold and code would grow by %i\n", 1060 /* If call is cold, do not inline when function body would grow. */ 1103 reason = "recursive call is cold"; 1226 When COLD is true the cold calls are considered, too. */ 1229 want_inline_function_to_all_callers_p (struct cgraph_node *node, bool cold) 1249 if (!cold && !has_hot_call) 2093 if not inlined. Also only count the non-cold portion of program. */ 2236 calls, the edge may become cold 2788 int cold; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-inline.cc | 715 "call is cold and code would grow " 732 "call is cold and code would grow by %i\n", 965 /* If call is cold, do not inline when function body would grow. */ 1008 reason = "recursive call is cold"; 1126 When COLD is true the cold calls are considered, too. */ 1129 want_inline_function_to_all_callers_p (struct cgraph_node *node, bool cold) 1149 if (!cold && !has_hot_call) 1983 if not inlined. Also only count the non-cold portion of program. */ 2126 calls, the edge may become cold 2665 int cold; local [all...] |