/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/qcom/msm8998/json-c/ |
D | debug.h | 32 #define __STRING(x) #x argument 51 #define MC_ERROR(x, ...) mc_error(x, ##__VA_ARGS__) argument 54 #define MC_SET_DEBUG(x) mc_set_debug(x) argument 56 #define MC_SET_SYSLOG(x) mc_set_syslog(x) argument 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) argument 58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__) argument 60 #define MC_SET_DEBUG(x) if (0) mc_set_debug(x) argument 62 #define MC_SET_SYSLOG(x) if (0) mc_set_syslog(x) argument 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) argument 64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__) argument
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 49 #define TS_PRINTF(format, x...) \ argument 58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 49 #define TS_PRINTF(format, x...) \ argument 58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 49 #define TS_PRINTF(format, x...) \ argument 58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/sdm845/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \ 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_device.h | 151 inline int clip2(int x) in clip2() argument 153 x = x -1; in clip2() 154 x = x | x >> 1; in clip2() 155 x = x | x >> 2; in clip2() 156 x = x | x >> 4; in clip2() 157 x = x | x >> 16; in clip2() 158 x = x + 1; in clip2() 159 return x; in clip2()
|
D | video_encoder_device_copper.h | 257 inline int clip2(int x) in clip2() argument 259 x = x -1; in clip2() 260 x = x | x >> 1; in clip2() 261 x = x | x >> 2; in clip2() 262 x = x | x >> 4; in clip2() 263 x = x | x >> 16; in clip2() 264 x = x + 1; in clip2() 265 return x; in clip2()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 165 inline int clip2(int x) { in clip2() argument 166 x = x -1; in clip2() 167 x = x | x >> 1; in clip2() 168 x = x | x >> 2; in clip2() 169 x = x | x >> 4; in clip2() 170 x = x | x >> 16; in clip2() 171 x = x + 1; in clip2() 172 return x; in clip2()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 165 inline int clip2(int x) { in clip2() argument 166 x = x -1; in clip2() 167 x = x | x >> 1; in clip2() 168 x = x | x >> 2; in clip2() 169 x = x | x >> 4; in clip2() 170 x = x | x >> 16; in clip2() 171 x = x + 1; in clip2() 172 return x; in clip2()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 37 #define PRINT(x...) do { \ argument 39 fprintf(stdout, ##x); \ 40 ALOGD(x); \ 46 #define D(x...) do { } while(0) argument 52 #define V(x...) do { } while(0) argument 55 #define E(x...) do { \ argument 57 fprintf(stderr, ##x); \ 58 ALOGE(x); \
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 25 #define PRINT(x...) do { \ argument 27 fprintf(stdout, ##x); \ 28 LOGD(x); \ 34 #define D(x...) do { } while(0) argument 40 #define V(x...) do { } while(0) argument 43 #define E(x...) do { \ argument 45 fprintf(stderr, ##x); \ 46 LOGE(x); \
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 25 #define PRINT(x...) do { \ argument 27 fprintf(stdout, ##x); \ 28 LOGD(x); \ 34 #define D(x...) do { } while(0) argument 40 #define V(x...) do { } while(0) argument 43 #define E(x...) do { \ argument 45 fprintf(stderr, ##x); \ 46 LOGE(x); \
|