OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uqword
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mach_override/libudis86/
syn.c
164
case 64: v = op->lval.
uqword
; break;
183
case 64: v = op->lval.
uqword
; break;
types.h
137
uint64_t
uqword
;
member in union:ud_lval
decode.c
409
case 64: op->lval.
uqword
= inp_uint64(u); break;
438
op->lval.
uqword
= inp_uint64(u);
/external/mksh/src/
syn.c
986
int
uqword
;
local
991
uqword
= c == LWORD && *ident;
998
ret = (
uqword
&& !strcmp(yylval.cp,
1010
} else if (
uqword
&& (ret = test_isop(meta, ident)))
1014
ret = (
uqword
&& !strcmp(yylval.cp,
exec.c
1659
int
uqword
;
local
[
all
...]
Completed in 94 milliseconds