Searched refs:x1F001F (Results 1 - 5 of 5) sorted by relevance

/external/pixman/pixman/
H A Dpixman-fast-path.c2218 /* Helper function for a workaround, which tries to ensure that 0x1F001F
2222 convert_8888_to_0565_workaround (uint32_t s, uint32_t x1F001F) argument
2225 a = (s >> 3) & x1F001F;
2238 /* Workaround to ensure that x1F001F variable is allocated in a register */
2239 static volatile uint32_t volatile_x1F001F = 0x1F001F;
2240 uint32_t x1F001F = volatile_x1F001F; local
2248 *dst++ = convert_8888_to_0565_workaround (s1, x1F001F);
2249 *dst++ = convert_8888_to_0565_workaround (s2, x1F001F);
2250 *dst++ = convert_8888_to_0565_workaround (s3, x1F001F);
2251 *dst++ = convert_8888_to_0565_workaround (s4, x1F001F);
[all...]
H A Dpixman-private.h892 a = (s >> 3) & 0x1F001F;
/external/chromium_org/third_party/icu/android/
H A Dicudtl_dat.S[all...]
/external/chromium_org/third_party/icu/linux/
H A Dicudtl_dat.S[all...]
/external/chromium_org/third_party/icu/mac/
H A Dicudtl_dat.S[all...]

Completed in 286 milliseconds