Home
last modified time | relevance | path

Searched refs:HIGH_MASK (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dmfp_mul.c42 #define HIGH_MASK (u_int32)(LOW_MASK << (FRACTION_PREC/2)) macro
88 a[1] = (a_f & HIGH_MASK) >> (FRACTION_PREC/2); in mfp_mul()
90 a[3] = (a_i & HIGH_MASK) >> (FRACTION_PREC/2); in mfp_mul()
93 b[1] = (b_f & HIGH_MASK) >> (FRACTION_PREC/2); in mfp_mul()
95 b[3] = (b_i & HIGH_MASK) >> (FRACTION_PREC/2); in mfp_mul()
/dports/games/edge/Edge-1.35-source/src/
H A Dr_occlude.cc304 #define HIGH_MASK(H) oned_high_masks[H]
341 oned_oculus_buffer[low] &= ~(LOW_MASK(low_b) & HIGH_MASK(high_b));
346 oned_oculus_buffer[high] &= ~HIGH_MASK(high_b);
375 return ! (oned_oculus_buffer[low] & (LOW_MASK(low_b) & HIGH_MASK(high_b)));
380 if (oned_oculus_buffer[high] & HIGH_MASK(high_b))
/dports/games/tycho/species/
H A Dinst_gen_markov.hpp40 void set_low(const unsigned low) { _data = (_data & HIGH_MASK) | (low & LOW_MASK); } in set_low()
53 HIGH_MASK = ((1<<BITS)-1) << HIGH_SHIFT, member in CHighLowField
54 LOW_MASK = ~HIGH_MASK;
/dports/games/species/species/
H A Dinst_gen_markov.hpp40 void set_low(const unsigned low) { _data = (_data & HIGH_MASK) | (low & LOW_MASK); } in set_low()
53 HIGH_MASK = ((1<<BITS)-1) << HIGH_SHIFT, member in CHighLowField
54 LOW_MASK = ~HIGH_MASK;
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/hash/
H A Dhash.c224 "HIGH MASK ", hashp->HIGH_MASK,
373 hashp->HIGH_MASK = (nbuckets << 1) - 1;
851 if (new_bucket > hashp->HIGH_MASK) {
853 hashp->LOW_MASK = hashp->HIGH_MASK;
854 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
889 bucket = n & hashp->HIGH_MASK;
H A Dhash.h284 #define HIGH_MASK hdr.high_mask macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/db/hash/
H A Dhash.c225 "HIGH MASK ", hashp->HIGH_MASK, in __hash_open()
369 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
869 if (new_bucket > (uint32_t)hashp->HIGH_MASK) { in __expand_table()
871 hashp->LOW_MASK = hashp->HIGH_MASK; in __expand_table()
872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()
902 bucket = n & hashp->HIGH_MASK; in __call_hash()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dhash.c248 "HIGH MASK ", hashp->HIGH_MASK,
401 hashp->HIGH_MASK = (nbuckets << 1) - 1;
880 if (new_bucket > hashp->HIGH_MASK) {
882 hashp->LOW_MASK = hashp->HIGH_MASK;
883 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
918 bucket = n & hashp->HIGH_MASK;
H A Dhash.h301 #define HIGH_MASK hdr.high_mask macro
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rtdb/db/
H A Dhash.c238 "HIGH MASK ", hashp->HIGH_MASK,
391 hashp->HIGH_MASK = (nbuckets << 1) - 1;
870 if (new_bucket > hashp->HIGH_MASK) {
872 hashp->LOW_MASK = hashp->HIGH_MASK;
873 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
908 bucket = n & hashp->HIGH_MASK;
H A Dhash.h275 #define HIGH_MASK hdr.high_mask macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/search/
H A Dhash.c259 "HIGH MASK ", hashp->HIGH_MASK,
416 hashp->HIGH_MASK = (nbuckets << 1) - 1;
895 if (new_bucket > hashp->HIGH_MASK) {
897 hashp->LOW_MASK = hashp->HIGH_MASK;
898 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
933 bucket = n & hashp->HIGH_MASK;
H A Dhash.h303 #define HIGH_MASK hdr.high_mask macro
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rtdb/db/
H A Dhash.c238 "HIGH MASK ", hashp->HIGH_MASK,
391 hashp->HIGH_MASK = (nbuckets << 1) - 1;
870 if (new_bucket > hashp->HIGH_MASK) {
872 hashp->LOW_MASK = hashp->HIGH_MASK;
873 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
908 bucket = n & hashp->HIGH_MASK;
H A Dhash.h275 #define HIGH_MASK hdr.high_mask macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/search/
H A Dhash.c248 "HIGH MASK ", hashp->HIGH_MASK,
401 hashp->HIGH_MASK = (nbuckets << 1) - 1;
880 if (new_bucket > hashp->HIGH_MASK) {
882 hashp->LOW_MASK = hashp->HIGH_MASK;
883 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
918 bucket = n & hashp->HIGH_MASK;
H A Dhash.h301 #define HIGH_MASK hdr.high_mask macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/search/
H A Dhash.c261 "HIGH MASK ", hashp->HIGH_MASK,
418 hashp->HIGH_MASK = (nbuckets << 1) - 1;
897 if (new_bucket > hashp->HIGH_MASK) {
899 hashp->LOW_MASK = hashp->HIGH_MASK;
900 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
935 bucket = n & hashp->HIGH_MASK;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in dbm_expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in dbm_expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in dbm_expand_table()
1073 bucket = n & hashp->HIGH_MASK; in dbm_call_hash()
/dports/security/ca_root_nss/nss-3.71/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in dbm_expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in dbm_expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in dbm_expand_table()
1073 bucket = n & hashp->HIGH_MASK; in dbm_call_hash()
/dports/www/firefox/firefox-99.0/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in dbm_expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in dbm_expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in dbm_expand_table()
1073 bucket = n & hashp->HIGH_MASK; in dbm_call_hash()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in __expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in __expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()
1073 bucket = n & hashp->HIGH_MASK; in __call_hash()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1039 if (new_bucket > (uint32)hashp->HIGH_MASK) { in __expand_table()
1041 hashp->LOW_MASK = hashp->HIGH_MASK; in __expand_table()
1042 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()
1074 bucket = n & hashp->HIGH_MASK; in __call_hash()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in dbm_expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in dbm_expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in dbm_expand_table()
1073 bucket = n & hashp->HIGH_MASK; in dbm_call_hash()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/dbm/src/
H A Dhash.c422 hashp->HIGH_MASK = (nbuckets << 1) - 1; in init_htab()
1038 if (new_bucket > (uint32)hashp->HIGH_MASK) { in dbm_expand_table()
1040 hashp->LOW_MASK = hashp->HIGH_MASK; in dbm_expand_table()
1041 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in dbm_expand_table()
1073 bucket = n & hashp->HIGH_MASK; in dbm_call_hash()

12