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

<<11121314151617181920>>

  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 156 Uint32 type;
157 Uint32 timestamp;
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
166 Uint32 timestamp;
167 Uint32 windowID; /**< The associated window */
181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */
182 Uint32 timestamp;
183 Uint32 windowID; /**< The window with keyboard focus, if any */
197 Uint32 type; /**< ::SDL_TEXTEDITING */
198 Uint32 timestamp
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 44 const uint32 kREPLACEMENT_CHARACTER = 0x0000FFFD;
50 static uint32 strlenAsUint32(const char *s)
53 uint32 lengthAsUint32 = 0;
102 static uint32 Extract_SystemEncoding (const dng_string &dngString,
134 // - Casting the result of strlen() to a uint32 may case truncation. (Use
140 uint32 aSize = (uint32) strlen (otherString);
145 uint32 aBufSize = aSize * 6 + 256;
203 static uint32 Extract_Multibyte (const dng_string &dngString,
212 // conversion to uint32 is also problematic
    [all...]
dng_1d_table.cpp 43 uint32 lower,
44 uint32 upper,
48 uint32 range = upper - lower;
70 uint32 middle = (lower + upper) >> 1;
93 for (uint32 j = lower + 1; j < upper; j++)
137 for (uint32 j = 0; j <= kTableSize; j++)
167 uint32 index = 1;
170 for (uint32 j = 0; j < 0x10000; j++)
dng_tag_types.h 46 uint32 TagTypeSize (uint32 tagType);
dng_lens_correction.h 53 uint32 fPlanes;
79 dng_warp_params (uint32 planes,
90 virtual bool IsNOP (uint32 plane) const;
98 virtual bool IsRadNOP (uint32 plane) const;
106 virtual bool IsTanNOP (uint32 plane) const;
118 virtual void PropagateToAllPlanes (uint32 totalPlanes) = 0;
126 virtual real64 Evaluate (uint32 plane,
136 virtual real64 EvaluateInverse (uint32 plane,
149 virtual real64 EvaluateRatio (uint32 plane,
163 virtual dng_point_real64 EvaluateTangential (uint32 plane
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.h 30 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs 48 private static UInt32[] ProbPrices = new UInt32[kBitModelTotal >> kNumMoveReducingBits];
55 UInt32 start = (UInt32)1 << (kNumBits - i - 1);
56 UInt32 end = (UInt32)1 << (kNumBits - i);
57 for (UInt32 j = start; j < end; j++)
58 ProbPrices[j] = ((UInt32)i << kNumBitPriceShiftBits) +
  /external/tpm2/
CommandDispatcher_fp.h 18 UINT32 *res_handle_buffer_size, // OUT: size of handle buffer in response
19 UINT32 *res_parameter_buffer_size // OUT: size of parameter buffer in response
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioapotypes.h 22 UINT32 u32ValidFrameCount;
24 UINT32 u32Signature;
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 11 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
25 *processedSize = (UInt32)rem;
29 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
110 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
126 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
134 *processedSize = (UInt32)rem;
138 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_darwin_arm64.go 126 msgh_descriptor_count uint32
130 msgh_bits uint32
131 msgh_size uint32
132 msgh_remote_port uint32
133 msgh_local_port uint32
134 msgh_reserved uint32
150 name uint32
151 pad1 uint32
167 sa_mask uint32
176 si_uid uint32
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
defs_darwin_arm64.go 126 msgh_descriptor_count uint32
130 msgh_bits uint32
131 msgh_size uint32
132 msgh_remote_port uint32
133 msgh_local_port uint32
134 msgh_reserved uint32
150 name uint32
151 pad1 uint32
167 sa_mask uint32
176 si_uid uint32
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 62 static void SetComplexCommands(UInt32 complexInSeconds, UInt64 cpuFreq, UInt64 &complexInCommands)
78 static const UInt32 kFilterUnpackSize = (48 << 10);
82 static const UInt32 kAdditionalSize = (1 << 16);
83 static const UInt32 kCompressedAdditionalSize = (1 << 10);
84 static const UInt32 kMaxLzmaPropSize = 5;
88 UInt32 A1;
89 UInt32 A2;
93 UInt32 GetRnd()
130 UInt32 GetVal(UInt32 &res, unsigned numBits)
    [all...]
PropIDUtils.cpp 44 void ConvertWinAttribToString(char *s, UInt32 wa)
89 UInt32 a = prop.ulVal;
103 a &= ~(UInt32)0xFFFF;
115 ConvertUInt32ToString((UInt32)(prop.uhVal.QuadPart >> 48), dest);
206 UInt32 n;
257 UInt32 n[5];
266 static void ParseSid(AString &s, const Byte *p, UInt32 lim, UInt32 &sidSize)
274 UInt32 rev = p[0];
280 UInt32 num = p[1];
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
asm9.go 518 var out [6]uint32
539 return uint64(uint32(v)) == v
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go 515 var out [6]uint32
536 return uint64(uint32(v)) == v
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
asm9.go 518 var out [6]uint32
539 return uint64(uint32(v)) == v
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go 515 var out [6]uint32
536 return uint64(uint32(v)) == v
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 55 filetype uint32
56 flags uint32
63 off uint32
64 size uint32
74 fileoff uint32
75 filesz uint32
76 maxprot uint32
77 initprot uint32
78 nsect uint32
79 flags uint32
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 52 filetype uint32
53 flags uint32
60 off uint32
61 size uint32
71 fileoff uint32
72 filesz uint32
73 maxprot uint32
74 initprot uint32
75 nsect uint32
76 flags uint32
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 55 filetype uint32
56 flags uint32
63 off uint32
64 size uint32
74 fileoff uint32
75 filesz uint32
76 maxprot uint32
77 initprot uint32
78 nsect uint32
79 flags uint32
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 52 filetype uint32
53 flags uint32
60 off uint32
61 size uint32
71 fileoff uint32
72 filesz uint32
73 maxprot uint32
74 initprot uint32
75 nsect uint32
76 flags uint32
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 53 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
62 x12 = *((uint32*)(blk += 16));
63 x14 = *((uint32*)(blk + 4));
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
79 x10 = *((uint32*)(ref + 8)); /* D C B A *
    [all...]
  /external/lzma/C/
Bcj2.c 9 #define CProb UInt32
18 #define kTopValue ((UInt32)1 << kNumTopBits)
46 UInt32 range, code;
64 UInt32 bound;
65 UInt32 ttt;
100 UInt32 dest;
119 dest = (((UInt32)v[0] << 24) | ((UInt32)v[1] << 16) |
120 ((UInt32)v[2] << 8) | ((UInt32)v[3])) - ((UInt32)outPos + 4);
    [all...]

Completed in 1089 milliseconds

<<11121314151617181920>>