Searched defs:first (Results 1 - 13 of 13) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Queue.h44 EXYNOS_QElem *first; member in struct:_EXYNOS_QUEUE
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dlist.c147 struct list *first; local
150 first = __list_first(list);
151 __list_add_before(first, new);
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp263 bool first = true; local
282 value += (first ? append : String8("|") + append);
283 first = false;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.c316 static unsigned char first = TRUE; local
318 if (first) {
334 first = FALSE;
H A DmlFIFO.c552 inv_error_t first = INV_SUCCESS; local
554 ERROR_CHECK_FIRST(first, result);
556 ERROR_CHECK_FIRST(first, result);
558 return first;
748 // to see if fifo_scale is non-zero first, or equal to (1L<<30)
1060 * the data comes out the first time:
1292 * for a subset. The first element is temperature, the next 3 are gyro data,
2132 * are called first.
/hardware/ti/omap4-aah/
H A Dheaptracker.c90 static struct hdr *first; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
169 *first = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
182 *first = hdr->prev;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
292 struct hdr **first, struct hdr **last, unsigned *cnt,
299 __del(hdr, first, last);
325 &first,
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c90 static struct hdr *first; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
169 *first = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
182 *first = hdr->prev;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
292 struct hdr **first, struct hdr **last, unsigned *cnt,
299 __del(hdr, first, last);
325 &first,
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_slabpool.c574 struct _WsbmListHead *list, *prev, *first, *head; local
591 first = header->delayedBuffers.next;
597 first = first->next;
606 head = first->next;
631 if (list == first)
/hardware/qcom/audio/hal/
H A Daudio_hw.c1371 bool first = true; local
1380 if (!first) {
1384 first = false;
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c160 * number of layers in the hregion until the first layer which doesn't require
836 * meminfos must come first
1369 /* Return index to the first operation and make a copy of the first layer */
1377 int first = 1; local
1381 if (first) {
1382 first = 0;
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h386 unsigned int first; member in struct:snd_pcm_channel_info
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h398 unsigned int first; /* offset to first sample in bits */ member in struct:snd_pcm_channel_info
831 unsigned int offset; /* W: first element ID to get */
901 unsigned int tlv[0]; /* first TLV */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc549 // Returns the first valid random seed after 'seed'. The behavior is
788 // first ':' or '\0' character in pattern marks the end of it.
1060 // was first invoked. We cannot do this in RUN_ALL_TESTS(), as
1205 // making sure that death tests are still run first.
1208 // Restores the test cases and tests to their order before the first shuffle.
1225 // The working directory when the first TEST() or TEST_F() was
1920 // first ':' or '\0' character in pattern marks the end of it.
2472 // The first four parameters are the expressions used in the assertion
2955 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { argument
2957 (first
2961 CreateCodePointFromUtf16SurrogatePair(wchar_t first, wchar_t second) argument
[all...]

Completed in 1471 milliseconds