OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testbits
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
gcc_qadd.c
41
const doublebits
testbits
= { .d = testForOverflow };
local in function:__gcc_qadd
42
if (((uint32_t)(
testbits
.x >> 32) & infinityHi) == infinityHi) {
gcc_qsub.c
41
const doublebits
testbits
= { .d = testForOverflow };
local in function:__gcc_qsub
42
if (((uint32_t)(
testbits
.x >> 32) & infinityHi) == infinityHi) {
/src/sys/arch/x86/x86/
pmap.c
4657
pmap_test_attrs(struct vm_page *pg, unsigned
testbits
)
4667
if ((pp->pp_attrs &
testbits
) != 0) {
4674
if ((pp->pp_attrs &
testbits
) != 0) {
4695
result = pp->pp_attrs &
testbits
;
Completed in 15 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025