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

  /external/chromium_org/printing/
emf_win.h 109 HANDLETABLE* handle_table,
126 HANDLETABLE* handle_table; member in struct:printing::Emf::EnumerationContext
180 HANDLETABLE* handle_table,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_handle_table.c 46 struct handle_table struct
61 struct handle_table *
64 struct handle_table *ht;
66 ht = MALLOC_STRUCT(handle_table);
86 handle_table_set_destroy(struct handle_table *ht,
100 handle_table_resize(struct handle_table *ht,
130 handle_table_clear(struct handle_table *ht,
152 handle_table_add(struct handle_table *ht,
190 handle_table_set(struct handle_table *ht,
220 handle_table_get(struct handle_table *ht,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.c 46 struct handle_table struct
61 struct handle_table *
64 struct handle_table *ht;
66 ht = MALLOC_STRUCT(handle_table);
86 handle_table_set_destroy(struct handle_table *ht,
100 handle_table_resize(struct handle_table *ht,
130 handle_table_clear(struct handle_table *ht,
152 handle_table_add(struct handle_table *ht,
190 handle_table_set(struct handle_table *ht,
220 handle_table_get(struct handle_table *ht,
    [all...]
  /external/chromium_org/mojo/system/
transport_data.cc 132 HandleTableEntry* handle_table = reinterpret_cast<HandleTableEntry*>( local
156 handle_table[i].type = static_cast<int32_t>(dispatcher->GetType());
157 handle_table[i].offset = static_cast<uint32_t>(current_offset);
158 handle_table[i].size = static_cast<uint32_t>(actual_size);
275 const HandleTableEntry* handle_table = local
281 size_t offset = handle_table[i].offset;
285 size_t size = handle_table[i].size;
326 const HandleTableEntry* handle_table = local
330 size_t offset = handle_table[i].offset;
331 size_t size = handle_table[i].size
    [all...]

Completed in 1745 milliseconds