Searched refs:f1 (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-fence.h | 446 * __dma_fence_is_later - return if f1 is chronologically later than f2 447 * @f1: the first fence's seqno 451 * Returns true if f1 is chronologically later than f2. Both fences must be 454 static inline bool __dma_fence_is_later(u64 f1, u64 f2, const struct dma_fence_ops *ops) in __dma_fence_is_later() argument 461 return f1 > f2; in __dma_fence_is_later() 464 return (int)(lower_32_bits(f1) - lower_32_bits(f2)) > 0; in __dma_fence_is_later() 468 * dma_fence_is_later - return if f1 is chronologically later than f2 469 * @f1: the first fence from the same context 472 * Returns true if f1 is chronologically later than f2. Both fences must be 475 static inline bool dma_fence_is_later(struct dma_fence *f1, struc argument 493 dma_fence_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_later() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 64 with open(file_name, 'r') as f1:
65 for line in f1:
75 with open(file_name, 'r') as f1:
76 for line in f1:
138 with open(file_name, 'r') as f1, open(parse_file, 'w+') as f2:
139 for line in f1:
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtmmio.c | 111 bool VirtmmioNegotiate(struct VirtmmioDev *baseDev, VirtioFeatureFn f0, VirtioFeatureFn f1, void *dev) in VirtmmioNegotiate() argument 117 if(!Negotiate(baseDev, VIRTIO_FEATURE_WORD1, f1, dev)) { in VirtmmioNegotiate()
|
H A D | virtmmio.h | 151 /* negotiate 'baseDev' feature word 0 & 1 through 'f0' & 'f1'. 'dev' is passed to callbacks */ 152 bool VirtmmioNegotiate(struct VirtmmioDev *baseDev, VirtioFeatureFn f0, VirtioFeatureFn f1, void *dev);
|
/device/qemu/drivers/virtio/ |
H A D | virtmmio.c | 106 bool VirtmmioNegotiate(struct VirtmmioDev *baseDev, VirtioFeatureFn f0, VirtioFeatureFn f1, void *dev) in VirtmmioNegotiate() argument 112 if(!Negotiate(baseDev, VIRTIO_FEATURE_WORD1, f1, dev)) { in VirtmmioNegotiate()
|
H A D | virtmmio.h | 140 /* negotiate 'baseDev' feature word 0 & 1 through 'f0' & 'f1'. 'dev' is passed to callbacks */ 141 bool VirtmmioNegotiate(struct VirtmmioDev *baseDev, VirtioFeatureFn f0, VirtioFeatureFn f1, void *dev);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | non_factory.mk | 111 @TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base.bin | cut -d ' ' -f1) && \
117 TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_$(X).bin | cut -d ' ' -f1) && \
|
H A D | factory.mk | 89 TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_factory.bin | cut -d ' ' -f1) && \
|
Completed in 4 milliseconds