HomeSort by relevance Sort by last modified time
    Searched refs:mti (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
grand.c 114 guint mti; member in struct:_GRand
282 for (rand->mti=1; rand->mti<N; rand->mti++)
283 rand->mt[rand->mti] = (69069 * rand->mt[rand->mti-1]);
292 for (rand->mti=1; rand->mti<N; rand->mti++)
293 rand->mt[rand->mti] = 1812433253UL *
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 55 private int mti; field in class:SmsMessage
272 // MTI = SMS-SUBMIT, UDHI = header != null
417 scAddress, destinationAddress, (byte) 0x41, // MTI = SMS-SUBMIT,
909 mti = firstByte & 0x3;
910 switch (mti) {
914 case 3: //GSM 03.40 9.2.3.1: MTI == 3 is Reserved.
915 //This should be processed in the same way as MTI == 0 (Deliver)
931 * @param firstByte The first byte of the PDU, which contains MTI, etc.
    [all...]

Completed in 428 milliseconds