temp = MIN (mask_info->width, width);
while (temp--)
*long_dst++ = ((*(long_src++)
- & (0u - (*(mask_current++) & 1)))
- & 0xffffff);
+ & (0u - (*(mask_current++) & 1)))
+ & 0xffffff);
}
src_current += src_info->stride;
return;
__android_log_print (ANDROID_LOG_VERBOSE, __func__,
- "Responding to urgent query...");
+ "Responding to urgent query...");
if (!__atomic_load_n (&android_servicing_query, __ATOMIC_ACQUIRE))
return;
query. */
eassert (!__atomic_load_n (&android_servicing_query,
- __ATOMIC_ACQUIRE)
+ __ATOMIC_ACQUIRE)
|| (__atomic_load_n (&android_servicing_query,
__ATOMIC_ACQUIRE) == 2));
emacs_service,
service_class.class,
method, object,
- /* N.B. that
- text is not
- jobject,
- because that
- type is not
- available in
- androidgui.h. */
+ /* N.B. that text is
+ not jobject,
+ because that type
+ is not available
+ in
+ androidgui.h. */
(jobject) text,
(jint) token);
android_exception_check_1 (text);