OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uqword
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-vms.c
53
typedef unsigned long long
uqword
;
typedef
64
uqword
* unw_info_block = (
uqword
*)entry->info_offset;
65
uqword
header = *unw_info_block;
105
/* Beware:
uqword
pointer arithmetic below. */
/src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-vms.c
53
typedef unsigned long long
uqword
;
typedef
64
uqword
* unw_info_block = (
uqword
*)entry->info_offset;
65
uqword
header = *unw_info_block;
105
/* Beware:
uqword
pointer arithmetic below. */
/src/bin/ksh/
syn.c
869
int
uqword
= 0;
local
874
uqword
= c == LWORD && *ident;
881
ret =
uqword
&& strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0;
894
} else if (
uqword
&& (ret = (int) test_isop(te, meta, ident)))
897
ret =
uqword
&& strcmp(yylval.cp, db_close) == 0;
exec.c
1474
int
uqword
;
local
1483
uqword
= *p == EOS;
1486
if (
uqword
) {
1499
ret =
uqword
Completed in 18 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026