Home | History | Annotate | Download | only in utils

Lines Matching full:which

42  * Note: TI_ prefix implies TI wrapping of primitives which is used for partability.
98 * \brief Macro which returns the maximum of two values
106 * \brief Macro which returns the minimum of two values
114 * \brief Macro which returns NULL
121 * \brief Macro which Casts to void
131 * \brief Macro which returns number of elements in array a
140 * \brief Macro which returns a field offset from structure begine
154 * \brief Macro which returns True if bitmask in field is on (==1) \n
163 * \brief Macro which returns True if bitmask in field is off (==0) \n
173 * \brief Macro which returns True if value (x) in range (law <= x <= high) \n
182 * \brief Macro which returns True if value (x) out of range (x < law | x > high) \n
192 * \brief Macro which copies 6 bytes source to 6 bytes destination \n
203 * \brief Macro which compares 6 bytes ofmac1 to 6 bytes of mac2 and returns True if all are equall \n
215 * \brief Macro which returns True if MAC address is broadcast (equals "\xff\xff\xff\xff\xff\xff") \n
221 * \brief Macro which returns True if MAC address is Null (equals "\x0\x0\x0\x0\x0\x0") \n
227 * \brief Macro which returns True if MAC address is Multicast\n
233 * \brief Macro which copies IP V4 source to IP V4 destination
238 * \brief Macro which swaps Word's bytes. Used for Endian handling
243 * \brief Macro which swaps Long's bytes. Used for Endian handling
285 * \brief Macro which performs bytes swap of Long in Little Endian
290 * \brief Macro which performs bytes swap of Word in Little Endian
295 * \brief Macro which performs bytes swap of Long in Little Endian
300 * \brief Macro which performs bytes swap of Word in Little Endian
306 * \brief Macro which handles Word in Little Endian
311 * \brief Macro which handles Long in Little Endian
317 * \brief Macro which returns the content of higher address of INT64 variable in Little Endian
322 * \brief Macro which returns the content of lower address of INT64 variable in Little Endian
328 * \brief Macro which copies word source to word destination byte by byte in Little Endian
334 * \brief Macro which copies long source to long destination byte by byte in Little Endian
342 * \brief Macro which copies Word from val source to desrination in Little Endian
348 * \brief Macro which copies Long from val source to desrination in Little Endian
356 * \brief Macro which returns Word value from source address in Little Endian
361 * \brief Macro which returns Long value from source address in Little Endian
398 * A buffer (size of Standart MAC Address Length in bytes) which holds a MAC address
405 * A buffer (size of Standart IP V4 Address Length in bytes) which holds IP V4 address