Searched refs:dl (Results 1 – 4 of 4) sorted by relevance
/system/extras/tests/net_test/ |
D | run_net_test.sh | 38 URL=https://dl.google.com/dl/android/$COMPRESSED_ROOTFS
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 241 int dl = d.format.c[component].l; in downshift() local 242 int dbits = dh - dl; in downshift() 341 if (dl) { in downshift() 344 MOV(AL, 0, d.reg, reg_imm(ireg, LSL, dl)); in downshift() 346 ORR(AL, 0, d.reg, d.reg, reg_imm(ireg, LSL, dl)); in downshift()
|
D | texturing.cpp | 906 int dl = scratches.obtain(); in filter32() local 928 MUL(AL, 0, dl, temp, u); in filter32() 944 MLA(AL, 0, dl, temp, u, dl); in filter32() 959 MLA(AL, 0, dl, temp, u, dl); in filter32() 968 MLA(AL, 0, dl, temp, u, dl); in filter32() 971 AND(AL, 0, dl, dl, reg_imm(mask, LSL, 8)); in filter32() 972 ORR(AL, 0, texel.reg, dh, dl); in filter32()
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither); 325 int dh, int dl, // dst in downshift_component() argument 330 const int dbits = dh-dl; in downshift_component() 360 if (dl) { in downshift_component() 365 in |= v<<dl; in downshift_component()
|