Home
last modified time | relevance | path

Searched refs:cell_t (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dopenfirm.c80 cell_t name; in OF_peer()
100 cell_t name; in OF_child()
120 cell_t name; in OF_parent()
140 cell_t name; in OF_instance_to_package()
161 cell_t name; in OF_getproplen()
165 cell_t prop; in OF_getproplen()
188 cell_t buf; in OF_getprop()
216 cell_t buf; in OF_setprop()
244 cell_t buf; in OF_nextprop()
287 cell_t buf; in OF_instance_to_path()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c104 cell_t name; in prom_set_trap_table_sun4u()
107 cell_t tba; in prom_set_trap_table_sun4u()
125 cell_t name; in prom_set_trap_table_sun4v()
128 cell_t tba; in prom_set_trap_table_sun4v()
150 cell_t name; in prom_vtop()
158 cell_t mode; in prom_vtop()
199 cell_t len; in prom_claim_virt()
237 cell_t len; in prom_alloc_virt()
272 cell_t len; in prom_free_virt()
305 cell_t len; in prom_unmap_virt()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dopenfirm.h44 typedef uint64_t cell_t; typedef
46 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
47 #define ADR2CELL(x) (cell_t)(x)
49 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
52 #define HDQ2CELL_HI(x) (cell_t)(0)
53 #define HDQ2CELL_LO(x) (cell_t)(x)
57 typedef uint32_t cell_t; typedef
58 #define HDL2CELL(x) (cell_t)(x)
59 #define ADR2CELL(x) (cell_t)(x)
60 #define HDQ2CELL_HI(x) (cell_t)((x) >> 32)
[all …]
/dports/games/xlife/xlife-6.7/
H A Ddefs.h127 typedef u8bits cell_t; /* allows 256 states per cell */ typedef
129 typedef u16bits cell_t; /* allows 65536 states per cell */ typedef
131 typedef u32bits cell_t; /* are you serious? */ typedef
184 cell_t cell[BOXSIZE][BOXSIZE];
194 cell_t cell[BOXSIZE][BOXSIZE];
196 cell_t ocell[BOXSIZE][BOXSIZE];
206 cell_t cell[BOXSIZE][BOXSIZE];
271 cell_t patch_transition(cell_t, cell_t, cell_t, cell_t, cell_t);
272 cell_t patch_transition8(cell_t, cell_t, cell_t, cell_t, cell_t, cell_t, cell_t, cell_t, cell_t);
307 void drawcell(coord_t, coord_t, cell_t);
[all …]
H A Dkey.c235 cell_t patch_transition(cell_t s, cell_t n1, cell_t n2, cell_t n3, cell_t n4) { in patch_transition()
255 cell_t patch_transition8(cell_t s, cell_t n1, cell_t n2, cell_t n3, cell_t n4, in patch_transition8()
256 cell_t n5, cell_t n6, cell_t n7, cell_t n8) { in patch_transition8()
/dports/databases/speedtables/speedtables-1.13.12/ctables/shared/
H A Dshared.h26 typedef size_t cell_t; typedef
31 typedef size_t cell_t; typedef
37 #define CELLSIZE (sizeof (cell_t))
74 cell_t cycle; // read cycle it's waiting on
95 cell_t pid;
96 cell_t cycle;
101 cell_t magic; // Magic number, "initialised" (MAP_MAGIC)
102 cell_t headersize; // Size of this header
106 cell_t cycle; // incremented every write
137 cell_t horizon;
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/include/votca/csg/
H A Dnblistgrid.h41 struct cell_t {
43 std::vector<cell_t *> neighbours_;
50 tools::NDimVector<cell_t, 3> grid_;
54 cell_t &getCell(const Eigen::Vector3d &r);
55 cell_t &getCell(const Index &a, const Index &b, const Index &c);
57 void TestBead(const Topology &top, cell_t &cell, Bead *bead);
58 void TestCell(const Topology &top, cell_t &cell, Bead *bead);
H A Dnblistgrid_3body.h39 struct cell_t {
43 std::vector<cell_t *> neighbours_;
50 std::vector<cell_t> grid_;
54 cell_t &getCell(const Eigen::Vector3d &r);
55 cell_t &getCell(const Index &a, const Index &b, const Index &c);
57 void TestBead(const Topology &top, cell_t &cell, Bead *bead);
60 inline NBListGrid_3Body::cell_t &NBListGrid_3Body::getCell(const Index &a,
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/include/votca/csg/
H A Dnblistgrid.h41 struct cell_t { struct
43 std::vector<cell_t *> neighbours_; argument
50 tools::NDimVector<cell_t, 3> grid_;
54 cell_t &getCell(const Eigen::Vector3d &r);
55 cell_t &getCell(const Index &a, const Index &b, const Index &c);
57 void TestBead(const Topology &top, cell_t &cell, Bead *bead);
58 void TestCell(const Topology &top, cell_t &cell, Bead *bead);
H A Dnblistgrid_3body.h39 struct cell_t { struct
43 std::vector<cell_t *> neighbours_; argument
50 std::vector<cell_t> grid_;
54 cell_t &getCell(const Eigen::Vector3d &r);
55 cell_t &getCell(const Index &a, const Index &b, const Index &c);
57 void TestBead(const Topology &top, cell_t &cell, Bead *bead);
60 inline NBListGrid_3Body::cell_t &NBListGrid_3Body::getCell(const Index &a, in getCell()
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Dstress.c136 } cell_t; typedef
146 cell_t * c = (cell_t *)arg; in sigthr()
188 cell_t * c = (cell_t *) pthread_getspecific(_c); in sighdl()
196 void waitsigend(cell_t * c) in waitsigend()
204 void control(cell_t * c, char * loc) in control()
228 cell_t * c = (cell_t *)arg; in lockthr()
270 cell_t * c = (cell_t *)arg; in timedlockthr()
318 cell_t * c = (cell_t *)arg; in trylockthr()
360 void cell_init(int id, cell_t * c, pthread_mutexattr_t *pma) in cell_init()
450 cell_t * c, in cell_fini()
[all …]
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Drelay.h20 int circuit_receive_relay_cell(cell_t *cell, circuit_t *circ,
66 int exitward, const cell_t *cell,
70 cell_t *cell, cell_direction_t direction,
82 MOCK_DECL(int, circuit_package_relay_cell, (cell_t *cell, circuit_t *circ,
103 handle_relay_cell_command(cell_t *cell, circuit_t *circ,
107 STATIC int connected_cell_parse(const relay_header_t *rh, const cell_t *cell,
118 STATIC int resolved_cell_parse(const cell_t *cell, const relay_header_t *rh,
121 const cell_t *cell,
127 STATIC int connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
H A Donion.h74 int create_cell_parse(create_cell_t *cell_out, const cell_t *cell_in);
75 int created_cell_parse(created_cell_t *cell_out, const cell_t *cell_in);
83 int create_cell_format(cell_t *cell_out, const create_cell_t *cell_in);
84 int create_cell_format_relayed(cell_t *cell_out, const create_cell_t *cell_in);
85 int created_cell_format(cell_t *cell_out, const created_cell_t *cell_in);
H A Dcommand.c81 static void command_process_create_cell(cell_t *cell, channel_t *chan);
82 static void command_process_created_cell(cell_t *cell, channel_t *chan);
83 static void command_process_relay_cell(cell_t *cell, channel_t *chan);
84 static void command_process_destroy_cell(cell_t *cell, channel_t *chan);
119 command_time_process_cell(cell_t *cell, channel_t *chan, int *time, in command_time_process_cell()
120 void (*func)(cell_t *, channel_t *)) in command_time_process_cell() argument
149 command_process_cell(channel_t *chan, cell_t *cell) in command_process_cell()
227 command_process_create_cell(cell_t *cell, channel_t *chan) in command_process_create_cell()
401 command_process_created_cell(cell_t *cell, channel_t *chan) in command_process_created_cell()
471 command_process_relay_cell(cell_t *cell, channel_t *chan) in command_process_relay_cell()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Drelay.h20 int circuit_receive_relay_cell(cell_t *cell, circuit_t *circ,
71 int exitward, const cell_t *cell,
75 cell_t *cell, cell_direction_t direction,
87 MOCK_DECL(int, circuit_package_relay_cell, (cell_t *cell, circuit_t *circ,
108 handle_relay_cell_command(cell_t *cell, circuit_t *circ,
112 STATIC int connected_cell_parse(const relay_header_t *rh, const cell_t *cell,
123 STATIC int resolved_cell_parse(const cell_t *cell, const relay_header_t *rh,
126 const cell_t *cell,
132 STATIC int connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
H A Donion.h74 int create_cell_parse(create_cell_t *cell_out, const cell_t *cell_in);
75 int created_cell_parse(created_cell_t *cell_out, const cell_t *cell_in);
83 int create_cell_format(cell_t *cell_out, const create_cell_t *cell_in);
84 int create_cell_format_relayed(cell_t *cell_out, const create_cell_t *cell_in);
85 int created_cell_format(cell_t *cell_out, const created_cell_t *cell_in);
H A Dcommand.c81 static void command_process_create_cell(cell_t *cell, channel_t *chan);
82 static void command_process_created_cell(cell_t *cell, channel_t *chan);
83 static void command_process_relay_cell(cell_t *cell, channel_t *chan);
84 static void command_process_destroy_cell(cell_t *cell, channel_t *chan);
119 command_time_process_cell(cell_t *cell, channel_t *chan, int *time, in command_time_process_cell()
120 void (*func)(cell_t *, channel_t *)) in command_time_process_cell() argument
149 command_process_cell(channel_t *chan, cell_t *cell) in command_process_cell()
227 command_process_create_cell(cell_t *cell, channel_t *chan) in command_process_create_cell()
401 command_process_created_cell(cell_t *cell, channel_t *chan) in command_process_created_cell()
471 command_process_relay_cell(cell_t *cell, channel_t *chan) in command_process_relay_cell()
[all …]
/dports/security/tor/tor-0.4.6.8/src/core/crypto/
H A Drelay_crypto.h19 int relay_decrypt_cell(circuit_t *circ, cell_t *cell,
22 void relay_encrypt_cell_outbound(cell_t *cell, origin_circuit_t *or_circ,
24 void relay_encrypt_cell_inbound(cell_t *cell, or_circuit_t *or_circ);
39 relay_set_digest(crypto_digest_t *digest, cell_t *cell);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/crypto/
H A Drelay_crypto.h19 int relay_decrypt_cell(circuit_t *circ, cell_t *cell,
22 void relay_encrypt_cell_outbound(cell_t *cell, origin_circuit_t *or_circ,
24 void relay_encrypt_cell_inbound(cell_t *cell, or_circuit_t *or_circ);
39 relay_set_digest(crypto_digest_t *digest, cell_t *cell);
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dnblistgrid.cc50 cell_t &cell = getCell(iter->getPos()); in Generate()
66 cell_t &cell = getCell(iter->getPos()); in Generate()
98 grid_ = tools::NDimVector<cell_t, 3>(box_Na_, box_Nb_, box_Nc_); in InitializeGrid()
130 cell_t &cell = grid_(a % box_Na_, b % box_Nb_, c % box_Nc_); in InitializeGrid()
134 cell_t *cell2 = &grid_(aa % box_Na_, bb % box_Nb_, cc % box_Nc_); in InitializeGrid()
148 NBListGrid::cell_t &NBListGrid::getCell(const Eigen::Vector3d &r) { in getCell()
171 void NBListGrid::TestBead(const Topology &top, NBListGrid::cell_t &cell, in TestBead()
179 void NBListGrid::TestCell(const Topology &top, NBListGrid::cell_t &cell, in TestCell()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dnblistgrid.cc50 cell_t &cell = getCell(iter->getPos()); in Generate()
66 cell_t &cell = getCell(iter->getPos()); in Generate()
98 grid_ = tools::NDimVector<cell_t, 3>(box_Na_, box_Nb_, box_Nc_); in InitializeGrid()
130 cell_t &cell = grid_(a % box_Na_, b % box_Nb_, c % box_Nc_); in InitializeGrid()
134 cell_t *cell2 = &grid_(aa % box_Na_, bb % box_Nb_, cc % box_Nc_); in InitializeGrid()
148 NBListGrid::cell_t &NBListGrid::getCell(const Eigen::Vector3d &r) { in getCell()
171 void NBListGrid::TestBead(const Topology &top, NBListGrid::cell_t &cell, in TestBead()
179 void NBListGrid::TestCell(const Topology &top, NBListGrid::cell_t &cell, in TestCell()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/
H A DLSPGrid.h36 typedef struct cell_t struct
46 } cell_t; argument
64 cstorage<cell_t> vCells;
72 static inline bool hidden_widget(const cell_t *w);
77 cell_t *alloc_cell();
78 status_t tag_cell(cell_t *c, bool main);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPBox.cpp67 cell_t *w = vItems.at(i); in do_destroy()
78 bool LSPBox::hidden_widget(const cell_t *w) in hidden_widget()
96 cell_t *w = vItems.at(i); in visible_items()
109 cell_t *w = vItems.at(i); in find_widget()
188 cell_t *wc = vItems.at(i); in render()
214 cell_t *cell = vItems.append(); in add()
263 cstorage<cell_t> tmp; in remove_all()
313 cell_t *w = vItems.at(i); in realize()
415 cell_t *w = vItems.at(i); in realize()
471 cell_t *w = vItems.at(i); in realize()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dmpmc_queue.h79 _buffer = new cell_t[buffer_size]; in reserve()
105 cell_t* cell; in push_back()
153 cell_t* cell; in pop_front()
197 struct cell_t { struct
203 cell_t* _buffer; argument
205 char _pad1[64 - sizeof (cell_t*) - sizeof (size_t)];
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dmpmc_bounded_q.h64 buffer_(new cell_t [buffer_size]), in mpmc_bounded_queue()
85 cell_t* cell; in enqueue()
113 cell_t* cell; in dequeue()
147 struct cell_t struct
159 cell_t* const buffer_; argument

12345678910>>...27