Searched refs:mt (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/JavaScriptCore/wtf/wince/
H A Dmt19937ar.c53 static unsigned long mt[N]; /* the array for the state vector */ variable
54 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */
56 /* initializes mt[N] with a seed */
59 mt[0]= s & 0xffffffffUL;
61 mt[mti] = (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti);
64 /* only MSBs of the array mt[]. */
66 mt[mti] &= 0xffffffffUL;
82 mt[
[all...]
/external/bluetooth/glib/glib/
H A Dgrand.c113 guint32 mt[N]; /* the array for the state vector */ member in struct:_GRand
273 /* setting initial seeds to mt[N] using */
281 rand->mt[0]= seed;
283 rand->mt[rand->mti] = (69069 * rand->mt[rand->mti-1]);
289 /* seed affect only MSBs of the array mt[]. */
291 rand->mt[0]= seed;
293 rand->mt[rand->mti] = 1812433253UL *
294 (rand->mt[rand->mti-1] ^ (rand->mt[ran
[all...]
/external/opencore/fileformats/mp4/composer/include/
H A Dmediaheaderatom.h47 void setModificationTime(uint32 mt) argument
49 _modificationTime = mt;
H A Dmovieheaderatom.h48 void setModificationTime(uint32 mt) argument
50 _modificationTime = mt;
H A Dtrackheaderatom.h62 void setModificationTime(uint32 mt) argument
64 _modificationTime = mt;
/external/icu4c/config/
H A Dmh-solaris15 # -mt means 'compiles and links a multithreaded program'
16 THREADSCFLAGS += -mt
17 THREADSCXXFLAGS += -mt
H A Dmh-cygwin-msvc187 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
190 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
/external/quake/quake/src/QW/client/
H A Dr_sky.c56 void R_InitSky (texture_t *mt) argument
61 src = (byte *)mt + mt->offsets[0];
H A Dr_surf.c240 texture_t *mt; local
247 mt = r_drawsurf.texture;
249 r_source = (byte *)mt + mt->offsets[r_drawsurf.surfmip];
254 texwidth = mt->width >> r_drawsurf.surfmip;
280 smax = mt->width >> r_drawsurf.surfmip;
282 tmax = mt->height >> r_drawsurf.surfmip;
H A Drender.h117 void R_InitSky (struct texture_s *mt); // called at level load
H A Dgl_model.c342 miptex_t *mt; local
365 mt = (miptex_t *)((byte *)m + m->dataofs[i]);
366 mt->width = LittleLong (mt->width);
367 mt->height = LittleLong (mt->height);
369 mt->offsets[j] = LittleLong (mt->offsets[j]);
371 if ( (mt->width & 15) || (mt
[all...]
H A Dmodel.c340 miptex_t *mt; local
363 mt = (miptex_t *)((byte *)m + m->dataofs[i]);
364 mt->width = LittleLong (mt->width);
365 mt->height = LittleLong (mt->height);
367 mt->offsets[j] = LittleLong (mt->offsets[j]);
369 if ( (mt->width & 15) || (mt
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_sky.cpp56 void R_InitSky (texture_t *mt) argument
61 src = (byte *)mt + mt->offsets[0];
H A Dr_surf.cpp257 texture_t *mt; local
264 mt = r_drawsurf.texture;
266 r_source = (byte *)mt + mt->offsets[r_drawsurf.surfmip];
271 texwidth = mt->width >> r_drawsurf.surfmip;
297 smax = mt->width >> r_drawsurf.surfmip;
299 tmax = mt->height >> r_drawsurf.surfmip;
H A Drender.h122 void R_InitSky (struct texture_s *mt); // called at level load
H A Dgl_model.cpp342 miptex_t *mt; local
365 mt = (miptex_t *)((byte *)m + m->dataofs[i]);
366 mt->width = LittleLong (mt->width);
367 mt->height = LittleLong (mt->height);
369 mt->offsets[j] = LittleLong (mt->offsets[j]);
371 if ( (mt->width & 15) || (mt
[all...]
H A Dmodel.cpp358 miptex_t *mt; local
381 mt = (miptex_t *)((byte *)m + m->dataofs[i]);
382 mt->width = LittleLong (mt->width);
383 mt->height = LittleLong (mt->height);
385 mt->offsets[j] = LittleLong (mt->offsets[j]);
387 if ( (mt->width & 15) || (mt
[all...]
/external/quake/quake/src/QW/server/
H A Dmodel.c282 miptex_t *mt; local
305 mt = (miptex_t *)((byte *)m + m->dataofs[i]);
306 mt->width = LittleLong (mt->width);
307 mt->height = LittleLong (mt->height);
309 mt->offsets[j] = LittleLong (mt->offsets[j]);
311 if ( (mt->width & 15) || (mt
[all...]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
H A Dlevel0.h43 PVMFStatus CompletePdu(OsclSharedPtr<PVMFMediaDataImpl>& pdu, int8 mt, uint8 pm);
H A Dlevel1.h62 PVMFStatus CompletePdu(OsclSharedPtr<PVMFMediaDataImpl>& pdu, int8 mt, uint8 pm);
H A Dlevel2.h76 PVMFStatus CompletePdu(OsclSharedPtr<PVMFMediaDataImpl>& pdu, int8 mt, uint8 pm);
/external/stlport/test/eh/
H A Dkai.mak31 CXXFLAGS = -w -mt --one_per ${STL_INCL} -D_STLP_USE_NEWALLOC -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
34 # CXXFLAGS = -w -mt --one_per -D_STLP_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
H A Dsunpro42.mak36 CXXFLAGS = $(ARCHF) +w2 -mt -features=rtti ${STL_INCL}
/external/openssl/ssl/
H A Ds3_both.c389 /* Obtain handshake message of message type 'mt' (any if mt == -1),
394 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
404 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
457 if ((mt >= 0) && (*p != mt))
463 if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) &&
H A Dd1_both.c136 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
357 /* Obtain handshake message of message type 'mt' (any if mt == -1),
362 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
372 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
1174 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt, argument
1183 dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq,
1192 dtls1_set_message_header_int(SSL *s, unsigned char mt, argument
1198 msg_hdr->type = mt;
[all...]

Completed in 174 milliseconds

123