| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 155 int fetched; in fetch_decode_modrm() local 159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm() 161 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm() 162 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm() 163 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm() 178 u8 fetched; in fetch_byte_imm() local 182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm() 184 return fetched; in fetch_byte_imm() 199 u16 fetched; in fetch_word_imm() local 203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | decode.c | 168 int fetched; in fetch_decode_modrm() local 172 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm() 174 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm() 175 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm() 176 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm() 192 u8 fetched; in fetch_byte_imm() local 196 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm() 198 return fetched; in fetch_byte_imm() 214 u16 fetched; in fetch_word_imm() local 218 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/prom/ |
| H A D | bootstr_32.c | 14 static char fetched __initdata = 0; 23 if (fetched) { in prom_getbootargs() 61 fetched = 1; in prom_getbootargs()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-coresight-devices-trbe | 6 is fetched from the TRBIDR register. 13 and dirty flag updates as well. This value is fetched from
|
| /OK3568_Linux_fs/buildroot/package/gcc/gcc-initial/ |
| H A D | gcc-initial.hash | 10 # Locally calculated (fetched from Github) 12 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/package/gcc/gcc-target/ |
| H A D | gcc-target.hash | 10 # Locally calculated (fetched from Github) 12 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/package/gcc/gcc-final/ |
| H A D | gcc-final.hash | 10 # Locally calculated (fetched from Github) 12 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | gcc.hash | 10 # Locally calculated (fetched from Github) 12 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 458 void QPlace::setDetailsFetched(bool fetched) in setDetailsFetched() argument 460 d_ptr->setDetailsFetched(fetched); in setDetailsFetched() 784 void QPlacePrivateDefault::setDetailsFetched(bool fetched) in setDetailsFetched() argument 786 m_detailsFetched = fetched; in setDetailsFetched()
|
| H A D | qplace_p.h | 94 virtual void setDetailsFetched(bool fetched) = 0; 141 virtual void setDetailsFetched(bool fetched) override;
|
| H A D | qplace.h | 104 void setDetailsFetched(bool fetched);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | place-definition.qdocinc | 17 details have been fetched, and if not, QPlaceManager::getPlaceDetails() can 19 search and which need to be fetched individually may vary from provider to
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c/ |
| H A D | glibc.hash | 1 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | glibc.hash | 1 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/buildroot/package/gdb/ |
| H A D | gdb.hash | 6 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | hif.c | 465 int fetched = 0; in proc_pending_irqs() local 478 lk_ahd, &fetched); in proc_pending_irqs() 482 if (!fetched) in proc_pending_irqs()
|
| /OK3568_Linux_fs/buildroot/package/binutils/ |
| H A D | binutils.hash | 6 # Locally calculated (fetched from Github)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/mobile-broadband-provider-info/ |
| H A D | mobile-broadband-provider-info_git.bb | 3 …rovider specific information. When this Database is available the information can be fetched there"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | sil-sii8620.c | 769 int fetched, i; in sii8620_fetch_edid() local 803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) { in sii8620_fetch_edid() 811 REG_DDC_SEGM, fetched >> 8, in sii8620_fetch_edid() 812 REG_DDC_OFFSET, fetched & 0xff, in sii8620_fetch_edid() 844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE); in sii8620_fetch_edid() 845 if (fetched + FETCH_SIZE == EDID_LENGTH) { in sii8620_fetch_edid()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-devtools/cbindgen/ |
| H A D | cbindgen_0.23.0.bb | 18 # you must change them to how that package can be fetched
|
| /OK3568_Linux_fs/buildroot/boot/optee-os/ |
| H A D | Config.in | 29 Use a custom version fetched from a Git repository.
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2554 self.fetched = 0 2579 if target > self.fetched or target < 0: 2620 fetched = 0 2621 while batch_size > fetched: 2627 fetched += 1 2628 if fetched: 2629 self.fetched += fetched 2631 self.fetch_count.value += fetched 2640 batch_size = min(glb_chunk_sz, target - self.fetched) 2661 self.fetched = 0 [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.1.rst | 158 for remotely fetched files in :term:`SRC_URI`, even 186 Another example where the sources are fetched from git rather than an npm repository::
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sh7760fb.rst | 36 Video data is fetched via the DMABRG DMA engine, so you have to
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | osm.qdoc | 147 These are fetched from the same location used for the low dpi counterparts. 160 …t{NoPrefetching} allows to disable the prefetching, so only tiles that are visible will be fetched. 165 …servers by default, which may become unavailable. By default this information is fetched from \l {…
|