Home
last modified time | relevance | path

Searched refs:last (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dcamera_buffer_manager_adapter.c15 unsigned long last; in CreateFrameVec() local
24 last = (start + length - 1) >> PAGE_SHIFT; in CreateFrameVec()
25 num = last - first + 1; in CreateFrameVec()
/drivers/hdf_core/framework/utils/src/
H A Dhdf_slist.c44 struct HdfSListNode *last = NULL; in HdfSListGetLast() local
51 last = iterator; in HdfSListGetLast()
53 return last; in HdfSListGetLast()
/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp83 auto last = capList_.end(); in GetImageCapabilityList() local
84 capList.assign(first, last); in GetImageCapabilityList()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1337 int last = end + 1; in GetInfoElems() local
1355 if (srcBuf[last] != ']') { in GetInfoElems()
1356 ++last; in GetInfoElems()
1359 len = last - start - 1; in GetInfoElems()
1366 srcBuf[last] = '\0'; in GetInfoElems()
1368 if ((length - last) > lastLength) { // make sure there is no useless character in GetInfoElems()
1369 last = last + 1; in GetInfoElems()
1371 start = last; in GetInfoElems()
1372 remainingLength = length - last; in GetInfoElems()
[all...]
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp146 auto last = capList_.begin() + count; in GetComponentCapabilityList() local
147 capList.assign(first, last); in GetComponentCapabilityList()
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c405 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument
409 if (request == NULL || request->devHandle == NULL || first > URBS_PER_REQUEST || first > last) { in OsDiscardUrbs()
414 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()
H A Dliteos_adapter.c464 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs() argument
469 if ((request == NULL) || (request->devHandle == NULL) || (first > URBS_PER_REQUEST) || (first > last)) { in OsDiscardUrbs()
474 for (int32_t i = last - 1; i >= first; i--) { in OsDiscardUrbs()

Completed in 9 milliseconds