Lines Matching refs:pointer
67 - MISRA C-2012 Rule 11.1 Converting from a void pointer to a function pointer.
72 The caller of the API is responsible for providing correct function pointer to the
95 - MISRA c-2012 Rule 11.4 Warns about conversion between a pointer and an integer.
97 valid socket (a valid non-NULL pointer) is returned; or
100 to a pointer is used to convey the error to various functions. If the
101 pointer is equal to `FREERTOS_INVALID_SOCKET`, then it is not
108 It has been programatically checked that the pointer is well aligned
113 - MISRA Rule 11.4 warns about casting pointer to an integer and vice versa.
115 integer which is then used to see whether the pointer is well
116 aligned or not. It is not used to access any pointer values. Thus, this
123 converted to a void pointer and sent to the IP-task. The function used
125 accepts void pointers. The IP-task converts the void pointer back to
131 pointer size of the platform. The pointer has to be moved backward by a
132 constant offset to get to a 'hidden' pointer which is not available for
134 pointer arithmetic.
141 pointer is being copied. It doesn't make sense in case of function