Searched refs:new (Results 351 - 375 of 2011) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgif.c119 static int flush_packet(AVFormatContext *s, AVPacket *new) argument
152 if (new && new->pts != AV_NOPTS_VALUE)
153 gif->duration = av_clip_uint16(new->pts - gif->prev_pkt->pts);
154 else if (!new && gif->last_delay >= 0)
169 if (new)
170 av_copy_packet(gif->prev_pkt, new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-3.3.t27 my $lex = new LexFile $Dfile ;
30 ok 1, my $db = new BerkeleyDB::Hash -Filename => $Dfile,
72 my $lex = new LexFile $Dfile1, $Dfile2 ;
78 ok 7, my $primary = new BerkeleyDB::Hash -Filename => $Dfile1,
82 ok 8, my $secondary = new BerkeleyDB::Hash -Filename => $Dfile2,
193 my $lex = new LexFile $Dfile1, $Dfile2 ;
199 ok 45, my $primary = new BerkeleyDB::Btree -Filename => $Dfile1,
204 ok 46, my $secondary = new BerkeleyDB::Btree -Filename => $Dfile2,
258 my $lex = new LexFile $Dfile1, $Dfile2 ;
264 ok 52, my $primary = new BerkeleyD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dalloca.c198 register header *new; local
204 new = malloc (combined_size);
206 if (! new)
209 new->h.next = last_alloca_header;
210 new->h.deep = depth;
212 last_alloca_header = new;
216 return (void *) (new + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc.h58 void *new = malloc(len);
60 if (! new)
63 return new;
68 void *new = realloc(p, len);
70 if (! new)
73 return new;
210 struct reserve_info *new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcapability.c231 * E: must be set to a subset of new permitted
240 struct cred *new; local
274 new = prepare_creds();
275 if (!new)
278 ret = security_capset(new, current_cred(),
283 audit_log_capset(pid, new, current_cred());
285 return commit_creds(new);
288 abort_creds(new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_phase.c115 static enum PhaseMode analyze_plane(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new) argument
118 const int ns = new->linesize[0];
120 const uint8_t *nptr = new->data[0];
122 const int h = new->height;
123 const int w = new->width;
127 mode = new->interlaced_frame ? new->top_field_first ?
130 mode = new->interlaced_frame ? new->top_field_first ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h43 // When deriving a new class from wxMBConv you must reimplement ToWChar() and
75 // wchar_t *wbuf = new wchar_t[dstLen];
141 // instead and any new classes should implement just the new functions.
177 virtual wxMBConv *Clone() const { return new wxMBConvLibc; }
216 virtual wxMBConv *Clone() const { return new wxConvBrokenFileNames(*this); }
237 virtual wxMBConv *Clone() const { return new wxMBConvUTF7; }
258 virtual wxMBConv *Clone() const { return new wxMBConvUTF8(m_options); }
294 virtual wxMBConv *Clone() const { return new wxMBConvUTF16LE; }
308 virtual wxMBConv *Clone() const { return new wxMBConvUTF16B
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_stat.c109 struct rb_node **new = &(root->rb_node), *parent = NULL; local
118 * Figure out where to put new node
121 while (*new) {
125 this = container_of(*new, struct stat_node, node);
128 parent = *new;
130 new = &((*new)->rb_left);
132 new = &((*new)->rb_right);
135 rb_link_node(&data->node, parent, new);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-help.c142 char *new = strdup(path); local
143 char *dest = strrchr(new, '/');
147 path = new;
197 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); local
199 strncpy(new->name, name, len);
200 new->info = strdup(value);
201 new->next = man_viewer_info_list;
202 man_viewer_info_list = new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c250 AVFrame *new = av_frame_alloc(); local
251 if(!new)
254 ret = ff_get_buffer(c->parent_avctx, new, 0);
258 new->pts = frame->pts;
259 new->quality = frame->quality;
260 new->pict_type = frame->pict_type;
261 av_image_copy(new->data, new->linesize, (const uint8_t **)frame->data, frame->linesize,
263 frame = new;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlcell.tex35 Use \helpref{OpenContainer}{wxhtmlwinparseropencontainer} to open new
36 a container {\it within an already opened container}. This new container is a
37 {\it sub-container} of the old one. (If you want to create a new container with
41 container. This doesn't create a new container with same depth level but
55 This code creates a new paragraph (container at same depth level)
78 new container. The result was that we had {\it same depth level} after
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Duptodate.c320 struct ocfs2_meta_cache_item *new)
322 sector_t block = new->c_block;
347 rb_link_node(&new->c_node, parent, p);
348 rb_insert_color(&new->c_node, &ci->ci_cache.ci_tree);
404 struct ocfs2_meta_cache_item *new = NULL; local
412 new = kmem_cache_alloc(ocfs2_uptodate_cachep, GFP_NOFS);
413 if (!new) {
417 new->c_block = block;
447 __ocfs2_insert_cache_tree(ci, new);
450 new
319 __ocfs2_insert_cache_tree(struct ocfs2_caching_info *ci, struct ocfs2_meta_cache_item *new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Ddiffconfig21 Changed items show the old and new values on a single line.
24 changed and new values in kernel config option format.
124 new = b.keys()
125 new.sort()
126 for config in new:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-mul2.S78 aze 10,10 # propagate cy to new cy_limb
107 ae 10,10,0 # propagate cy to new cy_limb
119 ae 9,9,0 # propagate cy to new cy_limb
H A Dmpih-mul3.S79 aze 10,10 # propagate cy to new cy_limb
110 ae 10,10,0 # propagate cy to new cy_limb
123 ae 9,9,0 # propagate cy to new cy_limb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_route.c36 struct ripng_aggregate *new; local
38 new = XCALLOC (MTYPE_RIPNG_AGGREGATE, sizeof (struct ripng_aggregate));
39 return new;
91 /* Allocate new aggregate. */
130 /* Allocate new aggregate. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Dcpufreq.c42 freqs.new = cris_freq_table[state].frequency;
142 cfg.ref_interval = (freqs->new == 200000 ? 1560 : 46);
144 if (freqs->new == 200000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Dcpufreq.c39 freqs.new = cris_freq_table[state].frequency;
136 timing.cpd = (freqs->new == 200000 ? 0 : 1);
138 if (freqs->new == 200000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-osiris-dvs.c60 bool new_dvs = is_dvs(&freqs->new);
66 printk(KERN_DEBUG "%s: old %ld,%ld new %ld,%ld\n", __func__,
68 freqs->new.armclk, freqs->new.hclk);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-mul2.S78 aze 10,10 # propagate cy to new cy_limb
107 ae 10,10,0 # propagate cy to new cy_limb
119 ae 9,9,0 # propagate cy to new cy_limb
H A Dmpih-mul3.S79 aze 10,10 # propagate cy to new cy_limb
110 ae 10,10,0 # propagate cy to new cy_limb
123 ae 9,9,0 # propagate cy to new cy_limb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.c100 xfs_bmbt_irec_t *new, /* new data to add to file extents */
116 xfs_bmbt_irec_t *new, /* new data to add to file extents */
117 xfs_filblks_t *dnew, /* new delayed-alloc indirect blocks */
131 xfs_bmbt_irec_t *new, /* new data to add to file extents */
144 xfs_bmbt_irec_t *new, /* new data to add to file extents */
157 xfs_bmbt_irec_t *new, /* ne
475 xfs_bmap_add_extent( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t **curp, xfs_bmbt_irec_t *new, xfs_fsblock_t *first, xfs_bmap_free_t *flist, int *logflagsp, int whichfork, int rsvd) argument
641 xfs_bmap_add_extent_delay_real( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t **curp, xfs_bmbt_irec_t *new, xfs_filblks_t *dnew, xfs_fsblock_t *first, xfs_bmap_free_t *flist, int *logflagsp, int rsvd) argument
1142 xfs_bmap_add_extent_unwritten_real( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t **curp, xfs_bmbt_irec_t *new, int *logflagsp) argument
1631 xfs_bmap_add_extent_hole_delay( xfs_inode_t *ip, xfs_extnum_t idx, xfs_bmbt_irec_t *new, int *logflagsp, int rsvd) argument
1784 xfs_bmap_add_extent_hole_real( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t *cur, xfs_bmbt_irec_t *new, int *logflagsp, int whichfork) argument
2830 xfs_bmbt_irec_t new; /* new record to be inserted */ local
3702 xfs_bmap_free_item_t *new; /* new element */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstlvec.h15 #ifdef new
16 #undef new macro
26 #include <new>
51 new (result++) value_type(*first++);\
57 new (first++) value_type(pattern);\
208 new (mpEnd) value_type(*(mpEnd-1) );\
225 iterator pNewStart = (iterator)( new char[newLen*sizeof(value_type)] );\
231 new (atPosition) value_type(x);\
283 mpStart = (iterator)( new char[newLen*sizeof(value_type)] );\
346 new (mpEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_neighbor.c256 struct ospf6_neighbor *new;
259 new = (struct ospf6_neighbor *)
261 if (new == NULL)
267 memset (new, 0, sizeof (struct ospf6_neighbor));
269 new->state = OSPF6_NEIGHBOR_STATE_DOWN;
271 new->router_id = router_id;
273 snprintf (new->str, sizeof (new->str), "%s%%%s", buf, o6i->interface->name);
274 new->inactivity_timer = (struct thread *) NULL;
276 new
255 struct ospf6_neighbor *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.c53 struct vertex_nexthop *new; local
55 new = XCALLOC (MTYPE_OSPF_NEXTHOP, sizeof (struct vertex_nexthop));
56 new->parent = parent;
58 return new;
70 struct vertex_nexthop *new; local
72 new = vertex_nexthop_new (nh->parent);
74 new->oi = nh->oi;
75 new->router = nh->router;
77 return new;
85 struct vertex *new;
84 struct vertex *new; local
255 ospf_nexthop_add_unique(struct vertex_nexthop *new, list nexthop) argument
[all...]

Completed in 150 milliseconds

<<11121314151617181920>>