Lines Matching full:like
104 * Some people like to tile their 24" screens with a 6x4 matrix of 80x24
119 names are lower_case_with_underscores_ending_with_a_t, like the POSIX
231 /* Reads like: "If a equals 1" */
253 * like
277 For variadic macros, stick with this C99-like syntax:
296 of core system headers like <stdint.h>. It must be the first include so that
348 like int32_t, uint32_t, uint64_t, etc. The specific types are
351 Don't use Linux kernel internal types like u32, __u32 or __le32.
374 on 64 bit CPUs, like sparc32plus.) Definitions of structures that must match
380 to use some system interface that requires a type like size_t, pid_t or
466 fall-back to a smaller one if need be we should use functions like
468 for a time/space trade-off like ``tlb_mmu_resize_locked`` in the
484 Declarations like
766 like command line parsing, the current location is tracked
842 to not use '0x' because for some things notations like %x.%x.%x are used not
848 Do not use printf flag '#', like '%#x'.