HomeSort by relevance Sort by last modified time
    Searched refs:_INLINE_ (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bitops.h 135 #define _INLINE_ extern
138 #define _INLINE_ extern __inline__
140 #define _INLINE_ extern inline
149 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
157 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
187 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr)
198 _INLINE_ int ext2fs_clear_bit(unsigned int nr, void * addr)
209 _INLINE_ int ext2fs_test_bit(unsigned int nr, const void * addr)
220 _INLINE_ __u32 ext2fs_swab32(__u32 val)
234 _INLINE_ __u16 ext2fs_swab16(__u16 val
    [all...]
ext2fs.h     [all...]
  /external/e2fsprogs/lib/blkid/
list.h 9 #define _INLINE_ static __inline__
11 #define _INLINE_ static inline
43 _INLINE_ void __list_add(struct list_head * add,
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
86 _INLINE_ void __list_del(struct list_head * prev,
100 _INLINE_ void list_del(struct list_head *entry)
109 _INLINE_ void list_del_init(struct list_head *entry)
119 _INLINE_ int list_empty(struct list_head *head)
129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head
    [all...]
probe.h 732 #define _INLINE_ static __inline__
734 #define _INLINE_ static inline
746 _INLINE_ __u32 blkid_swab32(__u32 val)
760 _INLINE_ __u16 blkid_swab16(__u16 val)
768 _INLINE_ __u64 blkid_swab64(__u64 val)
777 _INLINE_ __u16 blkid_swab16(__u16 val)
782 _INLINE_ __u32 blkid_swab32(__u32 val)
788 _INLINE_ __u64 blkid_swab64(__u64 val)
813 #undef _INLINE_
  /external/e2fsprogs/e2fsck/
jfs_user.h 85 #define _INLINE_ extern
88 #define _INLINE_ extern __inline__
90 #define _INLINE_ extern inline
94 _INLINE_ lkmem_cache_t * do_cache_create(int len)
103 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache)
111 _INLINE_ size_t journal_tag_bytes(journal_t *journal)
119 #undef _INLINE_
message.c 99 #define _INLINE_ __inline__
101 #define _INLINE_
236 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch,
261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch,
357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch,
399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
util.c 304 #define _INLINE_ __inline__
306 #define _INLINE_
309 static _INLINE_ float timeval_subtract(struct timeval *tv1,
pass2.c 52 #define _INLINE_
54 #define _INLINE_ inline
474 static _INLINE_ int check_filetype(e2fsck_t ctx,
    [all...]
pass1.c 53 #define _INLINE_
55 #define _INLINE_ inline
    [all...]

Completed in 244 milliseconds