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

  /external/e2fsprogs/lib/blkid/
list.h 9 #define _INLINE_ static __inline__
11 #define _INLINE_ static inline
40 _INLINE_ void __list_add(struct list_head * add,
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
83 _INLINE_ void __list_del(struct list_head * prev,
97 _INLINE_ void list_del(struct list_head *entry)
106 _INLINE_ void list_del_init(struct list_head *entry)
116 _INLINE_ int list_empty(struct list_head *head)
126 _INLINE_ void list_splice(struct list_head *list, struct list_head *head
    [all...]
probe.h 769 #define _INLINE_ static __inline__
771 #define _INLINE_ static inline
783 _INLINE_ __u32 blkid_swab32(__u32 val)
797 _INLINE_ __u16 blkid_swab16(__u16 val)
805 _INLINE_ __u64 blkid_swab64(__u64 val)
814 _INLINE_ __u16 blkid_swab16(__u16 val)
819 _INLINE_ __u32 blkid_swab32(__u32 val)
825 _INLINE_ __u64 blkid_swab64(__u64 val)
850 #undef _INLINE_
  /external/e2fsprogs/lib/ext2fs/
bitops.h 221 #define _INLINE_ extern inline
223 #define _INLINE_ inline
227 #define _INLINE_ inline
230 #define _INLINE_ extern __inline__
232 #define _INLINE_ extern inline
242 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
250 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
259 _INLINE_ void ext2fs_fast_set_bit64(__u64 nr, void * addr)
267 _INLINE_ void ext2fs_fast_clear_bit64(__u64 nr, void * addr)
297 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr
    [all...]
ext2fs.h     [all...]
  /external/e2fsprogs/e2fsck/
jfs_user.h 89 #define _INLINE_ extern inline
91 #define _INLINE_ inline
95 #define _INLINE_ inline
98 #define _INLINE_ extern __inline__
100 #define _INLINE_ extern inline
106 _INLINE_ lkmem_cache_t * do_cache_create(int len)
115 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache)
123 _INLINE_ size_t journal_tag_bytes(journal_t *journal)
131 #undef _INLINE_
message.c 100 #define _INLINE_ __inline__
102 #define _INLINE_
240 static _INLINE_ void expand_at_expression(FILE *f, e2fsck_t ctx, char ch,
265 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
359 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch,
398 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs,
util.c 358 #define _INLINE_ __inline__
360 #define _INLINE_
363 static _INLINE_ float timeval_subtract(struct timeval *tv1,
pass2.c 52 #define _INLINE_
54 #define _INLINE_ inline
480 static _INLINE_ int check_filetype(e2fsck_t ctx,
    [all...]
pass1.c 53 #define _INLINE_
55 #define _INLINE_ inline
    [all...]

Completed in 96 milliseconds