Searched refs:didd (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Ddfp-dd.c33 void didd (void) { a = di; } function
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dpci_swiz_bus_mem_chipdep.c612 int didd, dids, errord, errors, mustd, musts; local
679 didd = (errord == 0);
685 if (!didd)
691 if ((mustd && !didd) || (musts && !dids))
695 if (didd && !__C(CHIP,_xlate_addr_to_dense_handle)(v, memaddr, &dh)) {
735 if (didd) {
770 return (mustd && !didd ? errord : (musts && !dids ? errors : EINVAL));

Completed in 160 milliseconds