HomeSort by: relevance | last modified time | path
    Searched refs:scache (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/external/ibm-public/postfix/dist/src/global/
scache.h 1 /* $NetBSD: scache.h,v 1.3 2020/03/18 19:05:16 christos Exp $ */
8 /* scache 3h
12 /* #include <scache.h>
21 typedef struct SCACHE SCACHE;
47 typedef void (*SCACHE_SAVE_ENDP_FN) (SCACHE *, int, const char *, const char *, int);
48 typedef int (*SCACHE_FIND_ENDP_FN) (SCACHE *, const char *, VSTRING *);
88 typedef void (*SCACHE_SAVE_DEST_FN) (SCACHE *, int, const char *, const char *, const char *);
89 typedef int (*SCACHE_FIND_DEST_FN) (SCACHE *, const char *, VSTRING *, VSTRING *);
105 struct SCACHE {
    [all...]
scache_single.c 9 /* #include <scache.h>
11 /* SCACHE *scache_single_create()
21 /* scache(3), generic session cache API
50 #include <scache.h>
77 * SCACHE_SINGLE is a derived type from the SCACHE super-class.
80 SCACHE scache[1]; /* super-class */ member in struct:__anon23132
123 static void scache_single_save_endp(SCACHE *scache, int endp_ttl,
127 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache;
    [all...]
scache.c 1 /* $NetBSD: scache.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */
5 /* scache 3
9 /* #include <scache.h>
19 /* unsigned scache_size(scache, size)
20 /* SCACHE *scache;
23 /* void scache_free(scache)
24 /* SCACHE *scache;
26 /* void scache_save_endp(scache, endp_ttl, endp_label, endp_prop, fd
177 static SCACHE *scache; variable
    [all...]
scache_multi.c 9 /* #include <scache.h>
11 /* SCACHE *scache_multi_create()
21 /* scache(3), generic session cache API
53 #include <scache.h>
58 * SCACHE_MULTI is a derived type from the SCACHE super-class.
78 SCACHE scache[1]; /* super-class */ member in struct:__anon23126
203 static void scache_multi_save_endp(SCACHE *scache, int ttl,
208 SCACHE_MULTI *sp = (SCACHE_MULTI *) scache;
    [all...]
scache_clnt.c 9 /* #include <scache.h>
11 /* SCACHE *scache_clnt_create(server, timeout, idle_limit, ttl_limit)
36 /* scache(3), generic session cache API
71 #include <scache.h>
76 * SCACHE_CLNT is a derived type from the SCACHE super-class.
79 SCACHE scache[1]; /* super-class */ member in struct:__anon23125
101 static void scache_clnt_save_endp(SCACHE *scache, int endp_ttl,
105 SCACHE_CLNT *sp = (SCACHE_CLNT *) scache;
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-scache.h 1 /* Simulator header for cgen scache support.
28 SCACHE *sc;
35 #define CPU_SCACHE_SIZE(cpu) ((cpu) -> cgen_cpu.scache.size)
37 SCACHE *cache;
38 #define CPU_SCACHE_CACHE(cpu) ((cpu) -> cgen_cpu.scache.cache)
43 #define CPU_SCACHE_NUM_HASH_CHAINS(cpu) ((cpu) -> cgen_cpu.scache.num_hash_chains)
49 #define CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES(cpu) ((cpu) -> cgen_cpu.scache.num_hash_chain_entries)
56 #define CPU_SCACHE_MAX_CHAIN_LENGTH(cpu) ((cpu) -> cgen_cpu.scache.max_chain_length)
57 /* Special scache entry for (re)starting bb extraction. */
58 SCACHE *pbb_begin
    [all...]
genmloop.sh 44 # simple,scache,pbb. If the target wants it can also provide a fast
61 # semantic routine. The latter is essentially the -scache case with a
62 # cache size of one (and the scache lookup code removed). There are no
67 # code for the -scache case would be usable here, so no new code
70 # -scache: use the scache to speed things up (not always a win)
73 # When executing instructions they are first looked up in the scache.
75 # -pbb: same as -scache but extract a (pseudo-) basic block at a time
77 # This engine is basically identical to the scache version except that
79 # the scache entry of a branch target is recorded as well
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-scache.h 1 /* Simulator header for cgen scache support.
28 SCACHE *sc;
35 #define CPU_SCACHE_SIZE(cpu) ((cpu) -> cgen_cpu.scache.size)
37 SCACHE *cache;
38 #define CPU_SCACHE_CACHE(cpu) ((cpu) -> cgen_cpu.scache.cache)
43 #define CPU_SCACHE_NUM_HASH_CHAINS(cpu) ((cpu) -> cgen_cpu.scache.num_hash_chains)
49 #define CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES(cpu) ((cpu) -> cgen_cpu.scache.num_hash_chain_entries)
56 #define CPU_SCACHE_MAX_CHAIN_LENGTH(cpu) ((cpu) -> cgen_cpu.scache.max_chain_length)
57 /* Special scache entry for (re)starting bb extraction. */
58 SCACHE *pbb_begin
    [all...]
  /src/external/gpl3/gdb/dist/sim/iq2000/
cpuall.h 62 ??? SCACHE used to contain more than just argbuf. We could delete the
66 struct scache { struct
  /src/external/gpl3/gdb/dist/sim/lm32/
cpuall.h 56 ??? SCACHE used to contain more than just argbuf. We could delete the
60 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
cpuall.h 62 ??? SCACHE used to contain more than just argbuf. We could delete the
66 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/lm32/
cpuall.h 56 ??? SCACHE used to contain more than just argbuf. We could delete the
60 struct scache { struct
  /src/sys/net/
toeplitz.h 39 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte)
41 return (scache->bytes[byte]);
62 stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16)
66 hi = stoeplitz_cache_entry(scache, n16 >> 8);
67 lo = stoeplitz_cache_entry(scache, n16);
74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
76 return (stoeplitz_hash_n16(scache, n32 ^ (n32 >> 16)));
81 stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16)
85 lo = stoeplitz_cache_entry(scache, h16);
86 hi = stoeplitz_cache_entry(scache, h16 >> 8)
    [all...]
toeplitz.c 145 * Therefore the results H * val for all values of a byte are cached in scache.
148 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey)
168 scache->bytes[val] = res;
173 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache,
176 return (stoeplitz_hash_n32(scache, faddr ^ laddr));
180 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache,
183 return (stoeplitz_hash_n32(scache, faddr ^ laddr ^ fport ^ lport));
188 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache,
197 return (stoeplitz_hash_n32(scache, n32));
201 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache,
    [all...]
  /src/external/gpl3/gdb/dist/sim/cris/
cpuall.h 81 ??? SCACHE used to contain more than just argbuf. We could delete the
85 struct scache { struct
  /src/external/gpl3/gdb/dist/sim/frv/
cpuall.h 62 ??? SCACHE used to contain more than just argbuf. We could delete the
66 struct scache { struct
  /src/external/gpl3/gdb/dist/sim/m32r/
cpuall.h 70 ??? SCACHE used to contain more than just argbuf. We could delete the
74 struct scache { struct
  /src/external/gpl3/gdb/dist/sim/or1k/
cpuall.h 57 ??? SCACHE used to contain more than just argbuf. We could delete the
61 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/cris/
cpuall.h 81 ??? SCACHE used to contain more than just argbuf. We could delete the
85 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/frv/
cpuall.h 62 ??? SCACHE used to contain more than just argbuf. We could delete the
66 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/m32r/
cpuall.h 70 ??? SCACHE used to contain more than just argbuf. We could delete the
74 struct scache { struct
  /src/external/gpl3/gdb.old/dist/sim/or1k/
cpuall.h 57 ??? SCACHE used to contain more than just argbuf. We could delete the
61 struct scache { struct
  /src/external/ibm-public/postfix/libexec/scache/
Makefile 7 PROG= scache
  /src/external/ibm-public/postfix/libexec/
Makefile 6 pickup pipe postfix-script proxymap qmgr scache sendmail \
  /src/external/ibm-public/postfix/man/man8/
Makefile 10 scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \

Completed in 42 milliseconds

1 2 3 4