Searched refs:segments (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddqueue.c23 q->segments = max_segments;
25 for (i = 0; i < q->segments; i++) {
31 for (i = 0; i < q->segments; i++) {
45 for (i = 0; i < q->segments; i++) {
64 if ((!q->segment_pending) && (q->count < q->segments)) {
79 if (q->write >= q->segments) {
106 if (q->read >= q->segments) {
H A Ddqueue.h9 int segments; member in struct:_diva_um_idi_data_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c131 struct pre_segment_pair segments[1]; member in struct:pre_sysdep_string
170 and at the same time, compute the segments of the system dependent
299 pre->segments[i].segptr = str + lastpos;
300 pre->segments[i].segsize = intervals[m][i].startpos - lastpos;
329 pre->segments[i].sysdepref = r;
336 pre->segments[i].segptr = str + lastpos;
337 pre->segments[i].segsize = str_len - lastpos;
338 pre->segments[i].sysdepref = SEGMENTS_END;
450 /* Size of table describing system dependent segments. */
452 /* Offset of table describing system dependent segments
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dgmo.h95 /* The number of system dependent segments. */
97 /* Offset of table describing system dependent segments. */
139 /* Offset of static string segments in file. */
141 /* Alternating sequence of static and system dependent segments.
143 struct segment_pair segments[1]; member in struct:sysdep_string
146 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
H A Dloadmsgcat.c972 /* Get the values of the system dependent segments. */
1026 const struct segment_pair *p = sysdep_string->segments;
1029 for (p = sysdep_string->segments;; p++)
1105 sysdep_string->segments;
1109 for (p = sysdep_string->segments;; p++)
1146 sysdep_string->segments;
1148 /* Concatenate the segments, and fill
1170 for (p = sysdep_string->segments;; p++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm940.S103 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments
109 bcs 1b @ segments 3 to 0
152 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments
158 bcs 1b @ segments 7 to 0
174 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments
180 bcs 1b @ segments 7 to 0
197 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments
203 bcs 1b @ segments 7 to 0
219 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments
230 bcs 1b @ segments
[all...]
H A Dproc-arm1020e.S55 * The number of data cache segments.
145 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
151 bcs 1b @ segments 15 to 0
354 mov r1, #0xF @ 16 segments
365 bge 1b @ segments 15 to 0
H A Dproc-arm1022.S44 * The number of data cache segments.
133 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
139 bcs 1b @ segments 15 to 0
342 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
348 bcs 1b @ segments 15 to 0
H A Dproc-arm920.S44 * The number of data cache segments.
138 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments
144 bcs 1b @ segments 7 to 0
331 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments
337 bcs 1b @ segments 7 to 0
H A Dproc-arm922.S45 * The number of data cache segments.
140 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments
146 bcs 1b @ segments 7 to 0
335 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 4 segments
341 bcs 1b @ segments 7 to 0
H A Dproc-arm1020.S55 * The number of data cache segments.
145 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments
152 bcs 1b @ segments 15 to 0
369 mov r1, #0xF @ 16 segments
381 bge 1b @ segments 15 to 0
H A Dproc-arm946.S98 mov r1, #(CACHE_DSEGMENTS - 1) << 29 @ 4 segments
104 bcs 1b @ segments 3 to 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkexec.h111 struct kexec_segment __user *segments,
116 struct compat_kexec_segment __user *segments,
H A Dagpgart.h87 size_t seg_count; /* number of segments */
149 size_t seg_count; /* number of segments */
178 struct agp_segment_priv **segments; member in struct:agp_client
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggdec.h53 uint8_t segments[255]; member in struct:ogg_stream
H A Dmtv.c40 unsigned int segments; ///< number of 512 byte segments member in struct:MTVDemuxContext
71 mtv->segments = get_le32(pb);
H A Doggdec.c258 if (get_buffer (bc, os->segments, nsegs) < nsegs)
266 size += os->segments[i];
271 int seg = os->segments[os->segp++];
347 int ss = os->segments[os->segp++];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkexec.c104 struct kexec_segment __user *segments)
133 /* Read in the segments */
135 segment_bytes = nr_segments * sizeof(*segments);
136 result = copy_from_user(image->segment, segments, segment_bytes);
181 /* Do the segments overlap ? */
211 struct kexec_segment __user *segments)
218 result = do_kimage_alloc(&image, entry, nr_segments, segments);
226 * the vector of segments so that it's pages will also be
249 struct kexec_segment __user *segments)
263 result = do_kimage_alloc(&image, entry, nr_segments, segments);
102 do_kimage_alloc(struct kimage **rimage, unsigned long entry, unsigned long nr_segments, struct kexec_segment __user *segments) argument
209 kimage_normal_alloc(struct kimage **rimage, unsigned long entry, unsigned long nr_segments, struct kexec_segment __user *segments) argument
247 kimage_crash_alloc(struct kimage **rimage, unsigned long entry, unsigned long nr_segments, struct kexec_segment __user *segments) argument
916 sys_kexec_load(unsigned long entry, unsigned long nr_segments, struct kexec_segment __user *segments, unsigned long flags) argument
1008 compat_sys_kexec_load(unsigned long entry, unsigned long nr_segments, struct compat_kexec_segment __user *segments, unsigned long flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c95 * These routines handle adding and removing segments
111 seg = *(client->segments);
129 if (client->segments != NULL) {
130 if (*(client->segments) != NULL) {
131 DBG("Freeing %p from client %p", *(client->segments), client);
132 kfree(*(client->segments));
134 DBG("Freeing %p from client %p", client->segments, client);
135 kfree(client->segments);
136 client->segments = NULL;
145 prev_seg = client->segments;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h98 struct dsp_segment_desc * segments; member in struct:dsp_module_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c148 int segments, segments_left; local
159 * packets. So we can assume that it is even and that segments is
164 segments = rthdr->hdrlen >> 1;
167 ipv6_addr_copy(&final_addr, addrs + segments - 1);
169 addrs += segments - segments_left;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c312 unsigned long reg, segments, pages_per_segment, ptab_size, n_pte_pages; local
323 segments = size >> IO_SEGMENT_SHIFT;
326 pr_debug("%s: iommu[%d]: segments: %lu, pages per segment: %lu\n",
327 __FUNCTION__, iommu->nid, segments, pages_per_segment);
338 ptab_size = segments * pages_per_segment * sizeof(unsigned long);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c633 int segments; local
643 segments = pc->scsi_cmd->use_sg;
645 if (segments > hwif->sg_max_nents)
648 if (!segments) {
652 hwif->sg_nents = segments;
653 memcpy(sg, scsi_sg, sizeof(*sg) * segments);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c230 long shsize:32; /* Current size of stack (all segments). */
292 long segments; /* Current number of stack segments. */ member in struct:stk_stat
293 long maxs; /* Maximum number of stack segments so far. */
343 /* We want to iterate through all of the segments. The first
362 /* Discard segments that do not contain our argument address. */
376 of all predecessor segments. */
442 a stack overflow. Discard stack segments which do not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c462 cp->segments = sym_scatter(np, cp, cmd);
463 if (cp->segments < 0) {
469 * No segments means no data.
471 if (!cp->segments)
475 cp->segments = 0;
488 lastp = goalp - 8 - (cp->segments * (2*4));
493 lastp = goalp - 8 - (cp->segments * (2*4));

Completed in 140 milliseconds

12