HomeSort by relevance Sort by last modified time
    Searched defs:uint32 (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 19 typedef unsigned int uint32; typedef
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
pixelutils.cpp 21 typedef uint32_t uint32; typedef
26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input));
27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output));
28 uint32* pOutRow = pOutput + offset;
30 uint32* pOutPix = pOutRow;
  /external/libtextclassifier/util/base/
integral_types.h 26 typedef unsigned int uint32; typedef in namespace:libtextclassifier2
51 static_assert(sizeof(uint32) == 4, "wrong size");
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 16 typedef unsigned int uint32; typedef in namespace:mkvmuxer
  /external/tensorflow/tensorflow/core/platform/default/
integral_types.h 31 typedef unsigned int uint32; typedef in namespace:tensorflow
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 71 typedef uint32_t uint32; typedef
  /external/dng_sdk/source/
dng_types.h 48 typedef uint32_t uint32; typedef
64 /*Some Mac OS X 10.5 SDK headers already define uint32.*/
67 typedef unsigned int uint32; typedef
69 typedef unsigned long uint32; typedef
88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\
89 (((uint32) b) << 16) |\
90 (((uint32) c) << 8) |\
91 (((uint32) d) ))
  /external/flatbuffers/python/flatbuffers/
packer.py 29 uint32 = struct.Struct("<I") variable
40 uoffset = uint32
  /external/google-breakpad/src/common/dwarf/
types.h 45 typedef unsigned int uint32; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 36 typedef uint32_t uint32; typedef
50 typedef uint32 PPN;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /external/gflags/android/gflags/
gflags_declare.h 90 typedef uint32_t uint32; typedef in namespace:GFLAGS_NAMESPACE
95 typedef u_int32_t uint32;
100 typedef unsigned __int32 uint32;
133 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint32, U, name)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 81 typedef uint32_t uint32; typedef in namespace:GFLAGS_NAMESPACE
86 typedef u_int32_t uint32;
91 typedef unsigned __int32 uint32;
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 81 typedef uint32_t uint32;
86 typedef u_int32_t uint32; typedef in namespace:GFLAGS_NAMESPACE
91 typedef unsigned __int32 uint32; typedef in namespace:GFLAGS_NAMESPACE
  /external/syslinux/gpxe/src/include/
stdint.h 32 typedef uint32_t uint32; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 46 typedef unsigned int uint32; typedef in namespace:le_fx
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 30 typedef uint32_t uint32; typedef
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) )
63 typedef unsigned long uint32; typedef
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 12 typedef uint32_t uint32; typedef
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 12 typedef uint32_t uint32; typedef
  /build/soong/third_party/zip/
writer.go 73 b.uint32(uint32(directoryHeaderSignature))
80 b.uint32(h.CRC32)
85 b.uint32(uint32max) // compressed size
86 b.uint32(uint32max) // uncompressed size
98 b.uint32(h.CompressedSize)
99 b.uint32(h.UncompressedSize)
105 b.uint32(h.ExternalAttrs)
107 b.uint32(uint32max)
109 b.uint32(uint32(h.offset)
425 func (b *writeBuf) uint32(v uint32) { func
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 51 typedef unsigned int uint32; typedef

Completed in 720 milliseconds

1 2 3 4 5