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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLineMarker.h17 ColourPair back; member in class:LineMarker
23 back = ColourDesired(0xff,0xff,0xff);
31 back = ColourDesired(0xff,0xff,0xff);
42 back = ColourDesired(0xff,0xff,0xff);
H A DLineMarker.cxx18 pal.WantFind(back, want);
36 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
42 surface->RectangleDraw(rc, back, fore);
45 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
51 surface->Ellipse(rcCircle, back, fore);
91 surface->RoundedRectangle(rcRounded, fore.allocated, back.allocated);
98 surface->Ellipse(rcCircle, fore.allocated, back.allocated);
106 fore.allocated, back.allocated);
115 fore.allocated, back.allocated);
133 fore.allocated, back
[all...]
H A DStyle.cxx27 back.desired = source.back.desired;
55 back.desired = source.back.desired;
74 back.desired = back_;
96 source.back.desired,
H A DStyle.h16 ColourPair back; member in class:Style
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-packet.h50 * Indicates the amount to back up to get to the
55 uint64_t back:4; member in struct:cvmx_buf_ptr::__anon15565
H A Dethernet-util.h40 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back)
H A Dcvmx-helper-util.h169 start_of_buffer = ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7;
179 * Remember the back pointer is in cache lines, not
183 ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-packet.h47 /* Indicates the amount to back up to get to the
51 uint64_t back:4; member in struct:cvmx_buf_ptr::__anon9731
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dlzo.h65 * @param back how many bytes back we start (the initial size of the overlapping window)
68 * cnt > back is valid, this will copy the bytes we just copied,
69 * thus creating a repeating pattern with a period length of back.
71 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
123 if (dst - c->out_start < back) {
131 memcpy_backptr(dst, back, cnt);
135 static inline void memcpy_backptr(uint8_t *dst, int back, int cnt) { argument
136 const uint8_t *src = &dst[-back];
169 av_memcpy_backptr(uint8_t *dst, int back, int cnt) argument
199 int cnt, back; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtestregistry.cpp69 if (m_testCases.empty() || m_testCases.back()->getName() != tcName) {
73 m_testCases.back()->addTest(test);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlzo.c112 * @param back how many bytes back we start, must be > 0
115 * cnt > back is valid, this will copy the bytes we just copied,
116 * thus creating a repeating pattern with a period length of back.
118 static inline void copy_backptr(LZOContext *c, int back, int cnt) argument
122 if (dst - c->out_start < back) {
130 av_memcpy_backptr(dst, back, cnt);
162 int cnt, back; local
166 back = (GETB(c) << 3) + ((x >> 2) & 7) + 1;
170 back
[all...]
H A Dmem.c399 void av_memcpy_backptr(uint8_t *dst, int back, int cnt) argument
401 const uint8_t *src = &dst[-back];
402 if (!back)
405 if (back == 1) {
407 } else if (back == 2) {
409 } else if (back == 3) {
411 } else if (back == 4) {
415 int blocklen = back;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-flush-mn10300.S31 # Flush the entire data cache back to RAM
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwnddisbl.tex15 of one of them) in its constructor and enables them back in its destructor.
44 Reenables back the windows disabled by the constructor.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcollect_deps.com73 $ back = f$extract( (colon+ 3+ f$length( dev_dir_lose)), -
75 $ line = front+ "["+ back
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcollect_deps.com73 $ back = f$extract( (colon+ 3+ f$length( dev_dir_lose)), -
75 $ line = front+ "["+ back
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzlog.c122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back
464 int back, len, mask; local
[all...]

Completed in 251 milliseconds

1234567891011>>