Searched refs:dummy32 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | store.c | 1360 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 D | zstd_opt.c | 393 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local 421 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1() 429 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1() 462 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1() 469 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1() 542 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local 682 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches() 688 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
|
H A D | zstd_lazy.c | 85 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertDUBT1() local 132 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1() 141 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1() 305 U32 dummy32; /* to be nullified at the end */ in ZSTD_DUBT_findBestMatch() local 345 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch() 352 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 436 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local 468 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1() 476 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1() 509 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1() 516 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1() 589 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local 728 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches() 734 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
|
H A D | zstd_lazy.c | 85 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertDUBT1() local 132 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1() 141 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1() 306 U32 dummy32; /* to be nullified at the end */ in ZSTD_DUBT_findBestMatch() local 346 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch() 353 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
|