Searched refs:fId (Results 1 - 25 of 41) sorted by path

12

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp58 static_cast<uint32>(B_BENDIAN_TO_HOST_INT32(fId)); }
63 uint32 fId; member in struct:hdr
/haiku/headers/os/midi2/
H A DMidiEndpoint.h69 int32 fId; member in class:BMidiEndpoint
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h32 const uint32 fId; member in class:Device::Info
35 inline uint16 DeviceId() { return (fId >> 16) & 0xffff; }
36 inline uint16 VendorId() { return (fId) & 0xffff; }
37 inline uint32 Id() { return fId; }
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h112 int64 fId; member in class:FileSystem
183 return atomic_add64(&fId, 1);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h86 ino_t Id() { return fId; }
149 ino_t fId; member in class:Icb
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h332 int32 fId; member in class:ESDSinkNode
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h259 int32 fId; member in class:OpenSoundNode
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp37 fId = id;
H A DLiveSetting.h49 uint32 GetId() const { return fId; }
71 uint32 fId; member in class:LiveSetting
/haiku/src/apps/haiku3d/
H A DTexture.cpp16 fId(0)
23 if (glIsTexture(fId)) {
24 GLuint ids[1] = {fId};
33 return fId;
H A DTexture.h26 GLuint fId; member in class:Texture
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp105 glGenTextures(1, &fId);
106 glBindTexture(GL_TEXTURE_2D, fId);
130 glBindTexture(GL_TEXTURE_2D, fId);
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp38 fId(-1),
45 fId(id),
65 fId(info.fId)
75 fId = info.fId;
H A DEndpointInfo.h38 return fId;
47 int32 fId; member in class:EndpointInfo
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp29 fId(-1),
40 fId = id;
60 fId(-1)
74 fId(id),
160 fId(id),
H A DCoreFile.h19 int32 Id() const { return fId; }
23 int32 fId; member in struct:CoreFileTeamInfo
52 int32 fId; member in struct:CoreFileAreaInfo
98 int32 Id() const { return fId; }
118 int32 fId; member in struct:CoreFileImageInfo
151 int32 Id() const { return fId; }
155 int32 fId; member in struct:CoreFileThreadInfo
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp67 return fId;
243 fId = 0;
H A DMidiLocalConsumer.cpp371 if (targetId == fId) { // only if we are the destination
H A DMidiLocalProducer.cpp289 *((uint32*) (buffer + 0)) = fId;
306 *((uint32*) (buffer + 4)) = cons->fId;
H A DMidiRoster.cpp306 endp->fId = id;
H A DMidiRosterLooper.cpp241 cons->fId = id;
252 prod->fId = id;
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp54 fId(),
101 return fId;
106 fId = id;
166 BString fId; member in class:BPrivate::VirtualDirectoryManager::Info
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp40 fId = _GenerateId();
455 return fId;
465 fId = id;
473 message.AddInt64("window_id", fId);
H A DSATWindow.h118 uint64 fId; member in class:SATWindow
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.cpp38 fId(-1),
72 fId = spawn_thread(&RegistrarThread::EntryFunction, fName,
74 err = fId >= 0 ? B_OK : fId;
76 err = resume_thread(fId);
86 return fId;

Completed in 134 milliseconds

12