HomeSort by relevance Sort by last modified time
    Searched refs:rls (Results 1 - 6 of 6) sorted by null

  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 155 float rls = 1.0f / (float) sqrt(sx * sx + sy * sy + sz * sz); local
156 sx *= rls;
157 sy *= rls;
158 sz *= rls;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 765 CFRunLoopSourceRef rls;
774 rls = IONotificationPortGetRunLoopSource (thePortRef);
775 CFRunLoopAddSource (CFRunLoopGetCurrent(), rls, kCFRunLoopDefaultMode);
776 CFRelease (rls);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 721 float rls = 1.0f / Matrix.length(sx, sy, sz); local
722 sx *= rls;
723 sy *= rls;
724 sz *= rls;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 772 PORT_LineStatusInd (p_mcb, p_frame->dlci, p_frame->u.rls.line_status);
773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status);
rfc_int.h 136 } rls; member in union:__anon6317::__anon6318
rfc_ts_frames.c 403 /* Total length is sizeof RLS data + mx header 2 */
888 p_rx_frame->u.rls.line_status = (*p_data & ~0x01);

Completed in 81 milliseconds