Searched refs:safe (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/
H A Dheaptracker.c225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe) argument
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe) argument
255 *safe = 1;
263 *safe
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
306 int safe; local
320 del_leak(struct hdr *hdr, int *safe) argument
484 int safe; local
508 int safe, num_checked; local
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe) argument
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe) argument
255 *safe = 1;
263 *safe
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
306 int safe; local
320 del_leak(struct hdr *hdr, int *safe) argument
484 int safe; local
508 int safe, num_checked; local
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DAndroid.mk41 # Setting ANDROID_L to true is perfectly safe even on ANDROID_M because the code

Completed in 475 milliseconds