Home
last modified time | relevance | path

Searched defs:uint32 (Results 1 – 25 of 114) sorted by relevance

12345

/external/pigweed/pw_transfer/
Dtransfer.proto56 optional uint32 pending_bytes = 2; field
65 optional uint32 max_chunk_size_bytes = 3; field
74 optional uint32 min_delay_microseconds = 4; field
125 optional uint32 status = 8; field
/external/dng_sdk/source/
Ddng_opcodes.h359 uint32 /* threadCount */, in Prepare() argument
461 uint32 /* threadCount */, in Prepare() argument
Ddng_types.h48 typedef uint32_t uint32; typedef
67 typedef unsigned int uint32; typedef
69 typedef unsigned long uint32; typedef
Ddng_misc_opcodes.cpp381 uint32 dng_opcode_MapTable::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
400 uint32 /* threadIndex */, in ProcessArea() argument
619 uint32 /* threadIndex */, in ProcessArea() argument
981 uint32 /* threadIndex */, in ProcessArea() argument
1187 uint32 /* threadIndex */, in ProcessArea() argument
1348 uint32 dng_opcode_ScalePerRow::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
1367 uint32 /* threadIndex */, in ProcessArea() argument
1525 uint32 dng_opcode_ScalePerColumn::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
1544 uint32 /* threadIndex */, in ProcessArea() argument
Ddng_area_task.cpp80 void dng_area_task::Start (uint32 /* threadCount */, in Start() argument
90 void dng_area_task::Finish (uint32 /* threadCount */) in Finish() argument
Ddng_lens_correction.h610 virtual uint32 BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
/external/arm-optimized-routines/math/test/rtest/
Dtypes.h14 typedef unsigned int uint32; typedef
18 typedef unsigned long uint32; typedef
/external/libcap/contrib/seccomp/
Dexplore.go101 func bpfStmt(code uint16, k uint32) SockFilter {
105 func bpfJump(code uint16, k uint32, jt uint8, jf uint8) SockFilter {
123 func AllowSyscall(syscallNum uint32) []SockFilter {
130 func DisallowSyscall(syscallNum, errno uint32) []SockFilter {
149 func TrapOnSyscall(syscallNum uint32) []SockFilter {
/external/pigweed/pw_log/
Dlog.proto96 optional uint32 line_level = 2; field
101 optional uint32 flags = 3; field
133 optional uint32 dropped = 6; field
166 optional uint32 first_entry_sequence_id = 2; field
/external/pigweed/pw_file/
Dfile.proto77 optional uint32 size_bytes = 3; field
82 optional uint32 file_id = 4; field
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_declare.h86 typedef u_int32_t uint32; typedef
91 typedef unsigned __int32 uint32; typedef
/external/flatbuffers/tests/MyGame/Example/
DAbility.go57 func CreateAbility(builder *flatbuffers.Builder, id uint32, distance uint32) flatbuffers.UOffsetT {
/external/pigweed/pw_protobuf/
Dstream_decoder_test.cc292 Result<uint32_t> uint32 = nested.ReadUint32(); in TEST() local
811 Result<uint32_t> uint32 = decoder.ReadUint32(); in TEST() local
861 pw::Vector<uint32_t, 8> uint32{}; in TEST() local
920 pw::Vector<uint32_t, 2> uint32{}; in TEST() local
961 std::array<uint32_t, 8> uint32{}; in TEST() local
991 std::array<uint32_t, 2> uint32{}; in TEST() local
1019 pw::Vector<uint32_t, 8> uint32{}; in TEST() local
1049 pw::Vector<uint32_t, 2> uint32{}; in TEST() local
/external/pigweed/pw_software_update/
Dbundled_update.proto110 optional uint32 current_state_progress_hundreth_percent = 3; field
113 optional uint32 transfer_id = 4; field
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h19 typedef unsigned int uint32; typedef
/external/libtextclassifier/native/lang_id/common/lite_base/
Dintegral-types.h27 typedef unsigned int uint32; typedef
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h16 typedef unsigned int uint32; typedef
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h16 typedef unsigned int uint32; typedef
/external/libwebm/mkvmuxer/
Dmkvmuxertypes.h16 typedef unsigned int uint32; typedef
/external/tensorflow/tensorflow/core/platform/default/
Dintegral_types.h33 typedef unsigned int uint32; typedef
/external/libjpeg-turbo/md5/
Dmd5.h41 typedef unsigned int uint32; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h36 typedef uint32_t uint32; typedef
/external/flatbuffers/python/flatbuffers/
Dpacker.py29 uint32 = struct.Struct("<I") variable
/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h25 typedef unsigned int uint32; typedef
/external/golang-protobuf/proto/
Dwrappers.go23 func Uint32(v uint32) *uint32 { return &v }

12345