HomeSort by relevance Sort by last modified time
    Searched full:vec_ (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 424 v.vec_ = space;
425 register_stack_vec (static_cast<void *> (v.vec_));
426 v.vec_->embedded_init (nelems, 0);
452 /* Move VEC_ to the heap. */
    [all...]
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
crt_stm32f4xx.c 20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler")))
21 #define VEC(nm) VEC_(nm, _Handler)
22 #define VECI(nm) VEC_(nm, _IRQHandler)
  /external/mesa3d/src/mesa/math/
m_vector.c 75 * \param flags bitwise-OR of VEC_* flags
93 * \param flags bitwise-OR of VEC_* flags
  /external/mesa3d/include/CL/
cl.hpp 569 vector<T,N> vec_; member in class:cl::vector::iterator
591 i.vec_ = vec;
603 i.vec_ = vec;
610 return ((vec_ == i.vec_) &&
642 return vec_[index_];
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 1213 `__builtin_(vec_)?delete`,
1214 `__builtin_(vec_)?new`,
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
legacy_profile.go 1213 `__builtin_(vec_)?delete`,
1214 `__builtin_(vec_)?new`,
  /toolchain/binutils/binutils-2.25/gold/
object.h     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 879 const vector<T,N> *vec_; member in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED::iterator
888 vec_(&vec)
900 vec_(NULL)
905 vec_(rhs.vec_),
928 return ((vec_ == i.vec_) &&
965 return (*vec_)[index_];
    [all...]

Completed in 759 milliseconds