Home
last modified time | relevance | path

Searched refs:t_val (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/net-mgmt/docsis/docsis-upstream-0.9.8/src/
H A Ddocsis_yy.y167 $$ = create_tlv ($1, (union t_val *)&$2);}
169 $$ = create_tlv ($1, (union t_val *)&$2);}
171 $$ = create_tlv ($1, (union t_val *)&$2);}
173 $$ = create_tlv ($1, (union t_val *)&$2);}
175 $$ = create_tlv ($1, (union t_val *)&$2);}
177 $$ = create_tlv ($1, (union t_val *)&$2);}
179 $$ = create_tlv ($1, (union t_val *)&$2);}
181 $$ = create_tlv ($1, (union t_val *)&$2);}
183 $$ = create_tlv ($1, (union t_val *)&$2);}
276 union t_val *value ) in create_snmpset_tlv()
[all …]
H A Ddocsis_encode.c59 helper = (union t_val *) tval; in encode_uint()
79 helper = (union t_val *) tval; in encode_uint24()
104 helper = (union t_val *) tval; in encode_ushort()
134 helper = (union t_val *) tval; in encode_uchar()
168 helper = (union t_val *) tval; in encode_ip()
426 union t_val *helper; in encode_dual_qtag()
451 union t_val *helper; in encode_char_list()
513 union t_val *helper; in encode_string()
554 union t_val *helper; in encode_strzero()
597 union t_val *helper; in encode_hexstr()
[all …]
H A Ddocsis.h48 struct tlv *create_tlv (struct symbol_entry *sym_ptr, union t_val *value);
51 char oid_type, union t_val *value);
54 int tlv_length, union t_val *value);
57 union t_val *value);
60 union t_val *value);
64 union t_val *value);
66 char *oid_string, union t_val *value);
69 union t_val *value);
71 union t_val *value);
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcEventList.cc129 double t_val = TRIGGER_END; in GetTriggerValue() local
132 t_val = TRIGGER_BEGIN; in GetTriggerValue()
135 t_val = m_world->GetStats().GetUpdate(); in GetTriggerValue()
142 t_val = m_world->GetStats().GetTotCreatures(); in GetTriggerValue()
147 return t_val; in GetTriggerValue()
153 double t_val = 0; // trigger value in Process() local
173 if (t_val != DBL_MAX && in Process()
217 double t_val = 0; // trigger value in ProcessInterrupt() local
229 t_val = GetTriggerValue(entry->GetTrigger()); in ProcessInterrupt()
284 if (t_val > entry->GetStop()) { in SyncEvent()
[all …]
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_yuv_utils.h63 t_val=((((t1&__R16_MASK) +(t2&__R16_MASK)+\
79 t_val=((((t1&0x00ff0000) +(t2&0x00ff0000)+\
95 register u_int##__bit_depth__##_t t_val;\
101 t_val=*datapi;\
114 t_val,\ argument
124 t_val=*datapi;\
144 register u_int##__bit_depth__##_t t_val;\
158 t_val,\
258 register u_int##__bit_depth__##_t t_val;\
266 t_val=*datapi;\
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/security/
H A Dlru_cache.h40 template< typename t_key, typename t_val, typename t_hashKey, typename t_equalKey >
46 t_val m_val;
69 inline t_val const * lookup( t_key const & key ) const;
76 inline void set( t_key const & key, t_val const & val );
85 template< typename t_key, typename t_val, typename t_hashKey, typename t_equalKey >
86 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::setSize( in setSize()
107 inline lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lru_cache() in lru_cache()
116 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::toFront( in toFront()
139 inline t_val const * lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lookup( in lookup()
163 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set( in set()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/security/
H A Dlru_cache.h40 template< typename t_key, typename t_val, typename t_hashKey, typename t_equalKey >
46 t_val m_val;
69 inline t_val const * lookup( t_key const & key ) const;
76 inline void set( t_key const & key, t_val const & val );
85 template< typename t_key, typename t_val, typename t_hashKey, typename t_equalKey >
86 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::setSize( in setSize()
107 inline lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lru_cache() in lru_cache()
116 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::toFront( in toFront()
139 inline t_val const * lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lookup( in lookup()
163 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set( in set()
[all …]
/dports/devel/gcem/gcem-1.13.1/include/gcem_incl/
H A Dincomplete_gamma_inv.hpp60 incomplete_gamma_inv_initial_val_1_int_begin(const T t_val) in incomplete_gamma_inv_initial_val_1_int_begin() argument
63 return( t_val - (T(2.515517L) + T(0.802853L)*t_val + T(0.010328L)*t_val*t_val) \ in incomplete_gamma_inv_initial_val_1_int_begin()
64 … / (T(1) + T(1.432788L)*t_val + T(0.189269L)*t_val*t_val + T(0.001308L)*t_val*t_val*t_val) ); in incomplete_gamma_inv_initial_val_1_int_begin()
79 incomplete_gamma_inv_initial_val_1(const T a, const T t_val, const T sgn_term) in incomplete_gamma_inv_initial_val_1() argument
82 …e_gamma_inv_initial_val_1_int_end(sgn_term*incomplete_gamma_inv_initial_val_1_int_begin(t_val), a); in incomplete_gamma_inv_initial_val_1()
88 incomplete_gamma_inv_initial_val_2(const T a, const T p, const T t_val) in incomplete_gamma_inv_initial_val_2() argument
91 return( p < t_val ? \ in incomplete_gamma_inv_initial_val_2()
93 pow(p/t_val,T(1)/a) : in incomplete_gamma_inv_initial_val_2()
95 T(1) - log(T(1) - (p - t_val)/(T(1) - t_val)) ); in incomplete_gamma_inv_initial_val_2()
H A Dincomplete_beta_inv.hpp57 incomplete_beta_inv_initial_val_1_int_begin(const T t_val) in incomplete_beta_inv_initial_val_1_int_begin() argument
60 return( t_val - ( T(2.515517) + T(0.802853)*t_val + T(0.010328)*t_val*t_val ) \ in incomplete_beta_inv_initial_val_1_int_begin()
61 … / ( T(1) + T(1.432788)*t_val + T(0.189269)*t_val*t_val + T(0.001308)*t_val*t_val*t_val ) ); in incomplete_beta_inv_initial_val_1_int_begin()
114 incomplete_beta_inv_initial_val_1(const T alpha_par, const T beta_par, const T t_val, const T sgn_t… in incomplete_beta_inv_initial_val_1() argument
119 sgn_term*incomplete_beta_inv_initial_val_1_int_begin(t_val), in incomplete_beta_inv_initial_val_1()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppi-vector.c325 guint32 t_val; in dissect_ppi_vector_v1() local
380 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
395 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
410 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
425 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
440 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
455 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
470 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
479 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
488 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppi-vector.c325 guint32 t_val; in dissect_ppi_vector_v1() local
380 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
395 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
410 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
425 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
440 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
455 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
470 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
479 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
488 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppi-vector.c325 guint32 t_val; in dissect_ppi_vector_v1() local
380 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
395 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
410 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
425 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
440 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
455 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
470 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
479 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
488 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ppi-vector.c325 guint32 t_val; in dissect_ppi_vector_v1() local
380 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
395 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
410 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
425 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
440 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
455 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
470 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
479 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
488 t_val = tvb_get_letohl(tvb, offset); in dissect_ppi_vector_v1()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_diff.perl299 if (diff($t_val, $b_val)) {
393 if (diff($t_val, $b_val)) {
467 if (diff($t_val, $b_val)) {
484 if ( ( ($t_val) = $test =~ /^\s+($e)/ ) ||
528 if ($#t_val != $#b_val) {
569 if ( ( (@t_val) = $test =~ /\s+($e)/go ) ||
683 elsif ( ( ($t_val) = $test =~
687 if ( diff($t_val, $b_val) ) {
766 elsif ( ( ($t_val) = $test =~
770 if ( diff($t_val, $b_val) ) {
[all …]
/dports/biology/abyss/abyss-2.3.1/RResolver/btllib/include/btllib/
H A Dnthash.hpp712 t_val ^= t_val >> MULTISHIFT; in ntm64()
723 t_val ^= t_val >> MULTISHIFT; in nte64()
740 t_val ^= t_val >> MULTISHIFT; in ntm64()
757 t_val ^= t_val >> MULTISHIFT; in ntmc64()
776 t_val ^= t_val >> MULTISHIFT; in ntmc64()
796 t_val ^= t_val >> MULTISHIFT; in ntmc64()
856 t_val ^= t_val >> MULTISHIFT; in ntmc64()
920 t_val ^= t_val >> MULTISHIFT; in ntmc64()
958 t_val ^= t_val >> MULTISHIFT; in ntmc64()
981 t_val ^= t_val >> MULTISHIFT; in ntmc64()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-or32.c609 long t_val; in md_apply_fix() local
611 t_val = (long) *val; in md_apply_fix()
628 buf[0] = t_val >> 24; in md_apply_fix()
629 buf[1] = t_val >> 16; in md_apply_fix()
630 buf[2] = t_val >> 8; in md_apply_fix()
631 buf[3] = t_val; in md_apply_fix()
638 buf[0] = t_val >> 8; in md_apply_fix()
639 buf[1] = t_val; in md_apply_fix()
646 buf[0] = t_val; in md_apply_fix()
654 buf[3] = t_val; in md_apply_fix()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/
H A Dtail_dockermode.c79 jsmntok_t *t_val = NULL; in modify_json_cond() local
107 t_val = t; in modify_json_cond()
127 if (!t_val) { in modify_json_cond()
136 *val = js + t_val->start; in modify_json_cond()
139 *val_len = t_val->end - t_val->start; in modify_json_cond()
142 if (!cond || cond(js + t_val->start, t_val->end - t_val->start)) { in modify_json_cond()
143 old_val = js + t_val->start; in modify_json_cond()
144 old_val_len = t_val->end - t_val->start; in modify_json_cond()
167 memcpy(*out, js, t_val->start); in modify_json_cond()
168 memcpy(*out + t_val->start, new_val, new_val_len); in modify_json_cond()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DNetCDFGeneralUtils.f90240 FUNCTION TimeValueToIndex(NCID,TIME_NAME,DIM_ID,DIM_LEN,t_val,t_eps) RESULT(t_ind)
245 REAL(KIND=dp), INTENT(IN) :: t_val local
284 IF ( t_val < t_min .OR. t_val > t_max ) THEN
286 IF ( t_val < t_min .AND. t_val + (t_eps*t_diff) >= t_min ) THEN
288 ELSE IF ( t_val > t_max .AND. t_val - (t_eps*t_diff) <= t_max ) THEN
291 WRITE (Message,'(A,F7.2,A,F7.2,A,F7.2,A,F7.2)') 'Input value ', t_val, &
296 …t_ind = ((t_val - t_min)/t_diff) + 1 ! Uniform grid: just remove the bias and normalize the differ…
300t_val, ' is ', t_ind, ' over range [', t_min,',',t_max,'] with step ', t_diff
/dports/lang/chaiscript/ChaiScript-6.1.0/samples/
H A Dinheritance.cpp17 void setValue(const std::string &t_val) { in setValue() argument
18 if (validateValue(t_val)) in setValue()
20 m_value = t_val; in setValue()
29 virtual bool validateValue(const std::string &t_val) = 0;
53 bool validateValue(const std::string &t_val) override in validateValue() argument
56 return m_validateValueImpl(*this, t_val); in validateValue()
67 std::function<bool (ChaiScriptDerived&, const std::string &t_val)> m_validateValueImpl;
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpl/include/
H A Dmpl_timer_gcc_ia64_cycle.h11 MPL_time_t t_val; in MPL_wtime() local
15 t_val = __getReg(_IA64_REG_AR_ITC); in MPL_wtime()
17 __asm__ __volatile__("mov %0=ar.itc":"=r"(t_val)); in MPL_wtime()
20 *timeval = t_val; in MPL_wtime()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/mpl/include/
H A Dmpl_timer_gcc_ia64_cycle.h11 MPL_time_t t_val; in MPL_wtime() local
15 t_val = __getReg(_IA64_REG_AR_ITC); in MPL_wtime()
17 __asm__ __volatile__("mov %0=ar.itc":"=r"(t_val)); in MPL_wtime()
20 *timeval = t_val; in MPL_wtime()
/dports/net/mpich/mpich-3.4.3/src/mpl/include/
H A Dmpl_timer_gcc_ia64_cycle.h11 MPL_time_t t_val; in MPL_wtime() local
15 t_val = __getReg(_IA64_REG_AR_ITC); in MPL_wtime()
17 __asm__ __volatile__("mov %0=ar.itc":"=r"(t_val)); in MPL_wtime()
20 *timeval = t_val; in MPL_wtime()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/mpl/include/
H A Dmpl_timer_gcc_ia64_cycle.h11 MPL_time_t t_val; in MPL_wtime() local
15 t_val = __getReg(_IA64_REG_AR_ITC); in MPL_wtime()
17 __asm__ __volatile__("mov %0=ar.itc":"=r"(t_val)); in MPL_wtime()
20 *timeval = t_val; in MPL_wtime()
/dports/math/py-pygsl/pygsl-2.3.0/gsl_dist/
H A Dgsl_Extension.py157 t_val = this_version[pos]
161 this_type=type(t_val)
163 t_val = int(t_val)
168 if t_val > test_val:
171 elif t_val == test_val:
173 elif t_val < test_val:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-or32.c947 long t_val; local
949 t_val = (long) *val;
966 buf[0] = t_val >> 24;
967 buf[1] = t_val >> 16;
968 buf[2] = t_val >> 8;
969 buf[3] = t_val;
976 buf[0] = t_val >> 8;
977 buf[1] = t_val;
984 buf[0] = t_val;
992 buf[3] = t_val;
[all …]

12345678910>>...17