Searched refs:ref (Results 101 - 125 of 1182) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Ddefaults.c38 AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef)); local
42 ref->pic = pic;
43 ref->w = pic->w = w;
44 ref->h = pic->h = h;
47 ref->perms = perms | AV_PERM_READ;
52 ff_fill_linesize((AVPicture *)pic, pic->format, ref->w);
57 tempsize = ff_fill_pointer((AVPicture *)pic, NULL, pic->format, ref->h);
59 ff_fill_pointer((AVPicture *)pic, buf, pic->format, ref->h);
61 memcpy(ref->data, pic->data, sizeof(pic->data));
62 memcpy(ref
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dport.c63 static void port_handle_node_down(unsigned long ref);
66 static void port_timeout(unsigned long ref);
97 int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain, argument
104 struct port *oport = tipc_port_deref(ref);
226 u32 ref; local
233 ref = tipc_ref_acquire(p_ptr, &p_ptr->publ.lock);
234 if (!ref) {
242 p_ptr->publ.ref = ref;
245 msg_set_origport(msg, ref);
262 tipc_deleteport(u32 ref) argument
302 tipc_get_port(const u32 ref) argument
311 tipc_get_handle(const u32 ref) argument
329 tipc_portunreliable(u32 ref, unsigned int *isunreliable) argument
341 tipc_set_portunreliable(u32 ref, unsigned int isunreliable) argument
358 tipc_portunreturnable(u32 ref, unsigned int *isunrejectable) argument
370 tipc_set_portunreturnable(u32 ref, unsigned int isunrejectable) argument
491 port_timeout(unsigned long ref) argument
526 port_handle_node_down(unsigned long ref) argument
930 port_wakeup_sh(unsigned long ref) argument
956 tipc_acknowledge(u32 ref, u32 ack) argument
1030 tipc_ownidentity(u32 ref, struct tipc_portid *id) argument
1037 tipc_portimportance(u32 ref, unsigned int *importance) argument
1049 tipc_set_portimportance(u32 ref, unsigned int imp) argument
1065 tipc_publish(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1103 tipc_withdraw(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1143 tipc_connect2port(u32 ref, struct tipc_portid const *peer) argument
1211 tipc_disconnect(u32 ref) argument
1227 tipc_shutdown(u32 ref) argument
1255 tipc_isconnected(u32 ref, int *isconnected) argument
1267 tipc_peer(u32 ref, struct tipc_portid *peer) argument
1285 tipc_ref_valid(u32 ref) argument
1314 tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect) argument
1352 tipc_send_buf(u32 ref, struct sk_buff *buf, unsigned int dsz) argument
1401 tipc_forward2name(u32 ref, struct tipc_name const *name, u32 domain, u32 num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1455 tipc_send2name(u32 ref, struct tipc_name const *name, unsigned int domain, unsigned int num_sect, struct iovec const *msg_sect) argument
1473 tipc_forward_buf2name(u32 ref, struct tipc_name const *name, u32 domain, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1529 tipc_send_buf2name(u32 ref, struct tipc_name const *dest, u32 domain, struct sk_buff *buf, unsigned int dsz) argument
1547 tipc_forward2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1588 tipc_send2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect) argument
1604 tipc_forward_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1650 tipc_send_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dport.c63 static void port_handle_node_down(unsigned long ref);
66 static void port_timeout(unsigned long ref);
97 int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, u32 domain, argument
104 struct port *oport = tipc_port_deref(ref);
226 u32 ref; local
233 ref = tipc_ref_acquire(p_ptr, &p_ptr->publ.lock);
234 if (!ref) {
242 p_ptr->publ.ref = ref;
245 msg_set_origport(msg, ref);
262 tipc_deleteport(u32 ref) argument
302 tipc_get_port(const u32 ref) argument
311 tipc_get_handle(const u32 ref) argument
329 tipc_portunreliable(u32 ref, unsigned int *isunreliable) argument
341 tipc_set_portunreliable(u32 ref, unsigned int isunreliable) argument
358 tipc_portunreturnable(u32 ref, unsigned int *isunrejectable) argument
370 tipc_set_portunreturnable(u32 ref, unsigned int isunrejectable) argument
491 port_timeout(unsigned long ref) argument
526 port_handle_node_down(unsigned long ref) argument
930 port_wakeup_sh(unsigned long ref) argument
956 tipc_acknowledge(u32 ref, u32 ack) argument
1030 tipc_ownidentity(u32 ref, struct tipc_portid *id) argument
1037 tipc_portimportance(u32 ref, unsigned int *importance) argument
1049 tipc_set_portimportance(u32 ref, unsigned int imp) argument
1065 tipc_publish(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1103 tipc_withdraw(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) argument
1143 tipc_connect2port(u32 ref, struct tipc_portid const *peer) argument
1211 tipc_disconnect(u32 ref) argument
1227 tipc_shutdown(u32 ref) argument
1255 tipc_isconnected(u32 ref, int *isconnected) argument
1267 tipc_peer(u32 ref, struct tipc_portid *peer) argument
1285 tipc_ref_valid(u32 ref) argument
1314 tipc_send(u32 ref, unsigned int num_sect, struct iovec const *msg_sect) argument
1352 tipc_send_buf(u32 ref, struct sk_buff *buf, unsigned int dsz) argument
1401 tipc_forward2name(u32 ref, struct tipc_name const *name, u32 domain, u32 num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1455 tipc_send2name(u32 ref, struct tipc_name const *name, unsigned int domain, unsigned int num_sect, struct iovec const *msg_sect) argument
1473 tipc_forward_buf2name(u32 ref, struct tipc_name const *name, u32 domain, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1529 tipc_send_buf2name(u32 ref, struct tipc_name const *dest, u32 domain, struct sk_buff *buf, unsigned int dsz) argument
1547 tipc_forward2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect, struct tipc_portid const *orig, unsigned int importance) argument
1588 tipc_send2port(u32 ref, struct tipc_portid const *dest, unsigned int num_sect, struct iovec const *msg_sect) argument
1604 tipc_forward_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz, struct tipc_portid const *orig, unsigned int importance) argument
1650 tipc_send_buf2port(u32 ref, struct tipc_portid const *dest, struct sk_buff *buf, unsigned int dsz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_ldr_elf.c81 * readprogsegment(fsctx,ref,addr,size)
88 * ref - reference data for open file handle
96 static int readprogsegment(fileio_ctx_t *fsctx,void *ref, argument
111 res = fs_read(fsctx,ref,addr,size);
153 * elfgetshdr(ops,ref,ep)
159 * ref - reference data for open file
166 static Elf32_Shdr *elfgetshdr(fileio_ctx_t *fsctx,void *ref,Elf32_Ehdr *ep) argument
176 if (fs_seek(fsctx,ref,ep->e_shoff,FILE_SEEK_BEGINNING) != ep->e_shoff ||
177 fs_read(fsctx,ref,(uint8_t *)shtab,size) != size) {
186 * elfload_internal(ops,ref,entryp
201 elfload_internal(fileio_ctx_t *fsctx,void *ref, unsigned long *entrypt,int flags) argument
345 void *ref; local
[all...]
H A Dcfe_httpfs.c104 static int http_fileop_open(void **ref,void *fsctx,char *filename,int mode);
105 static int http_fileop_read(void *ref,uint8_t *buf,int len);
106 static int http_fileop_write(void *ref,uint8_t *buf,int len);
107 static int http_fileop_seek(void *ref,int offset,int how);
108 static void http_fileop_close(void *ref);
144 static int http_fileop_open(void **ref,void *fsctx_arg,char *filename,int mode) argument
306 *ref = file;
314 *ref = NULL;
318 static int http_fileop_read(void *ref,uint8_t *buf,int len) argument
320 http_file_t *file = (http_file_t *) ref;
333 http_fileop_write(void *ref,uint8_t *buf,int len) argument
338 http_fileop_seek(void *ref,int offset,int how) argument
380 http_fileop_close(void *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/test/schemas/
H A Dinclude1_0.inc18 <xsd:element ref="bar.B"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/test/schemas/
H A Dinclude1_0.inc18 <xsd:element ref="bar.B"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/test/schemas/
H A Dinclude1_0.inc18 <xsd:element ref="bar.B"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lsarpcd/
H A Dsrv_lsa.c162 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
168 for (num = 0; num < ref->num_ref_doms_1; num++) {
170 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
175 num = ref->num_ref_doms_1;
183 ref->num_ref_doms_1 = num+1;
184 ref->ptr_ref_dom = 1;
185 ref->max_entries = MAX_REF_DOMAINS;
186 ref->num_ref_doms_2 = num+1;
192 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
193 ref
205 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
264 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
288 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
359 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
381 DOM_R_REF ref; local
410 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_server/
H A Dsrv_lsa.c168 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
174 for (num = 0; num < ref->num_ref_doms_1; num++) {
176 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
181 num = ref->num_ref_doms_1;
189 ref->num_ref_doms_1 = num+1;
190 ref->ptr_ref_dom = 1;
191 ref->max_entries = MAX_REF_DOMAINS;
192 ref->num_ref_doms_2 = num+1;
198 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
199 ref
211 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
270 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
294 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
365 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
387 DOM_R_REF ref; local
416 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lsarpcd/
H A Dsrv_lsa.c162 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
168 for (num = 0; num < ref->num_ref_doms_1; num++) {
170 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
175 num = ref->num_ref_doms_1;
183 ref->num_ref_doms_1 = num+1;
184 ref->ptr_ref_dom = 1;
185 ref->max_entries = MAX_REF_DOMAINS;
186 ref->num_ref_doms_2 = num+1;
192 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
193 ref
205 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
264 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
288 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
359 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
381 DOM_R_REF ref; local
410 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_server/
H A Dsrv_lsa.c168 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
174 for (num = 0; num < ref->num_ref_doms_1; num++) {
176 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
181 num = ref->num_ref_doms_1;
189 ref->num_ref_doms_1 = num+1;
190 ref->ptr_ref_dom = 1;
191 ref->max_entries = MAX_REF_DOMAINS;
192 ref->num_ref_doms_2 = num+1;
198 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
199 ref
211 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
270 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
294 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
365 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
387 DOM_R_REF ref; local
416 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lsarpcd/
H A Dsrv_lsa.c162 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
168 for (num = 0; num < ref->num_ref_doms_1; num++) {
170 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
175 num = ref->num_ref_doms_1;
183 ref->num_ref_doms_1 = num+1;
184 ref->ptr_ref_dom = 1;
185 ref->max_entries = MAX_REF_DOMAINS;
186 ref->num_ref_doms_2 = num+1;
192 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
193 ref
205 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
264 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
288 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
359 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
381 DOM_R_REF ref; local
410 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_server/
H A Dsrv_lsa.c168 static int init_dom_ref(DOM_R_REF *ref, char *dom_name, DOM_SID *dom_sid) argument
174 for (num = 0; num < ref->num_ref_doms_1; num++) {
176 fstrcpy(domname, dos_unistr2_to_str(&ref->ref_dom[num].uni_dom_name));
181 num = ref->num_ref_doms_1;
189 ref->num_ref_doms_1 = num+1;
190 ref->ptr_ref_dom = 1;
191 ref->max_entries = MAX_REF_DOMAINS;
192 ref->num_ref_doms_2 = num+1;
198 init_uni_hdr(&ref->hdr_ref_dom[num].hdr_dom_name, len);
199 ref
211 init_lsa_rid2s(DOM_R_REF *ref, DOM_RID2 *rid2, int num_entries, UNISTR2 name[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
270 init_reply_lookup_names(LSA_R_LOOKUP_NAMES *r_l, DOM_R_REF *ref, uint32 num_entries, DOM_RID2 *rid2, uint32 mapped_count) argument
294 init_lsa_trans_names(DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *trn, int num_entries, DOM_SID2 sid[MAX_LOOKUP_SIDS], uint32 *mapped_count) argument
365 init_reply_lookup_sids(LSA_R_LOOKUP_SIDS *r_l, DOM_R_REF *ref, LSA_TRANS_NAME_ENUM *names, uint32 mapped_count) argument
387 DOM_R_REF ref; local
416 DOM_R_REF ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_mvpred.h96 static inline void pred_motion(H264Context * const h, int n, int part_width, int list, int ref, int * const mx, int * const my){ argument
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
122 if(left_ref==ref){
125 }else if(top_ref==ref){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
151 static inline void pred_16x8_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my){ argument
158 if(top_ref == ref){
169 if(left_ref == ref){
186 pred_8x16_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my) argument
[all...]
H A Dfaxcompr.c160 unsigned int width, int *runs, const int *runend, const int *ref)
163 int run_off = *ref++;
175 run_off += *ref++;
178 run_off += *ref++;
216 run_off -= *--ref;
232 run_off += *ref++;
233 run_off += *ref++;
278 int *runs, *ref, *runend; local
283 ref = av_malloc(runsize * sizeof(ref[
159 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_mvpred.h96 static inline void pred_motion(H264Context * const h, int n, int part_width, int list, int ref, int * const mx, int * const my){ argument
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
122 if(left_ref==ref){
125 }else if(top_ref==ref){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
151 static inline void pred_16x8_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my){ argument
158 if(top_ref == ref){
169 if(left_ref == ref){
186 pred_8x16_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my) argument
[all...]
H A Dfaxcompr.c160 unsigned int width, int *runs, const int *runend, const int *ref)
163 int run_off = *ref++;
175 run_off += *ref++;
178 run_off += *ref++;
216 run_off -= *--ref;
232 run_off += *ref++;
233 run_off += *ref++;
278 int *runs, *ref, *runend; local
283 ref = av_malloc(runsize * sizeof(ref[
159 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_mvpred.h96 static inline void pred_motion(H264Context * const h, int n, int part_width, int list, int ref, int * const mx, int * const my){ argument
116 match_count= (diagonal_ref==ref) + (top_ref==ref) + (left_ref==ref);
122 if(left_ref==ref){
125 }else if(top_ref==ref){
142 tprintf(h->s.avctx, "pred_motion (%2d %2d %2d) (%2d %2d %2d) (%2d %2d %2d) -> (%2d %2d %2d) at %2d %2d %d list %d\n", top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref, A[0], A[1], ref, *mx, *my, h->s.mb_x, h->s.mb_y, n, list);
151 static inline void pred_16x8_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my){ argument
158 if(top_ref == ref){
169 if(left_ref == ref){
186 pred_8x16_motion(H264Context * const h, int n, int list, int ref, int * const mx, int * const my) argument
[all...]
H A Dfaxcompr.c160 unsigned int width, int *runs, const int *runend, const int *ref)
163 int run_off = *ref++;
175 run_off += *ref++;
178 run_off += *ref++;
216 run_off -= *--ref;
232 run_off += *ref++;
233 run_off += *ref++;
278 int *runs, *ref, *runend; local
283 ref = av_malloc(runsize * sizeof(ref[
159 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Duri.c760 * relative-ref = relative-part [ "?" query ] [ "#" fragment ]
859 * URI-reference = URI / relative-ref
923 * URI-reference = URI / relative-ref
939 * URI-reference = URI / relative-ref
1962 xmlURIPtr ref = NULL; local
1978 ref = xmlCreateURI();
1979 if (ref == NULL)
1981 ret = xmlParseURIReference(ref, (const char *) URI);
1988 if ((ref != NULL) && (ref
2247 xmlURIPtr ref = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Duri.c760 * relative-ref = relative-part [ "?" query ] [ "#" fragment ]
859 * URI-reference = URI / relative-ref
923 * URI-reference = URI / relative-ref
939 * URI-reference = URI / relative-ref
1962 xmlURIPtr ref = NULL; local
1978 ref = xmlCreateURI();
1979 if (ref == NULL)
1981 ret = xmlParseURIReference(ref, (const char *) URI);
1988 if ((ref != NULL) && (ref
2247 xmlURIPtr ref = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Duri.c760 * relative-ref = relative-part [ "?" query ] [ "#" fragment ]
859 * URI-reference = URI / relative-ref
923 * URI-reference = URI / relative-ref
939 * URI-reference = URI / relative-ref
1962 xmlURIPtr ref = NULL; local
1978 ref = xmlCreateURI();
1979 if (ref == NULL)
1981 ret = xmlParseURIReference(ref, (const char *) URI);
1988 if ((ref != NULL) && (ref
2247 xmlURIPtr ref = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dreadinode.c31 struct jffs2_raw_node_ref *ref = tn->fn->raw; local
41 ofs = ref_offset(ref) + sizeof(struct jffs2_raw_inode);
51 ref_offset(ref), tn->csize, ofs);
60 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
109 ref_offset(ref), tn->data_crc, crc);
114 jeb = &c->blocks[ref->flash_offset / c->sector_size];
115 len = ref_totlen(c, jeb, ref);
120 ref->flash_offset |= REF_PRISTINE;
584 /* Returns first valid node after 'ref'. May return 'ref' */
585 jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) argument
603 read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_raw_dirent *rd, size_t read, struct jffs2_readinode_info *rii) argument
709 read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_raw_inode *rd, int rdlen, struct jffs2_readinode_info *rii) argument
884 read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_unknown_node *un) argument
936 read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, int needed_len, int *rdlen, unsigned char *buf) argument
980 struct jffs2_raw_node_ref *ref, *valid_ref; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dreadinode.c31 struct jffs2_raw_node_ref *ref = tn->fn->raw; local
41 ofs = ref_offset(ref) + sizeof(struct jffs2_raw_inode);
51 ref_offset(ref), tn->csize, ofs);
60 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
109 ref_offset(ref), tn->data_crc, crc);
114 jeb = &c->blocks[ref->flash_offset / c->sector_size];
115 len = ref_totlen(c, jeb, ref);
120 ref->flash_offset |= REF_PRISTINE;
584 /* Returns first valid node after 'ref'. May return 'ref' */
585 jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) argument
603 read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_raw_dirent *rd, size_t read, struct jffs2_readinode_info *rii) argument
709 read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_raw_inode *rd, int rdlen, struct jffs2_readinode_info *rii) argument
884 read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_unknown_node *un) argument
936 read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, int needed_len, int *rdlen, unsigned char *buf) argument
980 struct jffs2_raw_node_ref *ref, *valid_ref; local
[all...]

Completed in 240 milliseconds

1234567891011>>