Lines Matching +full:double +full:- +full:input +full:- +full:range
19 for supervisor-mode access only.
54 .. code-block:: c
60 simply expands to 'static inline'. However to the post-build
88 .. code-block:: c
203 Exception to above is passing 64-bit parameters on 32-bit systems, in which case
204 64-bit parameters are split into lower and higher part and passed as two consecutive
224 a return type of API prototype declaration. This means that 64-bit value may
225 not be directly returned, from a system call to its wrapper, on 32-bit systems.
226 To solve the problem the automatically generated wrapper function defines 64-bit
231 The problem does not exist on 64-bit systems which are able to return 64-bit
271 * Any other arguments that have a limited range of valid values.
358 .. code-block:: c
394 .. code-block:: c
412 .. code-block:: c
426 Some parameters may be input/output. For instance, it's not uncommon to see APIs
431 .. code-block:: c
447 .. code-block:: c
483 reported, to a caller, with returning the ``-ENOMEM`` . The ``K_OOPS()``
486 .. code-block:: c
509 return -EINVAL;
517 return -ENOMEM;
550 .. code-block:: c
584 invoking :c:func:`z_thread_malloc()`, should propagate ``-ENOMEM`` to the
608 * :c:func:`k_thread_join()` and :c:func:`k_thread_abort()` are no-ops if
610 initialization bit pulls double-duty to indicate whether a thread is