Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dptrace.c545 if (addr == (addr_t) &dummy32->cr9) in __peek_user_per_compat()
549 else if (addr == (addr_t) &dummy32->cr10) in __peek_user_per_compat()
553 else if (addr == (addr_t) &dummy32->cr11) in __peek_user_per_compat()
557 else if (addr == (addr_t) &dummy32->bits) in __peek_user_per_compat()
584 struct compat_user *dummy32 = NULL; in __peek_user_compat() local
588 if (addr < (addr_t) &dummy32->regs.acrs) { in __peek_user_compat()
649 addr -= (addr_t) &dummy32->regs.per_info; in __peek_user_compat()
678 if (addr == (addr_t) &dummy32->cr9) in __poke_user_per_compat()
696 struct compat_user *dummy32 = NULL; in __poke_user_compat() local
700 if (addr < (addr_t) &dummy32->regs.acrs) { in __poke_user_compat()
[all …]
/linux/lib/zstd/compress/
A Dzstd_opt.c405 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBt1() local
433 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
441 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
474 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
481 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
554 U32 dummy32; /* to be nullified at the end */ in ZSTD_insertBtAndGetAllMatches() local
694 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
700 … if (matchIndex <= btLow) { largerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBtAndGetAllMatches()
A Dzstd_lazy.c85 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()

Completed in 16 milliseconds