Home
last modified time | relevance | path

Searched defs:cint (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dstrtoi.c19 gboolean ws_strtoi64(const gchar* str, const gchar** endptr, gint64* cint) in ws_strtoi64()
106 gboolean ws_strtoi(const gchar* str, const gchar** endptr, gint* cint) in ws_strtoi()
150 gboolean ws_basestrtou64(const gchar* str, const gchar** endptr, guint64* cint, int base) in ws_basestrtou64()
197 gboolean ws_strtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_strtou64()
202 gboolean ws_hexstrtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_hexstrtou64()
252 gboolean ws_basestrtou(const gchar* str, const gchar** endptr, guint* cint, int base) in ws_basestrtou()
282 gboolean ws_strtou(const gchar* str, const gchar** endptr, guint* cint) in ws_strtou()
287 gboolean ws_hexstrtou(const gchar* str, const gchar** endptr, guint* cint) in ws_hexstrtou()
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dstrtoi.c19 gboolean ws_strtoi64(const gchar* str, const gchar** endptr, gint64* cint) in ws_strtoi64()
106 gboolean ws_strtoi(const gchar* str, const gchar** endptr, gint* cint) in ws_strtoi()
150 gboolean ws_basestrtou64(const gchar* str, const gchar** endptr, guint64* cint, int base) in ws_basestrtou64()
197 gboolean ws_strtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_strtou64()
202 gboolean ws_hexstrtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_hexstrtou64()
252 gboolean ws_basestrtou(const gchar* str, const gchar** endptr, guint* cint, int base) in ws_basestrtou()
282 gboolean ws_strtou(const gchar* str, const gchar** endptr, guint* cint) in ws_strtou()
287 gboolean ws_hexstrtou(const gchar* str, const gchar** endptr, guint* cint) in ws_hexstrtou()
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dstrtoi.c19 gboolean ws_strtoi64(const gchar* str, const gchar** endptr, gint64* cint) in ws_strtoi64()
106 gboolean ws_strtoi(const gchar* str, const gchar** endptr, gint* cint) in ws_strtoi()
150 gboolean ws_basestrtou64(const gchar* str, const gchar** endptr, guint64* cint, int base) in ws_basestrtou64()
197 gboolean ws_strtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_strtou64()
202 gboolean ws_hexstrtou64(const gchar* str, const gchar** endptr, guint64* cint) in ws_hexstrtou64()
252 gboolean ws_basestrtou(const gchar* str, const gchar** endptr, guint* cint, int base) in ws_basestrtou()
282 gboolean ws_strtou(const gchar* str, const gchar** endptr, guint* cint) in ws_strtou()
287 gboolean ws_hexstrtou(const gchar* str, const gchar** endptr, guint* cint) in ws_hexstrtou()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMemory.cpp23 #include <unistd.h> in ws_strtoi64()
24 in ws_strtoi64()
25 #elif defined(XP_UNIX) in ws_strtoi64()
108 static inline void* in ws_strtoi64()
151 return MapAlignedPagesLastDitch(size, alignment); in ws_strtoi64()
152 in ws_strtoi64()
153 MOZ_ASSERT(OffsetFromAligned(p, alignment) == 0); in ws_strtoi64()
199 MapAlignedPagesLastDitch(size_t size, size_t alignment) in ws_strtoi64()
200 { in ws_strtoi64()
203 void* p = MapMemory(size, MEM_COMMIT | MEM_RESERVE); in ws_strtoi64()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/perftest/
H A Dcreate.sql30 cint INT, field
39 cint INT, field
/dports/lang/yap/yap-6.2.2/C/
H A Dindex.c826 sort_group(GroupDef *grp, CELL *top, struct intermediates *cint) in sort_group()
2063 new_label(struct intermediates *cint) in new_label()
2165 emit_type_switch(compiler_vm_op op, struct intermediates *cint) in emit_type_switch()
2220 emit_cswitch(COUNT n, yamop *fail_l, struct intermediates *cint) in emit_cswitch()
3305 compile_index(struct intermediates *cint) in compile_index()
3357 CleanCls(struct intermediates *cint) in CleanCls()
3372 struct intermediates cint; in Yap_PredIsIndexable() local
3906 expand_index(struct intermediates *cint) { in expand_index()
4479 struct intermediates cint; in ExpandIndex() local
5992 struct intermediates cint; in Yap_AddClauseToIndex() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/crund/src/
H A Dtables_ora8.sql30 cint INT NULL, field
40 cint INT NULL, field
H A Dtables_derby.sql33 cint INT, field
42 cint INT, field
H A Dtables_mysql.sql41 cint INT, field
50 cint INT, field
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/crund/src/
H A Dtables_ora8.sql30 cint INT NULL, field
40 cint INT NULL, field
H A Dtables_derby.sql33 cint INT, field
42 cint INT, field
H A Dtables_mysql.sql41 cint INT, field
50 cint INT, field
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/crund/src/
H A Dtables_ora8.sql30 cint INT NULL, field
40 cint INT NULL, field
H A Dtables_derby.sql33 cint INT, field
42 cint INT, field
H A Dtables_mysql.sql41 cint INT, field
50 cint INT, field
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/crund/src/
H A Dtables_ora8.sql30 cint INT NULL, field
40 cint INT NULL, field
H A Dtables_derby.sql33 cint INT, field
42 cint INT, field
H A Dtables_mysql.sql41 cint INT, field
50 cint INT, field
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/crund/src/
H A Dtables_ora8.sql30 cint INT NULL, field
40 cint INT NULL, field
H A Dtables_derby.sql33 cint INT, field
42 cint INT, field

12345678910>>...32