Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go14 func leftRotate(a uint32, n uint) uint32 {
18 func chaChaQuarterRound(state *[16]uint32, a, b, c, d int) {
32 func chaCha20Block(state *[16]uint32, out []byte) {
/external/v8/test/mjsunit/regress/
Dregress-2110.js43 var uint32 = new Uint32Array(1); variable
/external/openfst/src/include/fst/
Dtypes.h35 typedef uint32_t uint32; typedef
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxertypes.hpp24 typedef unsigned int uint32; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h36 typedef uint32_t uint32; typedef
/external/google-breakpad/src/common/dwarf/
Dtypes.h45 typedef unsigned int uint32; typedef
/external/jemalloc/test/unit/
Datomic.c80 TEST_STRUCT(uint32, uint32_t) in TEST_STRUCT() argument
/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h60 typedef unsigned int uint32; typedef
64 typedef unsigned long uint32; typedef
68 typedef unsigned int uint32; typedef
/external/skia/src/images/
Dbmpdecoderhelper.h22 typedef uint32_t uint32; typedef
/external/libyuv/files/include/libyuv/
Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h58 typedef unsigned int uint32; typedef
/external/regex-re2/util/
Dutil.h72 typedef uint32_t uint32; typedef
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto78 optional uint32 uint32 = 16; field
/external/lldb/include/lldb/Core/
DRegisterValue.h387 uint32_t uint32; member
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h98 typedef uint32_t uint32; typedef
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py135 def UInt32ByteSize(field_number, uint32): argument
/external/nanopb-c/generator/google/protobuf/internal/
Dwire_format.py135 def UInt32ByteSize(field_number, uint32): argument
/external/dnsmasq/src/
Dutil.c46 typedef unsigned int uint32; typedef
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h167 typedef unsigned __int32 uint32; typedef
177 typedef uint32_t uint32; typedef
/external/lldb/tools/debugserver/source/
DDNBDefs.h287 uint32_t uint32; member
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h308 READ_REPEATED_FIXED_SIZE_PRIMITIVE(uint32, TYPE_FIXED32) in READ_REPEATED_FIXED_SIZE_PRIMITIVE() argument
/external/v8/src/compiler/
Dtyper.cc37 Type* uint32 = NATIVE_TYPE(Unsigned32, UntaggedInt32); in Typer() local
/external/llvm/bindings/go/llvm/
Dir.go932 func ConstExtractValue(agg Value, indices []uint32) (rv Value) {
942 func ConstInsertValue(agg, val Value, indices []uint32) (rv Value) {
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py121 def uint32(self): member in BinaryReader
/external/mesa3d/src/mesa/main/
Ddlist.c536 GLuint uint32[2]; member