Searched refs:last (Results 1 – 5 of 5) sorted by relevance
77 char * last ; in strstrip() local84 last = l + strlen(l); in strstrip()85 while (last > l) { in strstrip()86 if (!isspace((int)*(last-1))) in strstrip()88 last -- ; in strstrip()90 *last = (char)0; in strstrip()639 int last=0 ; in iniparser_load() local661 last=0 ; in iniparser_load()663 while (fgets(line+last, ASCIILINESZ-last, in)!=NULL) { in iniparser_load()687 last=len ; in iniparser_load()[all …]
180 uint32_t last; member585 size_t size, DmaCallbackF callback, bool rx, bool last) in stmI2cMasterStartDma() argument599 if (last) in stmI2cMasterStartDma()789 pdev->last = 1; in i2cMasterRequest()875 id = atomicAdd32bits(&pdev->last, 1); in i2cMasterTxRx()
291 struct TaskList *last = last_idx == NO_NODE ? listHead : &mTaskPool.data[last_idx].list; in osTaskListAddTail() local294 last->next = new_idx; in osTaskListAddTail()
121 there was rendering done to the buffer since the last CacheFlush request
315 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…