HomeSort by relevance Sort by last modified time
    Searched refs:uint_t (Results 1 - 22 of 22) sorted by null

  /bionic/tools/relocation_packer/src/
sleb128.cc 35 template <typename uint_t>
36 Sleb128Encoder<uint_t>::Sleb128Encoder() { }
38 template <typename uint_t>
39 Sleb128Encoder<uint_t>::~Sleb128Encoder() { }
47 template <typename uint_t>
48 void Sleb128Encoder<uint_t>::Enqueue(uint_t value) {
49 typedef typename uint_traits<uint_t>::int_t int_t;
61 value |= -(static_cast<uint_t>(1) << (size - 7));
65 if ((value == 0 && !sign_bit) || (value == static_cast<uint_t>(-1) && sign_bit)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Camera2Heap.h 29 explicit Camera2Heap(size_t buf_size, uint_t num_buffers = 1,
35 for (uint_t i = 0; i < mNumBufs; i++)
47 uint_t mNumBufs;
  /external/valgrind/memcheck/tests/solaris/
scalar_zone_defunct.c 17 uint_t numzones = x0 + 1;
door_kill.c 17 door_desc_t *dp, uint_t n_desc)
door_data.c 31 door_desc_t *dp, uint_t n_desc)
scalar.c 1320 uint_t numcpus = x0 + 1;
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 157 typedef mediump_uint uint_t; typedef in namespace:glm
159 typedef highp_uint uint_t; typedef in namespace:glm
161 typedef mediump_uint uint_t; typedef in namespace:glm
163 typedef lowp_uint uint_t; typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_int.hpp 157 typedef mediump_uint uint_t; typedef in namespace:glm
159 typedef highp_uint uint_t; typedef in namespace:glm
161 typedef mediump_uint uint_t; typedef in namespace:glm
163 typedef lowp_uint uint_t; typedef in namespace:glm
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 321 CameraHeapMemory(int fd, size_t buf_size, uint_t num_buffers = 1) :
329 explicit CameraHeapMemory(size_t buf_size, uint_t num_buffers = 1) :
344 for (uint_t i = 0; i < mNumBufs; i++)
358 uint_t mNumBufs;
365 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs,
CameraHardwareInterface.cpp 779 int fd, size_t buf_size, uint_t num_bufs,
  /bionic/libc/include/sys/
types.h 131 typedef unsigned int uint_t; typedef
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice_1_0.h 117 CameraHeapMemory(int fd, size_t buf_size, uint_t num_buffers = 1);
119 sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers = 1);
124 uint_t mNumBufs;
187 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs, void *user);
CameraDevice.cpp 300 int fd, size_t buf_size, uint_t num_buffers) :
313 size_t buf_size, uint_t num_buffers) :
362 camera_memory_t* CameraDevice::sGetMemory(int fd, size_t buf_size, uint_t num_bufs, void *user) {
    [all...]
  /system/security/keystore/
confirmationui_rate_limiting.h 46 uint_t latest_requester_;
  /external/libdrm/
xf86atomic.h 88 #define LIBDRM_ATOMIC_TYPE uint_t
  /external/libvpx/libvpx/vpx_ports/
x86.h 255 uint_t hi, lo;
  /external/libunwind_llvm/src/
AddressSpace.hpp 550 typedef typename P::uint_t pint_t;
588 typename P::uint_t RemoteAddressSpace<P>::getP(pint_t addr) {
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp 429 const glsl_type * const uint_t; member in class:__anon29173::builtin_variable_generator
448 uint_t(glsl_type::uint_type),
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 624 pktp->ipi_ifindex = *(uint_t*)sdl;
  /external/ppp/pppd/
sys-solaris.c 297 uint_t fl, req_size;
390 uint_t fl, req_size;
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 76 #define vki_uint_t uint_t
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]

Completed in 1055 milliseconds