Home
last modified time | relevance | path

Searched refs:contb (Results 1 – 25 of 77) sorted by relevance

1234

/dports/editors/jupp/jupp/
H A DMake-w32.sh14 contb=0
20 (n) contb=1 ;;
46 if (( contb )); then
56 (( contb )) || mksh ../../configure \
/dports/games/xfrisk/XFrisk/
H A DaiConway.c866 CONTINENT *conta, *contb; in CNT_IsNextTo() local
870 contb = countryb->continent; in CNT_IsNextTo()
872 numb = countryb - contb->countries; in CNT_IsNextTo()
874 contnob = contb - pContinents; in CNT_IsNextTo()
876 if (conta == contb) in CNT_IsNextTo()
887 for (i=0; i<contb->numjoins; i++) in CNT_IsNextTo()
889 join = &contb->joins[i]; in CNT_IsNextTo()
/dports/net-im/climm/climm-0.7.1/src/
H A Dxmpp_base.c758 Contact *contr, *contb; in XmppHandleIqRoster() local
784 GetBothContacts (jjid, serv, &contb, &contr, 1); in XmppHandleIqRoster()
786 OptSetVal(&contb->copts, CO_ISSBL, 1); in XmppHandleIqRoster()
792 ContactAddAlias (contb, name); in XmppHandleIqRoster()
802 if (!ContactHas (cg, contb)) in XmppHandleIqRoster()
803 ContactAdd (cg, contb); in XmppHandleIqRoster()
1208 Contact *contb, *contr; in XmppHandleMessage() local
1244 Contact *contb, *contr; in XmppHandlePresenceErr() local
1258 Contact *contb, *contr; in XmppHandleSubscription() local
1278 Contact *contb, *contr; // , *c; in XmppHandlePresence() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/llvm11/llvm-11.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/llvm10/llvm-10.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/llvm90/llvm-9.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
H A Dpreallocated-valid.ll68 invoke void @constructor(i32* %y) to label %conta unwind label %contb
72 contb:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/llvm80/llvm-8.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/llvm70/llvm-7.0.1.src/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dinvoke.ll36 to label %conta unwind label %contb
41 contb:
/dports/math/form/form-4.2.1/sources/
H A Dpolygcd.cc688 poly contb(content_multivar(origb,x.back())); in gcd_modular_sparse_interpolation() local
689 poly gcdconts(gcd_Euclidean(conta,contb)); in gcd_modular_sparse_interpolation()
691 const poly& b = contb.is_one() ? origb : origb/contb; in gcd_modular_sparse_interpolation()
925 poly contb(content_multivar(b,X)); in gcd_modular_dense_interpolation() local
926 poly gcdconts(gcd_Euclidean(conta,contb)); in gcd_modular_dense_interpolation()
928 const poly& ppb = contb.is_one() ? b : poly(b/contb); in gcd_modular_dense_interpolation()
1545 poly contb(x.size()==1 ? integer_content(b) : content_univar(b,x[0])); in gcd() local
1546 poly gcdconts(x.size()==1 ? integer_gcd(conta,contb) : gcd(conta,contb)); in gcd()
1548 const poly& ppb = contb.is_one() ? b : poly(b/contb); in gcd()

1234