Searched refs:first (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap4xxx/ |
D | heaptracker.c | 90 static struct hdr *first; variable 162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add() argument 169 *first = hdr; in __add() 173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) in __del() argument 182 *first = hdr->prev; in __del() 194 __add(hdr, &first, &last); in add() 204 __del(hdr, &first, &last); in del() 292 struct hdr **first, struct hdr **last, unsigned *cnt, in __del_and_check() argument 299 __del(hdr, first, last); in __del_and_check() 325 &first, &last, &num, in del_leak()
|
D | Android.mk | 33 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/hardware/invensense/mlsdk/platform/include/ |
D | mltypes.h | 134 #define ERROR_CHECK_FIRST(first, x) \ argument 135 { if (INV_SUCCESS == first) first = x; }
|
/hardware/ril/mock-ril/ |
D | README.txt | 30 Execute the "first" target first to setup appropriate 33 $ make first 104 first changes to root, remounts r/w and copies some files.
|
/hardware/invensense/mlsdk/mllite/ |
D | compass.c | 316 static unsigned char first = TRUE; in inv_get_compass_data() local 318 if (first) { in inv_get_compass_data() 334 first = FALSE; in inv_get_compass_data()
|
D | mlFIFO.c | 552 inv_error_t first = INV_SUCCESS; in inv_close_fifo() local 554 ERROR_CHECK_FIRST(first, result); in inv_close_fifo() 556 ERROR_CHECK_FIRST(first, result); in inv_close_fifo() 558 return first; in inv_close_fifo()
|
/hardware/ril/mock-ril/src/cpp/ |
D | js_support.cpp | 76 bool first = true; in Print() local 82 if (first) { in Print() 83 first = false; in Print()
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 9 [This is the first released version of the Lesser GPL. It also counts 23 can use it too, but we suggest you first think carefully about whether
|