Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.h58 UINT32 Flags;
59 UINT32 AudioBytes;
61 UINT32 PlayBegin;
62 UINT32 PlayLength;
63 UINT32 LoopBegin;
64 UINT32 LoopLength;
65 UINT32 LoopCount;
70 const UINT32 *pDecodedPacketCumulativeBytes;
71 UINT32 PacketCount;
75 UINT32 Flags;
[all …]
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h225 UINT32 Flags; // DXC_HASHFLAG_*
230 (UINT32)(UINT8)(ch0) | (UINT32)(UINT8)(ch1) << 8 | \
231 (UINT32)(UINT8)(ch2) << 16 | (UINT32)(UINT8)(ch3) << 24 \
277 _Out_ UINT32 *pCodePage) = 0;
327 virtual UINT32 STDMETHODCALLTYPE GetCount() = 0;
332 _In_ UINT32 argCount // Number of arguments to add
336 _In_ UINT32 argCount // Number of arguments to add
340 _In_ UINT32 defineCount // Number of defines
353 _In_ IDxcBlob *pBlob, UINT32 offset, UINT32 length, _COM_Outptr_ IDxcBlob **ppResult) = 0;
355 _In_z_ LPCWSTR pFileName, _In_opt_ UINT32* codePage,
[all …]
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c22 typedef unsigned int UINT32; typedef
28 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset))))
89 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero()
90 UINT32 temp, temp0, temp1; in KeccakP1600_SetBytesInLaneToZero()
91 UINT32 *stateAsHalfLanes = (UINT32*)state; in KeccakP1600_SetBytesInLaneToZero()
97 low = *((UINT32*)(laneAsBytes+0)); in KeccakP1600_SetBytesInLaneToZero()
98 high = *((UINT32*)(laneAsBytes+4)); in KeccakP1600_SetBytesInLaneToZero()
101 | ((UINT32)(laneAsBytes[1]) << 8) in KeccakP1600_SetBytesInLaneToZero()
102 | ((UINT32)(laneAsBytes[2]) << 16) in KeccakP1600_SetBytesInLaneToZero()
103 | ((UINT32)(laneAsBytes[3]) << 24); in KeccakP1600_SetBytesInLaneToZero()
[all …]
/third_party/libffi/src/pa/
Dffi.c142 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes) in ffi_prep_args_pa32()
168 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv); in ffi_prep_args_pa32()
176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv); in ffi_prep_args_pa32()
182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv), in ffi_prep_args_pa32()
184 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv); in ffi_prep_args_pa32()
197 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv); in ffi_prep_args_pa32()
225 *(UINT32 *)(stack - slot) = (UINT32)(*p_argv); in ffi_prep_args_pa32()
248 *(UINT32 *)(stack - slot) = (UINT32)(*p_argv); in ffi_prep_args_pa32()
313 cif->bytes = 64 + ROUND_UP((z - 6) * sizeof(UINT32), MIN_STACK_SIZE); in ffi_size_stack_pa32()
372 extern void ffi_call_pa32(void (*)(UINT32 *, extended_cif *, unsigned),
[all …]
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp93 fDWriteFontFace->GetGlyphIndices((const UINT32*)uni, count, glyphs); in onCharsToGlyphs()
121 UINT32 stringLen; in next()
130 UINT32 localeLen; in next()
143 UINT32 fIndex;
174 UINT32 fontAxisCount = fontFace5->GetFontAxisValueCount(); in onGetVariationDesignPosition()
177 UINT32 variableAxisCount = 0; in onGetVariationDesignPosition()
178 for (UINT32 i = 0; i < fontAxisCount; ++i) { in onGetVariationDesignPosition()
190 UINT32 coordIndex = 0; in onGetVariationDesignPosition()
191 for (UINT32 axisIndex = 0; axisIndex < fontAxisCount; ++axisIndex) { in onGetVariationDesignPosition()
223 UINT32 fontAxisCount = fontFace5->GetFontAxisValueCount(); in onGetVariationDesignParameters()
[all …]
DSkFontMgr_win_dw.cpp45 UINT32 fontFileReferenceKeySize,
93 UINT32 fontFileReferenceKeySize, in CreateStreamFromKey()
175 UINT32 fontFileReferenceKey = 0; in MoveNext()
209 UINT32 collectionKeySize,
257 UINT32 collectionKeySize, in CreateEnumeratorFromKey()
366 const WCHAR* dwBcp47, UINT32 character) const;
368 const WCHAR* dwBcp47, UINT32 character) const;
449 UINT32 cshNumFiles; in FindByDWriteFont()
450 UINT32 ctxNumFiles; in FindByDWriteFont()
474 UINT32 cshRefKeySize; in FindByDWriteFont()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c46 UINT32 lock; /* Indicate which bit is locked */
47 UINT32 used; /* Indicate used bit */
52 STATIC INT32 FindEmptyBit(UINT32 bitmap) in FindEmptyBit()
54 UINT32 t = 1; in FindEmptyBit()
76 UINT32 intSave; in linux_wake_lock_init()
90 lock->bitmap_pos = (UINT32)pos; in linux_wake_lock_init()
104 UINT32 intSave; in linux_wake_lock()
116 UINT32 intSave; in linux_wake_unlock()
130 UINT32 intSave; in linux_wake_lock_active()
142 UINT32 intSave; in linux_wake_lock_destroy()
Dlinux_timer.c38 UINT32 intSave; in linux_init_timer()
50 STATIC UINT32 DoDeleteTimer(struct timer_list *timer) in DoDeleteTimer()
52 UINT32 ret; in DoDeleteTimer()
61 STATIC UINT32 DoAddTimer(struct timer_list *timer) in DoAddTimer()
63 UINT32 ret; in DoAddTimer()
80 UINT32 intSave; in linux_add_timer()
105 UINT32 intSave; in linux_del_timer()
125 UINT32 intSave; in linux_mod_timer()
Dlinux_workqueue.c46 STATIC UINT32 CreateWorkqueueThread(cpu_workqueue_struct *cwq, INT32 cpu);
85 STATIC UINT32 WorkqueueIsEmpty(cpu_workqueue_struct *cwq) in WorkqueueIsEmpty()
87 UINT32 ret; in WorkqueueIsEmpty()
101 UINT32 ret; in __create_workqueue_key()
161 STATIC UINT32 CreateWorkqueueThread(cpu_workqueue_struct *cwq, INT32 cpu) in CreateWorkqueueThread()
165 UINT32 ret; in CreateWorkqueueThread()
201 UINT32 intSave; in RunWorkqueue()
235 STATIC VOID WorkListAdd(struct list_head *newNode, struct list_head *head, UINT32 workPri) in WorkListAdd()
256 …tWork(cpu_workqueue_struct *cwq, struct work_struct *work, struct list_head *head, UINT32 *intSave) in InsertWork()
268 STATIC VOID QueueWork(cpu_workqueue_struct *cwq, struct work_struct *work, UINT32 *intSave) in QueueWork()
[all …]
Dlinux_semaphore.c41 UINT32 semHandle; in _sema_init()
42 UINT32 ret; in _sema_init()
60 UINT32 ret; in _sema_lock()
82 UINT32 ret; in _sema_trylock()
98 UINT32 ret; in _sema_unlock()
114 UINT32 ret; in _sema_destory()
Dlinux_completion.c42 UINT32 intSave; in linux_init_completion()
65 UINT32 intSave; in linux_complete()
101 UINT32 intSave; in linux_wait_for_completion()
136 UINT32 ret; in linux_wait_for_completion_timeout()
137 UINT32 intSave; in linux_wait_for_completion_timeout()
187 UINT32 intSave; in linux_complete_all()
215 UINT32 intSave; in linux_completion_done()
Dlinux_hrtimer.c70 UINT32 temp; in HrtimerNodeAdd()
118 hrtimer->set_time_reload = (UINT32)((hrtimer->_softexpires.tv.sec * US_PER_SECOND + in HrtimerHandlerRunAddNode()
235 … hrtimer->set_time_reload = (UINT32)((time.tv.sec * US_PER_SECOND + time.tv.usec) * HRTIMER_PERUS); in HrtimerListNodeInit()
241 STATIC UINT32 ChangeNodePosition(struct hrtimer_list_node *prevNode, struct hrtimer_list_node *curN… in ChangeNodePosition()
284 … curNode->set_time_reload = (UINT32)((time.tv.sec * US_PER_SECOND + time.tv.usec) * HRTIMER_PERUS); in ChangeNodePosition()
315 STATIC UINT32 CheckTime(union ktime *time) in CheckTime()
340 UINT32 ret; in linux_hrtimer_create()
379 UINT32 intSave; in linux_hrtimer_start()
426 UINT32 intSave; in linux_hrtimer_cancel()
483 UINT32 intSave; in linux_hrtimer_forward()
[all …]
/third_party/libffi/src/sh64/
Dffi.c48 else if (arg->size <= sizeof (UINT32)) in return_type()
85 if (z < sizeof (UINT32)) in ffi_prep_args()
114 else if (z == sizeof (UINT32) && align == sizeof (UINT32)) in ffi_prep_args()
127 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv); in ffi_prep_args()
323 tramp[2] = 0xcc000010 | (((UINT32) ffi_closure_SYSV) >> 16) << 10; in ffi_prep_closure_loc()
324 tramp[3] = 0xc8000010 | (((UINT32) ffi_closure_SYSV) & 0xffff) << 10; in ffi_prep_closure_loc()
326 tramp[5] = 0xcc000010 | (((UINT32) codeloc) >> 16) << 10; in ffi_prep_closure_loc()
327 tramp[6] = 0xc8000010 | (((UINT32) codeloc) & 0xffff) << 10; in ffi_prep_closure_loc()
384 if (z < sizeof (UINT32)) in ffi_closure_helper_SYSV()
398 avalue[i] = ((char *) p) + sizeof (UINT32) - z; in ffi_closure_helper_SYSV()
[all …]
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp44 UINT32 fontFileReferenceKeySize,
92 UINT32 fontFileReferenceKeySize, in CreateStreamFromKey()
174 UINT32 dummy = 0; in MoveNext()
208 UINT32 collectionKeySize,
256 UINT32 collectionKeySize, in CreateEnumeratorFromKey()
305 const WCHAR* dwBcp47, UINT32 character) const;
307 const WCHAR* dwBcp47, UINT32 character) const;
378 UINT32 cshNumFiles; in FindByDWriteFont()
379 UINT32 ctxNumFiles; in FindByDWriteFont()
403 UINT32 cshRefKeySize; in FindByDWriteFont()
[all …]
DSkTypeface_win_dw.cpp58 fDWriteFontFace->GetGlyphIndices((const UINT32*)uni, count, glyphs); in onCharsToGlyphs()
86 UINT32 stringLen; in next()
95 UINT32 localeLen; in next()
108 UINT32 fIndex;
139 UINT32 fontAxisCount = fontFace5->GetFontAxisValueCount(); in onGetVariationDesignPosition()
142 UINT32 variableAxisCount = 0; in onGetVariationDesignPosition()
143 for (UINT32 i = 0; i < fontAxisCount; ++i) { in onGetVariationDesignPosition()
155 UINT32 coordIndex = 0; in onGetVariationDesignPosition()
156 for (UINT32 axisIndex = 0; axisIndex < fontAxisCount; ++axisIndex) { in onGetVariationDesignPosition()
188 UINT32 fontAxisCount = fontFace5->GetFontAxisValueCount(); in onGetVariationDesignParameters()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-zext.c7 _Bool cmpe_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, 0xffffffff); } in cmpe_zext() argument
8 _Bool cmps_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , 0xffffffff); } in cmps_zext() argument
9 _Bool cmpu_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , 0xffffffff); } in cmpu_zext() argument
Dcmp-zext-zext.c7 _Bool cmpe_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, b); } in cmpe_zext_zext() argument
8 _Bool cmps_zext_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , b); } in cmps_zext_zext() argument
9 _Bool cmpu_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , b); } in cmpu_zext_zext() argument
Dcmp-sext.c7 _Bool cmpe_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, 0x7fffffff); } in cmpe_sextp()
9 _Bool cmpu_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , 0x7fffffff); } in cmpu_sextp()
10 _Bool cmpe_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, -1); } in cmpe_sextn()
12 _Bool cmpu_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , -1); } in cmpu_sextn()
/third_party/protobuf/php/tests/
Dundefined_test.php56 $arr = new RepeatedField(GPBType::UINT32);
65 $arr = new RepeatedField(GPBType::UINT32);
75 $arr = new RepeatedField(GPBType::UINT32);
84 $arr = new RepeatedField(GPBType::UINT32);
594 $repeated_int32 = new RepeatedField(GPBType::UINT32);
636 $map_uint32_uint32 = new MapField(GPBType::UINT32, GPBType::UINT32);
704 $arr = new MapField(GPBType::UINT32, GPBType::UINT32);
713 $arr = new MapField(GPBType::UINT32, GPBType::UINT32);
722 $arr = new MapField(GPBType::UINT32, GPBType::UINT32);
731 $arr = new MapField(GPBType::UINT32, GPBType::UINT32);
/third_party/ffmpeg/libavcodec/
Dmf_utils.c29 UINT32 *pw, UINT32 *ph) in ff_MFGetAttributeSize()
35 *ph = (UINT32)t; in ff_MFGetAttributeSize()
41 UINT32 uw, UINT32 uh) in ff_MFSetAttributeSize()
53 HRESULT ff_MFTEnumEx(GUID guidCategory, UINT32 Flags, in ff_MFTEnumEx()
56 IMFActivate ***pppMFTActivate, UINT32 *pnumMFTActivate) in ff_MFTEnumEx()
58 HRESULT (WINAPI *MFTEnumEx_ptr)(GUID guidCategory, UINT32 Flags, in ff_MFTEnumEx()
62 UINT32 *pnumMFTActivate) = NULL; in ff_MFTEnumEx()
149 UINT32 bits; in ff_media_type_to_sample_fmt()
393 UINT32 count; in ff_attributes_dump()
413 UINT32 v; in ff_attributes_dump()
[all …]
Dmf_utils.h47 UINT32 *pw, UINT32 *ph);
49 UINT32 uw, UINT32 uh);
56 HRESULT ff_MFTEnumEx(GUID guidCategory, UINT32 Flags,
59 IMFActivate ***pppMFTActivate, UINT32 *pnumMFTActivate);
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstaudioclient3.h47 UINT32 cbSize;
82 UINT32 *pNumBufferFrames);
90 UINT32 *pNumPaddingFrames);
144 UINT32 *pDefaultPeriodInFrames,
145 UINT32 *pFundamentalPeriodInFrames,
146 UINT32 *pMinPeriodInFrames,
147 UINT32 *pMaxPeriodInFrames);
152 UINT32 *pCurrentPeriodInFrames);
157 UINT32 PeriodInFrames,
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h226 extern UINT32 do_div_imp(UINT64 *n, UINT32 base);
299 UINT32 tmpBase = (base); \
300 UINT32 rem; \
381 static inline UINT64 div_u64_rem(UINT64 dividend, UINT32 divisor, UINT32 *remainder) in div_u64_rem()
431 static inline UINT64 div_u64(UINT64 dividend, UINT32 divisor) in div_u64()
433 UINT32 remainder; in div_u64()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaacenc.cpp83 std::set<UINT32> bitrate_list;
217 std::set < UINT32 > bitrate_list; in gst_mf_aac_enc_get_output_type()
218 UINT32 bitrate; in gst_mf_aac_enc_get_output_type()
219 UINT32 target_bitrate = 0; in gst_mf_aac_enc_get_output_type()
231 UINT32 value; in gst_mf_aac_enc_get_output_type()
337 UINT32 value = 0; in gst_mf_aac_enc_get_output_type()
367 std::set < UINT32 > bitrate_list; in gst_mf_aac_enc_get_input_type()
379 UINT32 value; in gst_mf_aac_enc_get_input_type()
442 UINT32 blob_size = 0; in gst_mf_aac_enc_set_src_caps()
506 const std::set < UINT32 > &bitrate_list) in gst_mf_aac_enc_register()
[all …]
Dgstmfmp3enc.cpp83 std::set<UINT32> bitrate_list;
217 std::set < UINT32 > bitrate_list; in gst_mf_mp3_enc_get_output_type()
218 UINT32 bitrate; in gst_mf_mp3_enc_get_output_type()
219 UINT32 target_bitrate = 0; in gst_mf_mp3_enc_get_output_type()
231 UINT32 value; in gst_mf_mp3_enc_get_output_type()
321 UINT32 value = 0; in gst_mf_mp3_enc_get_output_type()
351 std::set < UINT32 > bitrate_list; in gst_mf_mp3_enc_get_input_type()
363 UINT32 value; in gst_mf_mp3_enc_get_input_type()
462 const std::set < UINT32 > &bitrate_list) in gst_mf_mp3_enc_register()
520 gst_mf_mp3_enc_create_template_caps (const std::set < UINT32 > &rate_list, in gst_mf_mp3_enc_create_template_caps()
[all …]

123456789