Home
last modified time | relevance | path

Searched defs:LIST (Results 26 – 50 of 2188) sorted by relevance

12345678910>>...88

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dmy_list.h35 typedef struct LIST { struct
37 struct LIST *prev{nullptr}, *next{nullptr}; argument
43 } LIST; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTToken.h1768 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1773 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1782 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1796 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1809 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1866 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1879 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1892 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1907 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
1922 F, PRIMITIVE, INTERFACE, OPTIONAL_INTERFACE, LIST, SUM, OPTIONAL_SUM, \ argument
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dmy_list.h42 typedef struct LIST { struct
44 struct LIST *prev{nullptr}, *next{nullptr}; argument
50 } LIST; typedef
/dports/misc/visp/visp-3.4.0/modules/java/generator/src/cpp/
H A Dvisp_java.hpp23 #define LIST_ADD(ENV, LIST) ENV->GetMethodID(LIST, "add", "(Ljava/lang/Object;)Z") argument
24 #define LIST_GET(ENV, LIST) ENV->GetMethodID(LIST, "get", "((I)Ljava/lang/Object;") argument
25 #define LIST_SIZE(ENV, LIST) ENV->GetMethodID(LIST, "size", "()I") argument
26 #define LIST_CLEAR(ENV, LIST) ENV->GetMethodID(LIST, "clear", "()V") argument
/dports/news/tin/tin-2.4.5/src/
H A Dcolor.c64 static struct LIST { struct
65 struct LIST *link; argument
66 int pair;
67 int fg;
68 int bg;
/dports/chinese/tin/tin-2.4.5/src/
H A Dcolor.c64 static struct LIST { struct
65 struct LIST *link; argument
66 int pair;
67 int fg;
68 int bg;
/dports/cad/irsim/irsim-9.7.110/base/
H A Dnet_macros.h39 #define LINK_TO_LIST( NODE, LIST, FLAG ) \ argument
112 #define CONNECT( LIST, T ) \ argument
150 #define REPLACE( LIST, OLD, NEW ) \ argument
169 #define DISCONNECT( LIST, T ) \ argument
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr macro
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6), enumerator
58 LIST(R7), LIST(R8), LIST(R9), LIST(R10), LIST(R11), LIST(R12), enumerator
59 LIST(R13), LIST(R14), LIST(R15), enumerator
60 LIST(SP), LIST(LR), LIST(PC), enumerator
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr macro
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6), enumerator
58 LIST(R7), LIST(R8), LIST(R9), LIST(R10), LIST(R11), LIST(R12), enumerator
59 LIST(R13), LIST(R14), LIST(R15), enumerator
60 LIST(SP), LIST(LR), LIST(PC), enumerator
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/src/cpp/
H A Dopencv_java.hpp31 #define LIST_ADD(ENV, LIST) ENV->GetMethodID(LIST, "add", "(Ljava/lang/Object;)Z") argument
32 #define LIST_GET(ENV, LIST) ENV->GetMethodID(LIST, "get", "(I)Ljava/lang/Object;") argument
33 #define LIST_SIZE(ENV, LIST) ENV->GetMethodID(LIST, "size", "()I") argument
34 #define LIST_CLEAR(ENV, LIST) ENV->GetMethodID(LIST, "clear", "()V") argument
/dports/games/wizznic/Wizznic-1.1/src/list/
H A Dlist.h89 #define LISTFWD(LIST, IT) (IT->next != &LIST->end) && (IT=IT->next) argument
90 #define LISTBCK(LIST, IT) (IT->prev != &LIST->begin) && (IT->IT->prev) argument
91 #define LISTREMFWD(LIST, IT) IT=listRemoveItem(LIST, IT, LIST_PREV); //Use when removing items from… argument
92 #define LISTREMBCK(LIST, IT) IT=listRemoveItem(LIST, IT, LIST_NEXT);// Use when removing items from… argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
53 __isl_give LIST(EL) *FN(LIST(EL),read_from_str)(isl_ctx *ctx, in LIST() function
/dports/emulators/mess/mame-mame0226/src/tools/
H A Druntest.cmd58 set LIST=gamelist.txt variable
68 set LIST=%1 variable
/dports/emulators/mame/mame-mame0226/src/tools/
H A Druntest.cmd58 set LIST=gamelist.txt variable
68 set LIST=%1 variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
53 __isl_give LIST(EL) *FN(LIST(EL),read_from_str)(isl_ctx *ctx, in LIST() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/examples/
H A Drndo-add.c37 #define LIST x, y, d, u, e, z macro
41 mpfr_t LIST; in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
53 __isl_give LIST(EL) *FN(LIST(EL),read_from_str)(isl_ctx *ctx, in LIST() function
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
53 __isl_give LIST(EL) *FN(LIST(EL),read_from_str)(isl_ctx *ctx, in LIST() function
/dports/net/microsocks/microsocks-1.0.2/
H A Dsblist.h70 #define sblist_iter_counter(LIST, ITER, PTR) \ argument
74 #define sblist_iter_counter2(LIST, ITER, PTR) \ argument
79 #define sblist_iter_counter2s(LIST, ITER, PTR) \ argument
84 #define sblist_iter(LIST, PTR) sblist_iter_counter(LIST, __sblist_iterator_name, PTR) argument
/dports/net/proxychains-ng/proxychains-ng-4.15/src/daemon/
H A Dsblist.h70 #define sblist_iter_counter(LIST, ITER, PTR) \ argument
74 #define sblist_iter_counter2(LIST, ITER, PTR) \ argument
79 #define sblist_iter_counter2s(LIST, ITER, PTR) \ argument
84 #define sblist_iter(LIST, PTR) sblist_iter_counter(LIST, __sblist_iterator_name, PTR) argument
/dports/www/tinyproxy/tinyproxy-1.11.0/src/
H A Dsblist.h71 #define sblist_iter_counter(LIST, ITER, PTR) \ argument
75 #define sblist_iter_counter2(LIST, ITER, PTR) \ argument
80 #define sblist_iter_counter2s(LIST, ITER, PTR) \ argument
85 #define sblist_iter(LIST, PTR) sblist_iter_counter(LIST, __sblist_iterator_name, PTR) argument
/dports/security/stunnel/stunnel-5.60/src/
H A Dlog.c46 static struct LIST { /* single-linked list of log lines */ struct
47 struct LIST *next; argument
48 SERVICE_OPTIONS *opt;
49 int level;
50 char *stamp, *id, *text;
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMemory.h158 struct LIST struct
160 REF *ref;
161 UINT num_item, num_reserved;
162 void **p;
163 LOCK *lock;
164 COMPARE *cmp;
165 bool sorted;
166 UINT64 Param1;
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMemory.h158 struct LIST struct
160 REF *ref;
161 UINT num_item, num_reserved;
162 void **p;
163 LOCK *lock;
164 COMPARE *cmp;
165 bool sorted;
166 UINT64 Param1;
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMemory.h64 struct LIST struct
66 REF *ref;
67 UINT num_item, num_reserved;
68 void **p;
69 LOCK *lock;
70 COMPARE *cmp;
71 bool sorted;
72 UINT64 Param1;

12345678910>>...88