Home
last modified time | relevance | path

Searched defs:_table (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/include/
H A Dconstant_lookup.h41 #define LOOKUP8_SSE(_table, _idx, _size) \ argument
43 #define LOOKUP8_AVX(_table, _idx, _size) \ argument
45 #define LOOKUP16_SSE(_table, _idx, _size) \ argument
47 #define LOOKUP16_AVX(_table, _idx, _size) \ argument
49 #define LOOKUP32_SSE(_table, _idx, _size) \ argument
51 #define LOOKUP32_AVX(_table, _idx, _size) \ argument
53 #define LOOKUP64_SSE(_table, _idx, _size) \ argument
55 #define LOOKUP64_AVX(_table, _idx, _size) \ argument
58 #define LOOKUP8_SSE(_table, _idx, _size) \ argument
60 #define LOOKUP8_AVX(_table, _idx, _size) \ argument
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/py/Boinc/
H A Ddatabase.py38 _table = DatabaseTable( variable in Platform
46 _table = DatabaseTable( variable in App
64 _table = DatabaseTable( variable in AppVersion
84 _table = DatabaseTable( variable in User
116 _table = DatabaseTable( variable in Team
137 _table = DatabaseTable( variable in Host
183 _table = DatabaseTable( variable in Workunit
215 _table = DatabaseTable( variable in Result
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_berkeley/
H A Dkm_bdb_lib.h89 typedef struct _table struct
91 str name;
92 DB *db;
93 gen_lock_t sem;
94 column_p colp[MAX_NUM_COLS];
95 int ncols;
96 int nkeys;
97 int ro; /*db readonly flag*/
99 FILE *fp; /*jlog file pointer */
100 time_t t; /*jlog creation time */
[all …]
/dports/net/kamailio/kamailio-5.4.5/utils/db_berkeley/
H A Dkambdb_recover.h79 typedef struct _table struct
81 char* name;
82 column_p colp [MAX_NUM_COLS];
83 int ncols;
84 int nkeys;
85 int ro;
86 int logflags;
87 DB* db;
/dports/textproc/unroff/unroff-1.0/src/
H A Dtable.h12 typedef struct _table { struct
13 Elem **data;
14 int size;
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/www/rearx/rearx-0.1.4/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/devel/dtool/dtool-0.11.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dbasic.rs34 let _table = table!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
39 let _table = ptable!(["ABC", "DEFG", "HIJKLMN"], in main() localVariable
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrc8.h30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument
36 #define DECLARE_CRC8_TABLE(_table) \ argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrc8.h30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument
36 #define DECLARE_CRC8_TABLE(_table) \ argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrc8.h30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument
36 #define DECLARE_CRC8_TABLE(_table) \ argument
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Prefs.cpp103 struct _table in loadBuiltinPrefs() struct
105 const gchar * m_szKey; in loadBuiltinPrefs()
106 const gchar * m_szValue; in loadBuiltinPrefs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/sprd/
H A Dmux.h32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument
39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ argument
51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument
62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \ argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/sprd/
H A Dmux.h32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument
39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ argument
51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument
62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \ argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/sprd/
H A Dmux.h32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument
39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ argument
51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument
62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \ argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth_db/
H A Dauthorize.c131 const str* _table, char* _ha1, db1_res_t** res) in get_ha1()
343 int proxy_authenticate(struct sip_msg* _m, char* _realm, char* _table) in proxy_authenticate()
376 int www_authenticate(struct sip_msg* _m, char* _realm, char* _table) in www_authenticate()
405 int www_authenticate2(struct sip_msg* _m, char* _realm, char* _table, char *_method) in www_authenticate2()
546 int w_auth_check(sip_msg_t *_m, char* _realm, char* _table, char *_flags) in w_auth_check()
/dports/net/kamailio/kamailio-5.4.5/src/modules/alias_db/
H A Dalias_db.c259 static int w_alias_db_lookup1(struct sip_msg *_msg, char *_table, char *p2) in w_alias_db_lookup1()
278 static int w_alias_db_lookup2(struct sip_msg *_msg, char *_table, char *flags) in w_alias_db_lookup2()
292 struct sip_msg *_msg, char *_table, char *_in, char *_out) in w_alias_db_find3()
312 struct sip_msg *_msg, char *_table, char *_in, char *_out, char *flags) in w_alias_db_find4()
/dports/devel/p5-CHI-Driver-DBI/CHI-Driver-DBI-1.27/lib/CHI/Driver/
H A DDBI.pm54 sub _table { method in CHI::Driver::DBI
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A Diterator.inline.hpp257 static Table _table; member in OopOopIterateDispatch
266 typename OopOopIterateDispatch<OopClosureType>::Table OopOopIterateDispatch<OopClosureType>::_table; member in OopOopIterateDispatch<OopClosureType>
317 static Table _table; member in OopOopIterateBoundedDispatch
326 …IterateBoundedDispatch<OopClosureType>::Table OopOopIterateBoundedDispatch<OopClosureType>::_table; member in OopOopIterateBoundedDispatch<OopClosureType>
377 static Table _table; member in OopOopIterateBackwardsDispatch
386 …ateBackwardsDispatch<OopClosureType>::Table OopOopIterateBackwardsDispatch<OopClosureType>::_table; member in OopOopIterateBackwardsDispatch<OopClosureType>
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/actions/
H A Dowl-pll.h42 _width, _min_mul, _max_mul, _delay, _table) \ argument
56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument
71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument
85 _shift, _width, _min_mul, _max_mul, _delay, _table, \ argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/actions/
H A Dowl-pll.h42 _width, _min_mul, _max_mul, _delay, _table) \ argument
56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument
71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument
85 _shift, _width, _min_mul, _max_mul, _delay, _table, \ argument

12345678910>>...44