Searched refs:last (Results 1 – 12 of 12) sorted by relevance
15 unsigned long last; in CreateFrameVec() local24 last = (start + length - 1) >> PAGE_SHIFT; in CreateFrameVec()25 num = last - first + 1; in CreateFrameVec()
44 struct HdfSListNode *last = NULL; in HdfSListGetLast() local51 last = iterator; in HdfSListGetLast()53 return last; in HdfSListGetLast()
83 auto last = capList_.end(); in GetImageCapabilityList() local84 capList.assign(first, last); in GetImageCapabilityList()
81 * The last version of stream info
137 auto last = capList_.begin() + count; in GetComponentCapabilityList() local138 capList.assign(first, last); in GetComponentCapabilityList()
55 * @brief Obtains the last number of input audio frames.58 * @param frames Indicates the pointer to the last number of input audio frames.60 * @return Returns <b>0</b> if the last number is obtained; returns a negative value otherwise.
65 * @brief Obtains the last number of output audio frames.68 * @param frames Indicates the pointer to the last number of output audio frames.70 * @return Returns <b>0</b> if the last number is obtained; returns a negative value otherwise.
379 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument383 if (request == NULL || request->devHandle == NULL || first > URBS_PER_REQUEST || first > last) { in OsDiscardUrbs()388 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()
460 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument465 …request == NULL) || (request->devHandle == NULL) || (first > URBS_PER_REQUEST) || (first > last)) { in OsDiscardUrbs()470 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()
202 * display device, and 4 indicates the last display device.225 * display device, and 4 indicates the last display device.
123 …98"><a name="p1929141611198"></a><a name="p1929141611198"></a>Obtains the last number of output au…
13 … are stored in the **kernel/liteos\_a/drivers/char** directory, and the last two types **hieven…