Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 25 of 2513) sorted by relevance

12345678910>>...101

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dgen_interface.pl15 $argtype = $1;
17 $argtype =~ s/\s+$//;
20 $iotype = $argtype;
21 $sizetype = $argtype;
22 switch:for ($argtype) {
57 $argtype = $1;
62 $iotype = $argtype;
120 $argtype = $1;
195 $argtype = $1;
253 $argtype = $1;
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkWrapPythonOverload.c35 unsigned int argtype);
53 switch ( (argtype & VTK_PARSE_BASE_TYPE) ) in vtkWrapPython_FormatChar()
185 unsigned int argtype; in vtkWrapPython_FormatString() local
209 argtype != VTK_PARSE_QOBJECT_PTR) in vtkWrapPython_FormatString()
214 if (argtype == VTK_PARSE_CHAR_PTR) in vtkWrapPython_FormatString()
251 unsigned int argtype; in vtkWrapPython_ArgCheckString() local
281 else if (argtype == VTK_PARSE_BOOL || in vtkWrapPython_ArgCheckString()
282 argtype == VTK_PARSE_BOOL_REF) in vtkWrapPython_ArgCheckString()
297 argtype == VTK_PARSE_OBJECT || in vtkWrapPython_ArgCheckString()
298 argtype == VTK_PARSE_UNKNOWN || in vtkWrapPython_ArgCheckString()
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dpartitioning.c53 Oid *argtype = arg; in closed_dim_partitioning_func_filter() local
61 Oid *argtype = arg; in open_dim_partitioning_func_filter() local
94 Oid argtype = ANYELEMENTOID; in ts_partitioning_func_get_closed_default() local
100 &argtype); in ts_partitioning_func_get_closed_default()
292 Oid argtype; in resolve_function_argtype() local
308 argtype = ((Var *) node)->vartype; in resolve_function_argtype()
324 return argtype; in resolve_function_argtype()
342 Oid argtype; member
353 pfc->argtype = argtype; in part_func_cache_create()
386 if (argtype != TEXTOID) in ts_get_partition_for_key()
[all …]
/dports/x11/workrave/workrave-1.10.44/libs/dbus/src/
H A DDBusBindingGio.cc47 const GVariantType *argtype = g_variant_get_type(v); in get_int() local
63 const GVariantType *argtype = g_variant_get_type(v); in get_uint8() local
80 const GVariantType *argtype = g_variant_get_type(v); in get_uint16() local
97 const GVariantType *argtype = g_variant_get_type(v); in get_int16() local
113 const GVariantType *argtype = g_variant_get_type(v); in get_uint32() local
130 const GVariantType *argtype = g_variant_get_type(v); in get_int32() local
147 const GVariantType *argtype = g_variant_get_type(v); in get_uint64() local
164 const GVariantType *argtype = g_variant_get_type(v); in get_int64() local
181 const GVariantType *argtype = g_variant_get_type(v); in get_bool() local
198 const GVariantType *argtype = g_variant_get_type(v); in get_double() local
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/data/
H A Drd_main.c17 enum argtype enum
47 enum argtype argtype = ARG_NONE; in main() local
63 argtype = ARG_OUTPUT; in main()
65 argtype = ARG_INCLUDE; in main()
69 argtype = ARG_MARKER; in main()
71 argtype = ARG_LUMP; in main()
75 argtype = ARG_SOUND; in main()
77 argtype = ARG_SPRITE; in main()
84 switch (argtype) in main()
92 argtype = ARG_NONE; in main()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dcall.py359 if argtype.array():
372 if argtype.array():
374 if argtype.value() or argtype.valuebox():
485 holder = argtype.base()
488 if argtype.array():
492 if argtype.value() or argtype.valuebox():
620 if argtype.array():
643 if argtype.array():
672 if argtype.array():
695 d_type = argtype.deref(1)
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dcall.py359 if argtype.array():
372 if argtype.array():
374 if argtype.value() or argtype.valuebox():
485 holder = argtype.base()
488 if argtype.array():
492 if argtype.value() or argtype.valuebox():
620 if argtype.array():
643 if argtype.array():
672 if argtype.array():
695 d_type = argtype.deref(1)
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/misc/netron/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/dashdash/etc/
H A Ddashdash.bash_completion.in123 local argtype
129 argtype=
204 argtype="${argtypes[$(( $nargs - 1 ))]}"
205 if [[ -z "$argtype" ]]; then
208 argtype="${argtypes[@]: -1:1}"
249 elif [[ -z "$argtype" ]]; then
263 elif [[ $argtype == "none" ]]; then
268 elif [[ $argtype == "file" ]]; then
274 … trace " completing '$argtype' (fallback to default b/c complete_$argtype is unknown)"
277 trace " completing custom '$argtype'"
[all …]
/dports/devel/agar/agar-1.5.0/p5-Agar/
H A DEvent.xs132 event->argv[index].type != argtype) {
160 event->argv[index].type != argtype) {
176 event->argv[index].type != argtype) {
188 static const enum ag_variable_type argtype = AG_VARIABLE_INT; variable
192 event->argv[index].type != argtype) {
204 static const enum ag_variable_type argtype = AG_VARIABLE_UINT; variable
208 event->argv[index].type != argtype) {
224 event->argv[index].type != argtype) {
240 event->argv[index].type != argtype) {
256 event->argv[index].type != argtype) {
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
72 void thunk_register_struct(int id, const char *name, const argtype *types);
75 const argtype *thunk_convert(void *dst, const void *src,
76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
84 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
72 void thunk_register_struct(int id, const char *name, const argtype *types);
75 const argtype *thunk_convert(void *dst, const void *src,
76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
84 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
72 void thunk_register_struct(int id, const char *name, const argtype *types);
75 const argtype *thunk_convert(void *dst, const void *src,
76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
84 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
72 void thunk_register_struct(int id, const char *name, const argtype *types);
75 const argtype *thunk_convert(void *dst, const void *src,
76 const argtype *type_ptr, int to_host);
77 const argtype *thunk_print(void *arg, const argtype *type_ptr);
81 int thunk_type_size_array(const argtype *type_ptr, int is_host);
82 int thunk_type_align_array(const argtype *type_ptr, int is_host);
84 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dblockdev.c31 int argtype; member
60 .argtype = ARG_INT,
67 .argtype = ARG_INT,
74 .argtype = ARG_INT,
80 .argtype = ARG_UINT,
86 .argtype = ARG_INT,
92 .argtype = ARG_UINT,
98 .argtype = ARG_UINT,
110 .argtype = ARG_INT,
122 .argtype = ARG_INT,
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
71 void thunk_register_struct(int id, const char *name, const argtype *types);
74 const argtype *thunk_convert(void *dst, const void *src,
75 const argtype *type_ptr, int to_host);
79 int thunk_type_size_array(const argtype *type_ptr, int is_host);
80 int thunk_type_align_array(const argtype *type_ptr, int is_host);
82 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
144 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()
/dports/emulators/qemu-utils/qemu-4.2.1/include/exec/user/
H A Dthunk.h28 typedef enum argtype { enum
42 } argtype; typedef
53 const argtype *field_types;
71 void thunk_register_struct(int id, const char *name, const argtype *types);
74 const argtype *thunk_convert(void *dst, const void *src,
75 const argtype *type_ptr, int to_host);
79 int thunk_type_size_array(const argtype *type_ptr, int is_host);
80 int thunk_type_align_array(const argtype *type_ptr, int is_host);
82 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
144 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/user/
H A Dthunk.h26 typedef enum argtype { enum
40 } argtype; typedef
51 const argtype *field_types;
69 void thunk_register_struct(int id, const char *name, const argtype *types);
72 const argtype *thunk_convert(void *dst, const void *src,
73 const argtype *type_ptr, int to_host);
77 int thunk_type_size_array(const argtype *type_ptr, int is_host);
78 int thunk_type_align_array(const argtype *type_ptr, int is_host);
80 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
142 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()

12345678910>>...101