Home
last modified time | relevance | path

Searched refs:_sync (Results 1 – 15 of 15) sorted by relevance

/external/walt/ios/WALT/
DWALTClient.m105 } _sync;
231 _sync.base = CurrentTime(_clock);
248 _sync.maxError = CurrentTime(_clock) - _sync.base;
249 _sync.minError = 0;
258 _sync.base += _sync.minError;
259 _sync.maxError -= _sync.minError;
260 _sync.minError = 0;
266 _sync.minError = -1e7;
267 _sync.maxError = 1e7;
279 return _sync.minError;
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sync.c352 brw_gl_delete_sync(struct gl_context *ctx, struct gl_sync_object *_sync) in brw_gl_delete_sync() argument
354 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_delete_sync()
361 brw_gl_fence_sync(struct gl_context *ctx, struct gl_sync_object *_sync, in brw_gl_fence_sync() argument
365 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_fence_sync()
380 brw_gl_client_wait_sync(struct gl_context *ctx, struct gl_sync_object *_sync, in brw_gl_client_wait_sync() argument
384 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_client_wait_sync()
391 brw_gl_server_wait_sync(struct gl_context *ctx, struct gl_sync_object *_sync, in brw_gl_server_wait_sync() argument
395 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_server_wait_sync()
401 brw_gl_check_sync(struct gl_context *ctx, struct gl_sync_object *_sync) in brw_gl_check_sync() argument
403 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_check_sync()
/external/libxcam/xcore/
Dxcam_analyzer.cpp111 , _sync (false) in XAnalyzer()
189 _sync = sync; in set_sync_mode()
196 if (_sync) { in start()
213 _sync ? "sync" : "async"); in start()
220 if (!_sync) { in stop()
Dxcam_analyzer.h87 return _sync; in get_sync_mode()
132 bool _sync; variable
/external/libxcam/modules/soft/
Dsoft_worker.cpp65 , _sync (sync) in WorkItem()
76 SmartPtr<ItemSynch> _sync; member in XCam::WorkItem
82 XCamReturn ret = _sync->get_error(); in run()
88 _sync->update_error (ret); in run()
96 if (_sync->dec () == 0) { in done()
97 XCamReturn ret = _sync->get_error (); in done()
/external/u-boot/include/linux/mtd/
Dmtd.h269 void (*_sync) (struct mtd_info *mtd); member
389 if (mtd->_sync) in mtd_sync()
390 mtd->_sync(mtd); in mtd_sync()
/external/u-boot/drivers/mtd/spi/
Dsf_mtd.c88 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
/external/u-boot/drivers/mtd/
Dmtdpart.c306 part->master->_sync(part->master); in part_sync()
451 if (master->_sync) in allocate_partition()
452 slave->mtd._sync = part_sync; in allocate_partition()
Dcfi_mtd.c233 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
Daltera_qspi.c327 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
Dmtdconcat.c815 concat->mtd._sync = concat_sync; in mtd_concat_create()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4590 _sync(); in lowerIntrinsicCall()
4598 _sync(); in lowerIntrinsicCall()
4616 _sync(); in lowerIntrinsicCall()
4636 _sync(); in lowerIntrinsicCall()
4664 _sync(); in lowerIntrinsicCall()
4671 _sync(); in lowerIntrinsicCall()
4688 _sync(); in lowerIntrinsicCall()
4707 _sync(); in lowerIntrinsicCall()
4762 _sync(); in lowerIntrinsicCall()
4777 _sync(); in lowerIntrinsicCall()
[all …]
DIceTargetLoweringMIPS32.h576 void _sync() { Context.insert<InstMIPS32Sync>(); } in _sync() function
/external/u-boot/drivers/mtd/onenand/
Donenand_base.c2663 mtd->_sync = onenand_sync; in onenand_probe()
/external/u-boot/drivers/mtd/nand/
Dnand_base.c4628 mtd->_sync = nand_sync; in nand_scan_tail()