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

  /external/compiler-rt/lib/builtins/
floatunsidf.c 26 const int aWidth = sizeof a * CHAR_BIT;
32 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatsidf.c 26 const int aWidth = sizeof a * CHAR_BIT;
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatsisf.c 26 const int aWidth = sizeof a * CHAR_BIT;
40 const int exponent = (aWidth - 1) - __builtin_clz(a);
floatunsisf.c 26 const int aWidth = sizeof a * CHAR_BIT;
32 const int exponent = (aWidth - 1) - __builtin_clz(a);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 271 int aWidth = ovutils::align(destWhf.w, 64);
291 int yRauCount = aWidth / 64; //Y
292 int cRauCount = aWidth / 32; //C
303 int rauCount = aWidth / 32;
314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 268 int aWidth = ovutils::align(destWhf.w, 64);
270 int rau_cnt = aWidth/64;
280 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 278 int aWidth = ovutils::align(destWhf.w, 64);
280 int rau_cnt = aWidth/64;
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);

Completed in 315 milliseconds