Searched defs:dp (Results 1 - 18 of 18) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c52 DIR *dp; local
56 dp = opendir(iio_dir);
57 if (dp == NULL) {
62 while (ent = readdir(dp), ent != NULL) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp265 DIR *dp; local
268 dp = opendir (sysfs_path);
270 if (dp != NULL)
274 while ((ep = readdir (dp))) {
301 closedir(dp);
/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/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp443 DIR *dp; local
452 if (NULL != (dp = opendir(pathname.c_str()))) {
453 while (NULL != (de = readdir(dp))) {
493 DIR *dp; local
517 if (NULL != (dp = opendir(pathname.c_str()))) {
518 while (NULL != (de = readdir(dp))) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c86 void myfree(void *dp, int line, char *s);
2026 void myfree(void *dp, int line, char *s){ argument
2029 if(arr[q]==dp){
2030 G711DEC_PRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2031 free(dp);
2032 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c94 int DebugFree(void *dp, int line, char *s);
121 int DebugFree(void *dp, int line, char *s){ argument
123 if(dp==NULL){
128 if(arr[q]==dp){
129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
132 free(dp);
133 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c2277 int myfree(void *dp, int line, char *s){ argument
2280 if(arr[q]==dp){
2281 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2282 free(dp);
2283 dp = NULL;
2290 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n\n%p Pointer not found. Line:%d File%s!!\n\n",dp, line, s);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c2154 int myfree(void *dp, int line, char *s){ argument
2156 if (dp==NULL){
2162 if(arr[q]==dp){
2163 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2164 free(dp);
2165 dp = NULL;
/hardware/broadcom/libbt/src/
H A Dhardware.c399 struct dirent *dp; local
426 while ((dp = readdir(dirp)) != NULL)
429 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
433 filenamelen = strlen(dp->d_name);
436 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
442 fw_patchfile_path, dp->d_name);
461 strcat(p_chip_id_str, dp->d_name);
/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;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c189 int DebugFree(void *dp, int line, char *s){ argument
191 if(dp==NULL){
196 if(arr[q]==dp){
197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
198 free(dp);
199 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c221 int mynewfree(void *dp, int line, char *s){ argument
223 if(dp==NULL){
228 if(arr[q]==dp){
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
230 free(dp);
231 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c203 int mynewfree(void *dp, int line, char *s) { argument
206 if (dp == NULL) {
212 if (arr[q] == dp) {
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s);
214 free(dp);
215 dp = NULL;
/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/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c190 int myfree(void *dp, ListMember** ListHeader);
2495 * @param dp Dinamic memory pointer to be freed
2503 int myfree(void *dp, ListMember** ListHeader) argument
2506 error = FreeListMember(dp, ListHeader);
2507 /* free(dp); */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c155 int myfree(void *dp, int line, char *s);
2091 int myfree(void *dp, int line, char *s){ argument
2093 if (dp==NULL){
2099 if(arr[q]==dp){
2100 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2101 free(dp);
2102 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c116 int myfree(void *dp, int line, char *s);
1907 int myfree(void *dp, int line, char *s) argument
1911 if(arr[q]==dp){
1912 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
1913 free(dp);
1914 dp = NULL;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2161 char *dp; local
2167 dp = varbuf;
2185 *dp++ = 0;
2189 *dp++ = varbuf[n];
2192 buf_len = (unsigned int)(dp - varbuf);
2200 while (dp < varbuf + n)
2201 *dp++ = 0;

Completed in 856 milliseconds