Searched refs:fix (Results 201 - 225 of 264) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.lib99 name-fix = $(subst $(comma),_,$(subst -,_,$1))
100 basename_flags = -D"KBUILD_BASENAME=KBUILD_STR($(call name-fix,$(basetarget)))"
102 -D"KBUILD_MODNAME=KBUILD_STR($(call name-fix,$(modname)))")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dskeleton.S93 | fix is to check for E1, and the existence of one of snan, ovfl,
96 | that this fix is only for d43b parts, and is skipped if the
H A Ddecbin.S66 | exception occurred. Unimp will fix the stack.
294 bnes ap_p_fx |if M16 is non-zero, go fix exp
307 bnes ap_p_fx |if non-zero, go to fix exp
355 bnes ap_n_fx |if non-zero, go to exp fix
363 bgts ap_n_fm |if still pos, go fix mantissa
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c1428 sisfb_get_fix(&info->fix, -1, info);
1845 sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) argument
1849 memset(fix, 0, sizeof(struct fb_fix_screeninfo));
1851 strlcpy(fix->id, ivideo->myid, sizeof(fix->id));
1854 fix->smem_start = ivideo->video_base + ivideo->video_offset;
1855 fix->smem_len = ivideo->sisfb_mem;
1857 fix->type = FB_TYPE_PACKED_PIXELS;
1858 fix->type_aux = 0;
1859 fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_config_vms_h_curl.com236 $! is a generic procedure and it would break more things to try to fix it
237 $! to special case it for curl. So we will fix it here.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsyscopyarea.c319 unsigned long const bits_per_line = p->fix.line_length*8u;
H A Dbroadsheetfb.c1017 total_size = info->fix.smem_len;
1120 info->fix = broadsheetfb_fix;
1121 info->fix.smem_len = videomemorysize;
H A Dcfbcopyarea.c351 unsigned long const bits_per_line = p->fix.line_length*8u;
H A Dsgivwfb.c299 info->fix.line_length = line_length;
773 info->fix = sgivwfb_fix;
H A Darcfb.c532 info->fix = arcfb_fix;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dfileio.c405 name in a command line. This kluge may fix it
1145 /* The Win32 stat()-bandaid to fix stat'ing root directories needs
1574 If fix == 1 calculate CRC of input entry and verify matches.
1576 If fix == 2 and this entry using data descriptor keep a sliding
1590 char sbuf[4]; /* buffer for sliding signature window for fix = 2 */
1601 if (fix == 2 && n == (uzoff_t) -2) {
1622 if (fix == 2 && k < brd) {
1877 if (fix == 1 && skip_this_disk) {
1898 if (fix == 2 && skip_this_disk) {
1916 if (fix
[all...]
H A Dzipnote.c659 fix = 3; /* needed for zipcopy if name changed */
H A Dzip.h348 extern int fix; /* Fix the zip file */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl995 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1045 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1129 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1145 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1391 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1408 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1640 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
1652 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
2057 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
2072 veor @XMM[7], @XMM[7], @XMM[6] @ fix u
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c385 int fix = 0, ret, tmpmax; local
386 addr = mb_correct_addr_and_bit(&fix, addr);
387 tmpmax = max + fix;
388 start += fix;
390 ret = ext4_find_next_zero_bit(addr, tmpmax, start) - fix;
398 int fix = 0, ret, tmpmax; local
399 addr = mb_correct_addr_and_bit(&fix, addr);
400 tmpmax = max + fix;
401 start += fix;
403 ret = ext4_find_next_bit(addr, tmpmax, start) - fix;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Dbsaes-armv7.pl995 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1045 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1129 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1145 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
1391 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1408 veor @XMM[7],@XMM[7],@XMM[15] @ fix up last round key
1640 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
1652 veor @XMM[7], @XMM[7], @XMM[15] @ fix up last round key
2057 veor @XMM[7], @XMM[7], @XMM[6] @ fix up round 0 key
2072 veor @XMM[7], @XMM[7], @XMM[6] @ fix u
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnv_accel.c205 pitch = info->fix.line_length;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile251 $(PERL_PATH) fix-texi.perl <$@++ >$@+ && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcrunch-bits.S112 #error fix me for ARMEB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_gx.c250 if (info->fix.smem_len < ONE_MB)
252 else if (info->fix.smem_len == ONE_MB)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfb.h838 struct fb_fix_screeninfo fix; /* Current fix */ member in struct:fb_info
1003 struct fb_fix_screeninfo *fix);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.c664 #error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
1265 /* Temporary fix, this need to be changed for dual stack */
2262 #error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
2704 #error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
2715 #error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
2821 #error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtchanges.tex63 In this case the old code would have used the new size as the minimum, but now the sizer will use the default size as the minimum rather than the size set later. It is an easy fix though, just move the specification of the size to the constructor (assuming that SomeWidget will set its minsize there like the rest of the controls do) or call \helpref{SetMinSize}{wxwindowsetminsize} instead of \helpref{SetSize}{wxwindowsetsize}.
105 \item non-const wxDC methods GetBackground(), GetBrush(), GetFont() and GetPen() as well as wxWindow methods GetFont() and GetCursor() don't exist any more, please fix your code -- it never worked correctly anyhow if you modified the objects returned by these methods so you should simply switch to using const methods.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.c614 if (off < info->fix.smem_len) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dbreak.S306 # need to really disable interrupts, set flag, fix up and return

Completed in 386 milliseconds

1234567891011