Home
last modified time | relevance | path

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

123456789

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp48 size_t pos, last; in parse() local
58 field = getNextToken(linestr, 0, &last, "("); in parse()
59 pos = last + 1; in parse()
61 field = getNextToken(linestr, pos, &last, ",)"); in parse()
73 pos = last + 1; in parse()
88 m_name = getNextToken(linestr, pos, &last, ",)"); in parse()
89 pos = last + 1; in parse()
94 field = getNextToken(linestr, pos, &last, ",)"); in parse()
123 pos = last + 1; in parse()
206 size_t last; in setAttribute() local
[all …]
DstrUtils.cpp21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken() argument
28 *last = str.find_first_of(delim, pos); in getNextToken()
29 if (*last == std::string::npos) *last = str.size(); in getNextToken()
30 std::string retval = str.substr(pos, *last - pos); in getNextToken()
DTypeFactory.cpp70 size_t pos = 0, last; in initFromFile() local
72 name = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
78 pos = last + 1; in initFromFile()
80 size = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
85 pos = last + 1; in initFromFile()
87 printString = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
98 pos = last + 1; in initFromFile()
100 pointerDef = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokenBuffer.cpp64 last = tp-1; in ANTLRTokenBuffer()
83 for (z=buffer; z<=last; z++) in ~ANTLRTokenBuffer()
109 if ( tp <= last ) // is there any buffered lookahead still to be read? in getToken()
136 last = next; in getToken()
138 tp = last; in getToken()
185 int how_many_more_i_need = (tp > last) ? n : n-(last-tp)-1; in bufferedToken()
198 last = next; in bufferedToken()
228 for (r=buffer; r<=last; r++) in makeRoom()
236 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom()
243 for (z=buffer; z<=last-(k-1); z++) in makeRoom()
[all …]
Dslist.cpp95 PCCTS_AST *t=NULL, *last=NULL; in to_ast() local
101 if ( last==NULL ) last = t = u; in to_ast()
102 else { last->setRight(u); last = u; } in to_ast()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokenBuffer.cpp66 last = tp-1; in ANTLRTokenBuffer()
84 for (z=buffer; z<=last; z++) in ~ANTLRTokenBuffer()
110 if ( tp <= last ) // is there any buffered lookahead still to be read? in getToken()
137 last = next; in getToken()
139 tp = last; in getToken()
186 int how_many_more_i_need = (tp > last) ? n : n-(last-tp)-1; in bufferedToken()
199 last = next; in bufferedToken()
229 for (r=buffer; r<=last; r++) in makeRoom()
237 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom()
244 for (z=buffer; z<=last-(k-1); z++) in makeRoom()
[all …]
Dslist.cpp96 PCCTS_AST *t=NULL, *last=NULL; in to_ast() local
102 if ( last==NULL ) last = t = u; in to_ast()
103 else { last->setRight(u); last = u; } in to_ast()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Dstdarg.h44 #define va_start(ap, last) \ argument
45 __builtin_va_start((ap), (last))
65 #define va_start(ap, last) \ argument
66 ((ap) = (va_list)&(last) + __va_size(last))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmultifile.py47 self.last = 0
73 self.last = 0
82 self.last = (self.level > 0)
83 if self.last:
97 self.last = 0
100 self.last = 1
125 if self.level > 1 or self.last:
128 self.last = 0
145 self.last = 0
Dbase64.py230 last = binascii.unhexlify('%010x' % acc)
232 last = '' # No characters
234 last = last[:-1]
236 last = last[:-2]
238 last = last[:-3]
240 last = last[:-4]
243 parts.append(last)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DSynch.py176 self.first = self.last = 0
179 if (self.last+1) % self.size != self.first:
181 self.buffer[self.last] = item
182 self.last = (self.last+1) % self.size
188 self.first, self.last, self.size)
189 if self.first <= self.last:
190 temp = self.buffer[self.first:self.last]
192 temp = self.buffer[self.first:] + self.buffer[:self.last]
196 self.last = self.size-1
201 self.first, self.last, self.size)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinfback.c257 code last; /* parent table entry */ local
271 state->last = 0;
285 if (state->last) {
291 state->last = BITS(1);
296 state->last ? " (last)" : ""));
302 state->last ? " (last)" : ""));
307 state->last ? " (last)" : ""));
482 last = this;
484 this = state->lencode[last.val +
485 (BITS(last.bits + last.op) >> last.bits)];
[all …]
Dinffast.c73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
Dinflate.c114 state->last = 0;
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)" : ""));
793 state->last ? " (last)" : ""));
798 state->last ? " (last)" : ""));
963 last = this;
965 this = state->lencode[last.val +
966 (BITS(last.bits + last.op) >> last.bits)];
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinfback.c266 code last; /* parent table entry */ local
280 state->last = 0;
294 if (state->last) {
300 state->last = BITS(1);
305 state->last ? " (last)" : ""));
311 state->last ? " (last)" : ""));
316 state->last ? " (last)" : ""));
499 last = here;
501 here = state->lencode[last.val +
502 (BITS(last.bits + last.op) >> last.bits)];
[all …]
Dinffast.c73 z_const unsigned char FAR *last; /* have enough input while in < last */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c75 self->last = NULL; in pysqlite_cache_init()
143 self->last = node->prev; in pysqlite_cache_get()
167 if (self->last) { in pysqlite_cache_get()
168 node = self->last; in pysqlite_cache_get()
170 if (PyDict_DelItem(self->mapping, self->last->key) != 0) { in pysqlite_cache_get()
177 self->last = node->prev; in pysqlite_cache_get()
194 node->prev = self->last; in pysqlite_cache_get()
203 if (self->last) { in pysqlite_cache_get()
204 self->last->next = node; in pysqlite_cache_get()
208 self->last = node; in pysqlite_cache_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dieee754.txt115 Traceback (most recent call last):
119 Traceback (most recent call last):
130 Traceback (most recent call last):
134 Traceback (most recent call last):
140 Traceback (most recent call last):
144 Traceback (most recent call last):
150 Traceback (most recent call last):
154 Traceback (most recent call last):
172 Traceback (most recent call last):
176 Traceback (most recent call last):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c307 Py_ssize_t len, n, i = 0, last = PY_SSIZE_T_MAX; in strop_find() local
310 if (!PyArg_ParseTuple(args, "t#t#|nn:find", &s, &len, &sub, &n, &i, &last)) in strop_find()
313 if (last > len) in strop_find()
314 last = len; in strop_find()
315 if (last < 0) in strop_find()
316 last += len; in strop_find()
317 if (last < 0) in strop_find()
318 last = 0; in strop_find()
324 if (n == 0 && i <= last) in strop_find()
327 last -= n; in strop_find()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c307 Py_ssize_t len, n, i = 0, last = PY_SSIZE_T_MAX; in strop_find() local
310 if (!PyArg_ParseTuple(args, "t#t#|nn:find", &s, &len, &sub, &n, &i, &last)) in strop_find()
313 if (last > len) in strop_find()
314 last = len; in strop_find()
315 if (last < 0) in strop_find()
316 last += len; in strop_find()
317 if (last < 0) in strop_find()
318 last = 0; in strop_find()
324 if (n == 0 && i <= last) in strop_find()
327 last -= n; in strop_find()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dredemo.py129 last = 0
131 while last <= len(text):
132 m = self.compiled.search(text, last)
135 first, last = m.span()
136 if last == first:
137 last = first+1
142 plast = "1.0 + %d chars" % last
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Drangeobject.c47 long last; in get_stop_for_range() local
57 last = (long)(r->start + (unsigned long)(r->len - 1) * r->step); in get_stop_for_range()
59 return last > LONG_MAX - r->step ? LONG_MAX : last + r->step; in get_stop_for_range()
61 return last < LONG_MIN - r->step ? LONG_MIN : last + r->step; in get_stop_for_range()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWritePei/
DFaultTolerantWritePei.uni4 // This module installs gEdkiiFaultTolerantWriteGuid PPI to inform the check for FTW last write dat…
18 …ule installs gEdkiiFaultTolerantWriteGuid PPI to inform the check for FTW last write data has been…
20 …ule installs gEdkiiFaultTolerantWriteGuid PPI to inform the check for FTW last write data has been…
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinffast.c56 z_const unsigned char FAR *last; /* have enough input while in < last */ local
83 last = in + (strm->avail_in - 5);
290 } while (in < last && out < end);
301 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dstdarg.h50 #define va_start(ap, last) __builtin_stdarg_start((ap), (last)) argument

123456789