Searched refs:boundary (Results 1 - 25 of 68) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_align.c11 void data_align(archive_handle_t *archive_handle, const unsigned short boundary) argument
13 const unsigned short skip_amount = (boundary - (archive_handle->offset % boundary)) % boundary;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/arch/i386/
H A DMakefile5 # -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dezc.h38 void do_apply_ezconfig_post(char *url, FILE *stream, int len, char *boundary);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgalloc.h62 unsigned boundary; local
72 boundary = pgd_index(__PAGE_OFFSET);
73 memset(pgd, 0, boundary * sizeof(pgd_t));
74 memcpy(pgd + boundary,
75 init_level4_pgt + boundary,
76 (PTRS_PER_PGD - boundary) * sizeof(pgd_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dpcm_compat.c102 u32 boundary; member in struct:snd_pcm_sw_params32
106 /* recalcuate the boundary within 32bit */
109 snd_pcm_uframes_t boundary; local
113 boundary = runtime->buffer_size;
114 while (boundary * 2 <= 0x7fffffffUL - runtime->buffer_size)
115 boundary *= 2;
116 return boundary;
123 snd_pcm_uframes_t boundary; local
138 * Check silent_size parameter. Since we have 64bit boundary,
139 * silence_size must be compared with the 32bit boundary
397 snd_pcm_uframes_t boundary; local
[all...]
H A Dpcm_lib.c40 * when runtime->silence_size >= runtime->boundary - fill processed area with silence immediately
47 if (runtime->silence_size < runtime->boundary) {
52 n += runtime->boundary;
73 runtime->boundary;
78 frames += runtime->boundary;
216 if (runtime->hw_ptr_base == runtime->boundary)
260 if (runtime->hw_ptr_base == runtime->boundary)
1486 if (runtime->silence_size >= runtime->boundary) {
1751 if (appl_ptr >= runtime->boundary)
1752 appl_ptr -= runtime->boundary;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dpcm-indirect.h57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
58 diff += runtime->boundary;
122 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
123 diff += runtime->boundary;
H A Dpcm.h296 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_runtime
654 * result is: 0 ... (boundary - 1)
660 avail += runtime->boundary;
661 else if ((snd_pcm_uframes_t) avail >= runtime->boundary)
662 avail -= runtime->boundary;
667 * result is: 0 ... (boundary - 1)
673 avail += runtime->boundary;
720 * is bigger or equal to boundary, then this function returns always non-zero.
728 if (runtime->stop_threshold >= runtime->boundary)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dformdata.c27 /* Length of the random boundary string. */
1000 char *boundary; local
1009 boundary = Curl_FormBoundary();
1010 if(!boundary)
1015 "%s; boundary=%s\r\n",
1018 boundary);
1021 free(boundary);
1037 /* boundary */
1038 result = AddFormDataf(&form, &size, "--%s\r\n", boundary);
1068 " boundary
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mem.c141 unsigned int idx, boundary; local
156 while (pblock->ptr >= (boundary = info[idx].address + info[idx].size))
158 while (pblock->ptr + pblock->size >= (boundary = info[idx].address + info[idx].size))
160 ptr2 = boundary;
164 if (pblock->next->ptr < boundary)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c364 static inline __be64 *metapointer(struct buffer_head *bh, int *boundary, argument
370 *boundary = 0;
373 *boundary = 1;
397 int boundary; local
398 __be64 *ptr = metapointer(bh, &boundary, height, mp);
402 return boundary;
468 int boundary; local
514 boundary = lookup_block(ip, bh, end_of_metadata, &mp, create, &new, &dblock);
517 if (boundary)
534 boundary
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dunarchive.h98 extern void data_align(archive_handle_t *archive_handle, const unsigned short boundary);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram.c47 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacmacros.h298 #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \
299 (~(((acpi_native_uint) boundary)-1)))
301 #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \
302 (((acpi_native_uint) boundary)-1)) & \
303 (~(((acpi_native_uint) boundary)-1)))
322 #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dmpage.c464 int boundary = 0; local
502 boundary = buffer_boundary(bh);
503 if (boundary) {
547 boundary = buffer_boundary(&map_bh);
629 if (boundary || (first_unmapped != blocks_per_page)) {
H A Ddirect-io.c88 int boundary; /* prev block is at a boundary */ member in struct:dio
363 dio->boundary = 0;
571 dio->boundary = 0;
629 if (dio->boundary)
691 * If dio->boundary then we want to schedule the IO now to
694 if (dio->boundary) {
919 dio->boundary = buffer_boundary(map_bh);
972 dio->boundary = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Delevator.c401 sector_t boundary; local
411 boundary = q->end_sector;
420 if (rq->sector >= boundary) {
421 if (pos->sector < boundary)
424 if (pos->sector >= boundary)
666 * this request is scheduling boundary, update
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dinode.c171 * @boundary: set this non-zero if the referred-to block is likely to be
197 long i_block, int offsets[4], int *boundary)
230 if (boundary)
231 *boundary = (i_block & (ptrs - 1)) == (final - 1);
555 int boundary = 0; local
556 int depth = ext2_block_to_path(inode, iblock, offsets, &boundary);
568 if (boundary)
196 ext2_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c141 int boundary; /* boundary transmits cannot cross */ member in struct:myri10ge_tx_buf
616 if (mgp->tx.boundary == 4096) {
627 mgp->tx.boundary = 2048;
745 len = mgp->tx.boundary;
951 /* start next packet on a cacheline boundary */
955 /* don't cross a 4KB boundary */
1418 data[i++] = (unsigned int)mgp->tx.boundary;
2016 * segment does not cross myri10ge->tx.boundary, so this makes segment
2036 int cum_len, seglen, boundary, rdma_coun local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/
H A DMakefile15 # Added '-march' and '-mpreferred-stack-boundary' support
37 CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c135 int bmap_n, int *beg, int boundary, int min,
173 ((unsigned long *)(bh->b_data), boundary, *beg);
175 if (*beg + min > boundary) { /* search for a zero bit fails or the rest of bitmap block
185 if (end >= *beg + max || end >= boundary
134 scan_bitmap_block(struct reiserfs_transaction_handle *th, int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c124 uint16 hwlim; /* hardware subregion boundary */
126 uint16 swlim; /* software subregion boundary */
128 uint16 flim; /* fuse subregion boundary */
147 int boundary; /* hw/sw boundary */ member in struct:__anon11492
992 /* One time set region flag: Update boundary/flag in memory and in OTP */
1002 /* write max swlim(covert to bits) to the sw/fuse boundary */
1041 /* Also write 0 to HW region boundary */
1050 /* No CI region boundary */
1616 oi->boundary
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c96 /* from the head of the stream, get the next page. boundary specifies
100 boundary: -1) unbounded search
108 ogg_int64_t boundary){
109 if(boundary>0)boundary+=vf->offset;
113 if(boundary>0 && vf->offset>=boundary)return(OV_FALSE);
122 if(!boundary)return(OV_FALSE);
661 bitstream boundary and dumps the decoding machine. If the decoding
783 1) our decoding just traversed a bitstream boundary
107 _get_next_page(OggVorbis_File *vf,ogg_page *og, ogg_int64_t boundary) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm.c550 sector_t boundary; local
551 boundary = ((offset + ti->split_io) & ~(ti->split_io - 1))
553 if (len > boundary)
554 len = boundary;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h126 BUFFER_FNS(Boundary, boundary)

Completed in 163 milliseconds

123