Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c254 static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType);
257 static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, …
259 …rializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
260 …lizeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
262 …tOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pN…
263 …FloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN…
265 static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe…
266 static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumb…
268 …*szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN…
270 …*szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulN…
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1159 tOptionValue * pType) in parse_attrs() argument
1174 txt = parse_value(txt+len, pType); in parse_attrs()
1178 txt = parse_keyword(opts, txt+len, pType); in parse_attrs()
1182 txt = parse_set_mem(opts, txt+len, pType); in parse_attrs()
1212 pType->valType = OPARG_TYPE_NONE; in parse_attrs()
1220 case '/': pType->valType = OPARG_TYPE_NONE; in parse_attrs()
H A Dproto.h90 tOptionValue * pType);
/freebsd/contrib/tcpdump/
H A Dprint-ipx.c51 nd_uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType,
2353 unsigned pType, unsigned pFlags) { in addPhdrForSection() argument
2361 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags); in addPhdrForSection()
/freebsd/stand/ficl/
H A Dwords.c2658 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); in dotQuoteCoIm() local
2659 assert(pType); in dotQuoteCoIm()
2663 dictAppendCell(dp, LVALUEtoCELL(pType)); in dotQuoteCoIm()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c117206 sqlite3_value *pType,
117210 const char *zT = (const char*)sqlite3_value_text(pType);
123340 SQLITE_PRIVATE void sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType){
123355 if( pType ){
123356 if( pType->n==7 && sqlite3StrNICmp("virtual",pType->z,7)==0 ){
123358 }else if( pType->n==6 && sqlite3StrNICmp("stored",pType->z,6)==0 ){
178433 static int keywordCode(const char *z, int n, int *pType){
178601 *pType = aKWCode[i];