Searched refs:after (Results 1 - 25 of 498) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1501.c38 struct timeval *after)
42 result = (after->tv_sec - before->tv_sec) * 1000000 +
43 after->tv_usec - before->tv_usec;
82 struct timeval after; local
107 after = tutil_tvnow();
108 e = elapsed(&before, &after);
37 elapsed(struct timeval *before, struct timeval *after) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dconfig17 --enable-after|-E beforeopt option
18 Enable option directly after other option
19 --disable-after|-D beforeopt option
20 Disable option directly after other option
21 --module-after|-M beforeopt option
22 Turn option into module directly after other option
82 --*-after)
127 --enable-after|-E)
131 --disable-after|-D)
135 --module-after|
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s6000/
H A Ds6000-pcm.h20 int (*trigger)(struct snd_pcm_substream *substream, int cmd, int after);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddualinput.c54 in[0].after = EXT_INFINITY;
57 in[1].after = EXT_INFINITY;
60 in[0].after = in[1].after = EXT_STOP;
62 in[1].after = EXT_NULL;
H A Dframesync.h49 * - When a frame event is ready to be processed (i.e. after adding a frame
60 * and after EOF to keep sync with possibly longer other streams.
96 * Extrapolation mode for timestamps after the last frame
98 enum FFFrameSyncExtMode after; member in struct:FFFrameSyncIn
106 * Current frame, may be NULL before the first one or after EOF
131 * State: before first, in stream or after EOF, for internal use
224 * Must be called after all options are set but before all use.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dhelper.c43 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) argument
55 if (p[1] == dtype && (!after || (void *)p > after)) {
66 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) argument
68 unsigned char *p = after;
H A Dhelper.h6 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
7 void *snd_usb_find_csint_desc(void *descstart, int desclen, void *after, u8 dsubtype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dutils.h23 modifyString(char * string, const char * before, const char * after, short like);
H A Dmetadata.h74 modifyString(char * string, const char * before, const char * after, short like);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dcpuidle.c38 struct timeval before, after; local
54 do_gettimeofday(&after);
56 idle_time = (after.tv_sec - before.tv_sec) * USEC_PER_SEC +
57 (after.tv_usec - before.tv_usec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dcpuidle.c37 struct timeval before, after; local
56 do_gettimeofday(&after);
58 idle_time = (after.tv_sec - before.tv_sec) * USEC_PER_SEC +
59 (after.tv_usec - before.tv_usec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dcache.c9 /* Flush descriptor to make sure we get correct in_eop and after. */
14 (unsigned)(descr->after - descr->buf));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dledtrig-timer.c83 char *after; local
84 unsigned long state = simple_strtoul(buf, &after, 10);
85 size_t count = after - buf;
87 if (isspace(*after))
127 char *after; local
128 unsigned long state = simple_strtoul(buf, &after, 10);
129 size_t count = after - buf;
131 if (isspace(*after))
H A Dled-class.c49 char *after; local
50 unsigned long state = simple_strtoul(buf, &after, 10);
51 size_t count = after - buf;
53 if (isspace(*after))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c31 ktime_t before, after; local
52 after = ktime_get();
53 return ktime_to_ns(ktime_sub(after, before)) >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcpuidle.c84 struct timeval before, after; local
97 do_gettimeofday(&after);
99 idle_time = (after.tv_sec - before.tv_sec) * USEC_PER_SEC +
100 (after.tv_usec - before.tv_usec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/doc/
H A Dopenssl-c-indent.el42 (substatement-open before after) ; From "gnu" style
53 (arglist-intro . c-lineup-arglist-intro-after-paren) ; From "gnu" style
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/doc/
H A Dopenssl-c-indent.el42 (substatement-open before after) ; From "gnu" style
53 (arglist-intro . c-lineup-arglist-intro-after-paren) ; From "gnu" style
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.h149 ConfigItem(QListView *parent, ConfigItem *after, struct menu *m, bool v) argument
150 : Parent(parent, after), menu(m), visible(v), goParent(false)
154 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) argument
155 : Parent(parent, after), menu(m), visible(v), goParent(false)
159 ConfigItem(QListView *parent, ConfigItem *after, bool v) argument
160 : Parent(parent, after), menu(0), visible(v), goParent(true)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Drheap.c154 rh_block_t *after; local
165 /* Find the blocks immediately before and after the given one
168 after = NULL;
184 after = blk;
187 if (before != NULL && after != NULL)
195 if (after && e != after->start)
196 after = NULL;
199 if (before == NULL && after == NULL) {
213 if (before != NULL && after
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.h148 ConfigItem(QListView *parent, ConfigItem *after, struct menu *m, bool v) argument
149 : Parent(parent, after), menu(m), visible(v), goParent(false)
153 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) argument
154 : Parent(parent, after), menu(m), visible(v), goParent(false)
158 ConfigItem(QListView *parent, ConfigItem *after, bool v) argument
159 : Parent(parent, after), menu(0), visible(v), goParent(true)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsistream.tex33 is copied by the stream so if the original string is modified after using this
H A Dcalclevt.tex50 after the event handler has subtracted the area that its window occupies.
62 Call this to specify the new remaining parent client area, after the space occupied by the
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DRelPath.mk41 # each remaining element of $2 (after common prefix removal)
42 # with '..', then appending the remainder of $3 (after common
56 # If $1 prefixes $2, the result is the remainder of $2 after
58 # of $1 after removing $2, but with each element in that
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch-x11.c301 unsigned long after; local
315 XA_STRING, &type, &format, &items, &after,
317 if (result != Success || type == None || after != 0 || data == NULL || format != 8)
328 XA_CARDINAL, &type, &format, &items, &after,
330 if (result == Success && type != None && after == 0 && data != NULL && format == 32)

Completed in 216 milliseconds

1234567891011>>