Searched refs:get_offset (Results 1 - 7 of 7) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_type.py328 Cursor.type.get_offset works."""
351 assert teststruct.type.get_offset(fields[0].spelling) == a1
352 assert teststruct.type.get_offset(fields[1].spelling) == a2
353 assert teststruct.type.get_offset(fields[2].spelling) == a3
354 assert teststruct.type.get_offset(fields[3].spelling) == a4
391 assert teststruct.type.get_offset("typeanon") == f1
392 assert teststruct.type.get_offset("bariton") == bariton
393 assert teststruct.type.get_offset("foo") == foo
394 assert teststruct.type.get_offset("bar") == bar
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c128 static int get_offset( const void *a, const void *b ) function
162 get_offset(p, &p->consts[id][0])));
1063 get_offset(p, &p->instance_id));
1071 get_offset(p, &buffer->max_index));
1073 get_offset(p, &buffer->stride));
1075 get_offset(p, &variant->ptr));
1077 get_offset(p, &buffer->base_ptr));
1148 get_offset(p, &p->instance_id));
1157 get_offset(p, &p->buffer_variant[var_idx].ptr));
1169 get_offset(
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c295 static GLint get_offset( const void *a, const void *b ) function
310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr));
381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace));
388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0])));
389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0])));
394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0])));
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp269 RAW_METHOD_DUMP(OS, get_offset)
733 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset);
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc1068 if (FAILED(child->get_offset(&child_register_offset))) {
/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c3690 UInt get_offset = stmt->Ist.Put.data->Iex.Get.offset; local
3693 if (put_offset + size <= get_offset ||
3694 get_offset + size <= put_offset) {
3695 s390_amode *from = s390_amode_for_guest_state(get_offset);
/external/clang/bindings/python/clang/
H A Dcindex.py1971 def get_offset(self, fieldname): member in class:Type

Completed in 195 milliseconds