Home
last modified time | relevance | path

Searched refs:rndbits (Results 1 – 14 of 14) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Did_vh.cpp215 int rndbits = rndbits_x + rndbits_y; in VH_Startup() local
216 if(rndbits < 17) in VH_Startup()
217 rndbits = 17; // no problem, just a bit slower in VH_Startup()
218 else if(rndbits > 25) in VH_Startup()
219 rndbits = 25; // fizzle fade will not fill whole screen in VH_Startup()
221 rndmask = rndmasks[rndbits - 17]; in VH_Startup()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dgn/
H A Ddgnfloat.cpp49 GUInt32 rndbits; in DGN2IEEEDouble() local
96 rndbits = dt.lo & 0x00000007; in DGN2IEEEDouble()
101 if (rndbits) in DGN2IEEEDouble()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vax.cpp51 GUInt32 rndbits; in CPLVaxToIEEEDouble() local
95 rndbits = dt.lo & 0x00000007; in CPLVaxToIEEEDouble()
100 if (rndbits) in CPLVaxToIEEEDouble()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vax.cpp51 GUInt32 rndbits;
95 rndbits = dt.lo & 0x00000007;
100 if (rndbits)
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vax.cpp51 GUInt32 rndbits; in CPLVaxToIEEEDouble() local
95 rndbits = dt.lo & 0x00000007; in CPLVaxToIEEEDouble()
100 if (rndbits) in CPLVaxToIEEEDouble()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/
H A Dmmap.c70 static unsigned long arch_rnd(unsigned int rndbits) in arch_rnd() argument
74 return (get_random_long() & ((1UL << rndbits) - 1)) << PAGE_SHIFT; in arch_rnd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/
H A Dmmap.c70 static unsigned long arch_rnd(unsigned int rndbits) in arch_rnd() argument
74 return (get_random_long() & ((1UL << rndbits) - 1)) << PAGE_SHIFT; in arch_rnd()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/
H A Dmmap.c70 static unsigned long arch_rnd(unsigned int rndbits) in arch_rnd() argument
74 return (get_random_long() & ((1UL << rndbits) - 1)) << PAGE_SHIFT; in arch_rnd()
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtrequest.cpp109 unsigned long rndbits; in CopyShuffle() local
151 rndbits = random(); in CopyShuffle()
152 i = sizeof(rndbits) - 3; // insure an extra bit in CopyShuffle()
154 if( (rndbits>>=1)&01 ){ // beginning or end of list in CopyShuffle()
155 if( (rndbits>>=1)&01 ){ in CopyShuffle()
166 if( (rndbits>>=1)&01 ){ // put after prev->next in CopyShuffle()
H A Dpeerlist.cpp1149 unsigned long rndbits; in UnChokeCheck() local
1234 rndbits = random(); in UnChokeCheck()
1239 && (rndbits>>=2)&3 ){ in UnChokeCheck()
1261 || !((rndbits>>=2)&3) ){ in UnChokeCheck()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.c269 const unsigned long rndbits = scm_the_rng.random_bits (state); in scm_c_random_bignum() local
272 scm_t_uint32 highest_bits = ((scm_t_uint32) rndbits) & mask; in scm_c_random_bignum()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c330 const scm_t_uint32 rndbits = state->rng->random_bits (state); in scm_c_random_bignum() local
333 scm_t_uint32 highest_bits = rndbits & mask; in scm_c_random_bignum()
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c342 const uint32_t rndbits = state->rng->random_bits (state); in scm_c_random_bignum() local
345 uint32_t highest_bits = rndbits & mask; in scm_c_random_bignum()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ingr/
H A DIngrTypes.cpp1675 GUInt32 rndbits; in INGR_DGN2IEEEDouble() local
1722 rndbits = dt.lo & 0x00000007; in INGR_DGN2IEEEDouble()
1727 if (rndbits) in INGR_DGN2IEEEDouble()