Searched refs:dummy32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | mem_noshuf_exception.c | 69 int32_t dummy32; in main() local 85 : "=r"(dummy32) : : "r18", "r19", "memory"); in main() 107 : "=r"(dummy32) : : "r18", "r19", "p0", "memory"); in main()
|
/openbmc/linux/lib/zstd/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()
|