Home
last modified time | relevance | path

Searched refs:tmpbase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c680 int i, numdiff, tmpbase, tmp[CSIZE + 1]; in mktemplate() local
693 tmpbase = numtemps * numecs; in mktemplate()
695 if (tmpbase + numecs >= current_max_template_xpairs) { in mktemplate()
707 tnxt[tmpbase + i] = 0; in mktemplate()
711 tnxt[tmpbase + i] = comstate; in mktemplate()
717 mkprot (tnxt + tmpbase, -numtemps, comstate); in mktemplate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c7049 enum built_in_function tmpbase; in expand_omp_atomic_load() local
7065 tmpbase = (enum built_in_function) (BUILT_IN_ATOMIC_LOAD_N + index + 1); in expand_omp_atomic_load()
7066 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_load()
7101 enum built_in_function tmpbase; in expand_omp_atomic_store() local
7126 tmpbase = (exchange ? BUILT_IN_ATOMIC_EXCHANGE_N : BUILT_IN_ATOMIC_STORE_N); in expand_omp_atomic_store()
7127 tmpbase = (enum built_in_function) ((int) tmpbase + index + 1); in expand_omp_atomic_store()
7128 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_store()
7179 enum built_in_function oldbase, newbase, tmpbase; in expand_omp_atomic_fetch_op() local
7267 tmpbase = ((enum built_in_function) in expand_omp_atomic_fetch_op()
7269 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_fetch_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc8652 enum built_in_function tmpbase; in expand_omp_atomic_load() local
8668 tmpbase = (enum built_in_function) (BUILT_IN_ATOMIC_LOAD_N + index + 1); in expand_omp_atomic_load()
8669 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_load()
8704 enum built_in_function tmpbase; in expand_omp_atomic_store() local
8729 tmpbase = (exchange ? BUILT_IN_ATOMIC_EXCHANGE_N : BUILT_IN_ATOMIC_STORE_N); in expand_omp_atomic_store()
8730 tmpbase = (enum built_in_function) ((int) tmpbase + index + 1); in expand_omp_atomic_store()
8731 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_store()
8782 enum built_in_function oldbase, newbase, tmpbase; in expand_omp_atomic_fetch_op() local
8870 tmpbase = ((enum built_in_function) in expand_omp_atomic_fetch_op()
8872 decl = builtin_decl_explicit (tmpbase); in expand_omp_atomic_fetch_op()
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.26753 * autoconf.sh (tmpbase): New var. Adjust trap code and other tmp