Searched refs:_sync (Results 1 – 15 of 15) sorted by relevance
/external/walt/ios/WALT/ |
D | WALTClient.m | 105 } _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/ |
D | brw_sync.c | 352 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/ |
D | xcam_analyzer.cpp | 111 , _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()
|
D | xcam_analyzer.h | 87 return _sync; in get_sync_mode() 132 bool _sync; variable
|
/external/libxcam/modules/soft/ |
D | soft_worker.cpp | 65 , _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/ |
D | mtd.h | 269 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/ |
D | sf_mtd.c | 88 sf_mtd_info._sync = spi_flash_mtd_sync; in spi_flash_mtd_register()
|
/external/u-boot/drivers/mtd/ |
D | mtdpart.c | 306 part->master->_sync(part->master); in part_sync() 451 if (master->_sync) in allocate_partition() 452 slave->mtd._sync = part_sync; in allocate_partition()
|
D | cfi_mtd.c | 233 mtd->_sync = cfi_mtd_sync; in cfi_mtd_init()
|
D | altera_qspi.c | 327 mtd->_sync = altera_qspi_sync; in altera_qspi_probe()
|
D | mtdconcat.c | 815 concat->mtd._sync = concat_sync; in mtd_concat_create()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 4590 _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 …]
|
D | IceTargetLoweringMIPS32.h | 576 void _sync() { Context.insert<InstMIPS32Sync>(); } in _sync() function
|
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_base.c | 2663 mtd->_sync = onenand_sync; in onenand_probe()
|
/external/u-boot/drivers/mtd/nand/ |
D | nand_base.c | 4628 mtd->_sync = nand_sync; in nand_scan_tail()
|