Home
last modified time | relevance | path

Searched defs:o_in (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/micropython/micropython-1.17/py/
H A Dmodbuiltins.c91 STATIC mp_obj_t mp_builtin_abs(mp_obj_t o_in) { in mp_builtin_abs()
96 STATIC mp_obj_t mp_builtin_all(mp_obj_t o_in) { in mp_builtin_all()
109 STATIC mp_obj_t mp_builtin_any(mp_obj_t o_in) { in mp_builtin_any()
122 STATIC mp_obj_t mp_builtin_bin(mp_obj_t o_in) { in mp_builtin_bin()
137 STATIC mp_obj_t mp_builtin_chr(mp_obj_t o_in) { in mp_builtin_chr()
214 STATIC mp_obj_t mp_builtin_hash(mp_obj_t o_in) { in mp_builtin_hash()
220 STATIC mp_obj_t mp_builtin_hex(mp_obj_t o_in) { in mp_builtin_hex()
259 STATIC mp_obj_t mp_builtin_iter(mp_obj_t o_in) { in mp_builtin_iter()
347 STATIC mp_obj_t mp_builtin_oct(mp_obj_t o_in) { in mp_builtin_oct()
357 STATIC mp_obj_t mp_builtin_ord(mp_obj_t o_in) { in mp_builtin_ord()
[all …]
H A Dobj.c40 const mp_obj_type_t *mp_obj_get_type(mp_const_obj_t o_in) { in mp_obj_get_type()
98 const char *mp_obj_get_type_str(mp_const_obj_t o_in) { in mp_obj_get_type_str()
102 void mp_obj_print_helper(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in mp_obj_print_helper()
119 void mp_obj_print(mp_obj_t o_in, mp_print_kind_t kind) { in mp_obj_print()
184 bool mp_obj_is_callable(mp_obj_t o_in) { in mp_obj_is_callable()
481 mp_obj_t mp_obj_id(mp_obj_t o_in) { in mp_obj_id()
500 mp_obj_t mp_obj_len(mp_obj_t o_in) { in mp_obj_len()
515 mp_obj_t mp_obj_len_maybe(mp_obj_t o_in) { in mp_obj_len_maybe()
597 mp_obj_t mp_generic_unary_op(mp_unary_op_t op, mp_obj_t o_in) { in mp_generic_unary_op()
H A Dobjstringio.c54 STATIC mp_uint_t stringio_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in stringio_read()
78 STATIC mp_uint_t stringio_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode) { in stringio_write()
112 STATIC mp_uint_t stringio_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode) { in stringio_ioctl()
H A Dobjrange.c42 STATIC mp_obj_t range_it_iternext(mp_obj_t o_in) { in range_it_iternext()
190 STATIC mp_obj_t range_getiter(mp_obj_t o_in, mp_obj_iter_buf_t *iter_buf) { in range_getiter()
197 STATIC void range_attr(mp_obj_t o_in, qstr attr, mp_obj_t *dest) { in range_attr()
H A Dobjfloat.c97 STATIC void float_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in float_print()
144 STATIC mp_obj_t float_unary_op(mp_unary_op_t op, mp_obj_t o_in) { in float_unary_op()
H A Dobjcomplex.c45 STATIC void complex_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in complex_print()
117 STATIC mp_obj_t complex_unary_op(mp_unary_op_t op, mp_obj_t o_in) { in complex_unary_op()
H A Dobjcell.c45 STATIC void cell_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in cell_print()
H A Dobjattrtuple.c51 STATIC void mp_obj_attrtuple_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in mp_obj_attrtuple_print()
H A Dobjarray.c72 STATIC void array_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in array_print()
253 STATIC mp_obj_t array_unary_op(mp_unary_op_t op, mp_obj_t o_in) { in array_unary_op()
547 STATIC mp_int_t array_get_buffer(mp_obj_t o_in, mp_buffer_info_t *bufinfo, mp_uint_t flags) { in array_get_buffer()
H A Dobjtuple.c40 void mp_obj_tuple_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in mp_obj_tuple_print()
291 mp_obj_t mp_obj_tuple_getiter(mp_obj_t o_in, mp_obj_iter_buf_t *iter_buf) { in mp_obj_tuple_getiter()
H A Dobjslice.c37 STATIC void slice_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in slice_print()
H A Dobjbool.c74 STATIC mp_obj_t bool_unary_op(mp_unary_op_t op, mp_obj_t o_in) { in bool_unary_op()
H A Dobjclosure.c63 STATIC void closure_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in closure_print()
H A Dobjboundmeth.c39 STATIC void bound_meth_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in bound_meth_print()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dcoverage.c32 STATIC mp_obj_t stest_set_buf(mp_obj_t o_in, mp_obj_t buf_in) { in stest_set_buf()
44 STATIC mp_obj_t stest_set_error(mp_obj_t o_in, mp_obj_t err_in) { in stest_set_error()
51 STATIC mp_uint_t stest_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in stest_read()
68 STATIC mp_uint_t stest_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode) { in stest_write()
76 STATIC mp_uint_t stest_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode) { in stest_ioctl()
115 STATIC mp_uint_t stest_read2(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in stest_read2()
H A Dmodusocket.c95 STATIC mp_uint_t socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in socket_read()
111 STATIC mp_uint_t socket_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode) { in socket_write()
127 STATIC mp_uint_t socket_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode) { in socket_ioctl()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c136 STATIC mp_uint_t vfs_posix_file_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in vfs_posix_file_read()
147 STATIC mp_uint_t vfs_posix_file_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode)… in vfs_posix_file_write()
164 STATIC mp_uint_t vfs_posix_file_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode… in vfs_posix_file_ioctl()
H A Dmodussl_mbedtls.c270 STATIC mp_obj_t mod_ssl_getpeercert(mp_obj_t o_in, mp_obj_t binary_form) { in mod_ssl_getpeercert()
289 STATIC mp_uint_t socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in socket_read()
312 STATIC mp_uint_t socket_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode) { in socket_write()
341 STATIC mp_uint_t socket_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode) { in socket_ioctl()
H A Dmodussl_axtls.c193 STATIC mp_uint_t ussl_socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in ussl_socket_read()
242 STATIC mp_uint_t ussl_socket_write(mp_obj_t o_in, const void *buf, mp_uint_t size, int *errcode) { in ussl_socket_write()
274 STATIC mp_uint_t ussl_socket_ioctl(mp_obj_t o_in, mp_uint_t request, uintptr_t arg, int *errcode) { in ussl_socket_ioctl()
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dskylabel.h26 SkyLabel(const QPointF o_in, SkyObject *obj_in) : o(o_in), obj(obj_in) {} in SkyLabel()
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dplayer-info.lua21 function o_in(i, j) function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/detail/
H A Dreduce_command.hpp48 for (const auto& o_in : in) { in normalize_reduce_commands() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/detail/
H A Dreduce_command.hpp48 for (const auto& o_in : in) { in normalize_reduce_commands() local
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/detail/
H A Dreduce_command.hpp48 for (const auto& o_in : in) { in normalize_reduce_commands() local
/dports/games/opencity/opencity-0.0.6.5stable/src/tinyxpath/
H A Dxpath_expression.h105 void v_set_bool (bool o_in) in v_set_bool()

1234