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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
msd.h 56 MSD_ERROR_CODE_A = 0, // no response from remove MSD
57 MSD_ERROR_CODE_B = 1, // remote MSD see no response from local MSD
78 class MSD : public SEBase, public OsclTimerObserver
84 MSD() :
98 virtual ~MSD() {}
102 Print("Reset MSD\n");
123 Print("Received MSD Determine Request\n");
136 void Handler(PS_MasterSlaveDetermination msd)
138 Print("Received MSD\n")
    [all...]
blc.h 46 class MSD;
57 void SetMSD(MSD *msd)
59 MyMSD = msd;
93 MSD *MyMSD;
lc.h 47 class MSD;
58 void SetMSD(MSD *msd)
60 MyMSD = msd;
89 MSD *MyMSD;
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 182 byte msd = asciiCharToNumericValue(msdChar);
185 byteq.enqueue((byte)((msd << 4) | low));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 121 MyShapeDrawable msd = (MyShapeDrawable)mDrawables[6]; local
122 msd.getStrokePaint().setStrokeWidth(4);
  /dalvik/libcore/openssl/src/main/native/
BNInterface.c 476 BN_ULONG msd = d[i]; // most significant digit local
479 // i.e. decrement the msd if all other digits are 0:
482 if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant one.
484 return (intLen - 1) * 32 + BN_num_bits_word(msd);

Completed in 837 milliseconds