Home
last modified time | relevance | path

Searched refs:high_p (Results 1 – 25 of 129) sorted by relevance

123456

/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_tlp.c48 #define zm_tlp_init_high_p(L) zm_ticket_init(&L->high_p)
50 #define zm_tlp_init_high_p(L) zm_mcs_init(&L->high_p)
52 #define zm_tlp_init_high_p(L) zm_hmcs_init(&L->high_p)
56 #define zm_tlp_destroy_high_p(L) zm_ticket_destroy(&L->high_p)
58 #define zm_tlp_destroy_high_p(L) zm_mcs_destroy(&L->high_p)
60 #define zm_tlp_destroy_high_p(L) zm_hmcs_destroy(&L->high_p)
67 #define zm_tlp_acquire_high_p(L) zm_mcs_acquire(L->high_p)
86 #define zm_tlp_release_high_p(L) zm_ticket_release(&L->high_p)
89 #define zm_tlp_release_high_p(L) zm_mcs_release(L->high_p);
92 #define zm_tlp_release_high_p(L) zm_hmcs_release(L->high_p);
[all …]
H A Dzm_mcsp.c10 zm_mcs_init(&L->high_p); in zm_mcsp_init()
19 zm_mcs_acquire(L->high_p); in zm_mcsp_acquire()
28 zm_mcs_tryacq(L->high_p, success); in zm_mcsp_tryacq()
35 zm_mcs_release(L->high_p); in zm_mcsp_tryacq()
62 if (zm_mcs_nowaiters(L->high_p)) { in zm_mcsp_release()
66 zm_mcs_release(L->high_p); in zm_mcsp_release()
76 zm_mcs_acquire_c(L->high_p, I); in zm_mcsp_acquire_c()
93 if (zm_mcs_nowaiters_c(L->high_p, I)) { in zm_mcsp_release_c()
97 zm_mcs_release_c(L->high_p, I); in zm_mcsp_release_c()
107 zm_mcs_destroy(&L->high_p); in zm_mcsp_destroy()
/dports/net/mpich/mpich-3.4.3/modules/izem/src/include/lock/
H A Dzm_lock_types.h.in65 zm_ticket_t high_p __attribute__((aligned(64))); member
67 zm_mcs_t high_p __attribute__((aligned(64)));
69 zm_hmcs_t high_p __attribute__((aligned(64)));
86 zm_mcs_t high_p __attribute__((aligned(64))); member
/dports/textproc/kmfl-sil-ezra/EzraSIL2.51/mappings/
H A DHebrew_MCtoUni50.map282 Class [high_p] = ( U+0593 U+0594 U+0595 U+0597 U+0598 U+0599 U+059C U+059E U+059F \
309 …5BD?=l U+034F?=m [vow]{0,2}=d ( U+200C | U+200D)?=k [high_p]{0,2}=i [low_p]{0,2}=e U+05C5?=h [high…
312 [cons]=b [shindots]=j? [dr]{0,2}=c [vow]{0,2}=d [high_p]{0,2}=f [low_p]{1,1}=e [high_p]{0,2}=i U+05…
315 [cons]=b [shindots]=j? [dr]{0,2}=c [vow]{0,2}=d [high_p]{0,2}=f [low_p]{0,2}=e [high_p]{0,2}=i [low…
318 [cons]=b [shindots]=k? [dr]{0,2}=c [vow]{1,2}=d [high_p]{0,2}=f [low_p]{0,2}=e [high_p]{0,2}=i [low…
H A DSILEzratoUni50.map1051 Class [high_p] = ( U+0593 U+0594 U+0595 U+0597 U+0598 U+0599 U+059C U+059E U+059F \
1132 …05BD?=l U+034F?=m [vow]{0,2}=d (U+200C | U+200D)?=k [high_p]{0,2}=i [low_p]{0,2}=e U+05C5?=h [high…
1133 …05BD?=l U+034F?=m [vow]{0,2}=d (U+200C | U+200D)?=k [high_p]{0,2}=i [low_p]{0,2}=e U+05C5?=h [high…
1136 [cons]=b [shindots]=j? [dr]{0,2}=c [vow]{0,2}=d [high_p]{0,2}=i [low_p]{0,2}=e U+05C5?=h [high_p]{0…
1141 [cons]=b [shindots]=k? [dr]{0,2}=c [vow]{1,2}=d [high_p]{0,2}=i [low_p]{0,2}=e U+05C5?=h [high_p]{0…
1148 …=b [shindots]=k? [dr]{0,2}=c [vow]{1,2}=d [low_p]{0,2}=e U+05C5?=h U+034F [vow]=j [high_p]{0,2}=f
1151 …b [shindots]=k? [dr]{0,2}=c [vow]{1,2}=d [low_p]{0,2}=e U+05C5?=h U+034F? [vow]=j [high_p]{0,2}=f
1154 …@h @f < [cons]=b [shindots]=j? [dr]{0,2}=c [vow]{0,2}=d [low_p]{0,2}=e U+05C5?=h [high_p]{0,2}=f
1158 …034F?=m [vow]{0,2}=d (U+200C | U+200D)?=k [low_p]{0,2}=e U+05C5?=h [pp]=a [high_p]{0,2}=f / # _
1159 …4F?=m [vow]{0,2}=d (U+200C | U+200D)?=k [low_p]{0,2}=e U+05C5?=h [pp]=a [high_p]{0,2}=f / [OOB] _
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/
H A D_expm_multiply.py662 high_p = 0
667 if p > high_p:
693 high_p = 0
702 if p == high_p + 1:
704 high_p = p
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dportscan.h66 unsigned short high_p; member
H A Dportscan.c825 if(proto->high_p) in ps_proto_update()
827 if(proto->high_p < port) in ps_proto_update()
828 proto->high_p = port; in ps_proto_update()
832 proto->high_p = port; in ps_proto_update()
H A Dspp_sfportscan.c224 proto->high_p); in MakeProtoInfo()
251 proto->high_p); in MakeProtoInfo()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dfunc.cc549 double p, low_p, low_v, high_p, high_v; in builtin_lookup() local
567 high_p = low_p; in builtin_lookup()
577 if (this_p >= p && (this_p < high_p || high_p < p)) { in builtin_lookup()
578 high_p = this_p; in builtin_lookup()
585 if (p >= high_p) in builtin_lookup()
587 double f = (p-low_p) / (high_p-low_p); in builtin_lookup()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dfunc.cc549 double p, low_p, low_v, high_p, high_v; in builtin_lookup() local
567 high_p = low_p; in builtin_lookup()
577 if (this_p >= p && (this_p < high_p || high_p < p)) { in builtin_lookup()
578 high_p = this_p; in builtin_lookup()
585 if (p >= high_p) in builtin_lookup()
587 double f = (p-low_p) / (high_p-low_p); in builtin_lookup()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/port_scan/
H A Dps_detect.h127 unsigned short high_p; member
H A Dps_detect.cc550 if (proto->high_p) in ps_proto_update()
552 if (proto->high_p < port) in ps_proto_update()
553 proto->high_p = port; in ps_proto_update()
557 proto->high_p = port; in ps_proto_update()
H A Dport_scan.cc74 proto->low_p, proto->high_p); in make_port_scan_info()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/score/
H A Dscore.c275 score_subw (rtx op, int high_p) in score_subw() argument
283 byte = (TARGET_LITTLE_ENDIAN ? high_p : !high_p) ? UNITS_PER_WORD : 0; in score_subw()
286 return gen_rtx_REG (SImode, high_p ? HI_REGNUM : LO_REGNUM); in score_subw()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/score/
H A Dscore.c271 score_subw (rtx op, int high_p) in score_subw() argument
279 byte = (TARGET_LITTLE_ENDIAN ? high_p : !high_p) ? UNITS_PER_WORD : 0; in score_subw()
282 return gen_rtx_REG (SImode, high_p ? HI_REGNUM : LO_REGNUM); in score_subw()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/score/
H A Dscore.c271 score_subw (rtx op, int high_p) in score_subw() argument
279 byte = (TARGET_LITTLE_ENDIAN ? high_p : !high_p) ? UNITS_PER_WORD : 0; in score_subw()
282 return gen_rtx_REG (SImode, high_p ? HI_REGNUM : LO_REGNUM); in score_subw()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2322 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2334 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2335 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2311 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2323 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2324 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2322 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2334 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2335 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2311 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2323 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2324 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2311 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2323 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2324 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2322 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2334 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2335 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc2311 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() argument
2323 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
2324 tree_code code = high_p ? VEC_UNPACK_HI_EXPR : VEC_UNPACK_LO_EXPR; in fold()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips-msa.md264 operands[2] = mips_msa_vec_parallel_const_half (V4SFmode, true/*high_p*/);
275 operands[2] = mips_msa_vec_parallel_const_half (V4SFmode, false/*high_p*/);
283 mips_expand_vec_unpack (operands, false/*unsigned_p*/, true/*high_p*/);
292 mips_expand_vec_unpack (operands, false/*unsigned_p*/, false/*high_p*/);
301 mips_expand_vec_unpack (operands, true/*unsigned_p*/, true/*high_p*/);
310 mips_expand_vec_unpack (operands, true/*unsigned_p*/, false/*high_p*/);

123456