HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 351 - 375 of 3421) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-sflow.c 301 const u_char *pointer, u_int len)
308 sflow_gen_counter = (const struct sflow_generic_counter_t *)pointer;
350 const u_char *pointer, u_int len)
357 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer;
384 const u_char *pointer _U_, u_int len _U_)
391 const u_char *pointer, u_int len)
398 sflow_100basevg_counter = (const struct sflow_100basevg_counter_t *)pointer;
431 const u_char *pointer, u_int len)
438 sflow_vlan_counter = (const struct sflow_vlan_counter_t *)pointer;
465 const u_char *pointer, u_int len
    [all...]
  /art/compiler/utils/
swap_space.h 117 typedef void* pointer; typedef in class:art::SwapAllocator
149 typedef T* pointer; typedef in class:art::SwapAllocator
175 pointer address(reference x) const { return &x; }
178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
188 void deallocate(pointer p, size_type n) {
196 void construct(pointer p, const_reference val) {
203 void destroy(pointer p) {
  /art/libartbase/base/
iteration_range.h 32 typedef typename std::iterator_traits<Iter>::pointer pointer; typedef in class:art::IterationRange
  /art/runtime/
bit_memory_region.h 36 void* pointer() const { return region_.pointer(); } function in class:art::FINAL
memory_region.cc 25 CHECK(from.pointer() != nullptr);
29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size());
  /art/runtime/interpreter/mterp/arm/
op_iput.S 12 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
op_iput_wide.S 6 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
op_move_result.S 6 ldr r0, [rFP, #OFF_FP_RESULT_REGISTER] @ get pointer to result JType.
  /art/runtime/interpreter/mterp/mips/
op_iput.S 12 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
op_iput_wide.S 6 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
op_move_result.S 6 lw a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
op_move_result_wide.S 3 lw a3, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
op_sput.S 11 GET_VREG(a1, a3) # a1 <- fp[AA], the object pointer
  /art/runtime/interpreter/mterp/mips64/
op_iput.S 12 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
op_iput_wide.S 6 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
op_move_result.S 6 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
op_move_result_wide.S 5 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
  /art/runtime/interpreter/mterp/x86_64/
op_iput.S 13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
op_iput_wide.S 7 GET_VREG OUT_32_ARG1, %rcx # the object pointer
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 30 typedef _Tp *pointer; typedef in struct:std::allocator
54 typedef __gnu_cxx::__normal_iterator < typename _Alloc::pointer,
thunk-use-after-free.cpp 7 typedef _Tp *pointer; typedef in struct:new_allocator
17 typename _Tp_alloc_type::pointer _M_end_of_storage;
  /external/clang/tools/diagtool/
DiagnosticNames.h 60 typedef const value_type * pointer; typedef in class:diagtool::GroupRecord::group_iterator
65 inline pointer operator->() const {
  /external/freetype/src/psaux/
t1cmap.c 124 FT_Pointer pointer )
126 FT_UNUSED( pointer );
154 FT_Pointer pointer )
156 FT_UNUSED( pointer );
192 FT_Pointer pointer )
197 FT_UNUSED( pointer );
299 FT_Pointer pointer )
305 FT_UNUSED( pointer );
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 24 // typename iterator_traits<Iterator>::pointer,
52 static_assert((std::is_same<typename R::pointer, typename std::iterator_traits<It>::pointer>::value), "");
  /external/libmojo/mojo/edk/system/
options_validation.h 73 static bool IsAligned(const void* pointer) {
74 return reinterpret_cast<uintptr_t>(pointer) % alignment == 0;
85 // (We can't just give |HasMember()| a member pointer template argument instead,

Completed in 721 milliseconds

<<11121314151617181920>>