Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 25 of 3058) sorted by relevance

12345678910>>...123

/dports/net/kamailio/kamailio-5.4.5/src/modules/db_mysql/
H A Dkm_dbase.c96 CON_TIMESTAMP(_h) = t; in db_mysql_submit_query()
229 if ((!_h) || (!_r)) { in db_mysql_store_result()
296 if ((!_h) || (!_r)) { in db_mysql_free_result()
562 if (!_h) { in db_mysql_last_inserted_id()
577 if (!_h) { in db_mysql_affected_rows()
597 if (!_h) { in db_mysql_start_transaction()
630 memcpy(lock_str.s + lock_str.len, CON_TABLE(_h)->s, CON_TABLE(_h)->len); in db_mysql_start_transaction()
667 if (!_h) { in db_mysql_unlock_tables()
697 if (!_h) { in db_mysql_end_transaction()
741 if (!_h) { in db_mysql_abort_transaction()
[all …]
H A Dkm_dbase.h53 void db_mysql_close(db1_con_t* _h);
59 int db_mysql_free_result(const db1_con_t* _h, db1_res_t* _r);
85 int db_mysql_raw_query_async(const db1_con_t* _h, const str* _s);
91 int db_mysql_insert(const db1_con_t* _h, const db_key_t* _k,
98 int db_mysql_delete(const db1_con_t* _h, const db_key_t* _k, const
119 int db_mysql_last_inserted_id(const db1_con_t* _h);
125 int db_mysql_affected_rows(const db1_con_t* _h);
130 int db_mysql_start_transaction(db1_con_t* _h, db_locking_t _l);
135 int db_mysql_end_transaction(db1_con_t* _h);
140 int db_mysql_abort_transaction(db1_con_t* _h);
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/arch/aarch64/
H A Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
20 return (uint64_t) (_h); \
22 #define SMC_RET1(_h, _x0) { \ argument
24 SMC_RET0(_h); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
32 SMC_RET2(_h, (_x0), (_x1)); \
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
59 #define SMC_GET_GP(_h, _g) \ argument
61 #define SMC_SET_GP(_h, _g, _v) \ argument
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/arch/aarch64/
H A Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
20 return (uint64_t) (_h); \
22 #define SMC_RET1(_h, _x0) { \ argument
24 SMC_RET0(_h); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
32 SMC_RET2(_h, (_x0), (_x1)); \
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
59 #define SMC_GET_GP(_h, _g) \ argument
61 #define SMC_SET_GP(_h, _g, _v) \ argument
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/arch/aarch64/
H A Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
20 return (uint64_t) (_h); \
22 #define SMC_RET1(_h, _x0) { \ argument
24 SMC_RET0(_h); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
32 SMC_RET2(_h, (_x0), (_x1)); \
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
59 #define SMC_GET_GP(_h, _g) \ argument
61 #define SMC_SET_GP(_h, _g, _v) \ argument
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/arch/aarch64/
H A Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
20 return (uint64_t) (_h); \
22 #define SMC_RET1(_h, _x0) { \ argument
24 SMC_RET0(_h); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
32 SMC_RET2(_h, (_x0), (_x1)); \
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
59 #define SMC_GET_GP(_h, _g) \ argument
61 #define SMC_SET_GP(_h, _g, _v) \ argument
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/arch/aarch64/
H A Dsmccc_helpers.h19 #define SMC_RET0(_h) { \ argument
20 return (uint64_t) (_h); \
22 #define SMC_RET1(_h, _x0) { \ argument
24 SMC_RET0(_h); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
32 SMC_RET2(_h, (_x0), (_x1)); \
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
59 #define SMC_GET_GP(_h, _g) \ argument
61 #define SMC_SET_GP(_h, _g, _v) \ argument
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_unixodbc/
H A Ddbase.c71 &CON_RESULT(_h)); in reconnect()
89 if (!_h || !_s || !_s->s) { in db_unixodbc_submit_query()
95 if(CON_RESULT(_h)) in db_unixodbc_submit_query()
101 ret = SQLAllocHandle(SQL_HANDLE_STMT, CON_CONNECTION(_h), &CON_RESULT(_h)); in db_unixodbc_submit_query()
112 ret = reconnect(_h); in db_unixodbc_submit_query()
135 ret = reconnect(_h); in db_unixodbc_submit_query()
255 if ((!_h) || (!_r)) in db_unixodbc_store_result()
285 if ((!_h) || (!_r)) in db_unixodbc_free_result()
297 CON_RESULT(_h) = 0; in db_unixodbc_free_result()
442 CON_ROW(_h) = NULL; in db_unixodbc_fetch_result()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dinvsqrt_limb.h324 mp_limb_t _u, _invs, _r, _h, _l; \
327 umul_hi (_h, _invs, _u); \
334 sub_ddmmss (_h, _l, _u, 0, _h, _l); \
339 sub_ddmmss (_h, _l, _h, _l, _r >> 60, _r << 4); \
340 sub_ddmmss (_h, _l, _h, _l, 0, 64); \
345 sub_ddmmss (_h, _l, _h, _l, _r >> 61, _r << 3); \
346 sub_ddmmss (_h, _l, _h, _l, 0, 16); \
351 sub_ddmmss (_h, _l, _h, _l, _r >> 62, _r << 2); \
352 sub_ddmmss (_h, _l, _h, _l, 0, 4); \
355 while (_h > 1 || ((_h == 1) && (_l > 2 * _r))) \
[all …]
H A Dinvert_limb.h125 umul_hi (_h, _v2, _e); \
126 _v3 = (_v2 << 31) + (_h >> 1); \
127 umul_ppmm (_h, _l, _v3, _d); \
129 add_ssaaaa(_h, _l, _h, _l, _d, _d); \
130 MPFR_ASSERTD(_h == MPFR_LIMB_ZERO || -_h == MPFR_LIMB_ONE); \
131 (r) = _v3 - _h; \
138 mp_limb_t _d, _d0, _i, _d40, _d63, _v0, _v1, _v2, _e, _h; \
149 umul_hi (_h, _v2, _e); \
150 (r) = (_v2 << 31) + (_h >> 1); \
229 add_ssaaaa(_h, _l, _h, _l, _d, _d); \
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_text/
H A Ddbt_base.c116 if (!_h) in dbt_close()
122 pkg_free(_h); in dbt_close()
132 if ((!_h)) in dbt_free_result()
192 if ((!_h) || !CON_TABLE(_h)) in dbt_query()
326 dbt_release_table(DBT_CON_CONNECTION(_h), CON_TABLE(_h)); in dbt_query()
445 if (!_h || !CON_TABLE(_h)) in dbt_affected_rows()
464 if (!_h || !CON_TABLE(_h)) in dbt_insert()
534 dbt_release_table(DBT_CON_CONNECTION(_h), CON_TABLE(_h)); in dbt_insert()
570 if (!_h || !CON_TABLE(_h)) in dbt_delete()
656 if (!_h || !CON_TABLE(_h) || !_uk || !_uv || _un <= 0) in dbt_update()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/lib/srdb1/
H A Ddb_query.c58 ret = submit_query(_h, _query); in db_do_submit_query()
91 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_query_internal()
104 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_query_internal()
146 int tmp = store_result(_h, _r); in db_do_query_internal()
218 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_insert_cmd()
221 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_insert_cmd()
281 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_delete()
325 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_update()
371 CON_TQUOTESZ(_h), CON_TABLE(_h)->len, CON_TABLE(_h)->s, CON_TQUOTESZ(_h)); in db_do_replace()
463 dbf->free_result(_h, *_r); in db_fetch_query_internal()
[all …]
/dports/sysutils/py-drmaa/drmaa-0.4b3/drmaa/
H A D__init__.py42 import drmaa.helpers as _h namespace
70 Version = _h.Version
112 blockEmail = _h.Attribute(
128 type_converter=_h.BoolConverter())
142 hardWallclockTimeLimit = _h.Attribute(_c.WCT_HLIMIT, _h.IntConverter)
149 softWallclockTimeLimit = _h.Attribute(_c.WCT_SLIMIT, _h.IntConverter)
156 hardRunDurationLimit = _h.Attribute(_c.DURATION_HLIMIT, _h.IntConverter)
160 softRunDurationLimit = _h.Attribute(_c.DURATION_SLIMIT, _h.IntConverter)
166 email = _h.VectorAttribute(_c.V_EMAIL)
168 args = _h.VectorAttribute(_c.V_ARGV)
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tcs/
H A Djis.h17 #define J2S(_h, _l) { \ argument
19 if (((_l) += (((_h)-- % 2) ? 0x1f : 0x7d)) > 0x7e) (_l)++; \
21 if (((_h) = ((_h) / 2 + 0x71)) > 0x9f) (_h) += 0x40; \
33 #define S2J(_h, _l) { \ argument
37 if (((_h) -= 0x81) > 0x5e) (_h) -= 0x40; (_h) *= 2, (_h) += 0x21; \
39 if ((_l) > 0x7e) (_h)++, (_l) -= 0x5e; \
62 #define CANS2JH(_h) ((0x81 <= (_h) && (_h) < 0xf0) && !ISJKANA(_h)) argument
84 #define CANS2J(_h, _l) (CANS2JH(_h) && CANS2JL(_l)) argument
106 #define CANJ2S(_h, _l) (CANJ2SB(_h) && CANJ2SB(_l)) argument
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Ddnswire.h76 #define DNSH_GET_ID(_h) (ntohs((_h)->id)) argument
77 #define DNSH_GET_QR(_h) ((_h)->flags1 & 0x80) argument
80 #define DNSH_GET_OPCODE(_h) ((_h)->flags1 & 0x78) argument
81 #define DNSH_GET_AA(_h) ((_h)->flags1 & 0x04) argument
82 #define DNSH_GET_TC(_h) ((_h)->flags1 & 0x02) argument
83 #define DNSH_GET_RD(_h) ((_h)->flags1 & 0x01) argument
84 #define DNSH_GET_RA(_h) ((_h)->flags2 & 0x80) argument
85 #define DNSH_GET_AD(_h) ((_h)->flags2 & 0x20) argument
86 #define DNSH_GET_CD(_h) ((_h)->flags2 & 0x10) argument
87 #define DNSH_GET_RCODE(_h) ((_h)->flags2 & 0x0F) argument
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/dict/
H A Dkuten.h17 #define J2S(_h, _l) { \ argument
19 if (((_l) += (((_h)-- % 2) ? 0x1f : 0x7d)) > 0x7e) (_l)++; \
21 if (((_h) = ((_h) / 2 + 0x71)) > 0x9f) (_h) += 0x40; \
33 #define S2J(_h, _l) { \ argument
37 if (((_h) -= 0x81) > 0x5e) (_h) -= 0x40; (_h) *= 2, (_h) += 0x21; \
39 if ((_l) > 0x7e) (_h)++, (_l) -= 0x5e; \
62 #define CANS2JH(_h) ((0x81 <= (_h) && (_h) < 0xf0) && !ISJKANA(_h)) argument
84 #define CANS2J(_h, _l) (CANS2JH(_h) && CANS2JL(_l)) argument
106 #define CANJ2S(_h, _l) (CANJ2SB(_h) && CANJ2SB(_l)) argument
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Dexc.h150 _h.eh_value = NULL; \
151 _h.eh_parent = SmExcHandler; \
152 _h.eh_state = SM_EH_PUSHED; \
153 SmExcHandler = &_h; \
165 SmExcHandler = _h.eh_parent; \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
176 SmExcHandler = _h.eh_parent; \
177 if (_h.eh_value != NULL) \
178 sm_exc_raise_x(_h.eh_value); \
180 if (_h.eh_value != NULL) \
[all …]
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Dexc.h150 _h.eh_value = NULL; \
151 _h.eh_parent = SmExcHandler; \
152 _h.eh_state = SM_EH_PUSHED; \
153 SmExcHandler = &_h; \
165 SmExcHandler = _h.eh_parent; \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
176 SmExcHandler = _h.eh_parent; \
177 if (_h.eh_value != NULL) \
178 sm_exc_raise_x(_h.eh_value); \
180 if (_h.eh_value != NULL) \
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_oracle/
H A Ddbase.c185 if (!_h || !_r) { in db_oracle_free_result()
347 if (!_h || !CON_TABLE(_h) || !_r) { in db_oracle_query()
357 CON_ORA(_h)->pqdata = &cb; in db_oracle_query()
358 CON_ORA(_h)->bindpos = 0; in db_oracle_query()
403 CON_ORA(_h)->bindpos = 0; in db_oracle_raw_query()
423 if (!_h || !CON_TABLE(_h)) { in db_oracle_insert()
434 CON_ORA(_h)->bindpos = 0; in db_oracle_insert()
455 if (!_h || !CON_TABLE(_h)) { in db_oracle_delete()
466 CON_ORA(_h)->bindpos = 0; in db_oracle_delete()
491 if (!_h || !CON_TABLE(_h)) { in db_oracle_update()
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Half/
H A Dhalf.h442 _h = (x.i >> 16); in half()
542 e = _h; in round()
552 h._h = s | e; in round()
566 h._h = _h ^ 0x8000;
574 _h = h._h;
712 h._h = 0x7c00; in posInf()
721 h._h = 0xfc00; in negInf()
730 h._h = 0x7fff; in qNan()
739 h._h = 0x7dff; in sNan()
747 return _h; in bits()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Half/
H A Dhalf.h442 _h = (x.i >> 16); in half()
542 e = _h; in round()
552 h._h = s | e; in round()
566 h._h = _h ^ 0x8000;
574 _h = h._h;
712 h._h = 0x7c00; in posInf()
721 h._h = 0xfc00; in negInf()
730 h._h = 0x7fff; in qNan()
739 h._h = 0x7dff; in sNan()
747 return _h; in bits()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Half/
H A Dhalf.h446 _h = (x.i >> 16); in half()
546 e = _h; in round()
556 h._h = s | e; in round()
570 h._h = _h ^ 0x8000;
578 _h = h._h;
716 h._h = 0x7c00; in posInf()
725 h._h = 0xfc00; in negInf()
734 h._h = 0x7fff; in qNan()
743 h._h = 0x7dff; in sNan()
751 return _h; in bits()
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/arch/aarch32/
H A Dsmccc_helpers.h114 #define SMC_RET0(_h) { \ argument
115 return (uintptr_t)(_h); \
117 #define SMC_RET1(_h, _r0) { \ argument
118 ((smc_ctx_t *)(_h))->r0 = (_r0); \
119 SMC_RET0(_h); \
121 #define SMC_RET2(_h, _r0, _r1) { \ argument
122 ((smc_ctx_t *)(_h))->r1 = (_r1); \
123 SMC_RET1(_h, (_r0)); \
126 ((smc_ctx_t *)(_h))->r2 = (_r2); \
127 SMC_RET2(_h, (_r0), (_r1)); \
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/arch/aarch32/
H A Dsmccc_helpers.h114 #define SMC_RET0(_h) { \ argument
115 return (uintptr_t)(_h); \
117 #define SMC_RET1(_h, _r0) { \ argument
118 ((smc_ctx_t *)(_h))->r0 = (_r0); \
119 SMC_RET0(_h); \
121 #define SMC_RET2(_h, _r0, _r1) { \ argument
122 ((smc_ctx_t *)(_h))->r1 = (_r1); \
123 SMC_RET1(_h, (_r0)); \
126 ((smc_ctx_t *)(_h))->r2 = (_r2); \
127 SMC_RET2(_h, (_r0), (_r1)); \
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/arch/aarch32/
H A Dsmccc_helpers.h114 #define SMC_RET0(_h) { \ argument
115 return (uintptr_t)(_h); \
117 #define SMC_RET1(_h, _r0) { \ argument
118 ((smc_ctx_t *)(_h))->r0 = (_r0); \
119 SMC_RET0(_h); \
121 #define SMC_RET2(_h, _r0, _r1) { \ argument
122 ((smc_ctx_t *)(_h))->r1 = (_r1); \
123 SMC_RET1(_h, (_r0)); \
126 ((smc_ctx_t *)(_h))->r2 = (_r2); \
127 SMC_RET2(_h, (_r0), (_r1)); \
[all …]

12345678910>>...123