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

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A DMsduList.c80 msduList->last = NULL;
255 this->last = NULL;
279 is inserted to be the last in the list. If the
298 this->last = *pMsdu;
333 this->last->nextMSDUinList = *pMsdu;
334 (*pMsdu)->prevMSDUinList = this->last;
336 this->last = *pMsdu;
358 { /* insert the MSDU to be the last. */
359 this->last->nextMSDUinList = *pMsdu;
360 (*pMsdu)->prevMSDUinList = this->last;
[all...]
H A DMsduList.h62 mem_MSDU_T *last; /* Points to the last Msdu's is the list. */ member in struct:__anon692
/system/core/sh/
H A Dhistedit.c227 int first, last, direction; local
334 * determine [first] and [last]
357 last = str_to_event(laststr, 1);
360 i = last;
361 last = first;
369 direction = first < last ? H_PREV : H_NEXT;
422 * At end? (if we were to lose last, we'd sure be
425 if (he.num == last)
480 str_to_event(const char *str, int last) argument
507 * the notion of first and last i
[all...]
/system/extras/ext4_utils/
H A Dallocate.c27 struct region *last; member in struct:region_list
65 alloc->list.last = NULL;
67 alloc->oob_list.last = NULL;
86 if (list->last == reg)
87 list->last = reg->prev;
97 list->last = reg;
102 list->last->next = reg;
103 reg->prev = list->last;
104 list->last = reg;
225 /* Reduces an existing allocation by len blocks by return the last block
[all...]
/system/core/libpixelflinger/
H A Dt32cb16blend.S152 last: label
202 b last
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h619 UINT8 last;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c237 * Process : last configuration call to the low level hal
261 * Process : last configuration call to the low level hal
325 * Process : last configuration call to the low level hal
1043 /* Constant zero because the ACX last buffer next pointer is always pointed
2581 this call must be the last cmd send to the FW because upon its completion the os_complete will be called
2640 this call must be the last cmd send to the FW because upon its completion the os_complete will be called
2930 /* Just take the last configured parameter of ConsecutivePsPollDeliveryFailureThreshold */
3079 pChip_Version->e2Ver.last = RadioNumber;
3093 ("E2 Last version is %d\n", pChip_Version->e2Ver.last));
4419 * Process : Update the current TKIP/AES security-sequence-number according to the last
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c3405 ((PTIWLN_VERSION_EX)swVer)->NVVersion.bugfix = EepromVersion.last;

Completed in 122 milliseconds