OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uword
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
globals.h
27
typedef uintptr_t
uword
;
typedef in namespace:art
/external/libgsm/inc/
private.h
15
typedef unsigned short
uword
; /* unsigned word */
typedef
/external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c
48
typedef unsigned int
uword
;
typedef
51
uword
length;
/external/oprofile/opjitconv/
debug_line.c
30
typedef uint32_t
uword
;
typedef
89
uword
total_length;
94
uword
prolog_length;
121
uword
total_length;
123
uword
debug_abbrev_offset;
153
static void emit_uword(struct growable_buffer * b,
uword
data)
155
add_data(b, &data, sizeof(
uword
));
/external/chromium_org/third_party/mach_override/libudis86/
types.h
133
uint16_t
uword
;
member in union:ud_lval
Completed in 158 milliseconds