Searched refs:back (Results 1 - 25 of 159) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlzo.h58 * \param back how many bytes back we start (the initial size of the overlapping window)
61 * cnt > back is valid, this will copy the bytes we just copied,
62 * thus creating a repeating pattern with a period length of back.
64 void av_memcpy_backptr(uint8_t *dst, int back, int cnt);
H A Dlzo.c111 static inline void memcpy_backptr(uint8_t *dst, int back, int cnt);
115 * \param back how many bytes back we start
118 * cnt > back is valid, this will copy the bytes we just copied,
119 * thus creating a repeating pattern with a period length of back.
121 static inline void copy_backptr(LZOContext *c, int back, int cnt) { argument
122 register const uint8_t *src = &c->out[-back];
132 memcpy_backptr(dst, back, cnt);
136 static inline void memcpy_backptr(uint8_t *dst, int back, int cnt) { argument
137 const uint8_t *src = &dst[-back];
170 av_memcpy_backptr(uint8_t *dst, int back, int cnt) argument
192 int cnt, back; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dlzo.h58 * \param back how many bytes back we start (the initial size of the overlapping window)
61 * cnt > back is valid, this will copy the bytes we just copied,
62 * thus creating a repeating pattern with a period length of back.
64 void av_memcpy_backptr(uint8_t *dst, int back, int cnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dtimer.c131 struct timer_lst *tm, *back; local
155 back = tm;
157 back->prev = back->next = NULL;
159 (*back->handler)(back->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Ddirhash.c141 ent->back = dhnp;
144 ent->next->back = &(ent->next);
149 *(ent->back) = ent->next;
151 ent->next->back = ent->back;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dcache.S20 # Write back a range of dcache
81 # Write back and invalidate a range of dcache and icache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Datomic.S60 sll %g2, 8, %g7 ! Transpose back to atomic24_t
65 st %g2, [%g1] ! Store it back
86 sll %g2, 8, %g7 ! Transpose back to atomic24_t
91 st %g2, [%g1] ! Store it back
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dvfpmacros.h17 @ read all the working registers back into the VFP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-lshift.S59 bdn Loop # loop back until CTR is zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c1114 char *back; local
1119 back = NULL;
1135 if ((ret = __db_backup_name(env, new, stxn, &back)) != 0)
1143 __fop_inmem_dummy(tmpdbp, stxn, back, mbuf) :
1144 __fop_ondisk_dummy(tmpdbp, stxn, back, mbuf, flags);
1150 __fop_inmem_swap(dbp, tmpdbp, stxn, old, new, back, txn->locker) :
1152 tmpdbp, stxn, old, new, back, txn->locker, flags);
1162 if (back != NULL)
1163 __os_free(env, back);
1432 __fop_ondisk_swap(dbp, tmpdbp, txn, old, new, back, locke
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_unistr.c95 and mapped back to the same character in ucs2
677 const smb_ucs2_t *back)
695 if (back && *back) {
696 back_len = strlen_w(back);
697 while (len && strncmp_w((s + (len - back_len)), back, back_len) == 0) {
761 const char *back)
767 if (back) push_ucs2(NULL, b, back, sizeof(wpstring) - 1, STR_TERMINATE);
676 trim_string_w(smb_ucs2_t *s, const smb_ucs2_t *front, const smb_ucs2_t *back) argument
760 trim_string_wa(smb_ucs2_t *s, const char *front, const char *back) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsuspend_asm.S55 movq %rax, %cr4; # turn PGE back on
73 /* go back to the original page tables */
85 movq %rax, %cr4; # turn PGE back on
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_api.c136 struct tcf_proto **back, **chain; local
191 for (back = chain; (tp=*back) != NULL; back = &tp->next) {
248 tp->prio = nprio ? : tcf_auto_prio(*back);
259 tp->next = *back;
260 *back = tp;
271 *back = tp->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_sysfs.c120 int back; local
130 for (back = 0; strncmp(&link_target[back * 3], "../", 3) == 0; back++)
132 dbg("base '%s', tail '%s', back %i", devpath, &link_target[back * 3], back);
133 for (i = 0; i <= back; i++) {
140 dbg("after moving back '%s'", devpath);
142 strlcat(devpath, &link_target[back *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.h127 struct back { struct in struct:HTTP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram-fn.S48 lock: ldrh r4, [r2], #0 @ read back dpll value
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dswsusp.S55 /* go back to the original page tables */
66 movl %eax, %cr4; # turn PGE back on
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
85 fmovex (%a0),%fp0 |put new value back in fp0
97 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmode_string.c30 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c125 node->hdr.info.back = 0;
151 * Walk back up the tree splitting/inserting/adjusting as necessary.
266 node->hdr.info.back = cpu_to_be32(oldblk->blkno);
272 if (node->hdr.info.back) {
273 if (be32_to_cpu(node->hdr.info.back) == addblk->blkno) {
639 * Walk back up the tree joining/deallocating as necessary.
725 ASSERT(!oldroot->hdr.info.back);
752 ASSERT(!blkinfo->back);
826 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
831 blkno = be32_to_cpu(info->back);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c71 int back; /* one character push-back */ member in struct:gz_stream
72 int last; /* true if push-back is last character */
122 s->back = EOF;
412 if (s->stream.avail_out && s->back != EOF) {
413 *next_out++ = s->back;
416 s->back = EOF;
513 Push one byte back onto the stream.
521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
522 s->back
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c71 int back; /* one character push-back */ member in struct:gz_stream
72 int last; /* true if push-back is last character */
122 s->back = EOF;
412 if (s->stream.avail_out && s->back != EOF) {
413 *next_out++ = s->back;
416 s->back = EOF;
513 Push one byte back onto the stream.
521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
522 s->back
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Ddrv.c986 struct msn_entry *ptr, *back; local
990 back = ptr->next;
992 ptr = back;
1001 struct msn_entry *back = NULL; local
1021 for (back=dev->msn_list; back->next; back=back->next);
1056 back->next = ptr;
1057 back
[all...]

Completed in 144 milliseconds

1234567