HomeSort by relevance Sort by last modified time
    Searched defs:uword (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/
Arena.h 56 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 _p = _a->avail;
    [all...]
  /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));

Completed in 82 milliseconds