Home
last modified time | relevance | path

Searched refs:last (Results 1 – 11 of 11) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
DMsduList.c80 msduList->last = NULL; in msduList_CreateNewMsduList()
255 this->last = NULL; in msduList_EmptyMsduList()
298 this->last = *pMsdu; in msduList_Insert()
333 this->last->nextMSDUinList = *pMsdu; in msduList_Insert()
334 (*pMsdu)->prevMSDUinList = this->last; in msduList_Insert()
336 this->last = *pMsdu; in msduList_Insert()
359 this->last->nextMSDUinList = *pMsdu; in msduList_Insert()
360 (*pMsdu)->prevMSDUinList = this->last; in msduList_Insert()
362 this->last = *pMsdu; in msduList_Insert()
458 WLAN_OS_REPORT(("last = %X\n", this->last)); in printMsduList()
DMsduList.h62 mem_MSDU_T *last; /* Points to the last Msdu's is the list. */ member
/system/core/sh/
Dhistedit.c227 int first, last, direction; in histcmd() local
357 last = str_to_event(laststr, 1); in histcmd()
360 i = last; in histcmd()
361 last = first; in histcmd()
369 direction = first < last ? H_PREV : H_NEXT; in histcmd()
425 if (he.num == last) in histcmd()
480 str_to_event(const char *str, int last) in str_to_event() argument
511 last ? H_FIRST : H_LAST); in str_to_event()
Dnodetypes48 # The last two types should be followed by the text of a C declaration for
DTOUR333 which is to be stored in memory. This last is used when a buil-
/system/extras/ext4_utils/
Dallocate.c27 struct region *last; member
65 alloc->list.last = NULL; in create_allocation()
67 alloc->oob_list.last = NULL; in create_allocation()
86 if (list->last == reg) in region_list_remove()
87 list->last = reg->prev; in region_list_remove()
97 list->last = reg; in region_list_append()
102 list->last->next = reg; in region_list_append()
103 reg->prev = list->last; in region_list_append()
104 list->last = reg; in region_list_append()
231 struct region *last_reg = alloc->list.last; in reduce_allocation()
[all …]
/system/core/libpixelflinger/
Dt32cb16blend.S152 last: label
202 b last
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
DcommonTypes.h619 UINT8 last;
/system/core/init/
Dreadme.txt12 when it is the last character on a line, may be used for line-folding.
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
DwhalCtrl.c3079 pChip_Version->e2Ver.last = RadioNumber; in whalCtrl_GetFWInfo()
3093 ("E2 Last version is %d\n", pChip_Version->e2Ver.last)); in whalCtrl_GetFWInfo()
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
DosUtil.c3405 ((PTIWLN_VERSION_EX)swVer)->NVVersion.bugfix = EepromVersion.last; in UtilGetSwVersion()