Searched refs:assigned (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_cmd.c365 u16 assigned; member in struct:attach_storage_sccb
386 for (i = 0; i < sccb->assigned; i++)
510 static void __init insert_increment(u16 rn, int standby, int assigned) argument
524 if (assigned && incr->rn > rn)
526 if (!assigned && incr->rn - last_rn > 1)
531 if (!assigned)
551 u16 assigned; member in struct:read_storage_sccb
572 int i, id, assigned, rc; local
582 assigned = 0;
592 for (i = 0; i < sccb->assigned;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsbrush.tex18 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
H A Dgraphicsfont.tex19 and can therefore be assigned as usual. The only way to get a valid instance is via a CreateFont call on the graphics context or the renderer instance.
H A Dgraphicspen.tex18 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
H A Dgraphicsmatrix.tex14 A wxGraphicsMatrix is a native representation of an affine matrix. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreateMatrix call on the graphics context or the renderer instance.
H A Ddropsrc.tex102 Returns the wxDataObject object that has been assigned previously.
H A Dgraphicspath.tex15 therefore be assigned as usual. The only way to get a valid instance is via a CreatePath call on the graphics context or the renderer instance.
H A Dtrefcount.tex7 This means that when an object is assigned to another, no copying really takes place:
H A Dtsizer.tex30 a dialog, the dialog will rather be assigned a sizer and this sizer
99 factor may be assigned to each child, where the default value of 0 indicates that the child
176 rows can be declared to be stretchable if the sizer is assigned
H A Dtreectrl.tex198 Sets the buttons image list. The button images assigned with this method will
215 Sets the normal image list. Image list assigned with this method will
226 Sets the state image list. Image list assigned with this method will
841 The button images assigned with this method will
864 Sets the normal image list. Image list assigned with this method will
990 Image list assigned with this method will
H A Dtwinsizes.tex86 a few other constraints...) If the sizer is the one that is assigned
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h39 long *assigned; member in struct:vqgen
H A Dvqgen.c111 if(v->assigned[k] && (localmin==-1 || this<localmin))
123 if(v->assigned[j]==0){
254 v->assigned=_ogg_malloc(v->entries*sizeof(long));
379 memset(v->assigned,0,sizeof(long)*v->entries);
504 if(v->assigned[j]++){
515 if(v->assigned[j]++){
535 fprintf(assig,"%ld\n",v->assigned[j]);
538 asserror+=fabs(v->assigned[j]-fdesired);
539 if(v->assigned[j]){
542 _now(v,j)[k]=vN(new,j)[k]/v->assigned[
[all...]
H A Dvqsplit.c401 v->assigned=_ogg_calloc(v->entries,sizeof(long));
417 v->assigned[firstentry]++;
421 if(v->assigned[j]==0){
425 v->assigned[j]=v->assigned[v->elements];
468 if(v->assigned[j]!=-1){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A DMakefile10 assigned-dev.o)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.h49 u32 next; /* The next Hash table entry index, assigned
53 * assigned to use the same
68 u8 assigned; /* checking whether this entry is assigned */ member in struct:rlb_client_info
70 struct slave *slave; /* the slave assigned to this client */
78 * are the entries that were assigned to use this
82 * assigned to it
102 struct slave *next_rx_slave;/* next slave to be assigned
H A Dbond_alb.c334 if ((client_info->assigned) &&
563 /* The slave was assigned a new mac address - update the clients */
612 /*update all clients using this src_ip, that are not assigned
642 if (client_info->assigned) {
645 /* the entry is already assigned to this client */
657 /* the entry is already assigned to some other client,
659 * that the new client can be assigned to this entry.
693 if (!client_info->assigned) {
701 client_info->assigned = 1;
744 * updated with their assigned ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_cmedia.c361 int assigned[4]; local
366 memset(assigned, 0, sizeof(assigned));
373 assigned[nid - 0x0b] = 1;
383 if (! assigned[j]) {
385 assigned[j] = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dfsl_dma.c66 * assigned: set to 1 if that DMA channel is assigned to a substream
73 unsigned int assigned[2]; member in struct:__anon19319
416 if (dma_global_data.assigned[channel]) {
418 "DMA channel already assigned\n");
455 dma_global_data.assigned[channel] = 1;
794 dma_global_data.assigned[dir] = 0;
859 dma_global_data.assigned[0] = 0;
860 dma_global_data.assigned[1] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A DMakefile52 coalesced_mmio.o irq_comm.o assigned-dev.o)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl78 -reindex Discard the numeric values previously assigned to the error
81 the numbers assigned through 'R' records in the config file
83 Default: keep previously assigned numbers. (You are warned
102 source files as assigned to each library through the config
265 print STDERR "!! ERROR: $lib reason code $code assigned twice (collision at $name)\n";
275 print STDERR "!! ERROR: $lib function code $code assigned twice (collision at $name)\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl78 -reindex Discard the numeric values previously assigned to the error
81 the numbers assigned through 'R' records in the config file
83 Default: keep previously assigned numbers. (You are warned
102 source files as assigned to each library through the config
265 print STDERR "!! ERROR: $lib reason code $code assigned twice (collision at $name)\n";
275 print STDERR "!! ERROR: $lib function code $code assigned twice (collision at $name)\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c471 struct snd_mixer_oss_assign_table *assigned; member in struct:slot
918 if (p->allocated && p->assigned) {
919 kfree(p->assigned->name);
920 kfree(p->assigned);
1010 /* check if already assigned */
1062 pslot->assigned = ptr;
1136 if (p && p->assigned)
1138 p->assigned->name,
1139 p->assigned->index);
1181 if (slot && slot->assigned
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_main.c331 * The first kthread assigned to a newly activated partition is the one
340 * channels has the required number of assigned kthreads to get the work done.
529 * infrastructure will remain assigned to the partition becoming the channel
616 int assigned = atomic_read(&ch->kthreads_assigned); local
635 if (needed + assigned > ch->kthreads_assigned_limit) {
636 needed = ch->kthreads_assigned_limit - assigned;
764 * a minimum of one kernel thread assigned to perform any operation that
771 * A kthread is assigned to one of the active channels that exists for a given
794 /* kthreads assigned had gone to zero */
818 * then we'll deadlock if all other kthreads assigned
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex66 total of \varname{[codebook_entries]}, is assigned a codeword length.
205 codebooks support unused codeword entries) is assigned, in order, the

Completed in 179 milliseconds

12