| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 152 QList<QGeoSatelliteInfo> inUse; in updateSatelliteInfo() local 156 inUse.append(si); in updateSatelliteInfo() 164 if (inUse.length() != satellitesUsed) { in updateSatelliteInfo() 166 "does not match expected number of in use satellites (%d).", inUse.length(), in updateSatelliteInfo() 173 m_inUse = inUse; in updateSatelliteInfo()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationdata_simulator.cpp | 64 inUse(false), in SatelliteInfo() 107 …out << s.azimuth << s.elevation << s.signalStrength << s.inUse << static_cast<qint32>(s.satelliteS… in operator <<() 114 …in >> s.azimuth >> s.elevation >> s.signalStrength >> s.inUse >> satelliteSystem >> s.satelliteIde… in operator >>()
|
| H A D | qlocationdata_simulator_p.h | 112 bool inUse; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 161 bool setSatellitesInUse(const QList<int> &inUse) in setSatellitesInUse() 165 m_inUse = inUse; in setSatellitesInUse() 171 for (const auto i: inUse) { in setSatellitesInUse() 180 … m_inUse = inUse; // So clear outdated data, buffer the info, and set it later. in setSatellitesInUse() 201 QSet<int> inUse() const in inUse() function
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxext.c | 404 if (!cl->inUse) { in __glXDispatch() 416 cl->inUse = GL_TRUE; in __glXDispatch() 458 if (!cl->inUse) { in __glXSwapDispatch() 469 cl->inUse = GL_TRUE; in __glXSwapDispatch()
|
| H A D | glxserver.h | 103 Bool inUse; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Bus.c | 332 if (xf86Entities[entityIndex]->inUse && in xf86AddEntityToScreen() 342 xf86Entities[entityIndex]->inUse = TRUE; in xf86AddEntityToScreen() 398 xf86Entities[entityIndex]->inUse = FALSE; in xf86RemoveEntityFromScreen() 418 xf86Entities[entityIndex]->inUse = FALSE; in xf86ClearEntityListForScreen()
|
| H A D | xf86Bus.h | 52 Bool inUse; member
|
| H A D | xf86noBus.c | 61 p->inUse = FALSE; in xf86ClaimNoSlot()
|
| H A D | xf86fbBus.c | 76 p->inUse = FALSE; in xf86ClaimFbSlot()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | jnipositioning.cpp | 564 QList<QGeoSatelliteInfo> inUse; in satelliteUpdated() local 565 …eoSatelliteInfo> sats = AndroidPositioning::satelliteInfoFromJavaLocation(env, satellites, &inUse); in satelliteUpdated() 577 Q_ARG(QList<QGeoSatelliteInfo>, inUse), Q_ARG(bool, isSingleUpdate)); in satelliteUpdated()
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib_private.h | 269 Bool inUse[256]; member 423 Bool inUse[256]; member
|
| H A D | bzlib_compress.c | 151 if (s->inUse[i]) { in makeMaps_e() 541 if (s->inUse[i * 16 + j]) inUse16[i] = True; in sendMTFValues() 551 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
|
| H A D | bzlib_decompress.c | 75 if (s->inUse[i]) { in makeMaps_d() 317 for (i = 0; i < 256; i++) s->inUse[i] = False; in BZ2_decompress() 323 if (uc == 1) s->inUse[i * 16 + j] = True; in BZ2_decompress()
|
| H A D | bzlib.c | 176 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block() 274 s->inUse[s->state_in_ch] = True; in add_pair_to_block() 289 s->inUse[s->state_in_len-4] = True; in add_pair_to_block() 319 zs->inUse[zs->state_in_ch] = True; \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/ |
| H A D | qgeosatelliteinfosource_simulator.cpp | 125 if (info.inUse) in updateData()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 92 unsigned inUse:1; member 2621 int inUse; in yaffs_unmount2() local 2624 inUse = yaffsfs_IsDevBusy(dev); in yaffs_unmount2() 2625 if (!inUse || force) { in yaffs_unmount2() 2626 if (inUse) in yaffs_unmount2() 2894 if (!yaffsfs_dsc[i].inUse) in yaffs_opendir() 2902 dsc->inUse = 1; in yaffs_opendir() 2929 if (dsc && dsc->inUse) { in yaffs_readdir() 2981 dsc->inUse = 0; in yaffs_closedir()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.h | 58 Bool inUse; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | via_drm.h | 182 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | via_drm.h | 182 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | via_drm.h | 181 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | via_drm.h | 181 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | via_drm.h | 182 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | via_drm.h | 181 unsigned char inUse; /* owned by a client, or free? */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | authenticator.h | 329 BOOLEAN inUse; member
|