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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
ml.h 125 void LoopTypeRead(PS_MlRequestType pType)
127 oscl_memcpy((int8*)pType, (int8*)&LoopType, sizeof(S_MlRequestType));
129 void LoopTypeWrite(PS_MlRequestType pType)
131 oscl_memcpy((int8*)&LoopType, (int8*)pType, sizeof(S_MlRequestType));
  /external/tcpdump/
ipx.h 21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */
  /system/core/libacc/
acc.cpp 204 pType = NULL;
207 Type* pType;
386 virtual void loadFloat(int address, Type* pType) = 0;
388 /* Add the struct offset in bytes to R0, change the type to pType */
389 virtual void addStructOffsetR0(int offset, Type* pType) = 0;
466 void convertR0(Type* pType) {
467 convertR0Imp(pType, false);
470 void castR0(Type* pType) {
471 convertR0Imp(pType, true);
474 virtual void convertR0Imp(Type* pType, bool isCast) = 0
    [all...]
  /external/sqlite/dist/
shell.c 296 SchemaTable *pType;
328 SchemaTable *pType = &aSchemaTable[0];
333 pType = 0;
336 pType = &aSchemaTable[i];
339 if( !pType ){
348 pVtab->pType = pType;
349 rc = sqlite3_declare_vtab(db, pType->zSchema);
470 pVtab->pType->zObject
476 sqlite3_column_text(pDbList, 1), pVtab->pType->zObjec
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsnApi.h 255 TI_STATUS rsn_reportMicFailure(TI_HANDLE hRsn, TI_UINT8 *pType, TI_UINT32 Length);
rsn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.h 78 dot11MgmtSubType_e *pType);
mlmeParser.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
rsnApi.h 190 TI_STATUS rsn_reportMicFailure(TI_HANDLE hRsn, UINT8 *pType, UINT32 Length);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.h 83 dot11MgmtSubType_e *pType);
mlmeParser.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsnApi.h 255 TI_STATUS rsn_reportMicFailure(TI_HANDLE hRsn, TI_UINT8 *pType, TI_UINT32 Length);
rsn.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeParser.h 78 dot11MgmtSubType_e *pType);
mlmeParser.c     [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 344 ParameterizedType pType = type.asParameterizedType();
345 if (pType != null) {
347 Type containingType = pType.containingType();
350 IClassReference rawType = new SigClassReference(convertClass(pType
355 for (Type typeArgument : pType.typeArguments()) {
  /external/svox/pico/lib/
picopam.c 179 picoos_uint8 pType; /*Phrase type*/
    [all...]
  /dalvik/libdex/
DexSwapVerify.c     [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
rsn.c     [all...]
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 744 milliseconds