/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug013.go | 11 var cU1 uint32 = '\U00101234';
|
bug440_32.go | 18 func splitContractIndex(ce uint32) (index, n, offset int) {
|
issue5515.go | 11 type T uint32
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
bv.go | 22 b []uint32 // words holding bits 25 func bvsize(n uint32) uint32 { 38 return Bvec{n, make([]uint32, bvsize(uint32(n))/4)} 42 words []uint32 50 words: make([]uint32, nword*count), 182 mask := uint32(^(1 << uint(i%WORDBITS))) 196 mask := uint32(1 << uint(i%WORDBITS))
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
bv.go | 19 b []uint32 // words holding bits 22 func bvsize(n uint32) uint32 { 35 return Bvec{n, make([]uint32, bvsize(uint32(n))/4)} 39 words []uint32 47 words: make([]uint32, nword*count), 179 mask := uint32(^(1 << uint(i%WORDBITS))) 193 mask := uint32(1 << uint(i%WORDBITS))
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 31 if n != Offset(uint32(n)) { 41 var ao uint32 43 ao = b.uint32() 46 if ao64 != uint64(uint32(ao64)) { 50 ao = uint32(ao64) 59 var toff uint32 61 toff = b.uint32() 64 if to64 != uint64(uint32(to64)) { 68 toff = uint32(to64)
|
/prebuilts/go/linux-x86/src/debug/macho/ |
fat.go | 16 Magic uint32 24 SubCpu uint32 25 Offset uint32 26 Size uint32 27 Align uint32 59 leMagic := binary.LittleEndian.Uint32(buf[:]) 69 var narch uint32 80 // Combine the Cpu and SubCpu (both uint32) into a uint64 to make sure 89 for i := uint32(0); i < narch; i++ {
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
blank.0.golden | 41 H uint32
|
blank.2.golden | 41 H uint32
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_netbsd.go | 20 var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}} 29 mib := [2]uint32{_CTL_HW, _HW_NCPU} 30 out := uint32(0) 162 nmask.__bits[(i-1)/32] &^= 1 << ((uint32(i) - 1) & 31) 236 mask.__bits[(sig-1)/32] |= 1 << ((uint32(sig) - 1) & 31)
|
os2_linux.go | 20 type sigset [2]uint32
|
os_linux_arm64.go | 12 var randomNumber uint32
|
/prebuilts/go/linux-x86/src/unicode/ |
graphic.go | 37 // We convert to uint32 to avoid the extra test for negative, 39 if uint32(r) <= MaxLatin1 { 51 if uint32(r) <= MaxLatin1 { 82 if uint32(r) <= MaxLatin1 { 91 if uint32(r) <= MaxLatin1 { 105 if uint32(r) <= MaxLatin1 { 114 if uint32(r) <= MaxLatin1 { 128 if uint32(r) <= MaxLatin1 { 140 if uint32(r) <= MaxLatin1 {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug013.go | 11 var cU1 uint32 = '\U00101234';
|
bug440_32.go | 18 func splitContractIndex(ce uint32) (index, n, offset int) {
|
issue5515.go | 11 type T uint32
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 169 static bool SkipField(io::CodedInputStream* input, uint32 tag, 187 static_cast<uint32>( \ 220 static uint32 EncodeFloat(float value); 221 static float DecodeFloat(uint32 value); 231 static uint32 ZigZagEncode32(int32 n) [all...] |
/external/tpm2/ |
PCR.c | 50 UINT32 *groupIndex // OUT: group index if PCR belongs a 83 UINT32 *groupIndex // OUT: group index if PCR belongs a group that 139 UINT32 groupIndex; 155 UINT32 groupIndex; 179 UINT32 groupIndex; 203 UINT32 i; 246 UINT32 pcrIndex // IN: PCR index in PCR_SAVE 294 UINT32 pcr, // IN: The number of the PCR 298 UINT32 i; 332 UINT32 pcrNumber // IN: PCR numbe [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
UpdateCallback.cpp | 46 _hardIndex_From((UInt32)(Int32)-1)
95 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index,
96 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
105 *indexInArchive = (UInt32)(Int32)-1;
128 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType)
131 *parent = (UInt32)(Int32)-1;
135 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps)
143 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) [all...] |
LoadCodecs.cpp | 185 static HRESULT GetCoderClass(Func_GetMethodProperty getMethodProperty, UInt32 index,
209 UInt32 numMethods = 1;
215 for (UInt32 i = 0; i < numMethods; i++)
232 UInt32 numMethods = lib.Hashers->GetNumHashers();
233 for (UInt32 i = 0; i < numMethods; i++)
248 UInt32 index, PROPID propID, NCOM::CPropVariant &prop)
258 UInt32 index, PROPID propID, bool &res)
273 UInt32 index, PROPID propID, UInt32 &res, bool &defined)
292 UInt32 index, PROPID propID, UString &res) [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_ojpeg.c | 254 uint32 image_width; 255 uint32 image_length; 256 uint32 strile_width; 257 uint32 strile_length; 258 uint32 strile_length_total; 284 uint32 sof_x; 285 uint32 sof_y; 294 uint32 in_buffer_next_strile; 301 uint32 write_curstrile; 308 uint32 subsampling_convert_ylinelen [all...] |
/external/pdfium/third_party/libtiff/ |
tif_ojpeg.c | 263 uint32 image_width; 264 uint32 image_length; 265 uint32 strile_width; 266 uint32 strile_length; 267 uint32 strile_length_total; 293 uint32 sof_x; 294 uint32 sof_y; 303 uint32 in_buffer_next_strile; 310 uint32 write_curstrile; 317 uint32 subsampling_convert_ylinelen [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
xtensa-modules.c | 314 Field_t_Slot_inst_set (xtensa_insnbuf insn, uint32 val) 316 uint32 tie_t; 330 Field_t_Slot_inst16a_set (xtensa_insnbuf insn, uint32 val) 332 uint32 tie_t; 346 Field_t_Slot_inst16b_set (xtensa_insnbuf insn, uint32 val) 348 uint32 tie_t; 362 Field_t_Slot_xt_flix64_slot0_set (xtensa_insnbuf insn, uint32 val) 364 uint32 tie_t; 378 Field_t_Slot_xt_flix64_slot1_set (xtensa_insnbuf insn, uint32 val) 380 uint32 tie_t [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 169 static bool SkipField(io::CodedInputStream* input, uint32 tag, 187 static_cast<uint32>( \ 220 static uint32 EncodeFloat(float value); 221 static float DecodeFloat(uint32 value); 231 static uint32 ZigZagEncode32(int32 n) [all...] |
/external/skia/src/ports/ |
SkFontMgr_win_dw.cpp | 42 UINT32 fontFileReferenceKeySize, 88 UINT32 fontFileReferenceKeySize, 170 UINT32 dummy = 0; 204 UINT32 collectionKeySize, 252 UINT32 collectionKeySize, 374 UINT32 cshNumFiles; 375 UINT32 ctxNumFiles; 399 UINT32 cshRefKeySize; 401 UINT32 ctxRefKeySize; 417 UINT32 cshFamilyNameLength [all...] |