Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/
Dbuffer.cpp41 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
330 int dh, int dl, // dst in downshift_component() argument
335 const int dbits = dh-dl; in downshift_component()
374 int shift = dh-sh; in downshift_component()
380 int shift = sh-dh; in downshift_component()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp894 int dh = scratches.obtain(); in filter32() local
919 MUL(AL, 0, dh, temp, u); in filter32()
935 MLA(AL, 0, dh, temp, u, dh); in filter32()
950 MLA(AL, 0, dh, temp, u, dh); in filter32()
959 MLA(AL, 0, dh, temp, u, dh); in filter32()
963 AND(AL, 0, dh, mask, reg_imm(dh, LSR, 8)); in filter32()
965 ORR(AL, 0, texel.reg, dh, dl); in filter32()
Dload_store.cpp243 int dh = d.format.c[component].h; in downshift() local
245 int dbits = dh - dl; in downshift()
359 int shift = sh-dh; in downshift()
/system/core/init/
Ddevices.cpp387 std::unique_ptr<DIR, decltype(&closedir)> dh(opendir(dir.c_str()), closedir); in RemoveDeviceMapperLinks() local
388 if (!dh) { in RemoveDeviceMapperLinks()
395 while ((dp = readdir(dh.get())) != nullptr) { in RemoveDeviceMapperLinks()