Searched
full:uint32 (Results
926 -
950 of
4588) sorted by null
<<31323334353637383940>>
/prebuilts/go/darwin-x86/src/syscall/ |
env_windows.go | 19 n := uint32(100) 22 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b))) 26 if n <= uint32(len(b)) {
|
/prebuilts/go/linux-x86/src/syscall/ |
env_windows.go | 19 n := uint32(100) 22 n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b))) 26 if n <= uint32(len(b)) {
|
/system/bt/udrv/include/ |
uipc.h | 106 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len); 117 BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
54 bool allFilesMode = (numItems == (UInt32)(Int32)-1);
75 for (UInt32 ii = 0; ii < numItems; ii++)
77 // UInt32 fileIndex = allFilesMode ? indexIndex : indices[indexIndex];
78 UInt32 ref2Index = allFilesMode ? ii : indices[ii];
81 // for (UInt32 ri = 0; ri < ref2.Refs.Size(); ri++)
90 UInt32 fileIndex = ref.ItemIndex;
93 UInt32 fileIndex = ref2Index;
|
/external/lzma/CPP/7zip/Common/ |
CWrappers.cpp | 29 static const UInt32 kStreamStepSize = (UInt32)1 << 31;
48 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
104 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
113 UInt32 moveMethod;
144 bool CByteInBufWrap::Alloc(UInt32 size) throw()
159 UInt32 avail;
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Encoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
LzmaEncoder.h | 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
/external/lzma/CPP/7zip/UI/Common/ |
HashCalc.h | 29 UInt32 DigestSize;
36 virtual void Update(const void *data, UInt32 size) = 0;
62 void Update(const void *data, UInt32 size);
105 void AddHashHexToString(char *dest, const Byte *data, UInt32 size);
|
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.cpp | 35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f)
|
/external/tpm2/ |
CommandAudit_fp.h | 12 UINT32 count, // IN: count of returned TPM_CC
|
HandleProcess_fp.h | 19 UINT32 *req_handles_num // OUT: Receives the count of handles
|
PP_fp.h | 12 UINT32 count, // IN: count of returned TPM_CC
|
stubs_ecc.c | 34 UINT32 _cpri__EccGetCurveCount(
|
/hardware/bsp/intel/peripheral/libupm/src/pn532/ |
pyupm_pn532.i | 5 // Adding this typemap because SWIG is converting uint8, uint16, and uint32 into a short by default
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
naptypes.h | 42 typedef UINT32 ProtocolMaxSize; 43 typedef UINT32 NapComponentId; 51 typedef UINT32 MessageId; 155 UINT32 componentType;
|
/prebuilts/go/darwin-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/darwin-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/darwin-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/darwin-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/darwin-x86/src/go/doc/testdata/ |
blank.0.golden | 41 H uint32
|
blank.2.golden | 41 H uint32
|
/prebuilts/go/darwin-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/darwin-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 {
|
Completed in 368 milliseconds
<<31323334353637383940>>