/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | rand.c | 32 static unsigned long mt[N]; /* the array for the state vector */ variable 33 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */ 37 /* setting initial seeds to mt[N] using the generator Line 25 of Table 1 43 mt[0]= seed & 0xffffffff; 45 mt[mti] = (69069 * mt[mti-1]) & 0xffffffff; 78 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); 79 mt[kk] = mt[k [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/ |
H A D | aes.c | 59 #define mt 0x80808080 macro 63 #define mul2(x,t) ((t)=((x)&mt), \
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmem.c | 236 MemBlockHdr *mb, *mt; local 265 mt = (MemBlockHdr *)(((char *)(mb + 1)) + blockSize); 266 PR_ASSERT(mt->s.magic == ZONE_MAGIC); 267 PR_ASSERT(mt->s.zone == mz); 268 PR_ASSERT(mt->s.blockSize == blockSize); 276 mt->s.next = mb->s.next = NULL; 277 mt->s.requestedSize = mb->s.requestedSize = size; 302 mt = (MemBlockHdr *)(((char *)(mb + 1)) + blockSize); 303 memcpy(mt, mb, sizeof *mb); 326 mt 381 MemBlockHdr *mt = (MemBlockHdr *)(((char *)(mb + 1)) + blockSize); local 414 MemBlockHdr *mb, *mt; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzFindMt.c | 148 void HashThreadFunc(CMatchFinderMt *mt) argument 150 CMtSync *p = &mt->hashSync; 168 CMatchFinder *mf = mt->MatchFinder; 171 CriticalSection_Enter(&mt->btSync.cs); 172 CriticalSection_Enter(&mt->hashSync.cs); 178 mt->pointerToCurPos -= beforePtr - afterPtr; 179 mt->buffer -= beforePtr - afterPtr; 181 CriticalSection_Leave(&mt->btSync.cs); 182 CriticalSection_Leave(&mt->hashSync.cs); 196 UInt32 *heads = mt 405 BtThreadFunc(CMatchFinderMt *mt) argument [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImplCloneVM.cpp | 188 MEDIUMTASK &mt = mtc.chain.at(e - 1); local 189 mt.uWeight += uMaxWeight; 193 uTotalWeight += mt.uWeight; 197 uMaxWeight = RT_MAX(uMaxWeight, mt.uWeight); 290 MEDIUMTASK mt; 291 mt.uIdx = UINT32_MAX; /* No read/write optimization possible. */ 294 rc = queryBaseName(pSrcMedium, mt.strBaseName); 298 mt.pMedium = pSrcMedium; 300 mt.uWeight = 0; /* dummy */ 302 mt 450 const MEDIUMTASK &mt = mtc.chain.at(a); local 1062 const MEDIUMTASK &mt = mtc.chain.at(a - 1); local 1282 const MEDIUMTASK &mt = mtc.chain.first(); local [all...] |
/vbox/src/VBox/Devices/Audio/ |
H A D | audio.c | 1923 void AUD_set_volume (audmixerctl_t mt, int *mute, uint8_t *lvol, uint8_t *rvol) argument 1928 switch (mt)
|
H A D | DevIchAc97.cpp | 840 static void ichac97SetVolume(PAC97STATE pThis, int index, PDMAUDIOMIXERCTL mt, uint32_t val) argument 842 static void ichac97SetVolume(PAC97STATE pThis, int index, audmixerctl_t mt, uint32_t val) 851 LogFunc(("mt=%ld, val=%RU32, mute=%RTbool\n", mt, val, RT_BOOL(mute))); 858 switch (mt) 884 AUD_set_volume(mt, &mute, &lvol, &rvol); 888 AUD_set_volume(mt, &mute, &lvol, &rvol);
|
H A D | DevIchHdaCodec.cpp | 1170 static int hdaCodecToAudVolume(PHDACODEC pThis, AMPLIFIER *pAmp, PDMAUDIOMIXERCTL mt) argument 1172 static int hdaCodecToAudVolume(AMPLIFIER *pAmp, audmixerctl_t mt) 1176 switch (mt) 1195 AssertMsgFailed(("Invalid mixer control %ld\n", mt)); 1210 AUD_set_volume(mt, &mute, &lVol, &rVol);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | activation.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |