search for: dwidth

Displaying 6 results from an estimated 6 matches for "dwidth".

Did you mean: width
2007 May 19
2
Crash in blur.c (SIGSEGV)
...5)): #0 0x0000003be36942f5 in waitpid () from /lib64/libc.so.6 #1 0x0000003be363bd13 in do_system () from /lib64/libc.so.6 #2 0x00002aaaad0d42d6 in crash_handler (sig=11) at crashhandler.c:50 count = 1 #3 <signal handler called> #4 blurWindowResizeNotify (w=0x1e67540, dx=0, dy=0, dwidth=0, dheight=0) at blur.c:2273 bw = (BlurWindow *) 0x0 bs = (BlurScreen *) 0xcc2130 #5 0x00002aaaae94879b in decorWindowResizeNotify (w=0x1e67540, dx=0, dy=0, dwidth=0, dheight=0) at decoration.c:1148 ds = (DecorScreen *) 0xce9b10 #6 0x00002aaaaef52af2 in resizeWindowRes...
2015 Dec 09
0
[ANNOUNCE] libXfont2 2.0.0
...I/ABI that avoids referencing symbols in the X server directly. The code for the X server to use this version is awaiting review and merging still. Alan Coopersmith (1): doc: add a couple olinks to fsproto & xfs-design docs Benjamin Tissoires (1): bdfReadCharacters: Allow negative DWIDTH values Jeremy Huddleston Sequoia (2): stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution Use NO_WEAK_SYMBOLS instead of -flat_namespace Keith Packard (2): Add compiler warning flags and fix warnings Eliminate calls back to X...
2016 Aug 31
0
[ANNOUNCE] libXfont 1.5.2
...orted to Xfont2). If someone wanted to step up and merge Xfont1 into bdtopcf directly, that'd be great. Adam Jackson (1):       libXfont 1.5.2 Alan Coopersmith (1):       doc: add a couple olinks to fsproto & xfs-design docs Benjamin Tissoires (1):       bdfReadCharacters: Allow negative DWIDTH values Jeremy Huddleston Sequoia (6):       stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution       Use NO_WEAK_SYMBOLS instead of -flat_namespace       FreeType: Correct an allocation size       bitmap: Bail out on invalid input to FontFileMakeDir...
2003 Aug 19
4
upload vs download
I have a tc script which splits the bandwidth in 8 leaf classes based on IP filtering. The script looks like this: tc filter add dev $LAN_IFACE protocol ip parent 1:0 prio 1 u32 match ip dst 192.168.0.121 flowid 1:11 The separation works excellent for downloads, but for uploads, it is ignored... Can you tell me how to deal with it? Thanks...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...nds/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c index 45f982863904..a7eb81df88c2 100644 --- a/drivers/media/dvb-frontends/drxd_hard.c +++ b/drivers/media/dvb-frontends/drxd_hard.c @@ -1620,11 +1620,10 @@ static int CorrectSysClockDeviation(struct drxd_state *state) case 6000000: bandwidth = DRXD_BANDWIDTH_6MHZ_IN_HZ; break; default: return -1; - break; } /* Compute new sysclock value sysClockFreq = (((incr + 2^23)*bandwidth)/2^21)/1000 */ incr += (1 << 23); diff --git a/drivers/media/dvb-frontends/nxt200x.c b/drivers/media/dvb-frontends/nxt200x.c...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...nds/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c index 45f982863904..a7eb81df88c2 100644 --- a/drivers/media/dvb-frontends/drxd_hard.c +++ b/drivers/media/dvb-frontends/drxd_hard.c @@ -1620,11 +1620,10 @@ static int CorrectSysClockDeviation(struct drxd_state *state) case 6000000: bandwidth = DRXD_BANDWIDTH_6MHZ_IN_HZ; break; default: return -1; - break; } /* Compute new sysclock value sysClockFreq = (((incr + 2^23)*bandwidth)/2^21)/1000 */ incr += (1 << 23); diff --git a/drivers/media/dvb-frontends/nxt200x.c b/drivers/media/dvb-frontends/nxt200x.c...