Home
last modified time | relevance | path

Searched refs:nSyms (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/
H A Dprint-deflate-huff-table-size.go220 for nSyms := nCodes; nSyms <= maxNSyms; nSyms++ {
266 } else if nCodes > nSyms {
269 } else if nCodes == nSyms {
296 nSyms1 := nSyms - n
494 for nSyms := uint32(2); nSyms <= maxNSyms; nSyms++ {
509 if nCodes == nSyms {
514 f[codeLen][nCodes][nSyms] = true
516 } else if nCodes > nSyms {
530 if f[codeLen][nCodes][nSyms] {
542 nSyms1 := nSyms - n
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dprint-deflate-huff-table-size.go220 for nSyms := nCodes; nSyms <= maxNSyms; nSyms++ {
266 } else if nCodes > nSyms {
269 } else if nCodes == nSyms {
296 nSyms1 := nSyms - n
494 for nSyms := uint32(2); nSyms <= maxNSyms; nSyms++ {
509 if nCodes == nSyms {
514 f[codeLen][nCodes][nSyms] = true
516 } else if nCodes > nSyms {
530 if f[codeLen][nCodes][nSyms] {
542 nSyms1 := nSyms - n
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c371 register int i, g, nSyms; in XkbResizeKeyType() local
402 nSyms = 1; in XkbResizeKeyType()
421 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
427 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
480 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
511 nSyms = 1; in XkbResizeKeySyms()
521 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
524 memset(&newSyms[nSyms + nCopy], 0, in XkbResizeKeySyms()
526 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
527 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/xkb/
H A DXKBMisc.c54 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
69 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
72 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
73 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
126 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
211 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
251 if (nSyms[i] != nSyms[XkbGroup1Index]) in XkbKeyTypesForCoreSymbols()
270 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
380 int n, nSyms, found; in XkbApplyCompatMapToKey() local
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBMisc.c152 int nSyms[XkbNumKbdGroups]; in XkbKeyTypesForCoreSymbols() local
166 nSyms[i] = 2; in XkbKeyTypesForCoreSymbols()
169 if (nSyms[XkbGroup1Index] < 2) in XkbKeyTypesForCoreSymbols()
170 nSyms[XkbGroup1Index] = 2; in XkbKeyTypesForCoreSymbols()
171 if (nSyms[XkbGroup2Index] < 2) in XkbKeyTypesForCoreSymbols()
187 tmp = nSyms[XkbGroup1Index] + nSyms[XkbGroup2Index]; in XkbKeyTypesForCoreSymbols()
270 nSyms[XkbGroup2Index] = nSyms[XkbGroup1Index]; in XkbKeyTypesForCoreSymbols()
320 nSyms[i] = 1; in XkbKeyTypesForCoreSymbols()
432 int n, nSyms, found; in XkbApplyCompatMapToKey() local
451 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
[all …]
H A DXKBMAlloc.c434 register int i, g, nSyms; in XkbResizeKeyType() local
463 nSyms = 1; in XkbResizeKeyType()
475 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeyType()
482 nSyms += XkbKeyNumSyms(xkb, i); in XkbResizeKeyType()
488 xkb->map->num_syms = nSyms; in XkbResizeKeyType()
541 register int i, nSyms, nKeySyms; in XkbResizeKeySyms() local
571 nSyms = 1; in XkbResizeKeySyms()
581 memcpy(&newSyms[nSyms], XkbKeySymsPtr(xkb, i), in XkbResizeKeySyms()
585 xkb->map->key_sym_map[i].offset = nSyms; in XkbResizeKeySyms()
586 nSyms += nKeySyms; in XkbResizeKeySyms()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/decoders/
H A Dcrx.cpp380 int nSyms = 0; in crxDecodeLine() local
383 nSyms = 1; in crxDecodeLine()
507 int nSyms = 0; in crxDecodeLineRounded() local
510 nSyms = 1; in crxDecodeLineRounded()
591 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
594 nSyms = 1; in crxDecodeLineNoRefPrevLine()
624 if (nSyms > 0) in crxDecodeLineNoRefPrevLine()
628 i += nSyms; in crxDecodeLineNoRefPrevLine()
700 nSyms = 1; in crxDecodeTopLine()
786 nSyms = 1; in crxDecodeTopLineRounded()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/decoders/
H A Dcrx.cpp382 int nSyms = 0; in crxDecodeLine() local
385 nSyms = 1; in crxDecodeLine()
499 int nSyms = 0; in crxDecodeLineRounded() local
502 nSyms = 1; in crxDecodeLineRounded()
581 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
584 nSyms = 1; in crxDecodeLineNoRefPrevLine()
614 if (nSyms > 0) in crxDecodeLineNoRefPrevLine()
618 i += nSyms; in crxDecodeLineNoRefPrevLine()
687 nSyms = 1; in crxDecodeTopLine()
771 nSyms = 1; in crxDecodeTopLineRounded()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/decoders/
H A Dcrx.cpp382 int nSyms = 0; in crxDecodeLine() local
385 nSyms = 1; in crxDecodeLine()
499 int nSyms = 0; in crxDecodeLineRounded() local
502 nSyms = 1; in crxDecodeLineRounded()
581 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
584 nSyms = 1; in crxDecodeLineNoRefPrevLine()
614 if (nSyms > 0) in crxDecodeLineNoRefPrevLine()
618 i += nSyms; in crxDecodeLineNoRefPrevLine()
687 nSyms = 1; in crxDecodeTopLine()
771 nSyms = 1; in crxDecodeTopLineRounded()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcanon_cr3_decoder.cc1131 int nSyms = 0; in crxDecodeLineRounded() local
1134 nSyms = 1; in crxDecodeLineRounded()
1168 length -= nSyms; in crxDecodeLineRounded()
1223 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
1226 nSyms = 1; in crxDecodeLineNoRefPrevLine()
1264 if (nSyms > 0) { in crxDecodeLineNoRefPrevLine()
1267 i += nSyms; in crxDecodeLineNoRefPrevLine()
1433 int nSyms = 0; in crxDecodeTopLineRounded() local
1436 nSyms = 1; in crxDecodeTopLineRounded()
1538 int nSyms = 0; in crxDecodeTopLineNoRefPrevLine() local
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcanon_cr3_decoder.cc1137 int nSyms = 0; in crxDecodeLineRounded() local
1140 nSyms = 1; in crxDecodeLineRounded()
1174 length -= nSyms; in crxDecodeLineRounded()
1229 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
1232 nSyms = 1; in crxDecodeLineNoRefPrevLine()
1270 if (nSyms > 0) { in crxDecodeLineNoRefPrevLine()
1273 i += nSyms; in crxDecodeLineNoRefPrevLine()
1439 int nSyms = 0; in crxDecodeTopLineRounded() local
1442 nSyms = 1; in crxDecodeTopLineRounded()
1544 int nSyms = 0; in crxDecodeTopLineNoRefPrevLine() local
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcanon_cr3_decoder.cc970 int nSyms = 0; in crxDecodeLine() local
973 nSyms = 1; in crxDecodeLine()
1087 int nSyms = 0; in crxDecodeLineRounded() local
1090 nSyms = 1; in crxDecodeLineRounded()
1169 int nSyms = 0; in crxDecodeLineNoRefPrevLine() local
1172 nSyms = 1; in crxDecodeLineNoRefPrevLine()
1202 if (nSyms > 0) in crxDecodeLineNoRefPrevLine()
1206 i += nSyms; in crxDecodeLineNoRefPrevLine()
1275 nSyms = 1; in crxDecodeTopLine()
1359 nSyms = 1; in crxDecodeTopLineRounded()
[all …]

1234567