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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
equ-expand.asm 2 end1: label
4 line_out equ end1+258 ;length = 1 + 263
5 real_end equ end1+258+264
8 cmp bx,((end1+258+264)-(end1+258))/4
9 cmp bx,(end1+258+264-end1-258)/4
  /bionic/libc/bionic/
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_org/base/
file_util.cc 114 std::string::size_type end1 = line1.find_last_not_of("\r\n"); local
115 if (end1 == std::string::npos)
117 else if (end1 + 1 < line1.length())
118 line1.erase(end1 + 1);
  /external/chromium_org/chrome/common/extensions/permissions/
api_permission_set.cc 175 APIPermissionSet::const_iterator end1 = end(); local
178 while (it1 != end1 && it2 != end2) {
203 const APIPermissionSet::const_iterator end1 = set1.end(); local
206 while (it1 != end1 && it2 != end2) {
221 while (it1 != end1) {
236 const APIPermissionSet::const_iterator end1 = set1.end(); local
239 while (it1 != end1 && it2 != end2) {
263 const APIPermissionSet::const_iterator end1 = set1.end(); local
267 if (it1 == end1) {
275 while (it1 != end1) {
    [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/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 329 BasicBlock::iterator end1 = Block1->getTerminator(); local
334 if (iter1 == end1) {
  /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 42 int end1 = 0; local
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 != c2)
56 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/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 405 const char* end1 = ::strrchr(file, '/'); local
407 if (!end1 && !end2)
410 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 1345 Addr sta1, sta2, end1, end2, toc1, toc2; local
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 1401 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 881 const uint8_t* end1 = pack1->end; local
888 if (p1 >= end1 || p2 >= end2) {
906 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 2778 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...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /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 

Completed in 1054 milliseconds

1 2