Searched refs:pType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_ubsan.c255 static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType);
258 static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128);
260 static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
261 static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
263 static void DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber);
264 static void DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
266 static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
267 static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
269 static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
271 static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigne
1290 zDeserializeTypeWidth(struct CTypeDescriptor *pType) argument
1326 DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128) argument
1348 DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L) argument
1375 DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L) argument
1403 DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber) argument
1440 DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1475 llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1518 llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1558 DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1594 DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1682 isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1696 isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth) argument
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dproto.h50 tOptionValue * pType);
H A Dconfigfile.c1203 tOptionValue * pType)
1218 txt = parse_value(txt+len, pType);
1222 txt = parse_keyword(opts, txt+len, pType);
1226 txt = parse_set_mem(opts, txt+len, pType);
1256 pType->valType = OPARG_TYPE_NONE;
1264 case '/': pType->valType = OPARG_TYPE_NONE;
1202 parse_attrs(tOptions * opts, char const * txt, tOptionLoadMode * pMode, tOptionValue * pType) argument
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ipx.c52 uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member in struct:ipxHdr
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
2432 unsigned pType, unsigned pFlags) {
2440 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags);
2431 addPhdrForSection(Partition &part, unsigned shType, unsigned pType, unsigned pFlags) argument
/freebsd-13-stable/stand/ficl/
H A Dwords.c2659 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); local
2660 assert(pType);
2664 dictAppendCell(dp, LVALUEtoCELL(pType));
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c107745 renameColumnParseError( sqlite3_context *pCtx, const char *zWhen, sqlite3_value *pType, sqlite3_value *pObject, Parse *pParse ) argument
112934 sqlite3AddColumn(Parse *pParse, Token *pName, Token *pType) argument
113374 sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType) argument
162762 keywordCode(const char *z, int n, int *pType) argument
[all...]

Completed in 903 milliseconds