Home
last modified time | relevance | path

Searched defs:dcache (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/risc_cpu/
H A Ddcache.h39 struct dcache : sc_module { struct
40 sc_in<signed> datain; // input data
64 SC_CTOR(dcache) { in SC_CTOR() argument
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddcache.c89 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1)) argument
90 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)) argument
220 dcache_free (DCACHE *dcache) in dcache_free()
236 DCACHE *dcache = (DCACHE *) param; in invalidate_block() local
245 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
267 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr) in dcache_invalidate_line()
284 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
352 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
445 DCACHE *dcache = XNEW (DCACHE); in dcache_init() local
541 dcache_print_line (DCACHE *dcache, int index) in dcache_print_line()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddcache.c191 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
219 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
243 dcache_write_line (DCACHE *dcache, struct dcache_block *db) in dcache_write_line()
324 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
385 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
424 dcache_writeback (DCACHE *dcache) in dcache_writeback()
446 dcache_peek_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr) in dcache_peek_byte()
473 dcache_poke_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr) in dcache_poke_byte()
495 DCACHE *dcache; in dcache_init() local
510 dcache_free (DCACHE *dcache) in dcache_free()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddcache.c191 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
219 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
243 dcache_write_line (DCACHE *dcache, struct dcache_block *db) in dcache_write_line()
324 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
385 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
424 dcache_writeback (DCACHE *dcache) in dcache_writeback()
446 dcache_peek_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr) in dcache_peek_byte()
473 dcache_poke_byte (DCACHE *dcache, CORE_ADDR addr, char *ptr) in dcache_poke_byte()
495 DCACHE *dcache; in dcache_init() local
510 dcache_free (DCACHE *dcache) in dcache_free()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddcache.c89 #define LINE_SIZE_MASK(dcache) ((dcache->line_size - 1)) argument
90 #define XFORM(dcache, x) ((x) & LINE_SIZE_MASK (dcache)) argument
226 dcache_free (DCACHE *dcache) in dcache_free()
245 DCACHE *dcache = (DCACHE *) param; in invalidate_block() local
254 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
276 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr) in dcache_invalidate_line()
293 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
313 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
362 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
458 DCACHE *dcache; in dcache_init() local
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddcache.c217 DCACHE *dcache = (DCACHE *) param; in invalidate_block() local
226 dcache_invalidate (DCACHE *dcache) in dcache_invalidate()
238 dcache_invalidate_line (DCACHE *dcache, CORE_ADDR addr) in dcache_invalidate_line()
255 dcache_hit (DCACHE *dcache, CORE_ADDR addr) in dcache_hit()
275 dcache_read_line (DCACHE *dcache, struct dcache_block *db) in dcache_read_line()
324 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc()
365 dcache_peek_byte (DCACHE *dcache, CORE_ADDR addr, gdb_byte *ptr) in dcache_peek_byte()
393 dcache_poke_byte (DCACHE *dcache, CORE_ADDR addr, gdb_byte *ptr) in dcache_poke_byte()
419 DCACHE *dcache; in dcache_init() local
447 dcache_free (DCACHE *dcache) in dcache_free()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dpeers.h79 struct dcache *dcache; /* dictionary cache */ member
127 struct dcache { struct
129 struct dcache_tx *tx; argument
131 struct dcache_rx *rx; argument
133 size_t max_entries;
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dpeers-t.h78 struct dcache *dcache; /* dictionary cache */ member
126 struct dcache { struct
128 struct dcache_tx *tx; argument
130 struct dcache_rx *rx; argument
132 size_t max_entries;
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dpeers.h79 struct dcache *dcache; /* dictionary cache */ member
127 struct dcache { struct
129 struct dcache_tx *tx; argument
131 struct dcache_rx *rx; argument
133 size_t max_entries;
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dpeers.h79 struct dcache *dcache; /* dictionary cache */ member
127 struct dcache { struct
129 struct dcache_tx *tx; argument
131 struct dcache_rx *rx; argument
133 size_t max_entries;
/dports/audio/spiralsynth/SpiralSynth-0.1.7/
H A DMakefile.in51 GUI/Widgets/Fl_Knob.H
52 SOURCES = Synth.C \
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dpeers-t.h81 struct dcache *dcache; /* dictionary cache */ member
128 struct dcache { struct
130 struct dcache_tx *tx; argument
132 struct dcache_rx *rx; argument
134 size_t max_entries;
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dpeers-t.h81 struct dcache *dcache; /* dictionary cache */ member
128 struct dcache { struct
130 struct dcache_tx *tx; argument
132 struct dcache_rx *rx; argument
134 size_t max_entries;
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Dtpread.cc66 …on sequentialNonOverlappingRead(OFRandom& rnd, DcmElement *delem, DcmFileCache *dcache, unsigned c… in sequentialNonOverlappingRead()
117 static OFCondition sequentialOverlappingRead(OFRandom& rnd, DcmElement *delem, DcmFileCache *dcache in sequentialOverlappingRead()
167 static OFCondition randomRead(OFRandom& rnd, DcmElement *delem, DcmFileCache *dcache, unsigned char… in randomRead()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/common/
H A Dpx_capri_maths.cpp42 uint8 dcache[1024]; variable
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/www/gitea/gitea-1.16.5/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go23 dcache map[reflect.Type]ValueDecoder member
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go28 dcache map[reflect.Type]ValueDecoder member
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go28 dcache map[reflect.Type]ValueDecoder member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dpointer_codec.go28 dcache map[reflect.Type]ValueDecoder member

1234567891011