Searched refs:ffs (Results 1 - 25 of 388) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dffs.c0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dffs.c0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dffs.c0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c158 #define FFS_SETUP_STATE(ffs) \
159 ((enum ffs_setup_state)cmpxchg(&(ffs)->setup_state, \
189 * to skip 16 bytes (ie. ffs->raw_descs + 16) to get to the
224 static void ffs_data_get(struct ffs_data *ffs);
225 static void ffs_data_put(struct ffs_data *ffs);
230 static void ffs_data_opened(struct ffs_data *ffs);
231 static void ffs_data_closed(struct ffs_data *ffs);
233 /* Called with ffs->mutex held; take over ownerrship of data. */
235 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
237 __ffs_data_got_strings(struct ffs_data *ffs, cha
247 struct ffs_data *ffs; member in struct:ffs_function
305 struct ffs_data *ffs; member in struct:ffs_epfile
340 struct ffs_data *ffs = req->context; local
346 __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) argument
374 __ffs_ep0_stall(struct ffs_data *ffs) argument
391 struct ffs_data *ffs = file->private_data; local
531 __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, size_t n) argument
569 struct ffs_data *ffs = file->private_data; local
672 struct ffs_data *ffs = inode->i_private; local
688 struct ffs_data *ffs = file->private_data; local
700 struct ffs_data *ffs = file->private_data; local
1000 struct ffs_data *ffs = sb->s_fs_info; local
1042 struct ffs_data *ffs; local
1255 ffs_data_get(struct ffs_data *ffs) argument
1262 ffs_data_opened(struct ffs_data *ffs) argument
1270 ffs_data_put(struct ffs_data *ffs) argument
1287 ffs_data_closed(struct ffs_data *ffs) argument
1302 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); local
1322 ffs_data_clear(struct ffs_data *ffs) argument
1340 ffs_data_reset(struct ffs_data *ffs) argument
1368 functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) argument
1403 functionfs_unbind(struct ffs_data *ffs) argument
1416 ffs_epfiles_create(struct ffs_data *ffs) argument
1467 functionfs_bind_config(struct usb_composite_dev *cdev, struct usb_configuration *c, struct ffs_data *ffs) argument
1541 struct ffs_data *ffs = func->ffs; local
1748 struct ffs_data *ffs = priv; local
1782 __ffs_data_got_descs(struct ffs_data *ffs, char *const _data, size_t len) argument
1846 __ffs_data_got_strings(struct ffs_data *ffs, char *const _data, size_t len) argument
1976 __ffs_event_add(struct ffs_data *ffs, enum usb_functionfs_event_type type) argument
2030 ffs_event_add(struct ffs_data *ffs, enum usb_functionfs_event_type type) argument
2164 struct ffs_data *ffs = func->ffs; local
2254 struct ffs_data *ffs = func->ffs; local
2273 struct ffs_data *ffs = func->ffs; local
2310 struct ffs_data *ffs = func->ffs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Df_fs.c158 #define FFS_SETUP_STATE(ffs) \
159 ((enum ffs_setup_state)cmpxchg(&(ffs)->setup_state, \
189 * to skip 16 bytes (ie. ffs->raw_descs + 16) to get to the
224 static void ffs_data_get(struct ffs_data *ffs);
225 static void ffs_data_put(struct ffs_data *ffs);
230 static void ffs_data_opened(struct ffs_data *ffs);
231 static void ffs_data_closed(struct ffs_data *ffs);
233 /* Called with ffs->mutex held; take over ownerrship of data. */
235 __ffs_data_got_descs(struct ffs_data *ffs, char *data, size_t len);
237 __ffs_data_got_strings(struct ffs_data *ffs, cha
247 struct ffs_data *ffs; member in struct:ffs_function
305 struct ffs_data *ffs; member in struct:ffs_epfile
340 struct ffs_data *ffs = req->context; local
346 __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) argument
374 __ffs_ep0_stall(struct ffs_data *ffs) argument
391 struct ffs_data *ffs = file->private_data; local
531 __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, size_t n) argument
569 struct ffs_data *ffs = file->private_data; local
672 struct ffs_data *ffs = inode->i_private; local
688 struct ffs_data *ffs = file->private_data; local
700 struct ffs_data *ffs = file->private_data; local
1000 struct ffs_data *ffs = sb->s_fs_info; local
1042 struct ffs_data *ffs; local
1255 ffs_data_get(struct ffs_data *ffs) argument
1262 ffs_data_opened(struct ffs_data *ffs) argument
1270 ffs_data_put(struct ffs_data *ffs) argument
1287 ffs_data_closed(struct ffs_data *ffs) argument
1302 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); local
1322 ffs_data_clear(struct ffs_data *ffs) argument
1340 ffs_data_reset(struct ffs_data *ffs) argument
1368 functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) argument
1403 functionfs_unbind(struct ffs_data *ffs) argument
1416 ffs_epfiles_create(struct ffs_data *ffs) argument
1467 functionfs_bind_config(struct usb_composite_dev *cdev, struct usb_configuration *c, struct ffs_data *ffs) argument
1541 struct ffs_data *ffs = func->ffs; local
1748 struct ffs_data *ffs = priv; local
1782 __ffs_data_got_descs(struct ffs_data *ffs, char *const _data, size_t len) argument
1846 __ffs_data_got_strings(struct ffs_data *ffs, char *const _data, size_t len) argument
1976 __ffs_event_add(struct ffs_data *ffs, enum usb_functionfs_event_type type) argument
2030 ffs_event_add(struct ffs_data *ffs, enum usb_functionfs_event_type type) argument
2164 struct ffs_data *ffs = func->ffs; local
2254 struct ffs_data *ffs = func->ffs; local
2273 struct ffs_data *ffs = func->ffs; local
2310 struct ffs_data *ffs = func->ffs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dstrings.in.h59 _GL_FUNCDECL_SYS (ffs, int, (int i));
61 _GL_CXXALIAS_SYS (ffs, int, (int i));
62 _GL_CXXALIASWARN (ffs); variable
64 # undef ffs
66 _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dstrings.in.h59 _GL_FUNCDECL_SYS (ffs, int, (int i));
61 _GL_CXXALIAS_SYS (ffs, int, (int i));
62 _GL_CXXALIASWARN (ffs); variable
64 # undef ffs
66 _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dstrings.in.h59 _GL_FUNCDECL_SYS (ffs, int, (int i));
61 _GL_CXXALIAS_SYS (ffs, int, (int i));
62 _GL_CXXALIASWARN (ffs); variable
64 # undef ffs
66 _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bit.h56 return ffs(v) - 1;
66 n = ffs(w);
69 if (w && (n = ffs(w)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_bit.h56 return ffs(v) - 1;
66 n = ffs(w);
69 if (w && (n = ffs(w)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dffs.h5 * ffs - find first bit set
9 * the libc and compiler builtin ffs routines, therefore
10 * differs in spirit from the above ffz (man ffs).
12 static inline int ffs(int x) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/asm-generic/bitops/
H A Dffs.h5 * ffs - find first bit set
9 * the libc and compiler builtin ffs routines, therefore
10 * differs in spirit from the above ffz (man ffs).
12 static inline int ffs(int x) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dfunctionfs.h178 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
180 static void functionfs_unbind(struct ffs_data *ffs)
185 struct ffs_data *ffs)
189 static int functionfs_ready_callback(struct ffs_data *ffs)
191 static void functionfs_closed_callback(struct ffs_data *ffs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dfunctionfs.h178 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
180 static void functionfs_unbind(struct ffs_data *ffs)
185 struct ffs_data *ffs)
189 static int functionfs_ready_callback(struct ffs_data *ffs)
191 static void functionfs_closed_callback(struct ffs_data *ffs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/
H A Dstrings.h29 int _EXFUN(ffs,(int));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/boot/
H A Da20.c25 int ffs = MAX_8042_FF; local
33 if (!--ffs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/boot/
H A Da20.c25 int ffs = MAX_8042_FF; local
33 if (!--ffs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/include/asm/
H A Dbitops.h65 * ffs: Find first bit set in word. This is defined the same way as
66 * the libc and compiler builtin ffs routines, therefore
67 * differs in spirit from the above ffz (man ffs).
70 static inline int ffs(unsigned long x) function
99 # include <asm-generic/bitops/ffs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h65 * ffs: Find first bit set in word. This is defined the same way as
66 * the libc and compiler builtin ffs routines, therefore
67 * differs in spirit from the above ffz (man ffs).
70 static inline int ffs(unsigned long x) function
99 # include <asm-generic/bitops/ffs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dsyscopyarea.c179 dst += dst_idx >> (ffs(bits) - 1);
182 src += src_idx >> (ffs(bits) - 1);
351 dst += dst_idx >> (ffs(bits) - 1);
353 src += src_idx >> (ffs(bits) - 1);
360 dst += dst_idx >> (ffs(bits) - 1);
362 src += src_idx >> (ffs(bits) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dsyscopyarea.c179 dst += dst_idx >> (ffs(bits) - 1);
182 src += src_idx >> (ffs(bits) - 1);
351 dst += dst_idx >> (ffs(bits) - 1);
353 src += src_idx >> (ffs(bits) - 1);
360 dst += dst_idx >> (ffs(bits) - 1);
362 src += src_idx >> (ffs(bits) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibipt_ULOG.c89 printf(" --ulog-nlgroup %d", ffs(loginfo->nl_group));
105 ffs(loginfo->nl_group));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibipt_ULOG.c89 printf(" --ulog-nlgroup %d", ffs(loginfo->nl_group));
105 ffs(loginfo->nl_group));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibipt_ULOG.c89 printf(" --ulog-nlgroup %d", ffs(loginfo->nl_group));
105 ffs(loginfo->nl_group));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Dlib.c86 bits = 33 - ffs(ntohl(mask));

Completed in 295 milliseconds

1234567891011>>