OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:binbias
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ggc-common.cc
927
uintptr_t
binbias
= (uintptr_t) >_pch_save - (uintptr_t) pch_save;
943
pch_save = (void (*) (FILE *)) ((uintptr_t) pch_save +
binbias
);
926
uintptr_t
binbias
= (uintptr_t) >_pch_save - (uintptr_t) pch_save;
local
/src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc
905
uintptr_t
binbias
= (uintptr_t) >_pch_save - (uintptr_t) pch_save;
921
pch_save = (void (*) (FILE *)) ((uintptr_t) pch_save +
binbias
);
904
uintptr_t
binbias
= (uintptr_t) >_pch_save - (uintptr_t) pch_save;
local
Completed in 36 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026