Home
last modified time | relevance | path

Searched refs:movebits (Results 1 – 24 of 24) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/www/gitea/gitea-1.16.5/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/devel/bit/bit-1.1.2/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/ulikunitz/xz/lzma/
H A Dprob.go9 const movebits = 5 const
24 *p -= *p >> movebits
30 *p += ((1 << probbits) - *p) >> movebits
/dports/games/moria/umoria/source/
H A Dcreature.c936 int32u movebits; local
948 movebits = c_list[m_ptr->mptr].cmove;
963 else if (movebits & (holder = CM_PHASE))
965 else if (movebits & CM_PHASE)
980 if (movebits & (holder = CM_OPEN_DOOR))
982 if (movebits & CM_OPEN_DOOR)
1065 if (movebits & CM_ATTACK_ONLY)
1089 if ((movebits & (holder = CM_EATS_OTHER)) &&
1091 if ((movebits & CM_EATS_OTHER) &&
1119 if (movebits & (holder = CM_PICKS_UP))
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c655 int statemoveto, movebits, movex, movey, fill0style, fill1style, linestyle; in shaperecord() local
668 { movebits = getbits((BITS) tp, 5); in shaperecord()
669 movex = getsbits((BITS) tp, movebits); in shaperecord()
670 movey = getsbits((BITS) tp, movebits); in shaperecord()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c655 int statemoveto, movebits, movex, movey, fill0style, fill1style, linestyle; in shaperecord() local
668 { movebits = getbits((BITS) tp, 5); in shaperecord()
669 movex = getsbits((BITS) tp, movebits); in shaperecord()
670 movey = getsbits((BITS) tp, movebits); in shaperecord()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c655 int statemoveto, movebits, movex, movey, fill0style, fill1style, linestyle; in shaperecord() local
668 { movebits = getbits((BITS) tp, 5); in shaperecord()
669 movex = getsbits((BITS) tp, movebits); in shaperecord()
670 movey = getsbits((BITS) tp, movebits); in shaperecord()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c655 int statemoveto, movebits, movex, movey, fill0style, fill1style, linestyle; in shaperecord() local
668 { movebits = getbits((BITS) tp, 5); in shaperecord()
669 movex = getsbits((BITS) tp, movebits); in shaperecord()
670 movey = getsbits((BITS) tp, movebits); in shaperecord()
/dports/sysutils/syslinux/syslinux-6.03/mk/
H A Dlib.mk153 syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o \
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c7204 REGISTER INTBIG dx, dy, dlx, dhx, dly, dhy, i, movebits, newbits; in us_pastnodetonode() local
7254 movebits = NEXPAND | NTECHBITS | HARDSELECTN | NVISIBLEINSIDE; in us_pastnodetonode()
7255 newbits = (destnode->userbits & ~movebits) | (srcnode->userbits & movebits); in us_pastnodetonode()
7268 REGISTER INTBIG dw, i, movebits, newbits; in us_pastarctoarc() local
7310 movebits = FIXED | FIXANG | NOEXTEND | ISNEGATED | ISDIRECTIONAL | in us_pastarctoarc()
7312 newbits = (destarc->userbits & ~movebits) | (srcarc->userbits & movebits); in us_pastarctoarc()