Home
last modified time | relevance | path

Searched refs:uacc (Results 1 – 24 of 24) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/plugins/alarm_curl/
H A Dalarm_curl_plugin.c31 uacc->to = arg; in uwsgi_alarm_curl_to()
54 uacc->subject = arg; in uwsgi_alarm_curl_set_subject()
65 uacc->url = arg; in uwsgi_alarm_curl_url()
150 if (uacc->to) required += 4 + strlen(uacc->to) + 2; in uwsgi_alarm_curl_alloc()
151 if (uacc->subject) required += 9 + strlen(uacc->subject) + 2; in uwsgi_alarm_curl_alloc()
159 if (uacc->to) { in uwsgi_alarm_curl_alloc()
161 memcpy(addr, uacc->to, strlen(uacc->to)); addr += strlen(uacc->to); in uwsgi_alarm_curl_alloc()
166 if (uacc->subject) { in uwsgi_alarm_curl_alloc()
168 memcpy(addr, uacc->subject, strlen(uacc->subject)); addr += strlen(uacc->subject); in uwsgi_alarm_curl_alloc()
198 memset(&uacc, 0, sizeof(uacc)); in uwsgi_alarm_curl_init_curl()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/plugins/airbrake/
H A Dairbrake_plugin.c29 uacc->apikey = arg; in uwsgi_airbrake_set_apikey()
33 uacc->env = arg; in uwsgi_airbrake_set_env()
50 if (!uacc->first) { in uwsgi_airbrake_setopt()
52 uacc->first = 1; in uwsgi_airbrake_setopt()
56 uacc->first = 1; in uwsgi_airbrake_setopt()
61 o->func(curl, o->option, equal+1, uacc); in uwsgi_airbrake_setopt()
89 xmlNewChild(notice_node, NULL, BAD_CAST "api-key", BAD_CAST uacc->apikey);
134 if (uacc->env) {
235 char *opts = uwsgi_str(uacc->arg);
241 uwsgi_airbrake_setopt(curl, uwsgi_str(p), uacc);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/
H A Dwgsresolver_impl.cpp611 static inline bool s_SplitAccIndex(string& uacc, Uint2& key_num) in s_SplitAccIndex() argument
613 size_t acc_len = uacc.size(); in s_SplitAccIndex()
620 char c = uacc[prefix_len+i]; in s_SplitAccIndex()
627 uacc.erase(prefix_len); in s_SplitAccIndex()
639 string uacc = acc; in GetPrefixes() local
642 if ( !s_SplitAccIndex(uacc, key_num) ) { in GetPrefixes()
649 NStr::ToUpper(uacc); in GetPrefixes()
653 range = m_AccIndex.Find(uacc); in GetPrefixes()
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dstrength.cc303 acc_cond::mark_t uacc = p.second; // Acceptance for "needed" SCCs, that in decompose_scc() local
363 auto fun = [&si, &want, uacc, wacc, kept_scc_are_weak] in decompose_scc()
373 acc = uacc; in decompose_scc()
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dstrength.cc303 acc_cond::mark_t uacc = p.second; // Acceptance for "needed" SCCs, that in decompose_scc() local
363 auto fun = [&si, &want, uacc, wacc, kept_scc_are_weak] in decompose_scc()
373 acc = uacc; in decompose_scc()
/dports/net/samba412/samba-4.12.15/source3/libnet/
H A Dlibnet_dssync_keytab.c257 uint32_t uacc = 0; in parse_object() local
339 uacc = IVAL(blob->data, 0); in parse_object()
413 sam_type, uacc)); in parse_object()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgswts.c284 int uacc; in wts_cell_calc_h() local
288 for (uacc = (int)ceil(minrep * inc); uacc <= floor(2 * minrep * inc); uacc++) { in wts_cell_calc_h()
292 mt = (int)floor(uacc / inc + 1e-5); in wts_cell_calc_h()
293 et = uacc / inc - mt + mt * 0.001; in wts_cell_calc_h()
298 mt = (int)ceil(uacc / inc - 1e-5); in wts_cell_calc_h()
299 et = mt - uacc / inc + mt * 0.001; in wts_cell_calc_h()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgswts.c284 int uacc; in wts_cell_calc_h() local
288 for (uacc = (int)ceil(minrep * inc); uacc <= floor(2 * minrep * inc); uacc++) { in wts_cell_calc_h()
292 mt = (int)floor(uacc / inc + 1e-5); in wts_cell_calc_h()
293 et = uacc / inc - mt + mt * 0.001; in wts_cell_calc_h()
298 mt = (int)ceil(uacc / inc - 1e-5); in wts_cell_calc_h()
299 et = mt - uacc / inc + mt * 0.001; in wts_cell_calc_h()
/dports/net/samba412/samba-4.12.15/source4/dsdb/tests/python/
H A Dpassword_lockout.py141 uacc = int(res[0]["msDS-User-Account-Control-Computed"][0])
143 uac |= uacc
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dlocalization.cpp116 …int maxiter, double Gthr, double Fthr, enum unitmethod umet, enum unitacc uacc, bool delocalize, s… in orbital_localization() argument
411 opt.optimize(func,umet,uacc,maxiter); in orbital_localization()
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dlocalization.cpp116 …int maxiter, double Gthr, double Fthr, enum unitmethod umet, enum unitacc uacc, bool delocalize, s… in orbital_localization() argument
411 opt.optimize(func,umet,uacc,maxiter); in orbital_localization()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td635 def uacc : RegisterOperand<UACCRC> {
1283 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1300 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1306 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td635 def uacc : RegisterOperand<UACCRC> {
1283 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1300 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1306 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td642 def uacc : RegisterOperand<UACCRC> {
1290 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
1307 def SPILL_UACC: PPCEmitTimePseudo<(outs), (ins uacc:$AT, memrix16:$dst),
1313 def RESTORE_UACC: PPCEmitTimePseudo<(outs uacc:$AT), (ins memrix16:$src),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td635 def uacc : RegisterOperand<UACCRC> {
1283 def BUILD_UACC : PPCPostRAExpPseudo<(outs acc:$AT), (ins uacc:$AS),
/dports/astro/weather/weather-2.4.2/
H A Dslist5375 uacc
H A Dairports7303 station = uacc
H A Dstations30077 [uacc]
/dports/chinese/dictd-database/dict-zh-1.6/
H A Dpydict.index166509 uacc U/lq V