Searched refs:mloc (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
D | XF86DGA.c | 476 struct kd_memloc mloc; in MapPhysAddress() local 514 mloc.vaddr = (char *)0; in MapPhysAddress() 515 mloc.physaddr = (char *)offset; in MapPhysAddress() 516 mloc.length = size + delta; in MapPhysAddress() 517 mloc.ioflg=1; in MapPhysAddress() 519 if ((vaddr = (void *)ioctl(mapFd, MAP, &mloc)) == (void *)-1) in MapPhysAddress()
|
D | XF86DGA2.c | 872 struct kd_memloc mloc; in DGAMapPhysical() local 888 mloc.vaddr = (char *)0; in DGAMapPhysical() 889 mloc.physaddr = (char *)base; in DGAMapPhysical() 890 mloc.length = size; in DGAMapPhysical() 891 mloc.ioflg=1; in DGAMapPhysical() 893 if ((pMap->virtual = (void *)ioctl(pMap->fd, MAP, &mloc)) == (void *)-1) in DGAMapPhysical()
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 2160 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local 2249 mloc = tok; in TestCases() 2253 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases() 2255 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec)); in TestCases() 2268 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2279 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|