/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_utils.h | 36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_utils.h | 36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_utils.h | 37 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 38 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_utils.h | 38 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 39 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/ti/omap3/dspbridge/inc/ |
D | dbc.h | 53 #define DBC_Assert( exp ) \ argument
|
/hardware/libhardware/tests/camera2/ |
D | CameraBurstTests.cpp | 53 #define WARN_LE(exp, act) WARN_UNLESS((exp) <= (act)) argument 54 #define WARN_LT(exp, act) WARN_UNLESS((exp) < (act)) argument 55 #define WARN_GT(exp, act) WARN_UNLESS((exp) > (act)) argument
|
D | CameraMultiStreamTests.cpp | 661 int64_t exp = minExp; in TEST_F() local
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_obj.h | 101 #define PERF_check(handle, exp) ((handle) ? (exp),1 : 0) argument
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument 636 OMX_CONFIG_EXPOSUREVALUETYPE exp; in getParameters() local
|
D | OMX3A.cpp | 428 OMX_CONFIG_EXPOSURECONTROLTYPE exp; in setExposureMode() local
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 33 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument 797 OMX_CONFIG_EXPOSUREVALUETYPE exp; in getParameters() local
|
D | OMX3A.cpp | 556 OMX_CONFIG_EXPOSURECONTROLTYPE exp; in setExposureMode() local
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 45 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_menu.cpp | 2241 void setSingleExpGainPreset(ShotParameters ¶ms, int idx, int exp, int gain) { in setSingleExpGainPreset() 2318 void calcNextSingleExpGainPreset(int idx, int &exp, int &gain) { in calcNextSingleExpGainPreset()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 86 #define SPINWAIT(exp, us) { \ argument
|
D | wlioctl.h | 3932 uint8 exp; /* Exponent of 2 for maximum scan interval */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 8467 const int exp = 7*len - 1; in Parse() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 9453 const int exp = 7*len - 1; in Parse() local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 713 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) argument
|