Searched refs:bc (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c147 static inline void baycom_int_freq(struct baycom_state *bc) argument
154 bc->debug_vals.cur_intcnt++;
155 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
156 bc->debug_vals.last_jiffies = cur_jiffies;
157 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
158 bc->debug_vals.cur_intcnt = 0;
159 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
160 bc
200 ser12_tx(struct net_device *dev, struct baycom_state *bc) argument
218 ser12_rx(struct net_device *dev, struct baycom_state *bc) argument
380 struct baycom_state *bc = netdev_priv(dev); local
473 struct baycom_state *bc = netdev_priv(dev); local
516 struct baycom_state *bc = netdev_priv(dev); local
554 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
572 struct baycom_state *bc; local
666 struct baycom_state *bc; local
[all...]
H A Dbaycom_par.c160 static void __inline__ baycom_int_freq(struct baycom_state *bc) argument
167 bc->debug_vals.cur_intcnt++;
168 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
169 bc->debug_vals.last_jiffies = cur_jiffies;
170 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
171 bc->debug_vals.cur_intcnt = 0;
172 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
173 bc
196 par96_tx(struct net_device *dev, struct baycom_state *bc) argument
220 par96_rx(struct net_device *dev, struct baycom_state *bc) argument
276 struct baycom_state *bc = netdev_priv(dev); local
303 struct baycom_state *bc = netdev_priv(dev); local
314 struct baycom_state *bc = netdev_priv(dev); local
363 struct baycom_state *bc = netdev_priv(dev); local
400 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
416 struct baycom_state *bc; local
505 struct baycom_state *bc; local
[all...]
H A Dbaycom_ser_fdx.c158 static inline void baycom_int_freq(struct baycom_state *bc) argument
165 bc->debug_vals.cur_intcnt++;
166 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
167 bc->debug_vals.last_jiffies = cur_jiffies;
168 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
169 bc->debug_vals.cur_intcnt = 0;
170 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
171 bc
209 ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv, unsigned char curs) argument
267 struct baycom_state *bc = netdev_priv(dev); local
393 struct baycom_state *bc = netdev_priv(dev); local
459 struct baycom_state *bc = netdev_priv(dev); local
497 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
520 struct baycom_state *bc; local
617 struct baycom_state *bc; local
[all...]
H A Dbaycom_epp.c263 #define tenms_to_flags(bc,tenms) ((tenms * bc->bitrate) / 800)
267 static inline void baycom_int_freq(struct baycom_state *bc) argument
274 bc->debug_vals.cur_intcnt++;
275 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
276 bc->debug_vals.last_jiffies = cur_jiffies;
277 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
278 bc->debug_vals.cur_intcnt = 0;
279 bc
295 eppconfig(struct baycom_state *bc) argument
316 do_kiss_params(struct baycom_state *bc, unsigned char *data, unsigned long len) argument
357 encode_hdlc(struct baycom_state *bc) argument
419 transmit(struct baycom_state *bc, int cnt, unsigned char stat) argument
526 struct baycom_state *bc = netdev_priv(dev); local
551 struct baycom_state *bc = netdev_priv(dev); local
638 struct baycom_state *bc; local
761 struct baycom_state *bc = netdev_priv(dev); local
796 struct baycom_state *bc = netdev_priv(dev); local
816 struct baycom_state *bc = netdev_priv(dev); local
924 struct baycom_state *bc = netdev_priv(dev); local
946 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
983 struct baycom_state *bc = netdev_priv(dev); local
1107 struct baycom_state *bc; local
1162 struct baycom_state *bc = netdev_priv(dev); local
1227 struct baycom_state *bc = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c147 static inline void baycom_int_freq(struct baycom_state *bc) argument
154 bc->debug_vals.cur_intcnt++;
155 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
156 bc->debug_vals.last_jiffies = cur_jiffies;
157 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
158 bc->debug_vals.cur_intcnt = 0;
159 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
160 bc
200 ser12_tx(struct net_device *dev, struct baycom_state *bc) argument
218 ser12_rx(struct net_device *dev, struct baycom_state *bc) argument
380 struct baycom_state *bc = netdev_priv(dev); local
473 struct baycom_state *bc = netdev_priv(dev); local
516 struct baycom_state *bc = netdev_priv(dev); local
554 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
572 struct baycom_state *bc; local
666 struct baycom_state *bc; local
[all...]
H A Dbaycom_par.c160 static void __inline__ baycom_int_freq(struct baycom_state *bc) argument
167 bc->debug_vals.cur_intcnt++;
168 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
169 bc->debug_vals.last_jiffies = cur_jiffies;
170 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
171 bc->debug_vals.cur_intcnt = 0;
172 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
173 bc
196 par96_tx(struct net_device *dev, struct baycom_state *bc) argument
220 par96_rx(struct net_device *dev, struct baycom_state *bc) argument
276 struct baycom_state *bc = netdev_priv(dev); local
303 struct baycom_state *bc = netdev_priv(dev); local
314 struct baycom_state *bc = netdev_priv(dev); local
363 struct baycom_state *bc = netdev_priv(dev); local
400 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
416 struct baycom_state *bc; local
505 struct baycom_state *bc; local
[all...]
H A Dbaycom_ser_fdx.c158 static inline void baycom_int_freq(struct baycom_state *bc) argument
165 bc->debug_vals.cur_intcnt++;
166 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
167 bc->debug_vals.last_jiffies = cur_jiffies;
168 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
169 bc->debug_vals.cur_intcnt = 0;
170 bc->debug_vals.last_pllcorr = bc->debug_vals.cur_pllcorr;
171 bc
209 ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv, unsigned char curs) argument
267 struct baycom_state *bc = netdev_priv(dev); local
393 struct baycom_state *bc = netdev_priv(dev); local
459 struct baycom_state *bc = netdev_priv(dev); local
497 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
520 struct baycom_state *bc; local
617 struct baycom_state *bc; local
[all...]
H A Dbaycom_epp.c263 #define tenms_to_flags(bc,tenms) ((tenms * bc->bitrate) / 800)
267 static inline void baycom_int_freq(struct baycom_state *bc) argument
274 bc->debug_vals.cur_intcnt++;
275 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) {
276 bc->debug_vals.last_jiffies = cur_jiffies;
277 bc->debug_vals.last_intcnt = bc->debug_vals.cur_intcnt;
278 bc->debug_vals.cur_intcnt = 0;
279 bc
295 eppconfig(struct baycom_state *bc) argument
316 do_kiss_params(struct baycom_state *bc, unsigned char *data, unsigned long len) argument
357 encode_hdlc(struct baycom_state *bc) argument
419 transmit(struct baycom_state *bc, int cnt, unsigned char stat) argument
526 struct baycom_state *bc = netdev_priv(dev); local
551 struct baycom_state *bc = netdev_priv(dev); local
638 struct baycom_state *bc; local
761 struct baycom_state *bc = netdev_priv(dev); local
796 struct baycom_state *bc = netdev_priv(dev); local
816 struct baycom_state *bc = netdev_priv(dev); local
924 struct baycom_state *bc = netdev_priv(dev); local
946 baycom_setmode(struct baycom_state *bc, const char *modestr) argument
983 struct baycom_state *bc = netdev_priv(dev); local
1107 struct baycom_state *bc; local
1162 struct baycom_state *bc = netdev_priv(dev); local
1227 struct baycom_state *bc = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dpci-ip27.c43 struct bridge_controller *bc; local
55 bc = &bridges[num_bridges];
57 bc->pc.pci_ops = &bridge_pci_ops;
58 bc->pc.mem_resource = &bc->mem;
59 bc->pc.io_resource = &bc->io;
61 bc->pc.index = num_bridges;
63 bc->mem.name = "Bridge PCI MEM";
64 bc
158 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
183 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
194 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
210 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-ip27.c43 struct bridge_controller *bc; local
55 bc = &bridges[num_bridges];
57 bc->pc.pci_ops = &bridge_pci_ops;
58 bc->pc.mem_resource = &bc->mem;
59 bc->pc.io_resource = &bc->io;
61 bc->pc.index = num_bridges;
63 bc->mem.name = "Bridge PCI MEM";
64 bc
158 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
183 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
194 struct bridge_controller *bc = BRIDGE_CONTROLLER(dev->bus); local
210 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
H A Dbctest3 # This script is used by test/Makefile.ssl to check whether a sane 'bc'
5 # ('make test_bn' should not try to run 'bc' if it does not exist or if
6 # it is a broken 'bc' version that is known to cause trouble.)
8 # If 'bc' works, we also test if it knows the 'print' command.
11 # running) bc.
16 # First we try "bc", then "$dir/bc" for each item in $PATH.
20 bc=bc
24 bc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Dnetjet.c90 struct tiger_ch bc[2]; member in struct:tiger_hw
108 card->bc[0].bch.debug = debug;
109 card->bc[1].bch.debug = debug;
187 fill_mem(struct tiger_ch *bc, u32 idx, u32 cnt, u32 fill) argument
189 struct tiger_hw *card = bc->bch.hw;
193 bc->bch.nr, fill, cnt, idx, card->send.idx);
194 if (bc->bch.nr & 2) {
210 mode_tiger(struct tiger_ch *bc, u32 protocol) argument
212 struct tiger_hw *card = bc->bch.hw;
215 bc
375 read_dma(struct tiger_ch *bc, u32 idx, int cnt) argument
484 resync(struct tiger_ch *bc, struct tiger_hw *card) argument
506 fill_hdlc_flag(struct tiger_ch *bc) argument
543 fill_dma(struct tiger_ch *bc) argument
595 bc_next_frame(struct tiger_ch *bc) argument
615 send_tiger_bc(struct tiger_hw *card, struct tiger_ch *bc) argument
731 struct tiger_ch *bc = container_of(bch, struct tiger_ch, bch); local
778 channel_bctrl(struct tiger_ch *bc, struct mISDN_ctrl_req *cq) argument
801 struct tiger_ch *bc = container_of(bch, struct tiger_ch, bch); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dnetjet.c90 struct tiger_ch bc[2]; member in struct:tiger_hw
108 card->bc[0].bch.debug = debug;
109 card->bc[1].bch.debug = debug;
187 fill_mem(struct tiger_ch *bc, u32 idx, u32 cnt, u32 fill) argument
189 struct tiger_hw *card = bc->bch.hw;
193 bc->bch.nr, fill, cnt, idx, card->send.idx);
194 if (bc->bch.nr & 2) {
210 mode_tiger(struct tiger_ch *bc, u32 protocol) argument
212 struct tiger_hw *card = bc->bch.hw;
215 bc
375 read_dma(struct tiger_ch *bc, u32 idx, int cnt) argument
484 resync(struct tiger_ch *bc, struct tiger_hw *card) argument
506 fill_hdlc_flag(struct tiger_ch *bc) argument
543 fill_dma(struct tiger_ch *bc) argument
595 bc_next_frame(struct tiger_ch *bc) argument
615 send_tiger_bc(struct tiger_hw *card, struct tiger_ch *bc) argument
731 struct tiger_ch *bc = container_of(bch, struct tiger_ch, bch); local
778 channel_bctrl(struct tiger_ch *bc, struct mISDN_ctrl_req *cq) argument
801 struct tiger_ch *bc = container_of(bch, struct tiger_ch, bch); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dnutdec.c32 static int get_str(ByteIOContext *bc, char *string, unsigned int maxlen){ argument
33 unsigned int len= ff_get_v(bc);
36 get_buffer(bc, string, FFMIN(len, maxlen));
38 get_byte(bc);
51 static int64_t get_s(ByteIOContext *bc){ argument
52 int64_t v = ff_get_v(bc) + 1;
58 static uint64_t get_fourcc(ByteIOContext *bc){ argument
59 unsigned int len= ff_get_v(bc);
61 if (len==2) return get_le16(bc);
62 else if(len==4) return get_le32(bc);
67 get_v_trace(ByteIOContext *bc, char *file, char *func, int line) argument
74 get_s_trace(ByteIOContext *bc, char *file, char *func, int line) argument
81 get_vb_trace(ByteIOContext *bc, char *file, char *func, int line) argument
92 get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum, uint64_t startcode) argument
112 find_any_startcode(ByteIOContext *bc, int64_t pos) argument
141 find_startcode(ByteIOContext *bc, uint64_t code, int64_t pos) argument
172 skip_reserved(ByteIOContext *bc, int64_t pos) argument
186 ByteIOContext *bc = s->pb; local
296 ByteIOContext *bc = s->pb; local
392 ByteIOContext *bc = s->pb; local
469 ByteIOContext *bc = s->pb; local
497 ByteIOContext *bc = s->pb; local
595 ByteIOContext *bc = s->pb; local
656 ByteIOContext *bc = s->pb; local
726 ByteIOContext *bc = s->pb; local
767 ByteIOContext *bc = s->pb; local
823 ByteIOContext *bc = s->pb; local
[all...]
H A Dnutenc.c255 static void put_v(ByteIOContext *bc, uint64_t val){ argument
259 put_byte(bc, 128 | (val>>(7*i)));
261 put_byte(bc, val&127);
264 static void put_tt(NUTContext *nut, StreamContext *nus, ByteIOContext *bc, uint64_t val){ argument
267 put_v(bc, val);
273 static void put_str(ByteIOContext *bc, const char *string){ argument
276 put_v(bc, len);
277 put_buffer(bc, string, len);
280 static void put_s(ByteIOContext *bc, int64_t val){ argument
281 put_v(bc,
285 put_v_trace(ByteIOContext *bc, uint64_t v, char *file, char *func, int line) argument
291 put_s_trace(ByteIOContext *bc, int64_t v, char *file, char *func, int line) argument
301 put_packet(NUTContext *nut, ByteIOContext *bc, ByteIOContext *dyn_bc, int calculate_checksum, uint64_t startcode) argument
322 write_mainheader(NUTContext *nut, ByteIOContext *bc) argument
393 write_streamheader(NUTContext *nut, ByteIOContext *bc, AVStream *st, int i) argument
442 add_info(ByteIOContext *bc, const char *type, const char *value) argument
449 write_globalinfo(NUTContext *nut, ByteIOContext *bc) argument
475 write_streaminfo(NUTContext *nut, ByteIOContext *bc, int stream_id) argument
506 write_headers(NUTContext *nut, ByteIOContext *bc) argument
553 ByteIOContext *bc = s->pb; local
643 ByteIOContext *bc = s->pb, *dyn_bc; local
796 ByteIOContext *bc= s->pb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dnutdec.c32 static int get_str(ByteIOContext *bc, char *string, unsigned int maxlen){ argument
33 unsigned int len= ff_get_v(bc);
36 get_buffer(bc, string, FFMIN(len, maxlen));
38 get_byte(bc);
51 static int64_t get_s(ByteIOContext *bc){ argument
52 int64_t v = ff_get_v(bc) + 1;
58 static uint64_t get_fourcc(ByteIOContext *bc){ argument
59 unsigned int len= ff_get_v(bc);
61 if (len==2) return get_le16(bc);
62 else if(len==4) return get_le32(bc);
67 get_v_trace(ByteIOContext *bc, char *file, char *func, int line) argument
74 get_s_trace(ByteIOContext *bc, char *file, char *func, int line) argument
81 get_vb_trace(ByteIOContext *bc, char *file, char *func, int line) argument
92 get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum, uint64_t startcode) argument
112 find_any_startcode(ByteIOContext *bc, int64_t pos) argument
141 find_startcode(ByteIOContext *bc, uint64_t code, int64_t pos) argument
172 skip_reserved(ByteIOContext *bc, int64_t pos) argument
186 ByteIOContext *bc = s->pb; local
296 ByteIOContext *bc = s->pb; local
392 ByteIOContext *bc = s->pb; local
469 ByteIOContext *bc = s->pb; local
497 ByteIOContext *bc = s->pb; local
595 ByteIOContext *bc = s->pb; local
656 ByteIOContext *bc = s->pb; local
726 ByteIOContext *bc = s->pb; local
767 ByteIOContext *bc = s->pb; local
823 ByteIOContext *bc = s->pb; local
[all...]
H A Dnutenc.c255 static void put_v(ByteIOContext *bc, uint64_t val){ argument
259 put_byte(bc, 128 | (val>>(7*i)));
261 put_byte(bc, val&127);
264 static void put_tt(NUTContext *nut, StreamContext *nus, ByteIOContext *bc, uint64_t val){ argument
267 put_v(bc, val);
273 static void put_str(ByteIOContext *bc, const char *string){ argument
276 put_v(bc, len);
277 put_buffer(bc, string, len);
280 static void put_s(ByteIOContext *bc, int64_t val){ argument
281 put_v(bc,
285 put_v_trace(ByteIOContext *bc, uint64_t v, char *file, char *func, int line) argument
291 put_s_trace(ByteIOContext *bc, int64_t v, char *file, char *func, int line) argument
301 put_packet(NUTContext *nut, ByteIOContext *bc, ByteIOContext *dyn_bc, int calculate_checksum, uint64_t startcode) argument
322 write_mainheader(NUTContext *nut, ByteIOContext *bc) argument
393 write_streamheader(NUTContext *nut, ByteIOContext *bc, AVStream *st, int i) argument
442 add_info(ByteIOContext *bc, const char *type, const char *value) argument
449 write_globalinfo(NUTContext *nut, ByteIOContext *bc) argument
475 write_streaminfo(NUTContext *nut, ByteIOContext *bc, int stream_id) argument
506 write_headers(NUTContext *nut, ByteIOContext *bc) argument
553 ByteIOContext *bc = s->pb; local
643 ByteIOContext *bc = s->pb, *dyn_bc; local
796 ByteIOContext *bc= s->pb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dnutdec.c32 static int get_str(ByteIOContext *bc, char *string, unsigned int maxlen){ argument
33 unsigned int len= ff_get_v(bc);
36 get_buffer(bc, string, FFMIN(len, maxlen));
38 get_byte(bc);
51 static int64_t get_s(ByteIOContext *bc){ argument
52 int64_t v = ff_get_v(bc) + 1;
58 static uint64_t get_fourcc(ByteIOContext *bc){ argument
59 unsigned int len= ff_get_v(bc);
61 if (len==2) return get_le16(bc);
62 else if(len==4) return get_le32(bc);
67 get_v_trace(ByteIOContext *bc, char *file, char *func, int line) argument
74 get_s_trace(ByteIOContext *bc, char *file, char *func, int line) argument
81 get_vb_trace(ByteIOContext *bc, char *file, char *func, int line) argument
92 get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum, uint64_t startcode) argument
112 find_any_startcode(ByteIOContext *bc, int64_t pos) argument
141 find_startcode(ByteIOContext *bc, uint64_t code, int64_t pos) argument
172 skip_reserved(ByteIOContext *bc, int64_t pos) argument
186 ByteIOContext *bc = s->pb; local
296 ByteIOContext *bc = s->pb; local
392 ByteIOContext *bc = s->pb; local
469 ByteIOContext *bc = s->pb; local
497 ByteIOContext *bc = s->pb; local
595 ByteIOContext *bc = s->pb; local
656 ByteIOContext *bc = s->pb; local
726 ByteIOContext *bc = s->pb; local
767 ByteIOContext *bc = s->pb; local
823 ByteIOContext *bc = s->pb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.h44 struct ocfs2_block_check *bc);
46 struct ocfs2_block_check *bc);
49 struct ocfs2_block_check *bc);
52 struct ocfs2_block_check *bc);
56 struct ocfs2_block_check *bc);
58 struct ocfs2_block_check *bc,
61 struct ocfs2_block_check *bc);
63 struct ocfs2_block_check *bc,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dblockcheck.h44 struct ocfs2_block_check *bc);
46 struct ocfs2_block_check *bc);
49 struct ocfs2_block_check *bc);
52 struct ocfs2_block_check *bc);
56 struct ocfs2_block_check *bc);
58 struct ocfs2_block_check *bc,
61 struct ocfs2_block_check *bc);
63 struct ocfs2_block_check *bc,

Completed in 260 milliseconds

1234567891011>>