HomeSort by relevance Sort by last modified time
    Searched refs:get_offset (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/bindings/python/tests/cindex/
test_type.py 328 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/
translate_sse.c 135 get_offset(const void *a, const void *b) function
170 get_offset(p, &p->consts[id][0])));
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 66 System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
  /external/mesa3d/src/compiler/glsl/
link_varyings.h 139 unsigned get_offset() const function in class:tfeedback_decl
link_varyings.cpp     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 295 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])));
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 53 System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
  /toolchain/binutils/binutils-2.27/gold/
stringpool.h 248 get_offset(const Stringpool_char* s) const;
252 get_offset(const std::basic_string<Stringpool_char>& s) const function in class:gold::Stringpool_template
binary.cc 330 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name));
359 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str()));
dynobj.cc     [all...]
stringpool.cc 450 Stringpool_template<Stringpool_char>::get_offset(const Stringpool_char* s) function in class:gold::Stringpool_template
symtab.h 422 { return this->got_offsets_.get_offset(got_type) != -1U; }
428 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
    [all...]
incremental.cc     [all...]
object.h 268 get_offset(unsigned int got_type) const function in class:gold::Got_offset_list
    [all...]
object.cc     [all...]
incremental.h 136 get_offset() const function in class:gold::Incremental_input_entry
    [all...]
dwp.cc     [all...]
output.cc     [all...]
symtab.cc     [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 260 get_offset(uint32_t *p, uint32_t start, uint32_t end) function
433 start = get_offset(&p[1], 6, 63);
436 start = get_offset(&p[1], 6, 31);
457 start = get_offset(&p[3], 6, 63);
459 start = get_offset(&p[3], 6, 31);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
versados.c 347 get_offset (int len, unsigned char *ptr) function
402 dst_idx += get_offset (offsetlen, srcp);
407 int val = get_offset (offsetlen, srcp + esdids);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 269 RAW_METHOD_DUMP(OS, get_offset)
733 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 401 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkbuffermemorybarrier_struct_wrapper
441 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkbufferviewcreateinfo_struct_wrapper
1132 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkdescriptorbufferinfo_struct_wrapper
2753 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vkmappedmemoryrange_struct_wrapper
4101 uint32_t get_offset() { return m_struct.offset; } function in class:vkpushconstantrange_struct_wrapper
4205 VkOffset2D get_offset() { return m_struct.offset; } function in class:vkrect2d_struct_wrapper
4507 VkOffset3D get_offset() { return m_struct.offset; } function in class:vksparseimagememorybind_struct_wrapper
4714 uint32_t get_offset() { return m_struct.offset; } function in class:vkspecializationmapentry_struct_wrapper
4902 VkDeviceSize get_offset() { return m_struct.offset; } function in class:vksubresourcelayout_struct_wrapper
5117 uint32_t get_offset() { return m_struct.offset; } function in class:vkvertexinputattributedescription_struct_wrapper
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc     [all...]
  /external/valgrind/VEX/priv/
host_s390_isel.c 3690 UInt get_offset = stmt->Ist.Put.data->Iex.Get.offset; local
    [all...]

Completed in 779 milliseconds

1 2