/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 225 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 defineCoun [all...] |
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 93 fDWriteFontFace->GetGlyphIndices((const UINT32*)uni, count, glyphs); in onCharsToGlyphs() 121 UINT32 stringLen; 130 UINT32 localeLen; 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 fontAxisCoun in onGetVariationDesignParameters() [all...] |
H A D | SkFontMgr_win_dw.cpp | 45 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 cshRefKeySiz in FindByDWriteFont() [all...] |
H A D | SkRemotableFontMgr_win_dw.cpp | 33 UINT32 fKeySize; 55 const void* refKey, UINT32 refKeySize) const in FindOrAdd() 99 UINT32 numFiles; in FontToIdentity() 113 UINT32 refKeySize; in FontToIdentity() 194 UINT32 index; 218 UINT32 index; 232 FontFallbackRenderer(const SkRemotableFontMgr_DirectWrite* outer, UINT32 character) in FontFallbackRenderer() 351 UINT32 fCharacter; 401 UINT32 strLen = static_cast<UINT32>( [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_wakelock.c | 46 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 intSav in linux_wake_lock_destroy() [all...] |
H A D | linux_timer.c | 38 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()
|
H A D | linux_workqueue.c | 46 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 STATIC VOID InsertWork(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 *intSav [all...] |
H A D | linux_semaphore.c | 41 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()
|
H A D | linux_completion.c | 42 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()
|
H A D | linux_hrtimer.c | 64 UINT32 temp; in HrtimerNodeAdd() 112 hrtimer->set_time_reload = (UINT32)((hrtimer->_softexpires.tv.sec * US_PER_SECOND + in HrtimerHandlerRunAddNode() 229 hrtimer->set_time_reload = (UINT32)((time.tv.sec * US_PER_SECOND + time.tv.usec) * HRTIMER_PERUS); in HrtimerListNodeInit() 235 STATIC UINT32 ChangeNodePosition(struct hrtimer_list_node *prevNode, struct hrtimer_list_node *curNode, in ChangeNodePosition() 278 curNode->set_time_reload = (UINT32)((time.tv.sec * US_PER_SECOND + time.tv.usec) * HRTIMER_PERUS); in ChangeNodePosition() 309 STATIC UINT32 CheckTime(union ktime *time) in CheckTime() 334 UINT32 ret; in linux_hrtimer_create() 373 UINT32 intSave; in linux_hrtimer_start() 420 UINT32 intSave; in linux_hrtimer_cancel() 477 UINT32 intSav in linux_hrtimer_forward() [all...] |
H A D | adp.c | 113 UINT32 ret; in schedule_timeout() 137 UINT32 do_div_imp(UINT64 *n, UINT32 base) in do_div_imp() 139 UINT32 r; in do_div_imp()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmp-zext-zext.c | 7 _Bool cmpe_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, b); } in ARGS() 8 _Bool cmps_zext_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , b); } in ARGS() 9 _Bool cmpu_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , b); } in ARGS()
|
H A D | cmp-zext.c | 7 _Bool cmpe_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, 0xffffffff); } in ARGS() 8 _Bool cmps_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , 0xffffffff); } in ARGS() 9 _Bool cmpu_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , 0xffffffff); } in ARGS()
|
H A D | cmp-sext.c | 7 _Bool cmpe_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, 0x7fffffff); } in ARGS() 9 _Bool cmpu_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , 0x7fffffff); } in ARGS() 10 _Bool cmpe_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, -1); } in ARGS() 12 _Bool cmpu_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , -1); } in ARGS()
|
H A D | cmp-sext-sext.c | 7 _Bool cmpe_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, b); } in ARGS() 9 _Bool cmpu_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , b); } in ARGS()
|
/third_party/protobuf/php/tests/ |
H A D | undefined_test.php | 56 $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, GPBTyp [all...] |
/third_party/FatFs/source/ |
H A D | diskio.c | 91 result = los_part_read((int)pdrv, (void *)buff, sector, (UINT32)count, TRUE);
in disk_read() 112 result = los_part_read((int)pdrv, (void *)buff, sector, (UINT32)count, FALSE);
in disk_read_readdir() 123 DRESULT disk_raw_read (int id, void *buff, LBA_t sector, UINT32 count)
in disk_raw_read() 154 result = los_part_write((int)pdrv, (void *)buff, sector, (UINT32)count);
in disk_write() 166 DRESULT disk_raw_write(int id, void *buff, QWORD sector, UINT32 count){
in disk_raw_write()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mf_utils.c | 29 UINT32 *pw, UINT32 *ph) in ff_MFGetAttributeSize() 35 *ph = (UINT32)t; in ff_MFGetAttributeSize() 41 UINT32 uw, UINT32 uh) in ff_MFSetAttributeSize() 117 UINT32 bits; in ff_media_type_to_sample_fmt() 361 UINT32 count; in ff_attributes_dump() 381 UINT32 v; in ff_attributes_dump() 387 UINT32 w, h; in ff_attributes_dump() 395 UINT32 nu in ff_attributes_dump() [all...] |
H A D | mf_utils.h | 57 HRESULT (WINAPI *MFTEnumEx)(GUID guidCategory, UINT32 Flags, 61 UINT32 *pnumMFTActivate); 67 UINT32 *pw, UINT32 *ph); 69 UINT32 uw, UINT32 uh);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 224 extern UINT32 do_div_imp(UINT64 *n, UINT32 base); 297 UINT32 tmpBase = (base); \ 298 UINT32 rem; \ 379 static inline UINT64 div_u64_rem(UINT64 dividend, UINT32 divisor, UINT32 *remainder) in div_u64_rem() 429 static inline UINT64 div_u64(UINT64 dividend, UINT32 divisor) in div_u64() 431 UINT32 remainder; in div_u64()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_mdapi.c | 265 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportId, UINT32); in intel_perf_register_mdapi_oa_query() 266 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportsCount, UINT32); in intel_perf_register_mdapi_oa_query() 289 MDAPI_QUERY_ADD_COUNTER(query, metric_data, Reserved3, UINT32); in intel_perf_register_mdapi_oa_query() 300 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportId, UINT32); in intel_perf_register_mdapi_oa_query() 301 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportsCount, UINT32); in intel_perf_register_mdapi_oa_query() 326 MDAPI_QUERY_ADD_COUNTER(query, metric_data, Reserved3, UINT32); in intel_perf_register_mdapi_oa_query() 337 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportId, UINT32); in intel_perf_register_mdapi_oa_query() 338 MDAPI_QUERY_ADD_COUNTER(query, metric_data, ReportsCount, UINT32); in intel_perf_register_mdapi_oa_query() 343 MDAPI_QUERY_ADD_COUNTER(query, metric_data, UserCntrCfgId, UINT32); in intel_perf_register_mdapi_oa_query() 344 MDAPI_QUERY_ADD_COUNTER(query, metric_data, Reserved4, UINT32); in intel_perf_register_mdapi_oa_query() [all...] |
/third_party/skia/src/utils/win/ |
H A D | SkDWrite.h | 52 AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fExists(FALSE), fFontFace(fontFace) { in AutoDWriteTable() 64 UINT32 fSize; 73 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-write.js | 42 const UINT32 = 0xffffffff; 58 writeUInt32BE: UINT32, 59 writeUInt32LE: UINT32,
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 875 UINT32 size = GetLogicalDriveStrings(0, NULL);
in MyGetLogicalDriveStrings() 879 UINT32 newSize = GetLogicalDriveStrings(size, buf);
in MyGetLogicalDriveStrings() 883 UINT32 prev = 0;
in MyGetLogicalDriveStrings() 884 for (UINT32 i = 0; i < newSize; i++)
in MyGetLogicalDriveStrings() 898 UINT32 size = GetLogicalDriveStringsW(0, NULL);
in MyGetLogicalDriveStrings() 902 UINT32 newSize = GetLogicalDriveStringsW(size, buf);
in MyGetLogicalDriveStrings() 906 UINT32 prev = 0;
in MyGetLogicalDriveStrings() 907 for (UINT32 i = 0; i < newSize; i++)
in MyGetLogicalDriveStrings()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 124 static UINT32 u3g_tx_init(VOID); 125 static UINT32 u3g_tx_deinit(VOID); 1076 static UINT32 m_uw_ucom_handler_queue; 1077 static UINT32 g_u3g_tx_taskid = 0; 1078 static UINT32 g_u3g_rx_taskid = 0; 1101 static UINT32 1105 UINT32 ret; in u3g_tx_init() 1134 static UINT32 1137 UINT32 ret; in u3g_tx_deinit() 1161 UINT32 re in ucom_tx_task() [all...] |