Home
last modified time | relevance | path

Searched refs:rhead (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dorpostlist.cc73 if (rhead <= lhead) { in next()
86 if (lhead <= rhead) { in next()
117 rhead = r->get_docid(); in next()
173 if (rhead < did) { in skip_to()
182 rhead = r->get_docid(); in skip_to()
247 rhead = r->get_docid(); in check()
249 rhead = did + 1; in check()
260 if (lhead < rhead) { in check()
262 } else if (rhead < lhead) { in check()
406 if (lhead > rhead) { in get_doclength()
[all …]
H A Dandmaybepostlist.cc44 if (lhead <= rhead) RETURN(NULL); in process_next_or_skip_to()
54 rhead = r->get_docid(); in process_next_or_skip_to()
56 rhead = 0; in process_next_or_skip_to()
73 rhead = r->get_docid(); in sync_rhs()
75 rhead = 0; in sync_rhs()
90 skip_to_handling_prune(ret, std::max(lhead, rhead) + 1, w_min, matcher); in next()
105 did = std::max(did, std::max(lhead, rhead)); in skip_to()
164 if (lhead == rhead) RETURN(l->get_weight() + r->get_weight()); in get_weight()
221 if (lhead == rhead) RETURN(l->get_wdf() + r->get_wdf()); in get_wdf()
229 if (lhead == rhead) in count_matching_subqs()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/
H A Ddsincosp.c204 t = rhead; in FN_PROTOTYPE()
206 rhead = t - rtail; in FN_PROTOTYPE()
210 t = rhead; in FN_PROTOTYPE()
216 r = rhead - rtail; in FN_PROTOTYPE()
345 t = rhead; in FN_PROTOTYPE()
347 rhead = t - rtail; in FN_PROTOTYPE()
351 t = rhead; in FN_PROTOTYPE()
357 r = rhead - rtail; in FN_PROTOTYPE()
467 t = rhead; in FN_PROTOTYPE()
473 t = rhead; in FN_PROTOTYPE()
[all …]
H A Dsincosp.c187 t = rhead; in FN_PROTOTYPE()
189 rhead = t - rtail; in FN_PROTOTYPE()
193 t = rhead; in FN_PROTOTYPE()
199 r = rhead - rtail; in FN_PROTOTYPE()
330 t = rhead; in FN_PROTOTYPE()
332 rhead = t - rtail; in FN_PROTOTYPE()
336 t = rhead; in FN_PROTOTYPE()
342 r = rhead - rtail; in FN_PROTOTYPE()
460 t = rhead; in FN_PROTOTYPE()
466 t = rhead; in FN_PROTOTYPE()
[all …]
H A Dtan.c133 double t, rhead, rtail; in FN_PROTOTYPE() local
153 rhead = dx - npi2 * piby2_1; in FN_PROTOTYPE()
155 GET_BITS_DP64(rhead, uy); in FN_PROTOTYPE()
161 t = rhead; in FN_PROTOTYPE()
163 rhead = t - rtail; in FN_PROTOTYPE()
164 rtail = npi2 * piby2_2tail - ((t - rhead) - rtail); in FN_PROTOTYPE()
167 t = rhead; in FN_PROTOTYPE()
169 rhead = t - rtail; in FN_PROTOTYPE()
170 rtail = npi2 * piby2_3tail - ((t - rhead) - rtail); in FN_PROTOTYPE()
173 r = rhead - rtail; in FN_PROTOTYPE()
H A Ddtan.c181 double t, rhead, rtail; in FN_PROTOTYPE() local
201 rhead = x - npi2 * piby2_1; in FN_PROTOTYPE()
203 GET_BITS_DP64(rhead, uy); in FN_PROTOTYPE()
209 t = rhead; in FN_PROTOTYPE()
211 rhead = t - rtail; in FN_PROTOTYPE()
212 rtail = npi2 * piby2_2tail - ((t - rhead) - rtail); in FN_PROTOTYPE()
215 t = rhead; in FN_PROTOTYPE()
217 rhead = t - rtail; in FN_PROTOTYPE()
218 rtail = npi2 * piby2_3tail - ((t - rhead) - rtail); in FN_PROTOTYPE()
221 r = rhead - rtail; in FN_PROTOTYPE()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dorpostlist.cc70 if (rhead <= lhead) { in next()
83 if (lhead <= rhead) { in next()
114 rhead = r->get_docid(); in next()
145 did = std::max(did, rhead); in skip_to()
170 if (rhead < did) { in skip_to()
179 rhead = r->get_docid(); in skip_to()
244 rhead = r->get_docid(); in check()
246 rhead = did + 1; in check()
257 if (lhead < rhead) { in check()
259 } else if (rhead < lhead) { in check()
[all …]
H A Dandmaybepostlist.cc43 if (lhead <= rhead) RETURN(NULL); in process_next_or_skip_to()
53 rhead = r->get_docid(); in process_next_or_skip_to()
55 rhead = 0; in process_next_or_skip_to()
72 rhead = r->get_docid(); in sync_rhs()
74 rhead = 0; in sync_rhs()
89 skip_to_handling_prune(ret, std::max(lhead, rhead) + 1, w_min, matcher); in next()
104 did = std::max(did, std::max(lhead, rhead)); in skip_to()
163 if (lhead == rhead) RETURN(l->get_weight() + r->get_weight()); in get_weight()
203 if (lhead == rhead) AssertEq(l->get_doclength(), r->get_doclength()); in get_doclength()
211 if (lhead == rhead) RETURN(l->get_wdf() + r->get_wdf()); in get_wdf()
[all …]
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftmask.c284 if (ftmd->rhead) { in ftmask_free()
285 rhead = ftmd->rhead; in ftmask_free()
286 rhead->rnh_walktree(rhead, walk_free, 0); in ftmask_free()
331 rhead = active_def->rhead; in ftmask_def_eval()
338 &sock1, rhead))) { in ftmask_def_eval()
349 rhead = active_def->rhead; in ftmask_def_eval()
356 &sock1, rhead))) { in ftmask_def_eval()
487 rhead = lp->cur_def->rhead; in parse_definition_prefix()
501 &sock2, rhead); in parse_definition_prefix()
537 if (!rhead->rnh_addaddr(&prefix_rec->addr, &sock1, rhead, in parse_definition_prefix()
[all …]
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Drbtree.c33 #define rhead rb_head_t macro
51 typedef struct rhead { struct
55 } rhead; typedef
77 rhead *lh; in rbinit()
92 rhead *lh; in rbdestroy()
112 rhead *lh; in rbinsert()
153 rhead *lh; in rbdelete()
177 rhead *lh; in rbfind()
199 rhead *lh; in rbgetsize()
613 rhead *lh; in rbverify()
[all …]
/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Dxfs.c227 if (!rhead->h_version || in xlog_valid_rec_header()
232 hlen = be32_to_cpu(rhead->h_len); in xlog_valid_rec_header()
236 if (rhead->h_fmt != cpu_to_be32(XLOG_FMT_LINUX_LE) && in xlog_valid_rec_header()
237 rhead->h_fmt != cpu_to_be32(XLOG_FMT_LINUX_BE) && in xlog_valid_rec_header()
238 rhead->h_fmt != cpu_to_be32(XLOG_FMT_IRIX_BE)) in xlog_valid_rec_header()
249 struct xlog_rec_header *rhead; in probe_xfs_log() local
262 rhead = (struct xlog_rec_header *)&buf[i*512]; in probe_xfs_log()
264 if (xlog_valid_rec_header(rhead)) { in probe_xfs_log()
265 blkid_probe_set_uuid_as(pr, rhead->h_uuid, "LOGUUID"); in probe_xfs_log()
268 sizeof(rhead->h_magicno), in probe_xfs_log()
[all …]
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DBackendMesh.cpp159 ssize_t rsize = recv(sock, rhead, max_size, 0); in run()
168 char *rdata = (char*) rhead; in run()
180 if (rsize < (ssize_t)(rhead->total_size)) { in run()
183 struct bc_header *rrhead = (struct bc_header*) realloc(rhead, rhead->total_size); in run()
188 rhead = rrhead; in run()
192 char *rdata = (char*) rhead; in run()
205 assert(rsize == (ssize_t)(rhead->total_size)); in run()
207 if (rhead->mcmd == BCRESP_STATUS) { in run()
213 lock_op_wait_list.erase(rhead->seq); in run()
220 res = processBackendCommand(rhead); in run()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dringbuf.c61 memcpy(newp, r->rhead, tail); in ringbuf_grow__()
68 r->rhead = r->p; in ringbuf_grow__()
72 r->rhead = r->p; in ringbuf_grow__()
200 memcpy(p, r->rhead, s); in ringbuf_get()
201 r->rhead += s; in ringbuf_get()
205 memcpy(p, r->rhead, tail); in ringbuf_get()
214 r->rhead = r->p + (s-tail); in ringbuf_get()
217 r->rhead = r->p; in ringbuf_get()
324 if (r->rhead[s] == c) in ringbuf_strchr()
338 size_t d = (r->rhead-r->p) + s; in ringbuf_skip_get()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/qqe_ofsf/
H A Dqqe_ofsf.rlg55 lhead(ltail(ltail(rtail(rtail(q))))) - rhead(ltail(ltail(rtail(rtail(q))))) = 0
57 and rhead(ltail(rtail(rtail(q)))) - 1 = 0 and rhead(rtail(rtail(q))) - 1 = 0
69 - rhead(ltail(ltail(ltail(rtail(rtail(q)))))) = 0 and
71 lhead(ltail(ltail(rtail(rtail(q))))) - rhead(ltail(ltail(rtail(rtail(q))))) = 0
73 and rhead(ltail(ltail(ltail(rtail(rtail(q))))))
75 - rhead(ltail(ltail(rtail(rtail(q))))) <> 0
77 and rhead(ltail(rtail(rtail(q)))) - 1 = 0 and rhead(rtail(rtail(q))) - 1 = 0
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dqqe_ofsf.rlg52 lhead(ltail(ltail(rtail(rtail(q))))) - rhead(ltail(ltail(rtail(rtail(q))))) = 0
54 and rhead(ltail(rtail(rtail(q)))) - 1 = 0 and rhead(rtail(rtail(q))) - 1 = 0
66 - rhead(ltail(ltail(ltail(rtail(rtail(q)))))) = 0 and
68 lhead(ltail(ltail(rtail(rtail(q))))) - rhead(ltail(ltail(rtail(rtail(q))))) = 0
70 and rhead(ltail(ltail(ltail(rtail(rtail(q))))))
72 - rhead(ltail(ltail(rtail(rtail(q))))) <> 0
74 and rhead(ltail(rtail(rtail(q)))) - 1 = 0 and rhead(rtail(rtail(q))) - 1 = 0
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/superblocks/
H A Dxfs.c219 static int xlog_valid_rec_header(struct xlog_rec_header *rhead) in xlog_valid_rec_header() argument
223 if (rhead->h_magicno != cpu_to_be32(XLOG_HEADER_MAGIC_NUM)) in xlog_valid_rec_header()
226 if (!rhead->h_version || in xlog_valid_rec_header()
231 hlen = be32_to_cpu(rhead->h_len); in xlog_valid_rec_header()
235 if (rhead->h_fmt != cpu_to_be32(XLOG_FMT_LINUX_LE) && in xlog_valid_rec_header()
236 rhead->h_fmt != cpu_to_be32(XLOG_FMT_LINUX_BE) && in xlog_valid_rec_header()
237 rhead->h_fmt != cpu_to_be32(XLOG_FMT_IRIX_BE)) in xlog_valid_rec_header()
247 struct xlog_rec_header *rhead; in probe_xfs_log() local
259 rhead = (struct xlog_rec_header *)&buf[i*512]; in probe_xfs_log()
261 if (xlog_valid_rec_header(rhead)) { in probe_xfs_log()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c776 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() argument
850 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() argument
1143 struct xlog_rec_header *rhead, in xlog_check_unmount_rec() argument
1201 struct xlog_rec_header *rhead, in xlog_set_state() argument
1250 xlog_rec_header_t *rhead; in xlog_find_tail() local
2269 struct xlog_rec_header *rhead, in xlog_recover_ophdr_to_trans() argument
2314 struct xlog_rec_header *rhead, in xlog_recover_process_ophdr() argument
2398 struct xlog_rec_header *rhead, in xlog_recover_process_data() argument
2832 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()
2891 (!rhead->h_version || in xlog_valid_rec_header()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c776 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() argument
850 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() argument
1143 struct xlog_rec_header *rhead, in xlog_check_unmount_rec() argument
1201 struct xlog_rec_header *rhead, in xlog_set_state() argument
1250 xlog_rec_header_t *rhead; in xlog_find_tail() local
2269 struct xlog_rec_header *rhead, in xlog_recover_ophdr_to_trans() argument
2314 struct xlog_rec_header *rhead, in xlog_recover_process_ophdr() argument
2398 struct xlog_rec_header *rhead, in xlog_recover_process_data() argument
2832 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()
2891 (!rhead->h_version || in xlog_valid_rec_header()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c776 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() argument
850 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() argument
1143 struct xlog_rec_header *rhead, in xlog_check_unmount_rec() argument
1201 struct xlog_rec_header *rhead, in xlog_set_state() argument
1250 xlog_rec_header_t *rhead; in xlog_find_tail() local
2269 struct xlog_rec_header *rhead, in xlog_recover_ophdr_to_trans() argument
2314 struct xlog_rec_header *rhead, in xlog_recover_process_ophdr() argument
2398 struct xlog_rec_header *rhead, in xlog_recover_process_data() argument
2832 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_recover_process()
2891 (!rhead->h_version || in xlog_valid_rec_header()
[all …]
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Darc.cc126 (jarc->tail()[0] <= leftpt && jarc->rhead()[0]<=leftpt)) { in getextrema()
131 (jarc->tail()[0] >= rightpt && jarc->rhead()[0] >= rightpt)) { in getextrema()
136 (jarc->tail()[1] <= botpt && jarc->rhead()[1] <= botpt )) { in getextrema()
141 (jarc->tail()[1] >= toppt && jarc->rhead()[1] >= toppt)) { in getextrema()
200 REAL *p1 = prev->rhead(); in isDisconnected()
271 if( jarc->tail()[1] != jarc->prev->rhead()[1] ) { in check()
279 if( jarc->tail()[0] != jarc->prev->rhead()[0] ) { in check()
290 if( jarc->next->tail()[0] != jarc->rhead()[0] ) { in check()
298 if( jarc->next->tail()[1] != jarc->rhead()[1] ) { in check()
/dports/print/transfig/transfig.3.2.5e/doc/manual/
H A Dthreepart.sty10 \def\rhead#1{\gdef\@rhead{#1}} \def\rfoot#1{\gdef\@rfoot{#1}}
17 \def\@rhead{} \def\@rfoot{}
27 \def\@oddhead{\@threepart{\@lhead}{\@chead}{\@rhead}}
31 \def\@evenhead{\@threepart{\@rhead}{\@chead}{\@lhead}}
34 \def\@evenhead{\@threepart{\@lhead}{\@chead}{\@rhead}}
/dports/print/fig2dev/fig2dev-3.2.8a/transfig/doc/
H A Dthreepart.sty10 \def\rhead#1{\gdef\@rhead{#1}} \def\rfoot#1{\gdef\@rfoot{#1}}
17 \def\@rhead{} \def\@rfoot{}
27 \def\@oddhead{\@threepart{\@lhead}{\@chead}{\@rhead}}
31 \def\@evenhead{\@threepart{\@rhead}{\@chead}{\@lhead}}
34 \def\@evenhead{\@threepart{\@lhead}{\@chead}{\@rhead}}
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DAtomicIntrusiveLinkedList.h102 auto rhead = reverse(head); in sweepOnce() local
103 unlinkAll(rhead, std::forward<F>(func)); in sweepOnce()
149 T* rhead = nullptr; in reverse() local
153 next(t) = rhead; in reverse()
154 rhead = t; in reverse()
156 return rhead; in reverse()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DAtomicIntrusiveLinkedList.h106 auto rhead = reverse(head); in sweepOnce() local
107 unlinkAll(rhead, std::forward<F>(func)); in sweepOnce()
155 T* rhead = nullptr; in reverse() local
159 next(t) = rhead; in reverse()
160 rhead = t; in reverse()
162 return rhead; in reverse()
/dports/news/mmail/mmail-0.52/mmail/
H A Dopx.cc518 memset(&rhead, 0, sizeof(rhead)); in upl_opx()
568 na.zone = getshort(l->rhead.dest_zone); in getRep1()
570 na.net = getshort(l->rhead.dest_net); in getRep1()
571 na.node = getshort(l->rhead.dest_node); in getRep1()
672 current->rhead.subject, current->rhead.to, in getNextLetter()
673 current->rhead.from, date, current->msgid, in getNextLetter()
696 strncpy(newList->rhead.to, newLetter.getTo(), 35); in enterLetter()
705 putshort(newList->rhead.attr, attrib); in enterLetter()
711 putlong(newList->rhead.date_written, dostime); in enterLetter()
712 putlong(newList->rhead.date_arrived, dostime); in enterLetter()
[all …]

12345678910>>...24