Searched refs:j (Results 1 – 7 of 7) sorted by relevance
/include/asm-frv/ |
D | ptrace.h | 38 #define PT_GR(j) ( 14 + (j)) /* GRj for 0<=j<=63 */ argument 39 #define PT_FR(j) ( 78 + (j)) /* FRj for 0<=j<=63 */ argument 40 #define PT_FNER(j) (142 + (j)) /* FNERj for 0<=j<=1 */ argument 41 #define PT_MSR(j) (144 + (j)) /* MSRj for 0<=j<=2 */ argument 42 #define PT_ACC(j) (146 + (j)) /* ACCj for 0<=j<=7 */ argument 44 #define PT_FSR(j) (156 + (j)) /* FSRj for 0<=j<=0 */ argument
|
/include/linux/ |
D | timer.h | 184 unsigned long __round_jiffies(unsigned long j, int cpu); 185 unsigned long __round_jiffies_relative(unsigned long j, int cpu); 186 unsigned long round_jiffies(unsigned long j); 187 unsigned long round_jiffies_relative(unsigned long j); 189 unsigned long __round_jiffies_up(unsigned long j, int cpu); 190 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu); 191 unsigned long round_jiffies_up(unsigned long j); 192 unsigned long round_jiffies_up_relative(unsigned long j);
|
D | jbd.h | 225 #define JFS_HAS_COMPAT_FEATURE(j,mask) \ argument 226 ((j)->j_format_version >= 2 && \ 227 ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask)))) 228 #define JFS_HAS_RO_COMPAT_FEATURE(j,mask) \ argument 229 ((j)->j_format_version >= 2 && \ 230 ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask)))) 231 #define JFS_HAS_INCOMPAT_FEATURE(j,mask) \ argument 232 ((j)->j_format_version >= 2 && \ 233 ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))
|
D | jbd2.h | 257 #define JBD2_HAS_COMPAT_FEATURE(j,mask) \ argument 258 ((j)->j_format_version >= 2 && \ 259 ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask)))) 260 #define JBD2_HAS_RO_COMPAT_FEATURE(j,mask) \ argument 261 ((j)->j_format_version >= 2 && \ 262 ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask)))) 263 #define JBD2_HAS_INCOMPAT_FEATURE(j,mask) \ argument 264 ((j)->j_format_version >= 2 && \ 265 ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))
|
D | jiffies.h | 296 extern unsigned int jiffies_to_msecs(const unsigned long j); 297 extern unsigned int jiffies_to_usecs(const unsigned long j);
|
D | fb.h | 981 int i, j; in __fb_pad_aligned_buffer() local 987 for (j = 0; j < s_pitch; j++) in __fb_pad_aligned_buffer()
|
/include/drm/ |
D | drm_edid.h | 96 u8 j; /* need to divide by 2 */ member
|