Home
last modified time | relevance | path

Searched refs:dummy32 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dstore.c1360 int32_t dummy32; in krb5_ret_creds() local
1373 ret = krb5_ret_int32 (sp, &dummy32); in krb5_ret_creds()
1388 if (dummy32 & mask) in krb5_ret_creds()
1389 dummy32 = bitswap32(dummy32); in krb5_ret_creds()
1391 creds->flags.i = dummy32; in krb5_ret_creds()
1525 int32_t dummy32, header; in krb5_ret_creds_tag() local
1548 ret = krb5_ret_int32 (sp, &dummy32); in krb5_ret_creds_tag()
1563 if (dummy32 & mask) in krb5_ret_creds_tag()
1564 dummy32 = bitswap32(dummy32); in krb5_ret_creds_tag()
1566 creds->flags.i = dummy32; in krb5_ret_creds_tag()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c468 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
500 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
508 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
541 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
548 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
625 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
764 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
770 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_lazy.c96 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertDUBT1() local
143 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
152 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
319 U32 dummy32; /* to be nullified at the end */ in ZSTD_DUBT_findBestMatch() local
359 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
366 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c467 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
499 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
507 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
540 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
547 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
624 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
763 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
769 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_lazy.c95 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertDUBT1() local
142 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
151 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()
318 U32 dummy32; /* to be nullified at the end */ in ZSTD_DUBT_findBestMatch() local
358 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
365 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()