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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/sync/
runtime.go 14 func runtime_Semacquire(s *uint32)
20 func runtime_Semrelease(s *uint32)
33 func runtime_Syncsemrelease(s *syncSema, n uint32)
runtime_sema_test.go 15 sem uint32
16 pad [32]uint32
28 sem := uint32(0)
  /prebuilts/go/linux-x86/test/
intcvt.go 34 u32 uint32 = cu32
77 func chku32(i, v uint32) {
160 chku32(uint32(i8), ci8&0xffffffff)
161 chku32(uint32(i16), ci16&0xffffffff)
162 chku32(uint32(i32), ci32&0xffffffff)
163 chku32(uint32(i64), ci64&0xffffffff)
164 chku32(uint32(u8), cu8&0xffffffff)
165 chku32(uint32(u16), cu16&0xffffffff)
166 chku32(uint32(u32), cu32&0xffffffff)
167 chku32(uint32(u64), cu64&0xffffffff
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_int.h 120 UINT32 uint32_val1;
121 UINT32 uint32_val2;
183 UINT32 sdp_handle;
214 UINT32 sdp_handle);
243 extern void bta_hf_client_send_at_chld(char cmd, UINT32 idx);
250 extern void bta_hf_client_send_at_vgs(UINT32 volume);
251 extern void bta_hf_client_send_at_vgm(UINT32 volume);
252 extern void bta_hf_client_send_at_atd(char *number, UINT32 memory);
256 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
259 extern void bta_hf_client_send_at_bcs(UINT32 codec)
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 46 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf);
47 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32);
48 typedef int (*xtensa_immed_decode_fn) (uint32 *);
49 typedef int (*xtensa_immed_encode_fn) (uint32 *);
50 typedef int (*xtensa_do_reloc_fn) (uint32 *, uint32);
51 typedef int (*xtensa_undo_reloc_fn) (uint32 *, uint32);
84 uint32 flags; /* See XTENSA_OPERAND_* flags. */
116 uint32 flags; /* See XTENSA_OPCODE_* flags. *
    [all...]
  /external/tpm2/
NV.c 14 typedef UINT32 NV_ITER; // type of a NV iterator
130 static UINT32
143 if(*iter + sizeof(UINT32) > s_evictNvEnd || *iter == 0)
149 _plat__NvMemoryRead(*iter, sizeof(UINT32), iter);
151 return currentIter + sizeof(UINT32); // entity stores after the pointer
159 static UINT32
165 UINT32 endAddr = s_evictNvStart;
166 UINT32 currentAddr;
172 endAddr -= sizeof(UINT32);
173 _plat__NvMemoryRead(endAddr, sizeof(UINT32), &endAddr)
    [all...]
  /external/dng_sdk/source/
dng_info.cpp 100 uint32 parentCode,
101 uint32 tagCode,
102 uint32 tagType,
103 uint32 tagCount,
205 uint32 olympusMakerParent = 0;
354 uint32 ifdEntries = stream.Get_uint16 ();
370 for (uint32 tag_index = 0; tag_index < ifdEntries; tag_index++)
377 uint32 tagType = stream.Get_uint16 ();
378 uint32 tagCount = stream.Get_uint32 ();
380 uint32 tag_type_size = TagTypeSize (tagType)
    [all...]
dng_bad_pixels.cpp 30 (uint32 constant,
31 uint32 bayerPhase)
123 uint32 /* threadCount */,
126 uint32 imagePlanes,
127 uint32 bufferPixelType,
154 uint32 /* threadIndex */,
180 uint32 count = 0;
181 uint32 total = 0;
384 bool dng_bad_pixel_list::IsPointIsolated (uint32 index,
385 uint32 radius) cons
    [all...]
dng_filter_task.cpp 58 void dng_filter_task::Start (uint32 threadCount,
66 uint32 srcBufferSize = ComputeBufferSize(fSrcPixelType, fSrcTileSize,
68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize,
71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
92 void dng_filter_task::Process (uint32 threadIndex,
dng_orientation.cpp 18 void dng_orientation::SetTIFF (uint32 tiff)
89 uint32 dng_orientation::GetTIFF () const
189 uint32 x = GetAdobe ();
211 uint32 x = GetAdobe ();
213 uint32 y = b.GetAdobe ();
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 24 uint32 num_sad_MB = 0;
25 uint32 num_sad_Blk = 0;
26 uint32 num_sad_MB_call = 0;
27 uint32 num_sad_Blk_call = 0;
67 int dmin = (uint32)dmin_lx >> 16;
96 uint32 cur_word;
105 madstar = (uint32)dmin_lx >> 20;
113 cur_word = *((uint32*)(blk += 4));
128 cur_word = *((uint32*)(blk += 4));
143 cur_word = *((uint32*)(blk += 4))
    [all...]
sad_inline.h 44 if ((uint32)src2 >= (uint32)src1)
53 x7 = mask & ((uint32)x7 >> 1);
105 x10 = *((uint32*)(ref += lx));
106 x11 = *((uint32*)(ref + 4));
107 x12 = *((uint32*)(blk += 16));
108 x14 = *((uint32*)(blk + 4));
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
124 x10 = *((uint32*)(ref + 8))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 54 st_name uint32
67 vd_hash uint32 /* Version name hash value */
68 vd_aux uint32 /* Offset in bytes to verdaux array */
69 vd_next uint32 /* Offset in bytes to next verdef entry */
76 e_version uint32 /* Object file version */
80 e_flags uint32 /* Processor-specific flags */
90 p_type uint32 /* Segment type */
91 p_flags uint32 /* Segment flags */
101 sh_name uint32 /* Section name (string tbl index) */
102 sh_type uint32 /* Section type *
    [all...]
os1_dragonfly.go 15 var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}
18 mib := [2]uint32{_CTL_HW, _HW_NCPU}
19 out := uint32(0)
29 func futexsleep(addr *uint32, val uint32, ns int64) {
35 func futexsleep1(addr *uint32, val uint32, ns int64)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 54 st_name uint32
67 vd_hash uint32 /* Version name hash value */
68 vd_aux uint32 /* Offset in bytes to verdaux array */
69 vd_next uint32 /* Offset in bytes to next verdef entry */
76 e_version uint32 /* Object file version */
80 e_flags uint32 /* Processor-specific flags */
90 p_type uint32 /* Segment type */
91 p_flags uint32 /* Segment flags */
101 sh_name uint32 /* Section name (string tbl index) */
102 sh_type uint32 /* Section type *
    [all...]
os1_dragonfly.go 15 var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}
18 mib := [2]uint32{_CTL_HW, _HW_NCPU}
19 out := uint32(0)
29 func futexsleep(addr *uint32, val uint32, ns int64) {
35 func futexsleep1(addr *uint32, val uint32, ns int64)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 32 Next []uint32
40 func onePassPrefix(p *syntax.Prog) (prefix string, complete bool, pc uint32) {
43 return "", i.Op == syntax.InstMatch, uint32(p.Start)
53 return "", i.Op == syntax.InstMatch, uint32(p.Start)
69 func onePassNext(i *onePassInst, r rune) uint32 {
91 sparse []uint32
92 dense []uint32
93 size, nextIndex uint32
100 func (q *queueOnePass) next() (n uint32) {
115 func (q *queueOnePass) contains(u uint32) bool
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 32 Next []uint32
40 func onePassPrefix(p *syntax.Prog) (prefix string, complete bool, pc uint32) {
43 return "", i.Op == syntax.InstMatch, uint32(p.Start)
53 return "", i.Op == syntax.InstMatch, uint32(p.Start)
69 func onePassNext(i *onePassInst, r rune) uint32 {
91 sparse []uint32
92 dense []uint32
93 size, nextIndex uint32
100 func (q *queueOnePass) next() (n uint32) {
115 func (q *queueOnePass) contains(u uint32) bool
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 20 define 2 uint32 time_offset
43 define 24 uint32 path_mtu_aging_timeout
53 define 35 uint32 arp_cache_timeout
56 define 38 uint32 tcp_keepalive_interval
69 define 51 request uint32 dhcp_lease_time
76 define 58 request uint32 dhcp_renewal_time
77 define 59 request uint32 dhcp_rebinding_time
137 define 91 uint32 client_last_transaction_time
184 embed uint32 nominal
185 embed uint32 maximu
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 51 uint32 srcId; /*!< source surface */
56 uint32 transformType; /*!< (C2D_LENSCORRECT_AFFINE or C2D_LENSCORRECT_PERSPECTIVE) + C2D_LENSCORRECT_BILINEAR */
66 * \param uint32 targetSurface
71 uint32 targetSurface,
78 * \param uint32 surface
83 uint32 a_surface,
92 * \param uint32 surface
96 uint32 a_surface);
102 * \param uint32 surface
103 * \param uint32 *widt
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
packing.hpp 62 /// @see uint32 packUnorm4x8(vec4 const & v)
74 /// @see vec4 unpackUnorm4x8(uint32 p)
90 /// @see uint32 packUnorm4x8(vec4 const & v)
106 /// @see vec4 unpackUnorm4x8(uint32 p)
119 /// @see uint32 packSnorm4x8(vec4 const & v)
132 /// @see vec4 unpackSnorm4x8(uint32 p)
148 /// @see uint32 packSnorm4x8(vec4 const & v)
164 /// @see vec4 unpackSnorm4x8(uint32 p)
189 /// @see vec2 unpackUnorm2x16(uint32 p)
206 /// @see uint32 packUnorm2x16(vec2 const & v
    [all...]
  /external/lzma/C/
Sha256.c 76 static const UInt32 K[64] = {
95 static void Sha256_Transform(UInt32 *state, const UInt32 *data)
97 UInt32 W[16];
100 UInt32 a,b,c,d,e,f,g,h;
110 UInt32 T[8];
151 UInt32 data32[16];
155 ((UInt32)(p->buffer[i * 4 ]) << 24) +
156 ((UInt32)(p->buffer[i * 4 + 1]) << 16) +
157 ((UInt32)(p->buffer[i * 4 + 2]) << 8) +
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
UInt32Image.h 36 /** image of uint32 */
45 uint32 widthE;
48 uint32 heightE;
83 uint32 bim_UInt32Image_heapSize( struct bbs_Context* cpA,
85 uint32 widthA,
86 uint32 heightA );
89 uint32 bim_UInt32Image_checkSum( struct bbs_Context* cpA,
97 uint32 widthA,
98 uint32 heightA,
109 uint32 widthA,
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 56 void _TIFFsetByteArray(void** vpp, void* vp, uint32 n)
60 void _TIFFsetNString(char** cpp, char* cp, uint32 n)
62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n)
64 void _TIFFsetLongArray(uint32** lpp, uint32* lp, uint32 n)
65 { setByteArray((void**) lpp, (void*) lp, n, sizeof (uint32)); }
66 void _TIFFsetLong8Array(uint64** lpp, uint64* lp, uint32 n)
68 void _TIFFsetFloatArray(float** fpp, float* fp, uint32 n)
70 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 18 typedef unsigned long UInt32;
20 typedef unsigned int UInt32;
67 UInt32 Pos;
68 UInt32 Size;
78 void Create(UInt32 dictSize)
99 Byte GetByte(UInt32 dist) const
104 void CopyMatch(UInt32 dist, unsigned len)
110 bool CheckDistance(UInt32 dist) const
134 UInt32 Range;
135 UInt32 Code;
    [all...]

Completed in 500 milliseconds

<<21222324252627282930>>