OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpbase
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/flex/dist/src/
tblcmp.c
680
int i, numdiff,
tmpbase
, tmp[CSIZE + 1];
local
693
tmpbase
= numtemps * numecs;
695
if (
tmpbase
+ numecs >= current_max_template_xpairs) {
707
tnxt[
tmpbase
+ i] = 0;
711
tnxt[
tmpbase
+ i] = comstate;
717
mkprot (tnxt +
tmpbase
, -numtemps, comstate);
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
8739
enum built_in_function
tmpbase
;
8755
tmpbase
= (enum built_in_function) (BUILT_IN_ATOMIC_LOAD_N + index + 1);
8756
decl = builtin_decl_explicit (
tmpbase
);
8801
enum built_in_function
tmpbase
;
8826
tmpbase
= (exchange ? BUILT_IN_ATOMIC_EXCHANGE_N : BUILT_IN_ATOMIC_STORE_N);
8827
tmpbase
= (enum built_in_function) ((int)
tmpbase
+ index + 1);
8828
decl = builtin_decl_explicit (
tmpbase
);
8890
enum built_in_function oldbase, newbase,
tmpbase
;
8978
tmpbase
= ((enum built_in_function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
8652
enum built_in_function
tmpbase
;
8668
tmpbase
= (enum built_in_function) (BUILT_IN_ATOMIC_LOAD_N + index + 1);
8669
decl = builtin_decl_explicit (
tmpbase
);
8704
enum built_in_function
tmpbase
;
8729
tmpbase
= (exchange ? BUILT_IN_ATOMIC_EXCHANGE_N : BUILT_IN_ATOMIC_STORE_N);
8730
tmpbase
= (enum built_in_function) ((int)
tmpbase
+ index + 1);
8731
decl = builtin_decl_explicit (
tmpbase
);
8782
enum built_in_function oldbase, newbase,
tmpbase
;
8870
tmpbase
= ((enum built_in_function
[
all
...]
Completed in 27 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026