Home
last modified time | relevance | path

Searched refs:pob (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/science/cp2k-data/cp2k-7.1.0/data/
H A DBASIS_pob31 H pob-TZVP
44 Li pob-TZVP
63 Be pob-TZVP
82 B pob-TZVP
110 C pob-TZVP
138 N pob-TZVP
166 O pob-TZVP
194 F pob-TZVP
222 Na pob-TZVP
256 Mg pob-TZVP
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/data/
H A DBASIS_pob31 H pob-TZVP
44 Li pob-TZVP
63 Be pob-TZVP
82 B pob-TZVP
110 C pob-TZVP
138 N pob-TZVP
166 O pob-TZVP
194 F pob-TZVP
222 Na pob-TZVP
256 Mg pob-TZVP
[all …]
/dports/games/omega/omega/
H A Dextern.h42 int damage_item ARGS((pob));
60 long item_value ARGS((pob));
224 void i_chaos ARGS((pob));
225 void i_law ARGS((pob));
382 int cursed ARGS((pob));
394 pob split_item ARGS((int,pob));
465 void i_cure ARGS((pob));
470 void i_flux ARGS((pob));
474 void i_id ARGS((pob));
479 void i_key ARGS((pob));
[all …]
H A Ditemf1.c12 pob o; in i_no_op()
17 pob o; in i_nothing()
25 pob o; in i_knowledge()
33 pob o; in i_jane_t()
69 pob o; in i_flux()
79 pob o; in i_enchant()
100 pob o; in i_acquire()
112 pob o; in i_teleport()
121 pob o; in i_spells()
134 pob o; in i_bless()
[all …]
H A Ditemf2.c13 pob o; in i_perm_knowledge()
24 pob o; in i_perm_strength()
46 pob o; in i_perm_burden()
67 pob o; in i_perm_gaze_immune()
74 pob o; in i_perm_fire_resist()
81 pob o; in i_perm_poison_resist()
108 pob o; in i_perm_regenerate()
133 pob o; in i_normal_armor()
139 pob o; in i_perm_energy_resist()
156 pob o; in i_perm_fear_resist()
[all …]
H A Ditemf3.c10 pob o; in i_planes()
25 pob o; in i_sceptre()
51 pob o; in i_stargem()
96 pob o; in i_fear()
112 pob o; in i_juggernaut()
177 pob o; in i_symbol()
217 pob o; in i_crystal()
243 pob o; in i_antioch()
293 pob o; in i_kolwynia()
311 pob o; in i_enchantment()
[all …]
H A Dinv.c24 pob money; in drop_money()
141 pob o; in aux_slottable()
178 pob o;
203 pob o;
227 pob obj; in itemid()
297 pob obj; in setplustr()
315 pob obj; in setnumstr()
665 pob o; in push_pack()
676 pob o; in add_to_pack()
690 pob o; in get_to_pack()
[all …]
H A Ditem.c10 pob new;
45 pob new; in make_cash()
55 pob new; in make_food()
64 pob new; in make_corpse()
144 pob new; in make_ring()
155 pob new; in make_thing()
168 pob new; in make_scroll()
180 pob new; in make_potion()
189 pob new; in make_weapon()
207 pob new; in make_shield()
[all …]
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/lib/Qpsmtpd/
H A DConfigServer.pm174 my $pob = $descriptors->{$fd};
201 my $pob = $descriptors->{$fd};
206 $pob + 0, $pob->connection->remote_ip,
207 $pob->connection->remote_host, $pob->uptime
240 my $pob = $descriptors->{$fd};
246 $pob->write(
248 $pob->disconnect;
255 $pob->write(
257 $pob->disconnect;
277 my $pob = $descriptors->{$fd};
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/iprof/
H A Dprof_process.c343 Prof_Report *pob = (Prof_Report *) malloc(sizeof(*pob)); in allocate_buffer() local
345 pob->record = (Prof_Report_Record *) malloc(sizeof(*pob->record) * pob->num_record); in allocate_buffer()
346 pob->title[0] = pob->title[1] = NULL; in allocate_buffer()
361 return pob; in allocate_buffer()
596 if (pob->record[i].values[0] || pob->record[i].values[1] || pob->record[i].values[2]) { in Prof_create_report()
597 pob->record[j] = pob->record[i]; in Prof_create_report()
603 qsort(pob->record, pob->num_record, sizeof(pob->record[0]), pob_expand_compare); in Prof_create_report()
620 pob->record[i].heat = compute_heat(pob->record[i].heat, pob->record[i].values[0]); in Prof_create_report()
623 qsort(pob->record, pob->num_record, sizeof(pob->record[0]), pob_compare); in Prof_create_report()
648 if (cursor >= pob->num_record) cursor = pob->num_record-1; in Prof_create_report()
[all …]
H A Dprof_draw.c193 Prof_Report *pob; in Prof_draw_gl() local
207 pob = Prof_create_report(); in Prof_draw_gl()
210 if (pob->title[i]) { in Prof_draw_gl()
238 n = pob->num_record; in Prof_draw_gl()
240 if (pob->hilight >= o + n) { in Prof_draw_gl()
241 o = pob->hilight - n + 1; in Prof_draw_gl()
262 if (i+o == pob->hilight) in Prof_draw_gl()
276 if (pob->header[0]) in Prof_draw_gl()
280 if (pob->header[j]) in Prof_draw_gl()
282 field_width/2 - textWidth(pob->header[j])/2, sy, pob->header[j]); in Prof_draw_gl()
[all …]
/dports/devel/p5-Danga-Socket/Danga-Socket-1.62/lib/Danga/
H A DSocket.pm504 if (! $pob) {
552 $pob->event_read if $state & EPOLLIN && ! $pob->{closed};
553 $pob->event_write if $state & EPOLLOUT && ! $pob->{closed};
555 $pob->event_err if $state & EPOLLERR && ! $pob->{closed};
556 $pob->event_hup if $state & EPOLLHUP && ! $pob->{closed};
607 if (!$pob) {
614 $pob->event_read if $state & POLLIN && ! $pob->{closed};
615 $pob->event_write if $state & POLLOUT && ! $pob->{closed};
616 $pob->event_err if $state & POLLERR && ! $pob->{closed};
617 $pob->event_hup if $state & POLLHUP && ! $pob->{closed};
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_context.h52 class pob; variable
111 typedef pob pob; typedef
323 pob* find_pob(pob* parent, expr *post);
521 pob* mk_pob(pob *parent, unsigned level, unsigned depth, in mk_pob()
525 pob* find_pob(pob *parent, expr *post) { in find_pob()
529 pob* mk_pob(pob *parent, unsigned level, unsigned depth, in mk_pob()
594 class pob {
635 pob (pob* parent, pred_transformer& pt,
733 bool operator() (const pob *pn1, const pob *pn2) const;
737 bool operator() (const pob *n1, const pob *n2) const { in operator()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_context.h53 class pob; variable
112 typedef pob pob; typedef
323 pob* find_pob(pob* parent, expr *post);
519 pob* mk_pob(pob *parent, unsigned level, unsigned depth, in mk_pob()
523 pob* find_pob(pob *parent, expr *post) { in find_pob()
527 pob* mk_pob(pob *parent, unsigned level, unsigned depth, in mk_pob()
592 class pob {
633 pob (pob* parent, pred_transformer& pt,
731 bool operator() (const pob *pn1, const pob *pn2) const;
735 bool operator() (const pob *n1, const pob *n2) const { in operator()
[all …]
H A Dspacer_pdr.cpp26 model_node::model_node(model_node* parent, class pob *pob): in model_node() argument
27 m_pob(pob), m_parent(parent), m_next(nullptr), m_prev(nullptr), in model_node()
270 if (pt.is_must_reachable(node->pob()->post(), nullptr)) { in gpdr_check_reachability()
274 tout << mk_pp(node->pob()->post(), m) << "\n";); in gpdr_check_reachability()
281 switch (expand_pob(*node->pob(), new_pobs)){ in gpdr_check_reachability()
292 for (auto pob : new_pobs) { in gpdr_check_reachability() local
295 << mk_pp(pob->post(), m) << "\n";); in gpdr_check_reachability()
296 if (pob != node->pob()) in gpdr_check_reachability()
297 ms.add_leaf(alloc(model_node, node, pob)); in gpdr_check_reachability()
307 bool context::gpdr_create_split_children(pob &n, const datalog::rule &r, in gpdr_create_split_children()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/tailer/
H A Ddrive_tailer.cc179 [&](const tailer::packet_offer_block &pob) { in main() argument
181 pob.pob_offset, pob.pob_length); in main()
193 TPPT_STRING, pob.pob_path.c_str(), in main()
204 TPPT_STRING, pob.pob_path.c_str(), in main()
210 buffer = (char *) malloc(pob.pob_length); in main()
211 auto bytes_read = pread(fd, buffer, pob.pob_length, in main()
212 pob.pob_offset); in main()
215 if (bytes_read == pob.pob_length) { in main()
219 if (thf == pob.pob_hash) { in main()
222 TPPT_STRING, pob.pob_path.c_str(), in main()
[all …]
H A Dtailerpp.cc83 packet_offer_block pob; in read_packet() local
86 pob.pob_root_path, in read_packet()
87 pob.pob_path, in read_packet()
88 pob.pob_mtime, in read_packet()
89 pob.pob_offset, in read_packet()
90 pob.pob_length, in read_packet()
91 pob.pob_hash)); in read_packet()
92 return Ok(packet{pob}); in read_packet()
/dports/games/gnurobbo/gnurobbo-0.68/gnurobbo/
H A DROB_engine.c486 rob_object->pob = NULL; in ROB_SetObjectDefaults()
559 if (pob == NULL || sizeof(*pob) != sizeof(ROB_Object)) { in ROB_FreeAllChildObjects()
564 if (rob_objects[count]->pob == pob) { in ROB_FreeAllChildObjects()
575 ROB_FreeObject(pob, FALSE); in ROB_FreeAllChildObjects()
679 if (rob_objects[count]->pob == rob_object) rob_objects[count]->pob = NULL; in ROB_FreeObject()
881 if (rob_object->pob == NULL) { in ROB_GetCanvasOffset()
884 rob_object = rob_object->pob; in ROB_GetCanvasOffset()
1097 ROB_Object *new_oup, *pob; in ROB_GenerateEvents() local
1120 pob = rob_oup->pob; in ROB_GenerateEvents()
1122 if (rob_oup->x + rob_oup->w > pob->w) rob_oup->x = pob->w - rob_oup->w; in ROB_GenerateEvents()
[all …]
H A Dpointer_controls.c394 ROB_Object *pob, *rob_object; in update_pointer_controls_pad() local
428 rob_object->h = pob->y - viewport.yoffset; in update_pointer_controls_pad()
431 rob_object->w = viewport.xoffset + viewport.w * video.field_size - pob->x - pob->w; in update_pointer_controls_pad()
434 rob_object->h = viewport.yoffset + viewport.h * video.field_size - pob->y - pob->h; in update_pointer_controls_pad()
438 rob_object->w = pob->x - viewport.xoffset; in update_pointer_controls_pad()
442 rob_object->y = 0 - pob->y; in update_pointer_controls_pad()
443 rob_object->h = pob->y; in update_pointer_controls_pad()
446 rob_object->w = screen->w - pob->x - pob->w; in update_pointer_controls_pad()
449 rob_object->h = screen->h - pob->y - pob->h; in update_pointer_controls_pad()
452 rob_object->x = 0 - pob->x; in update_pointer_controls_pad()
[all …]
/dports/lang/perl5.34/perl-5.34.0/lib/Net/
H A Dprotoent.pm27 my $pob = new();
28 $p_name = $pob->[0] = $_[0];
29 @p_aliases = @{ $pob->[1] } = split ' ', $_[1];
30 $p_proto = $pob->[2] = $_[2];
31 return $pob;
/dports/lang/perl5.30/perl-5.30.3/lib/Net/
H A Dprotoent.pm27 my $pob = new();
28 $p_name = $pob->[0] = $_[0];
29 @p_aliases = @{ $pob->[1] } = split ' ', $_[1];
30 $p_proto = $pob->[2] = $_[2];
31 return $pob;
/dports/lang/perl5.32/perl-5.32.1/lib/Net/
H A Dprotoent.pm27 my $pob = new();
28 $p_name = $pob->[0] = $_[0];
29 @p_aliases = @{ $pob->[1] } = split ' ', $_[1];
30 $p_proto = $pob->[2] = $_[2];
31 return $pob;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/Net/
H A Dprotoent.pm27 my $pob = new();
28 $p_name = $pob->[0] = $_[0];
29 @p_aliases = @{ $pob->[1] } = split ' ', $_[1];
30 $p_proto = $pob->[2] = $_[2];
31 return $pob;
/dports/devel/p5-Devel-Symdump/Devel-Symdump-2.18/t/
H A Dsymdump.t174 $pob = new Devel::Symdump $pack;
175 if ( $pob->scalars() ||
176 $pob->hashes() ||
177 $pob->arrays() ||
178 $pob->functions() ||
179 $pob->filehandles()||
180 $pob->dirhandles()
/dports/devel/agar/agar-1.5.0/gui/
H A Dobjsel.c69 FindObjects(AG_ObjectSelector *os, AG_Tlist *tl, AG_Object *pob, int depth) in FindObjects() argument
75 if (!AG_OfClass(pob, os->type_mask)) { in FindObjects()
76 if (!TAILQ_EMPTY(&pob->children)) { in FindObjects()
83 it = AG_TlistAddS(tl, NULL, pob->name); in FindObjects()
86 it->p1 = pob; in FindObjects()
90 if (!TAILQ_EMPTY(&pob->children)) { in FindObjects()
92 if (pob->parent == NULL) in FindObjects()
96 TAILQ_FOREACH(cob, &pob->children, cobjs) in FindObjects()

12345678910>>...27