Searched refs:dp (Results 1 - 25 of 39) sorted by relevance

12

/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_fixup.c44 xdr_double(xdrp, dp)
46 double *dp;
48 return xdr_long(xdrp, (long*)dp + 1)
49 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_fixup.c44 xdr_double(xdrp, dp)
46 double *dp;
48 return xdr_long(xdrp, (long*)dp + 1)
49 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_fixup.c44 xdr_double(xdrp, dp)
46 double *dp;
48 return xdr_long(xdrp, (long*)dp + 1)
49 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_fixup.c40 xdr_double(xdrp, dp)
42 double *dp;
44 return xdr_long(xdrp, (long*)dp + 1)
45 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_fixup.c44 xdr_double(xdrp, dp)
46 double *dp;
48 return xdr_long(xdrp, (long*)dp + 1)
49 && xdr_long(xdrp, (long*)dp);
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_fixup.c44 xdr_double(xdrp, dp)
46 double *dp;
48 return xdr_long(xdrp, (long*)dp + 1)
49 && xdr_long(xdrp, (long*)dp);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h105 DIR *dp; local
127 dp = opendir(scan_el_dir);
128 if (dp == NULL) {
132 while (ent = readdir(dp), ent != NULL)
181 closedir(dp);
200 DIR *dp; local
216 dp = opendir(device_dir);
217 if (dp == NULL) {
221 while (ent = readdir(dp), ent != NULL)
242 closedir(dp);
281 DIR *dp; local
645 DIR *dp; local
674 DIR *dp; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h107 DIR *dp; local
129 dp = opendir(scan_el_dir);
130 if (dp == NULL) {
134 while (ent = readdir(dp), ent != NULL)
183 closedir(dp);
202 DIR *dp; local
218 dp = opendir(device_dir);
219 if (dp == NULL) {
223 while (ent = readdir(dp), ent != NULL)
244 closedir(dp);
282 DIR *dp; local
598 DIR *dp; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h107 DIR *dp; local
129 dp = opendir(scan_el_dir);
130 if (dp == NULL) {
134 while (ent = readdir(dp), ent != NULL)
183 closedir(dp);
202 DIR *dp; local
218 dp = opendir(device_dir);
219 if (dp == NULL) {
223 while (ent = readdir(dp), ent != NULL)
244 closedir(dp);
282 DIR *dp; local
598 DIR *dp; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dextend.c21 int dp, /* destination pitch */
48 dest_ptr1 += dp;
49 dest_ptr2 += dp;
56 src_ptr2 = d + dp * (h - 1) - el;
57 dest_ptr1 = d + dp * (-et) - el;
58 dest_ptr2 = d + dp * (h) - el;
64 dest_ptr1 += dp;
70 dest_ptr2 += dp;
16 copy_and_extend_plane( unsigned char *s, int sp, unsigned char *d, int dp, int h, int w, int et, int el, int eb, int er ) argument
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c71 DIR *dp; local
75 dp = opendir(iio_dir);
76 if (dp == NULL) {
81 while (ent = readdir(dp), ent != NULL) {
316 DIR *dp; local
319 dp = opendir(iio_dir);
320 if (dp == NULL) {
325 while (ent = readdir(dp), ent != NULL) {
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c63 DIR *dp; local
67 dp = opendir(iio_dir);
68 if (dp == NULL) {
73 while (ent = readdir(dp), ent != NULL) {
308 DIR *dp; local
311 dp = opendir(iio_dir);
312 if (dp == NULL) {
317 while (ent = readdir(dp), ent != NULL) {
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp290 DIR *dp; local
293 dp = opendir (sysfs_path);
295 if (dp != NULL)
299 while ((ep = readdir (dp))) {
326 closedir(dp);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp287 DIR *dp; local
290 dp = opendir (sysfs_path);
292 if (dp != NULL)
296 while ((ep = readdir (dp))) {
323 closedir(dp);
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h559 int myfree(void *dp, int line, char *s);
584 int myfree(void *dp, int line, char *s){ argument
587 if(arr[q]==dp){
589 bytes[q],dp, line, s);
590 free(dp);
591 dp = NULL;
/hardware/qcom/audio/msm8909/audiod/
H A DAudioDaemon.cpp124 DIR *dp; local
130 if ((dp = opendir(events_dir)) == NULL) {
138 while ((in_file = readdir(dp)) != NULL) {
164 closedir(dp);
/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c686 struct dirent *dp; local
772 while ((dp = (*readdirfunc)(dirp)) != NULL) {
790 if (dp->d_name[0] == DOT && *pattern != DOT)
796 (dp->d_name[0] == DOT) &&
797 ((dp->d_name[1] == EOS) ||
798 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS))))
804 for (sc = (unsigned char *) dp->d_name, dc = pathend;
/hardware/broadcom/libbt/src/
H A Dhardware.c436 struct dirent *dp; local
463 while ((dp = readdir(dirp)) != NULL)
466 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
470 filenamelen = strlen(dp->d_name);
473 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
479 fw_patchfile_path, dp->d_name);
498 strcat(p_chip_id_str, dp->d_name);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1602 unsigned char * dp = cpi->partition_d[0] + cpi->partition_sz[0]; local
1607 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0],
1614 write_partition_size(dp, cpi->partition_sz[i]);
1615 dp += 3;
1624 vpx_memmove(dp, cpi->partition_d[i+1], cpi->partition_sz[i+1]);
1625 cpi->partition_d[i+1] = dp;
1626 dp += cpi->partition_sz[i+1];
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c104 int myfree(void *dp, int line, char *s);
1706 int myfree(void *dp, int line, char *s) argument
1710 if(arr[q]==dp){
1711 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
1712 free(dp);
1713 dp = NULL;

Completed in 888 milliseconds

12