HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 1176 - 1200 of 4588) sorted by null

<<41424344454647484950>>

  /external/tpm2/
TestParms_fp.h 34 UINT32* response_handle_buffer_size,
35 UINT32* response_parameter_buffer_size);
Unseal_fp.h 46 UINT32* response_handle_buffer_size,
47 UINT32* response_parameter_buffer_size);
VerifySignature_fp.h 50 UINT32* response_handle_buffer_size,
51 UINT32* response_parameter_buffer_size);
ZGen_2Phase_fp.h 55 UINT32* response_handle_buffer_size,
56 UINT32* response_parameter_buffer_size);
_TPM_Hash_Data.c 16 UINT32 dataSize, // IN: size of data to be extend
20 UINT32 i;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 152 typedef UINT32 FWP_ACTION_TYPE;
259 UINT32 size;
275 UINT32 uint32; member in union:FWP_VALUE0_::__anon41534
295 UINT32 addr;
296 UINT32 mask;
314 UINT32 uint32; member in union:FWP_CONDITION_VALUE0_::__anon41535
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader.go 108 checksum := uint32(z.scratch[0])<<24 | uint32(z.scratch[1])<<16 | uint32(z.scratch[2])<<8 | uint32(z.scratch[3])
145 checksum := uint32(z.scratch[0])<<24 | uint32(z.scratch[1])<<16 | uint32(z.scratch[2])<<8 | uint32(z.scratch[3])
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.s 7 // func castagnoliSSE42(crc uint32, p []byte) uint32
crc32_amd64p32.s 7 // func castagnoliSSE42(crc uint32, p []byte) uint32
  /prebuilts/go/darwin-x86/src/runtime/
atomic_ppc64x.s 9 // uint32 runtime·atomicload(uint32 volatile* addr)
sys_arm64.go 24 var inst uint32
26 inst = *(*uint32)(unsafe.Pointer(buf.pc))
sys_ppc64x.go 26 var inst uint32
28 inst = *(*uint32)(unsafe.Pointer(buf.pc))
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd_amd64.go 37 msghdr.Controllen = uint32(length)
41 cmsg.Len = uint32(length)
  /prebuilts/go/linux-x86/src/compress/zlib/
reader.go 108 checksum := uint32(z.scratch[0])<<24 | uint32(z.scratch[1])<<16 | uint32(z.scratch[2])<<8 | uint32(z.scratch[3])
145 checksum := uint32(z.scratch[0])<<24 | uint32(z.scratch[1])<<16 | uint32(z.scratch[2])<<8 | uint32(z.scratch[3])
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.s 7 // func castagnoliSSE42(crc uint32, p []byte) uint32
crc32_amd64p32.s 7 // func castagnoliSSE42(crc uint32, p []byte) uint32
  /prebuilts/go/linux-x86/src/runtime/
atomic_ppc64x.s 9 // uint32 runtime·atomicload(uint32 volatile* addr)
sys_arm64.go 24 var inst uint32
26 inst = *(*uint32)(unsafe.Pointer(buf.pc))
sys_ppc64x.go 26 var inst uint32
28 inst = *(*uint32)(unsafe.Pointer(buf.pc))
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd_amd64.go 37 msghdr.Controllen = uint32(length)
41 cmsg.Len = uint32(length)
  /system/bt/bta/ar/
bta_ar_int.h 45 UINT32 sdp_tg_handle;
46 UINT32 sdp_ct_handle;
  /system/bt/embdrv/sbc/encoder/srce/
sbc_packing.c 49 s32Carry = ( (((UINT32)(s32OutLow)>>16)&0xFFFF) + \
66 UINT32 u32QuantizedSbValue,u32QuantizedSbValue0; /* temp variable to store quantized sb val*/
74 UINT32 u32SfRaisedToPow2; /*scale factor raised to power 2*/
153 u32SfRaisedToPow2 = ((UINT32)1 << ((*ps16ScfPtr)+1));
154 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount) - 1);
163 s32Low1 &= ((UINT32)1 << (32 - ((*ps16ScfPtr)+2))) - 1;
169 u32SfRaisedToPow2 = ((UINT32)1 << *ps16ScfPtr);
170 u16Levels = (UINT16)(((UINT32)1 << s32LoopCount)-1);
  /external/libnfc-nci/src/hal/include/
nfc_types.h 70 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) ); (p) += 3;}
71 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
104 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3;
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 36 typedef uint32 ( *bbs_callbackFPtr )( struct bbs_Context* cpA );
70 uint32 errorE;
73 uint32 lineE;
94 uint32 errIndexE;
103 uint32 dynMemManagerArrSizeE;
140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
188 uint32 sizeA, /* size of memory segment in 16 bit units */
190 uint32 idA ); /* ID of segment, id=0: unspecified */
199 uint32 idA ); /* ID of segment, id=0: unspecified *
    [all...]
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer.go 34 // A code is a 12 bit value, stored as a uint32 when encoding to avoid
42 // A hash table entry is a uint32. Zero is an invalid entry since the
54 write func(*encoder, uint32) error
55 bits uint32
62 hi, overflow uint32
65 savedCode uint32
73 table [tableSize]uint32
77 func (e *encoder) writeLSB(c uint32) error {
91 func (e *encoder) writeMSB(c uint32) error {
118 clear := uint32(1) << e.litWidt
    [all...]

Completed in 570 milliseconds

<<41424344454647484950>>