Searched defs:end (Results 1 - 25 of 1069) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dstrnlen.c31 const char *end = memchr (string, '\0', maxlen); local
32 return end ? (size_t) (end - string) : maxlen;
/external/elfutils/lib/
H A Dcrc32.c80 unsigned char *end; local
83 for (end = buf + len; buf < end; ++buf)
/external/icu4c/extra/scrptrun/
H A Dsrtest.cpp33 int32_t end = scriptRun.getScriptEnd(); local
36 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
/external/oprofile/daemon/
H A Dopd_kernel.h35 vma_t end; member in struct:kernel_image
/external/srec/srec/ca/
H A Dutt_proc.c37 int CA_CalculateUtteranceStatistics(CA_Utterance *hUtt, int start, int end) argument
43 -start, -end,
/external/webkit/WebCore/bindings/js/
H A DJSConsoleCustom.cpp48 ProfilesArray::const_iterator end = profiles.end(); local
49 for (ProfilesArray::const_iterator iter = profiles.begin(); iter != end; ++iter)
/external/icu4c/i18n/
H A Ducol_wgt.h27 uint32_t start, end; member in struct:WeightRange
/external/icu4c/tools/genprops/misc/
H A Ducdstrip.c27 /* return the first character position after the end of the data */
30 char *end; local
33 end=strchr(l, '#');
34 if(end!=NULL) {
36 while(l!=end && ((c=*(end-1))==' ' || c=='\t')) {
37 --end;
40 end=strchr(l, 0);
42 return end;
48 char *end; local
[all...]
/external/openssl/crypto/threads/
H A Dnetware.bat48 if errorlevel 1 goto end
54 if errorlevel 1 goto end
56 goto end
61 goto end
66 goto end
71 goto end
74 :end label
/external/skia/src/svg/
H A DSkSVGPaintState.cpp91 const char* end = strchr(attrValue, ';'); local
92 if (end == NULL)
93 end = attrEnd;
95 SkASSERT(delimiter != 0 && delimiter < end);
99 addAttribute(parser, index, delimiter, (int) (end - delimiter));
100 attrValue = end + 1;
/external/tcpdump/
H A Dprint-timed.c52 const u_char *end; local
104 end = memchr(tsp->tsp_name, '\0', snapend - (u_char *)tsp->tsp_name);
105 if (end == NULL)
109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
/external/webkit/WebCore/loader/
H A DCachedResourceClientWalker.cpp35 Iterator end = set.end(); local
37 for (Iterator current = set.begin(); current != end; ++current)
/external/webkit/WebCore/loader/appcache/
H A DApplicationCacheResource.cpp56 HTTPHeaderMap::const_iterator end = response().httpHeaderFields().end(); local
57 for (HTTPHeaderMap::const_iterator it = response().httpHeaderFields().begin(); it != end; ++it)
/external/webkit/WebCore/loader/mac/
H A DDocumentLoaderMac.cpp42 ResourceLoaderSet::const_iterator end = copy.end(); local
43 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
51 ResourceLoaderSet::const_iterator end = copy.end(); local
52 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
/external/webkit/WebCore/page/
H A DPageGroupLoadDeferrer.cpp37 HashSet<Page*>::const_iterator end = pages.end(); local
38 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
/external/webkit/WebCore/platform/text/
H A DParserUtilities.h29 inline bool skipString(const UChar*& ptr, const UChar* end, const UChar* name, int length) argument
31 if (end - ptr < length)
39 inline bool skipString(const UChar*& ptr, const UChar* end, const char* str) argument
42 if (end - ptr < length)
H A DTextBoundaries.cpp70 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) argument
73 *end = textBreakFollowing(it, position);
74 if (*end < 0)
75 *end = textBreakLast(it);
/external/webkit/WebCore/platform/text/qt/
H A DTextBoundariesQt.cpp67 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end) argument
73 *end = position == len ? len : iterator.toNextBoundary();
/external/webkit/WebCore/svg/
H A DSVGParserUtilities.h33 bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip = true);
43 inline bool skipOptionalSpaces(const UChar*& ptr, const UChar* end) argument
45 while (ptr < end && isWhitespace(*ptr))
47 return ptr < end;
50 inline bool skipOptionalSpacesOrDelimiter(const UChar*& ptr, const UChar* end, UChar delimiter = ',') argument
52 if (ptr < end && !isWhitespace(*ptr) && *ptr != delimiter)
54 if (skipOptionalSpaces(ptr, end)) {
55 if (ptr < end && *ptr == delimiter) {
57 skipOptionalSpaces(ptr, end);
60 return ptr < end;
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c404 const u8 *pos, *end; local
409 end = pos + wpabuf_len(msg);
411 while (pos < end) {
412 if (end - pos < 4) {
415 (unsigned long) (end - pos));
425 if (len > end - pos) {
/external/astl/tests/
H A Dtest_memory.cpp42 const char *end = begin + kLen; local
47 res = std::uninitialized_copy(begin, end, dest);
60 const CtorDtorCounter *end = begin + kLen; local
66 res = std::uninitialized_copy(begin, end, dest);
/external/bison/src/
H A Dlocation.h59 boundary end; member in struct:__anon22
/external/bluetooth/bluez/common/
H A Doui.c46 char *str, *map, *off, *end; local
82 end = strpbrk(off, "\r\n");
83 strncpy(str, off, end - off);
/external/clearsilver/python/examples/base/
H A Dprofiler.py54 def end(self): member in class:Profiler
69 p.end()
/external/e2fsprogs/e2fsck/
H A Dprof_err.c68 struct et_list *et, **end; local
70 for (end = list, et = *list; et; end = &et->next, et = et->next)
82 *end = et;

Completed in 425 milliseconds

1234567891011>>