Searched refs:ref2 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
51 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NULL);
68 DNSServiceRefDeallocate(ref2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
51 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NULL);
68 DNSServiceRefDeallocate(ref2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_crop.c244 AVFilterBufferRef *ref2; local
247 ref2 = avfilter_ref_buffer(picref, ~0);
248 ref2->video->w = crop->w;
249 ref2->video->h = crop->h;
272 ref2->data[0] += crop->y * ref2->linesize[0];
273 ref2->data[0] += crop->x * crop->max_step[0];
277 if (ref2->data[i]) {
278 ref2->data[i] += (crop->y >> crop->vsub) * ref2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddelayed-ref.c38 static int comp_tree_refs(struct btrfs_delayed_tree_ref *ref2, argument
42 if (ref1->root < ref2->root)
44 if (ref1->root > ref2->root)
47 if (ref1->parent < ref2->parent)
49 if (ref1->parent > ref2->parent)
58 static int comp_data_refs(struct btrfs_delayed_data_ref *ref2, argument
62 if (ref1->root < ref2->root)
64 if (ref1->root > ref2->root)
66 if (ref1->objectid < ref2->objectid)
68 if (ref1->objectid > ref2
87 comp_entry(struct btrfs_delayed_ref_node *ref2, struct btrfs_delayed_ref_node *ref1) argument
[all...]
H A Dextent-tree.c1113 struct btrfs_shared_data_ref *ref2 = NULL; local
1126 ref2 = btrfs_item_ptr(leaf, path->slots[0],
1128 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
1149 btrfs_set_shared_data_ref_count(leaf, ref2, num_refs);
1170 struct btrfs_shared_data_ref *ref2; local
1181 ref2 = (struct btrfs_shared_data_ref *)(iref + 1);
1182 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
1189 ref2 = btrfs_item_ptr(leaf, path->slots[0],
1191 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-420 my $ref2 = \$ref1;
21 my $ref3 = \$ref2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Ddebug.c310 struct jffs2_raw_node_ref *ref2 = jeb->first_node; local
312 while (ref2) {
313 uint32_t totlen = ref_totlen(c, jeb, ref2);
315 if (ref_offset(ref2) < jeb->offset ||
316 ref_offset(ref2) > jeb->offset + c->sector_size) {
318 ref_offset(ref2), jeb->offset);
322 if (ref_flags(ref2) == REF_UNCHECKED)
324 else if (!ref_obsolete(ref2))
329 if ((!ref_next(ref2)) != (ref2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c403 u64 tsc1, tsc2, delta, ref1, ref2; local
456 tsc2 = tsc_read_refs(&ref2, hpet);
463 if (!hpet && !ref1 && !ref2)
472 tsc2 = calc_hpet_ref(tsc2, ref1, ref2);
474 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2);
516 if (!hpet && !ref1 && !ref2) {
536 if (!hpet && !ref1 && !ref2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c2600 AVFrame *ref1 = tref1->f, *ref2; local
2606 ref2 = tref2->f;
2607 w2 = ref2->width;
2608 h2 = ref2->height;
2624 ref2->data[0], ref2->linesize[0], tref2,
2628 ref2->data[0], ref2->linesize[0], tref2,
2641 ref2->data[0], ref2
[all...]
H A Dsnow.h497 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ argument
H A Dmotion_est.c81 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ argument
94 c->ref[ref_index][i]= ref2[i] + offset[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnow.h482 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ argument
H A Dmotion_est.c83 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ argument
96 c->ref[ref_index][i]= ref2[i] + offset[i];

Completed in 151 milliseconds