Searched refs:POS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_constant.c22 FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000);
23 static FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b);
24 static FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29);
25 FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2);
26 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
27 FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2);
28 static FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84);
29 static FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7);
36 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
40 FPU_REG const CONST_SNAN = MAKE_REG(POS, EXP_OVE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dlayout.cpp433 #define POS(r, c) wxGBPosition(r,c) macro
470 POS(0,0), SPAN(1, 7),
473 m_gbs->Add( TEXTCTRL("pos(1,0)"), POS(1,0) );
474 m_gbs->Add( TEXTCTRL("pos(1,1)"), POS(1,1) );
475 m_gbs->Add( TEXTCTRL("pos(2,0)"), POS(2,0) );
476 m_gbs->Add( TEXTCTRL("pos(2,1)"), POS(2,1) );
478 POS(3,2), SPAN(1,2), wxEXPAND );
480 POS(4,3), SPAN(3,1), wxEXPAND );
481 m_gbs->Add( TEXTCTRL("pos(5,4)"), POS(5,4), wxDefaultSpan, wxEXPAND );
482 m_gbs->Add( TEXTCTRL("pos(6,5)"), POS(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcpred_template.c28 #define POS(x, y) src[(x) + stride * (y)] macro
166 left[-1] = POS(-1, -1);
173 EXTEND(top + size + top_right_size, POS(size + top_right_size - 1, -1),
178 left[i] = POS(-1, i);
181 left[i] = POS(-1, i);
182 EXTEND(left + size + bottom_left_size, POS(-1, size + bottom_left_size - 1),
371 POS(x, y) = ((size - 1 - x) * left[y] + (x + 1) * top[size] +
409 AV_WN4P(&POS(j, i), a);
412 POS(0, 0) = (left[0] + 2 * dc + top[0] + 2) >> 2;
414 POS(
551 #undef POS macro
[all...]
H A Dhevc.c1613 #define POS(c_idx, x, y) \ macro
1625 uint8_t *dst0 = POS(0, x0, y0);
1626 uint8_t *dst1 = POS(1, x0, y0);
1627 uint8_t *dst2 = POS(2, x0, y0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c527.c30 * The diagram (Figure 1-1) and the POS summary disagree with the
256 POS registers usually don't fail :) */
258 /* MCA cards have POS registers.
314 u8 POS; local
354 POS = mca_read_stored_pos(slot, 2);
356 if(!(POS&1))
363 dev->base_addr = mca_io_bases[(POS>>1)&7];
364 dev->mem_start = mca_mem_bases[(POS>>4)&7];
366 POS = mca_read_stored_pos(slot, 4);
367 if(!(POS
[all...]
H A Dne2.c251 POS registers usually don't fail :) */
253 /* MCA cards have POS registers.
319 unsigned char POS; local
330 /* Read base IO and IRQ from the POS-registers */
331 POS = mca_read_stored_pos(slot, 2);
332 if(!(POS % 2)) {
337 /* handle different POS register structure for D-Link card */
340 base_addr = dlink_addresses[(POS >> 5) & 0x03];
341 irq = dlink_irqs[(POS >> 2) & 0x07];
344 i = (POS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlobject.c248 #define POS "\"]" macro
274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dchill.exp205 {"pos", POS, NORID, RESERVED},
255 {"POS", POS, NORID, RESERVED},

Completed in 205 milliseconds