Searched refs:is (Results 1 - 25 of 2313) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3cyclicdfa.c6 * Any state that has a semantic predicate edge is special; those states
8 * which is generated by cyclicDFA template.
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) argument
86 mark = is->mark(is); /* Store where we are right now */
99 s = cdfa->specialStateTransition(ctx, rec, is, cdfa, specialState);
112 is->rewind(is, mark);
115 is->consume(is);
193 antlr3dfaspecialStateTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
201 antlr3dfaspecialTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
[all...]
H A Dantlr3ucs2inputstream.c37 static void antlr3UCS2Consume (pANTLR3_INT_STREAM is);
38 static ANTLR3_UCHAR antlr3UCS2LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
39 static ANTLR3_MARKER antlr3UCS2Index (pANTLR3_INT_STREAM is);
40 static void antlr3UCS2Seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
51 /// - Strictly speaking, there is no such thing as a UCS2 input stream as the term
54 /// streams that do not support surrogate encodings and UCS2 is how it is mostly referred to.
56 /// of stream is very common.
62 // Build a string factory for this stream. This is a 16 bit string "UCS2" factory which is
93 antlr3UCS2Consume(pANTLR3_INT_STREAM is) argument
128 antlr3UCS2LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
149 antlr3UCS2Index(pANTLR3_INT_STREAM is) argument
166 antlr3UCS2Seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) argument
[all...]
H A Dantlr3inputstream.c39 static void antlr3AsciiConsume (pANTLR3_INT_STREAM is);
40 static ANTLR3_UCHAR antlr3AsciiLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
41 static ANTLR3_UCHAR antlr3AsciiLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
42 static ANTLR3_MARKER antlr3AsciiIndex (pANTLR3_INT_STREAM is);
43 static ANTLR3_MARKER antlr3AsciiMark (pANTLR3_INT_STREAM is);
44 static void antlr3AsciiRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
45 static void antlr3AsciiRewindLast (pANTLR3_INT_STREAM is);
46 static void antlr3AsciiRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
47 static void antlr3AsciiSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
48 static pANTLR3_STRING antlr3AsciiGetSourceName (pANTLR3_INT_STREAM is);
149 antlr3AsciiGetSourceName(pANTLR3_INT_STREAM is) argument
243 antlr3AsciiConsume(pANTLR3_INT_STREAM is) argument
278 antlr3AsciiLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
305 antlr3AsciiLA_ucase(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
344 antlr3AsciiIndex(pANTLR3_INT_STREAM is) argument
373 antlr3AsciiMark(pANTLR3_INT_STREAM is) argument
426 antlr3AsciiRewindLast(pANTLR3_INT_STREAM is) argument
439 antlr3AsciiRewind(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
478 antlr3AsciiRelease(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
498 antlr3AsciiSeek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c4 * This file is part of FFmpeg.
6 * FFmpeg is free software; you can redistribute it and/or
11 * FFmpeg is distributed in the hope that it will be useful,
75 /* no AV sync correction is done if below the minimum AV sync threshold */
77 /* AV sync correction is done if above the maximum AV sync threshold */
79 /* If a frame duration is longer than this, it will not be duplicated to compensate AV sync */
81 /* no AV correction is done if too big error */
158 int serial; /* clock is based on a packet with this serial */
842 static void video_image_display(VideoState *is) argument
850 vp = &is
1034 stream_close(VideoState *is) argument
1060 do_exit(VideoState *is) argument
1091 video_open(VideoState *is, int force_set_video_mode, VideoPicture *vp) argument
1132 video_display(VideoState *is) argument
1190 get_master_sync_type(VideoState *is) argument
1207 get_master_clock(VideoState *is) argument
1225 check_external_clock_speed(VideoState *is) argument
1240 stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) argument
1254 stream_toggle_pause(VideoState *is) argument
1267 toggle_pause(VideoState *is) argument
1273 step_to_next_frame(VideoState *is) argument
1281 compute_target_delay(double delay, VideoState *is) argument
1311 vp_duration(VideoState *is, VideoPicture *vp, VideoPicture *nextvp) argument
1324 pictq_nb_remaining(VideoState *is) argument
1329 pictq_prev_picture(VideoState *is) argument
1335 pictq_next_picture(VideoState *is) argument
1350 update_video_pts(VideoState *is, double pts, int64_t pos, int serial) argument
1360 VideoState *is = opaque; local
1523 alloc_picture(VideoState *is) argument
1572 queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t pos, int serial) argument
1682 get_video_frame(VideoState *is, AVFrame *frame, AVPacket *pkt, int *serial) argument
1780 configure_video_filters(AVFilterGraph *graph, VideoState *is, const char *vfilters, AVFrame *frame) argument
1869 configure_audio_filters(VideoState *is, const char *afilters, int force_output_format) argument
1949 VideoState *is = arg; local
2053 VideoState *is = arg; local
2126 update_sample_display(VideoState *is, short *samples, int samples_size) argument
2146 synchronize_audio(VideoState *is, int nb_samples) argument
2194 audio_decode_frame(VideoState *is) argument
2424 VideoState *is = opaque; local
2533 stream_component_open(VideoState *is, int stream_index) argument
2665 stream_component_close(VideoState *is, int stream_index) argument
2750 VideoState *is = ctx; local
2773 VideoState *is = arg; local
3074 VideoState *is; local
3111 stream_cycle_channel(VideoState *is, int codec_type) argument
3190 toggle_full_screen(VideoState *is) argument
3202 toggle_audio_display(VideoState *is) argument
3218 refresh_loop_wait_event(VideoState *is, SDL_Event *event) argument
3235 seek_chapter(VideoState *is, int incr) argument
3659 VideoState *is; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxos2.tex3 wxOS2 is a port of wxWidgets for the IBM OS/2 platform.
4 It is currently under construction.
H A Dgridwork.tex8 This is the common base class for wxGridCellRenderer and
11 NB: this is more an implementation convenience than a design issue, so this
12 class is not documented and is not public at all.
30 this class is ref counted: it is created with ref count of 1, so
32 it until the matching DecRef() is called
42 Interpret renderer parameters: arbitrary string whose interpretation is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsparsemem.h16 * then MAX_PHYSMEM_BITS is 32, SECTION_SIZE_BITS is 26.
21 #error Sparsemem is not supported on this platform
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c5 * This file is part of Libav.
7 * Libav is free software; you can redistribute it and/or
12 * Libav is distributed in the hope that it will be useful,
69 /* no AV sync correction is done if below the AV sync threshold */
71 /* no AV correction is done if too big error */
644 static void video_image_display(VideoState *is) argument
654 vp = &is->pictq[is->pictq_rindex];
664 if (is->video_st->sample_aspect_ratio.num)
665 aspect_ratio = av_q2d(is
723 audio_write_get_buf_size(VideoState *is) argument
876 video_open(VideoState *is) argument
928 video_display(VideoState *is) argument
940 VideoState *is= opaque; local
955 get_audio_clock(VideoState *is) argument
972 get_video_clock(VideoState *is) argument
982 get_external_clock(VideoState *is) argument
990 get_master_clock(VideoState *is) argument
1011 stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) argument
1024 stream_pause(VideoState *is) argument
1036 compute_target_time(double frame_current_pts, VideoState *is) argument
1079 VideoState *is = opaque; local
1218 stream_close(VideoState *is) argument
1274 VideoState *is = opaque; local
1318 queue_picture(VideoState *is, AVFrame *src_frame, double pts, int64_t pos) argument
1441 output_picture2(VideoState *is, AVFrame *src_frame, double pts1, int64_t pos) argument
1463 get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacket *pkt) argument
1520 VideoState *is; member in struct:__anon1815
1705 configure_video_filters(AVFilterGraph *graph, VideoState *is, const char *vfilters) argument
1755 VideoState *is = arg; local
1845 VideoState *is = arg; local
1913 update_sample_display(VideoState *is, short *samples, int samples_size) argument
1933 synchronize_audio(VideoState *is, short *samples, int samples_size1, double pts) argument
2007 audio_decode_frame(VideoState *is, double *pts_ptr) argument
2132 VideoState *is = opaque; local
2165 stream_component_open(VideoState *is, int stream_index) argument
2261 stream_component_close(VideoState *is, int stream_index) argument
2356 VideoState *is = arg; local
2615 VideoState *is; local
2641 stream_cycle_channel(VideoState *is, int codec_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c34 static int isdn_ppp_set_compressor(struct ippp_struct *is,struct isdn_ppp_comp_data *);
40 struct ippp_struct *is,struct ippp_struct *master,int type);
45 static void isdn_ppp_ccp_kickup(struct ippp_struct *is);
46 static void isdn_ppp_ccp_xmit_reset(struct ippp_struct *is, int proto,
49 static struct ippp_ccp_reset *isdn_ppp_ccp_reset_alloc(struct ippp_struct *is);
50 static void isdn_ppp_ccp_reset_free(struct ippp_struct *is);
51 static void isdn_ppp_ccp_reset_free_state(struct ippp_struct *is,
54 static struct ippp_ccp_reset_state *isdn_ppp_ccp_reset_alloc_state(struct ippp_struct *is,
56 static void isdn_ppp_ccp_reset_trans(struct ippp_struct *is,
58 static void isdn_ppp_ccp_reset_ack_rcvd(struct ippp_struct *is,
110 struct ippp_struct *is; local
160 struct ippp_struct *is; local
245 struct ippp_struct *is; local
282 struct ippp_struct *is; local
340 struct ippp_struct *is; local
475 struct ippp_struct *is; local
665 struct ippp_struct *is; local
709 struct ippp_struct *is; local
759 struct ippp_struct *is; local
800 struct ippp_struct *is; local
919 isdn_ppp_skip_ac(struct ippp_struct *is, struct sk_buff *skb) argument
971 struct ippp_struct *is; local
1028 struct ippp_struct *is, *mis; local
1463 struct ippp_struct *is = ippp_table[lp->ppp_slot]; local
1550 struct ippp_struct * is; local
1590 struct ippp_struct *is; local
1934 isdn_ppp_bundle(struct ippp_struct *is, int unit) argument
2155 isdn_ppp_ccp_kickup(struct ippp_struct *is) argument
2195 isdn_ppp_ccp_xmit_reset(struct ippp_struct *is, int proto, unsigned char code, unsigned char id, unsigned char *data, int len) argument
2246 isdn_ppp_ccp_reset_alloc(struct ippp_struct *is) argument
2261 isdn_ppp_ccp_reset_free(struct ippp_struct *is) argument
2277 isdn_ppp_ccp_reset_free_state(struct ippp_struct *is, unsigned char id) argument
2331 isdn_ppp_ccp_reset_alloc_state(struct ippp_struct *is, unsigned char id) argument
2357 isdn_ppp_ccp_reset_trans(struct ippp_struct *is, struct isdn_ppp_resetparams *rp) argument
2460 isdn_ppp_ccp_reset_ack_rcvd(struct ippp_struct *is, unsigned char id) argument
2500 isdn_ppp_decompress(struct sk_buff *skb,struct ippp_struct *is,struct ippp_struct *master, int *proto) argument
2583 isdn_ppp_compress(struct sk_buff *skb_in,int *proto, struct ippp_struct *is,struct ippp_struct *master,int type) argument
2646 struct ippp_struct *is; local
2822 struct ippp_struct *mis,*is; local
2943 isdn_ppp_set_compressor(struct ippp_struct *is, struct isdn_ppp_comp_data *data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dsys.h1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Des.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
H A Dfi.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
H A Dhu.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
H A Dit.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
H A Dnl.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
28 $text["connmsg"] = "is aan het verbinden";
29 $text["highidmsg"] = "is online (high id)";
30 $text["lowidmsg"] = "is online (low id)";
31 $text["offrunmsg"] = "is offline";
H A Dpl.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
H A Dpt.inc5 * Written by �berpenguin, AMPS is an adaptation of BigBob's aStats
7 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Diso9660.c6 * This program is free software; you can redistribute it and/or modify it
59 struct iso_volume_descriptor *is; local
68 is = (struct iso_volume_descriptor *) buf;
70 if (memcmp(is->id, "CD001", 5) == 0) {
75 volume_id_set_label_raw(id, is->volume_id, 32);
76 volume_id_set_label_string(id, is->volume_id, 32);
83 is = (struct iso_volume_descriptor *) volume_id_get_buffer(id, off + vd_offset, 0x200);
84 if (is == NULL || is->type == ISO_VD_END)
86 if (is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c8 * This program is free software; you can redistribute it and/or modify
12 * This program is distributed in the hope that it will be useful,
66 * if msg is NULL use isar->buf
100 * if msg is NULL use isar->buf
255 /* the ISAR is big endian */
416 pr_debug("%s: HL->LL FAXIND %x\n", ch->is->name, status);
425 if (!ch->is->clsb) {
426 pr_debug("%s; ISAR zero len frame\n", ch->is->name);
427 ch->is->write_reg(ch->is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxpmhand.h18 #error xpmhand.h is no longer needed since wxImage now handles XPMs.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dhardirq_no.h14 # error HARDIRQ_BITS is too low!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpage-debug-flags.h7 * PAGE_DEBUG_FLAG_POISON is set for poisoned pages. This is used to
15 PAGE_DEBUG_FLAG_POISON, /* Page is poisoned */
26 #error WANT_PAGE_DEBUG_FLAGS is turned on with no debug features!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dhardirq.h14 # error HARDIRQ_BITS is too low!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dhardirq.h14 # error HARDIRQ_BITS is too low!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dhardirq.h19 # error HARDIRQ_BITS is too low!

Completed in 155 milliseconds

1234567891011>>