Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx856 int last = -1; in get_iso_range() local
880 if (last < 0) in get_iso_range()
881 last = s; in get_iso_range()
896 if (last < 0) { in get_iso_range()
902 *start = last % mod; in get_iso_range()
903 *max = (last + 1) % mod; in get_iso_range()
1151 int last; in scan_periodic() local
1159 last = (q.qh->hw_next == EHCI_LIST_END); in scan_periodic()
1175 last = (q.fstn->hw_next == EHCI_LIST_END); in scan_periodic()
1188 last = (q.itd->hw_next == EHCI_LIST_END); in scan_periodic()
[all …]
H A DdrvEhciHcd.c2900 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions() local
3027 if (last) { in qh_completions()
3028 if (likely (last->urb != urb)) { in qh_completions()
3029 ehci_urb_done (ehci, last->urb, regs); in qh_completions()
3081 ehci_qtd_free (ehci, last); in qh_completions()
3082 last = 0; in qh_completions()
3303 last = list_entry (qtd->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_completions()
3305 last->hw_next = qtd->hw_next; in qh_completions()
3309 last = qtd; in qh_completions()
3312 if (likely (last != 0)) { in qh_completions()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc443 ConfigItem* last = 0; in updateList() local
465 last = item; in updateList()
469 item = last ? last->nextSibling() : firstChild(); in updateList()
471 item = new ConfigItem(this, last, rootEntry, true); in updateList()
599 ConfigItem* last; in updateMenuList() local
609 last = parent->firstChild(); in updateMenuList()
610 if (last && !last->goParent) in updateMenuList()
611 last = 0; in updateMenuList()
613 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
634 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
[all …]
H A Dlex.zconf.c_shipped933 /* Copy whatever the last rule matched to the standard output. */
1519 /* First move last chars to start of buffer. */
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c229 struct reserve_info *last; in add_reserve_entry() local
236 for (last = list; last->next; last = last->next) in add_reserve_entry()
239 last->next = new; in add_reserve_entry()
H A Ddtc-lexer.lex.c_shipped697 /* Copy whatever the last rule matched to the standard output. */
1214 /* First move last chars to start of buffer. */
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dheaderdep.pl124 my $last = pop @$cycle;
127 printf "%s from %s,\n", $msg, $last->[1] if defined $last;
133 $header->[1] eq $last->[1] ? ' <-- here' : '';
H A Dget_maintainer.pl2007 my $last = $nw[@nw - 1];
2013 $name = "$first $middle $last";
2015 $name = "$middle $last";
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.c197 state->last = 0;
210 state->last = 0; in gpdinflateReset()
457 state->last = readtmp & 0x01;
684 if (state->last) {
H A Dinflate.h156 MS_U32 last; /* true if processing last block */ member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h98 struct list_head *last = list->prev; in __list_splice() local
104 last->next = at; in __list_splice()
105 at->prev = last; in __list_splice()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx715 int last; in ms_scan_periodic() local
720 last = (q.qh->hw_next_qh == EHCI_LIST_END); in ms_scan_periodic()
732 last = 1; in ms_scan_periodic()
736 if (q.ptr == 0 && !last) in ms_scan_periodic()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c403 …xt *s, StreamContext *st, MFE_U32 payload_size, INDEX_TYPE_T index_type, MFE_U8 first, MFE_U8 last) in mpegts_write_pes() argument
558 if (!last && stuffing_len>0) { in mpegts_write_pes()
570 data_info.type = (last&&is_start) ? type : INDEX_TYPE_NONE; in mpegts_write_pes()
578 data_info.lock_write = last ? 0 : 1; in mpegts_write_pes()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c183 const char *last = strtab + tabsize - len; in _fdt_find_string() local
186 for (p = strtab; p <= last; p++) in _fdt_find_string()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped781 /* Copy whatever the last rule matched to the standard output. */
1293 /* First move last chars to start of buffer. */
2481 /* is this the last line of an enum declaration? */
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c.01334 // update last executed time
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.02446 // currrnt block is the last block
5708 /// Enable to let decoder force to display repeat last field
18399 /// Fire the decode command which be pushed since last fired
21326 /// - E_VDEC_EX_RET_NOT_EXIT: not ext after last initialization
21752 /// - E_VDEC_EX_RET_NOT_EXIT: not ext after last initialization
21798 /// - E_VDEC_EX_RET_NOT_EXIT: not ext after last initialization
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c.0715 …XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING,"Warning! custom frc table is invalid(the last row should defin…
7727 //if MDE_Vend < FDE_Vend must move MDE Vend to aviod pixshift last V pix repeat