HomeSort by relevance Sort by last modified time
    Searched defs:__inline__ (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 25 #define __inline__ macro
34 static __inline__ void __list_add(struct list_head * new,
47 static __inline__ void list_add(struct list_head *new, struct list_head *head)
55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head)
67 static __inline__ void __list_del(struct list_head * prev,
74 static __inline__ void list_del(struct list_head *entry)
79 static __inline__ int list_empty(struct list_head *head)
87 static __inline__ void list_splice(struct list_head *list, struct list_head *head)
  /external/iproute2/include/
bpf_api.h 59 #ifndef __inline__
60 # define __inline__ __attribute__((always_inline)) macro
  /external/u-boot/include/linux/
compiler-gcc.h 74 #define __inline__ __inline__ __attribute__((always_inline)) notrace macro
79 #define __inline__ __inline__ notrace macro
  /external/libpcap/
pcap-dos.c 1522 #define __inline__ macro
    [all...]
  /external/bzip2/
bzlib_private.h 53 #define __inline__ /* */ macro
  /external/u-boot/lib/bzip2/
bzlib_private.h 96 #define __inline__ /* */ macro

Completed in 272 milliseconds