/prebuilts/go/linux-x86/src/runtime/ |
atomic_arm64.s | 7 // uint32 runtime·atomicload(uint32 volatile* addr) 86 // uint32 xadd(uint32 volatile *ptr, int32 delta)
|
os3_plan9.go | 50 gp.sig = uint32(sig) 116 func sigenable(sig uint32) { 119 func sigdisable(sig uint32) { 122 func sigignore(sig uint32) {
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race_unix_test.go | 23 p := (*uint32)(unsafe.Pointer(&data[0]))
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_solaris_amd64.go | 31 cmsg.Len = uint32(length)
|
/prebuilts/go/linux-x86/src/testing/ |
cover.go | 19 Line0 uint32 21 Line1 uint32 33 Counters map[string][]uint32 88 var count uint32
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug319.go | 15 b := uint32(uintptr(unsafe.Pointer(&x)))
|
issue7316.go | 29 "uint", "uint8", "uint16", "uint32", "uint64",
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki.h | 330 #define TIMER_PARAM_TYPE UINT32 371 typedef void (*TASKPTR)(UINT32); 402 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount); 403 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len); 458 GKI_API extern void GKI_delay(UINT32); 459 GKI_API extern UINT32 GKI_get_tick_count(void); 469 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *); 470 GKI_API extern UINT16 GKI_wait(UINT16, UINT32); 492 GKI_API extern void *GKI_os_malloc (UINT32); [all...] |
/external/libnfc-nci/src/gki/common/ |
gki.h | 333 #define TIMER_PARAM_TYPE UINT32 374 typedef void (*TASKPTR)(UINT32); 404 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount); 405 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len); 460 GKI_API extern void GKI_delay(UINT32); 461 GKI_API extern UINT32 GKI_get_tick_count(void); 471 GKI_API extern UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *, TIMER_LIST_ENT *); 472 GKI_API extern UINT16 GKI_wait(UINT16, UINT32); 494 GKI_API extern void *GKI_os_malloc (UINT32); [all...] |
/external/libyuv/files/unit_test/ |
compare_test.cc | 23 static uint32 ReferenceHashDjb2(const uint8* src, uint64 count, uint32 seed) { 24 uint32 hash = seed; 41 uint32 h1 = HashDjb2(src_a, kMaxTest, 5381); 42 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); 63 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); 64 uint32 h1; 81 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); 82 uint32 h1; 97 uint32 h2 = ReferenceHashDjb2(src_a + 1, kMaxTest, 5381) [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemSeg.h | 82 uint32 sizeE; 85 uint32 allocIndexE; 91 uint32 idE; 116 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA, 120 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA, 124 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA, 128 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA, 132 uint32 bbs_MemSeg_usedBlocks( struct bbs_Context* cpA, 144 uint32 sizeA ); 149 uint32 sizeA ) [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster3D.h | 52 uint32 allocatedSizeE; 55 uint32 sizeE; 103 uint32 indexA, 109 uint32 indexA, 115 uint32 indexA, 123 uint32 sizeA, 129 uint32 sizeA ); 135 uint32 sizeA ); 149 uint32 bts_Cluster3D_memSize( struct bbs_Context* cpA, 153 uint32 bts_Cluster3D_memWrite( struct bbs_Context* cpA [all...] |
/external/tpm2/ |
stubs_hash.c | 22 UINT32 i; 64 UINT32 dOutSize, // IN: size of digest buffer 87 UINT32 sizeInBits, // IN: size of generated key in bit 89 UINT32 * counterInOut, // IN/OUT: caller may provide the iteration 96 UINT32 counter = 0; // counter value 140 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32); 152 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32); 172 UINT32 sizeInBits, // IN: size of generated key in bit 176 UINT32 counter = 0; // counter value 177 UINT32 lSize = 0 [all...] |
/prebuilts/go/darwin-x86/src/math/rand/ |
rand.go | 48 // Uint32 returns a pseudo-random 32-bit value as a uint32. 49 func (r *Rand) Uint32() uint32 { return uint32(r.Int63() >> 31) } 86 max := int32((1 << 31) - 1 - (1<<31)%uint32(n)) 174 // Uint32 returns a pseudo-random 32-bit value as a uint32 176 func Uint32() uint32 { return globalRand.Uint32() [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
compile.go | 19 type patchList uint32 29 func (l patchList) patch(p *Prog, val uint32) { 61 i.Out = uint32(l2) 63 i.Arg = uint32(l2) 70 i uint32 // index of first instruction 137 bra := c.cap(uint32(re.Cap << 1)) 139 ket := c.cap(uint32(re.Cap<<1 | 1)) 172 f := frag{i: uint32(len(c.p.Inst))} 187 func (c *compiler) cap(arg uint32) frag { 261 c.p.Inst[f.i].Arg = uint32(op [all...] |
/prebuilts/go/darwin-x86/src/unicode/ |
letter.go | 42 Lo uint32 43 Hi uint32 44 Stride uint32 58 Lo uint32 59 Hi uint32 125 func is32(ranges []Range32, r uint32) bool { 165 return is32(r32, uint32(r)) 177 return is32(r32, uint32(r)) 185 if uint32(r) <= MaxLatin1 { 194 if uint32(r) <= MaxLatin1 [all...] |
/prebuilts/go/linux-x86/src/math/rand/ |
rand.go | 48 // Uint32 returns a pseudo-random 32-bit value as a uint32. 49 func (r *Rand) Uint32() uint32 { return uint32(r.Int63() >> 31) } 86 max := int32((1 << 31) - 1 - (1<<31)%uint32(n)) 174 // Uint32 returns a pseudo-random 32-bit value as a uint32 176 func Uint32() uint32 { return globalRand.Uint32() [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
compile.go | 19 type patchList uint32 29 func (l patchList) patch(p *Prog, val uint32) { 61 i.Out = uint32(l2) 63 i.Arg = uint32(l2) 70 i uint32 // index of first instruction 137 bra := c.cap(uint32(re.Cap << 1)) 139 ket := c.cap(uint32(re.Cap<<1 | 1)) 172 f := frag{i: uint32(len(c.p.Inst))} 187 func (c *compiler) cap(arg uint32) frag { 261 c.p.Inst[f.i].Arg = uint32(op [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
letter.go | 42 Lo uint32 43 Hi uint32 44 Stride uint32 58 Lo uint32 59 Hi uint32 125 func is32(ranges []Range32, r uint32) bool { 165 return is32(r32, uint32(r)) 177 return is32(r32, uint32(r)) 185 if uint32(r) <= MaxLatin1 { 194 if uint32(r) <= MaxLatin1 [all...] |
/external/ceres-solver/internal/ceres/ |
collections_port.h | 125 inline void hash_mix(uint32& a, uint32& b, uint32& c) { 150 inline uint32 Hash32NumWithSeed(uint32 num, uint32 c) { 152 uint32 b = 0x9e3779b9UL; 181 return (sizeof(h1) <= sizeof(ceres::internal::uint32)) ?
|
/external/dng_sdk/source/ |
dng_area_task.h | 38 uint32 fMaxThreads; 40 uint32 fMinTaskArea; 56 virtual uint32 MaxThreads () const 68 virtual uint32 MinTaskArea () const 133 virtual void Start (uint32 threadCount, 148 virtual void Process (uint32 threadIndex, 157 virtual void Finish (uint32 threadCount); 174 void ProcessOnThread (uint32 threadIndex,
|
dng_rational.cpp | 101 void dng_urational::Set_real64 (real64 x, uint32 dd) 137 void dng_urational::ReduceByFactor (uint32 factor)
|
dng_tone_curve.cpp | 90 for (uint32 j = 0; j < fCoord.size (); j++) 126 for (uint32 index = 0; index < fCoord.size (); index++)
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
OverrideLog.h | 44 extern UINT32 ScrProtocolTraceFlag; 65 UINT32 InitializeProtocolLogLevel ();
|
/external/libnfc-nci/src/include/ |
OverrideLog.h | 44 extern UINT32 ScrProtocolTraceFlag; 65 UINT32 initializeProtocolLogLevel ();
|