Searched defs:uword (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DArena.h56 typedef uintptr_t uword; typedef in namespace:WebCore
60 uword base; // aligned base address
61 uword limit; // end of arena (1+last byte)
62 uword avail; // points to next available byte in arena
69 uword mask; // Mask (power-of-2 - 1)
78 #define ARENA_ALIGN(n) (((uword)(n) + ARENA_ALIGN_MASK) & ~ARENA_ALIGN_MASK)
85 uword _p = _a->avail; \
86 uword _q = _p + _nb; \
88 _p = (uword)ArenaAllocate(pool, _nb); \
96 uword _
[all...]
/external/libgsm/inc/
H A Dprivate.h15 typedef unsigned short uword; /* unsigned word */ typedef
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c48 typedef unsigned int uword; typedef
51 uword length;
/external/oprofile/opjitconv/
H A Ddebug_line.c30 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));

Completed in 108 milliseconds