Home
last modified time | relevance | path

Searched refs:CEntry (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/smugfs/
H A Dcache.c5 CEntry **hash;
7 CEntry *head;
8 CEntry *tail;
12 void (*cefree)(CEntry*);
16 nop(CEntry *ce) in nop()
54 popout(Cache *c, CEntry *e) in popout()
84 static CEntry*
87 CEntry *e; in evict()
99 CEntry*
103 CEntry *e; in cachelookup()
[all …]
H A Da.h28 typedef struct CEntry CEntry; typedef
30 struct CEntry struct
34 CEntry *next; argument
35 CEntry *prev;
38 CEntry *next; argument
42 Cache *newcache(int sizeofentry, int maxentry, void (*cefree)(CEntry*)); argument
43 CEntry *cachelookup(Cache*, char*, int);
/dports/devel/rpc2/rpc2-2.14/rpc2-src/
H A Dconn.c90 struct CEntry *ceaddr; in __rpc2_GetConn()
110 static void __rehash_ce(struct CEntry *ce) in __rehash_ce()
169 struct CEntry *rpc2_getFreeConn() in rpc2_getFreeConn()
171 struct CEntry *ce; in rpc2_getFreeConn()
176 ce = (struct CEntry *)malloc(sizeof(struct CEntry)); in rpc2_getFreeConn()
200 struct CEntry *ce; in rpc2_AllocConn()
256 struct CEntry *ce; in rpc2_FreeConn()
301 struct CEntry *ce; in rpc2_ReapDeadConns()
324 void rpc2_SetConnError(IN struct CEntry *ce) in rpc2_SetConnError()
417 struct CEntry *
[all …]
H A Dsl.c75 static struct CEntry *MakeConn();
76 static struct CEntry *FindOrNak(RPC2_PacketBuffer *pb);
304 struct CEntry *ce = NULL; in rpc2_HandlePacket()
412 static struct CEntry *FindOrNak(RPC2_PacketBuffer *pb) in FindOrNak()
414 struct CEntry *ce; in FindOrNak()
682 static void SendBusy(struct CEntry *ce, int doEncrypt) in SendBusy()
841 struct CEntry *ce; in HandleInit1()
1080 struct CEntry *ce; in MakeConn()
1141 void rpc2_IncrementSeqNumber(struct CEntry *ce) in rpc2_IncrementSeqNumber()
1161 struct CEntry *ce; in DelayedAck()
[all …]
H A Drpc2.private.h155 struct CEntry /* describes a single RPC connection */ struct
160 struct CEntry *Qname; argument
238 struct CEntry **mec_listeners;
242 struct CEntry *mes_conn;
503 long rpc2_CancelRetry(struct CEntry *Conn, struct SL_Entry *Sle);
504 void rpc2_UpdateRTT(RPC2_PacketBuffer *pb, struct CEntry *ceaddr);
510 struct CEntry *rpc2_AllocConn();
515 struct CEntry *rpc2_GetConn(RPC2_Handle handle);
517 void rpc2_IncrementSeqNumber(struct CEntry *);
569 void rpc2_ApplyD(RPC2_PacketBuffer *pb, struct CEntry *ce);
[all …]
H A Drpc2a.c116 static int ServerHandShake(struct CEntry *ce, int32_t xrand,
126 static void Send4AndSave(struct CEntry *ce, int32_t xrand,
163 struct CEntry *ce; in RPC2_SendResponse()
285 static int unpack_initX_body(struct CEntry *ce, in unpack_initX_body()
348 struct CEntry *ce = NULL; in RPC2_GetRequest()
536 struct CEntry *ce; in RPC2_MakeRPC()
1150 struct CEntry *ce; in InvokeSE()
1175 struct CEntry *ce; in RPC2_Unbind()
1232 struct CEntry *ce; in GetFilter()
1404 static void SendOKInit2(IN struct CEntry *ce) in SendOKInit2()
[all …]
H A Dmulti3.c161 struct CEntry *ce;
260 me->listeners = (struct CEntry **)malloc(LISTENERALLOCSIZE*sizeof(struct CEntry *));
262 memset(me->listeners, 0, LISTENERALLOCSIZE*sizeof(struct CEntry *));
304 struct CEntry *ce;
442 …me->listeners = (struct CEntry **)realloc(me->listeners, (me->maxlisteners + LISTENERALLOCSIZE)*si…
444 memset(me->listeners + me->maxlisteners, 0, LISTENERALLOCSIZE*sizeof(struct CEntry *));
463 struct CEntry *ce;
510 struct CEntry *ce;
599 void HandleInitMulticast(RPC2_PacketBuffer *pb, struct CEntry *ce) in HandleInitMulticast()
/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/kademlia/
H A DEntry.h56 class CEntry
65 CEntry() in CEntry() function
75 virtual ~CEntry();
76 virtual CEntry* Copy() const;
106 class CKeyEntry : public CEntry
118 virtual CEntry* Copy() const { return CEntry::Copy(); } in Copy()
H A DEntry.cpp56 CEntry::~CEntry() in ~CEntry()
61 CEntry* CEntry::Copy() const in Copy()
63 CEntry* entry = new CEntry(); in Copy()
81 bool CEntry::GetIntTagValue(const wxString& tagname, uint64_t& value, bool includeVirtualTags) const in GetIntTagValue()
101 wxString CEntry::GetStrTagValue(const wxString& tagname) const in GetStrTagValue()
111 void CEntry::SetFileName(const wxString& name) in SetFileName()
121 wxString CEntry::GetCommonFileName() const in GetCommonFileName()
140 void CEntry::WriteTagListInc(CFileDataIO* data, uint32_t increaseTagNumber) in WriteTagListInc()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/kademlia/
H A DEntry.h56 class CEntry
65 CEntry() in CEntry() function
75 virtual ~CEntry();
76 virtual CEntry* Copy() const;
106 class CKeyEntry : public CEntry
118 virtual CEntry* Copy() const { return CEntry::Copy(); } in Copy()
/dports/devel/llvm10/llvm-10.0.1.src/test/TableGen/
H A Dgeneric-tables.td90 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
91 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
93 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
98 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
114 class CEntry<string name, CEnum kind, int enc> {
120 def : CEntry<"alice", CFoo, 10>;
121 def : CEntry<"alice", CBar, 13>;
122 def : CEntry<"bob", CBaz, 15>;
125 let FilterClass = "CEntry";
/dports/devel/llvm90/llvm-9.0.1.src/test/TableGen/
H A Dgeneric-tables.td90 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
91 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
93 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
98 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
114 class CEntry<string name, CEnum kind, int enc> {
120 def : CEntry<"alice", CFoo, 10>;
121 def : CEntry<"alice", CBar, 13>;
122 def : CEntry<"bob", CBaz, 15>;
125 let FilterClass = "CEntry";
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/TableGen/
H A Dgeneric-tables.td90 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
91 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
93 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
98 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
114 class CEntry<string name, CEnum kind, int enc> {
120 def : CEntry<"alice", CFoo, 10>;
121 def : CEntry<"alice", CBar, 13>;
122 def : CEntry<"bob", CBaz, 15>;
125 let FilterClass = "CEntry";
/dports/devel/llvm80/llvm-8.0.1.src/test/TableGen/
H A Dgeneric-tables.td90 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
91 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
93 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
98 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
114 class CEntry<string name, CEnum kind, int enc> {
120 def : CEntry<"alice", CFoo, 10>;
121 def : CEntry<"alice", CBar, 13>;
122 def : CEntry<"bob", CBaz, 15>;
125 let FilterClass = "CEntry";
/dports/devel/llvm70/llvm-7.0.1.src/test/TableGen/
H A Dgeneric-tables.td90 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
91 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
93 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
98 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
114 class CEntry<string name, CEnum kind, int enc> {
120 def : CEntry<"alice", CFoo, 10>;
121 def : CEntry<"alice", CBar, 13>;
122 def : CEntry<"bob", CBaz, 15>;
125 let FilterClass = "CEntry";
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/TableGen/
H A Dgeneric-tables.td91 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
92 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
94 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
99 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
115 class CEntry<string name, CEnum kind, int enc> {
121 def : CEntry<"alice", CFoo, 10>;
122 def : CEntry<"alice", CBar, 13>;
123 def : CEntry<"bob", CBaz, 15>;
126 let FilterClass = "CEntry";
/dports/devel/llvm11/llvm-11.0.1.src/test/TableGen/
H A Dgeneric-tables.td91 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
92 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
94 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
99 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
115 class CEntry<string name, CEnum kind, int enc> {
121 def : CEntry<"alice", CFoo, 10>;
122 def : CEntry<"alice", CBar, 13>;
123 def : CEntry<"bob", CBaz, 15>;
126 let FilterClass = "CEntry";
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/TableGen/
H A Dgeneric-tables.td91 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
92 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
94 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
99 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
115 class CEntry<string name, CEnum kind, int enc> {
121 def : CEntry<"alice", CFoo, 10>;
122 def : CEntry<"alice", CBar, 13>;
123 def : CEntry<"bob", CBaz, 15>;
126 let FilterClass = "CEntry";
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dgeneric-tables.td99 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding);
100 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind);
102 // CHECK: const CEntry *lookupCEntryByEncoding(uint16_t Encoding) {
107 // CHECK: const CEntry *lookupCEntry(StringRef Name, unsigned Kind) {
123 class CEntry<string name, CEnum kind, int enc> {
129 def : CEntry<"alice", CFoo, 10>;
130 def : CEntry<"alice", CBar, 13>;
131 def : CEntry<"bob", CBaz, 15>;
134 let FilterClass = "CEntry";

123456