HomeSort by relevance Sort by last modified time
    Searched defs:end1 (Results 1 - 22 of 22) sorted by null

  /bionic/libc/string/
memcmp.c 33 const unsigned char* end1 = p1 + n; local
38 if (d || p1 >= end1) break;
41 if (d || p1 >= end1) break;
44 if (d || p1 >= end1) break;
47 if (d || p1 >= end1) break;
  /external/oprofile/libpp/
diff_container.cpp 128 symbol_container::symbols_t::iterator end1 = pc1.end_symbol(); local
132 while (it1 != end1 && it2 != end2) {
146 for (; it1 != end1; ++it1)
arrange_profiles.cpp 138 vector<profile_class>::const_iterator end1 = v.end(); local
141 while (it1 != end1) {
  /external/oprofile/libutil++/
child_reader.h 95 ssize_t end1; member in class:child_reader
  /external/speex/libspeex/
buffer.c 71 int end1; local
79 end1 = end;
80 if (end1 > st->size)
81 end1 = st->size;
82 SPEEX_COPY(st->data + st->write_ptr, data, end1 - st->write_ptr);
86 SPEEX_COPY(st->data, data+end1 - st->write_ptr, end);
105 int end1; local
111 end1 = end;
112 if (end1 > st->size)
113 end1 = st->size
134 int end, end1; local
    [all...]
  /external/chromium/base/
file_util.cc 134 std::string::size_type end1 = line1.find_last_not_of("\r\n"); local
135 if (end1 == std::string::npos)
137 else if (end1 + 1 < line1.length())
138 line1.erase(end1 + 1);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 40 int end1 = 0; local
49 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
51 if (end1 || end2 || c1 != c2)
54 return end1 && end2; /* reached end of both words? */
httpread.c 120 int end1 = 0; local
129 end1 = !isgraph(c1);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
  /external/wpa_supplicant_8/src/wps/
httpread.c 114 int end1 = 0; local
123 end1 = !isgraph(c1);
125 if (end1 || end2 || c1 != c2)
128 return end1 && end2; /* reached end of both words? */
wps_upnp_ssdp.c 39 int end1 = 0; local
48 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 383 const char* end1 = ::strrchr(file, '/'); local
385 if (!end1 && !end2)
388 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 1335 Addr sta1, sta2, end1, end2, toc1, toc2; local
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 1139 Addr end1 = ch1->data + ch1->szB - 1; local
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 140 ThreadEvent end1 = ThreadEvent.end(threadId); local
141 hprofData.addThreadEvent(end1);
142 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
151 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
  /bionic/libc/netbsd/resolv/
res_cache.c 885 const uint8_t* end1 = pack1->end; local
892 if (p1 >= end1 || p2 >= end2) {
910 if ((p1+c1 > end1) || (p2+c1 > end2)) {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1204 int end1,end2; member in struct:CvTracksTimePos
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 2796 Addr end1 = start + length - 1; local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1854 CvPoint2D64d start1,end1; local
    [all...]
  /external/qemu/
exec.c 848 int end, mask, end1; local
861 end1 = end & ~7;
862 while (start < end1) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 625 milliseconds