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

1 2 3 4 5 6 7 8 91011>>

  /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/dtc/tests/
value-labels.dts 4 prop1: prop1 = start1: "a", mid1: "b" end1:;
sourceoutput.dts 7 prop1: prop1 = start1: "foo", mid1: "bar" end1: ;
  /external/llvm/test/CodeGen/AArch64/
tst-br.ll 17 br i1 %tst0, label %test1, label %end1
23 br i1 %tst1, label %test2, label %end1
29 br i1 %tst2, label %test3, label %end1
35 br i1 %tst3, label %end2, label %end1
43 end1:
  /external/llvm/test/CodeGen/X86/
dynamic-alloca-lifetime.ll 22 br i1 %cond1, label %end1, label %bb1
26 br i1 %cond2, label %end1, label %if.else130
28 end1:
38 br label %end1
rd-mod-wr-eflags.ll 90 br i1 %tobool2, label %if.end1, label %return
93 if.end1:
144 br i1 %tobool2, label %if.end1, label %return
147 if.end1:
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 37 const char* end1 = ::strrchr(file, '/'); local
39 if (!end1 && !end2)
42 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/
infinite-loop.ll 28 ; CHECK-NEXT: call void @end1() noreturn nounwind
48 call void @end1() noreturn nounwind
53 declare void @end1() noreturn
  /external/llvm/test/Transforms/ConstantHoisting/PowerPC/
masks.ll 28 br i1 %cmp178, label %end1, label %end2
30 end1:
58 br i1 %cmp178, label %end1, label %end2
60 end1:
  /external/valgrind/none/tests/mips32/
block_size.c 16 "j end1" "\n\t"
22 "end1:" "\n\t"
  /external/valgrind/none/tests/mips64/
test_block_size.c 16 "j end1" "\n\t"
22 "end1:" "\n\t"
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
mbedtls_crypto.c 100 goto end1;
108 goto end1;
114 goto end1;
123 goto end1;
129 end1:
  /external/compiler-rt/test/asan/TestCases/Posix/
gc-test.cc 31 void *beg1, *end1; local
34 __asan_addr_is_in_fake_stack(fake_stack, ptr, &beg1, &end1);
37 assert(end == end1);
  /external/llvm/test/Transforms/LoopUnswitch/
infinite-loop.ll 29 ; CHECK-NEXT: call void @end1() [[NOR_NUW]]
49 call void @end1() noreturn nounwind
54 declare void @end1() noreturn
  /external/libcxx/test/support/
filesystem_test_helper.hpp 354 Iter1 start1, Iter1 const end1
358 while (start1 != end1 && start2 != end2) {
364 return (start1 == end1 && start2 == end2);
370 Iter1 const start1, Iter1 end1
374 while (start1 != end1 && start2 != end2) {
375 --end1; --end2;
376 if (*end1 != *end2) {
380 return (start1 == end1 && start2 == end2);
  /external/swiftshader/third_party/LLVM/unittests/Support/
IRBuilderTest.cpp 60 Value *End1 = Builder.CreateLifetimeEnd(Var1);
65 IntrinsicInst *II_End1 = dyn_cast<IntrinsicInst>(End1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 354 Iter1 start1, Iter1 const end1
358 while (start1 != end1 && start2 != end2) {
364 return (start1 == end1 && start2 == end2);
370 Iter1 const start1, Iter1 end1
374 while (start1 != end1 && start2 != end2) {
375 --end1; --end2;
376 if (*end1 != *end2) {
380 return (start1 == end1 && start2 == end2);
  /dalvik/dx/tests/032-bb-live-code/
blort.j 33 end1:
42 .catch all from start to end1 using handler1
52 end1:
61 .catch all from start to end1 using handler1
  /external/python/cpython3/Tools/scripts/
abitype.py 74 end1 = end-1
75 while tokens[end1][0] in ('ws', 'comment'):
76 end1 -= 1
77 fields.append(''.join(t[1] for t in tokens[pos:end1+1]))
  /external/clang/test/CoverageMapping/
includehell.cpp 68 // CHECK-END: File [[END1:[0-9]]], 1:1 -> 3:2 = #1
69 // CHECK-END-NEXT: File [[END1]], 1:1 -> 6:1 = #0
70 // CHECK-END-NEXT: File [[END1]], 5:5 -> 5:9 = #0
71 // CHECK-END-NEXT: File [[END1]], 5:11 -> 5:16 = #4
  /external/libchrome/base/files/
file_util.cc 107 std::string::size_type end1 = line1.find_last_not_of("\r\n"); local
108 if (end1 == std::string::npos)
110 else if (end1 + 1 < line1.length())
111 line1.erase(end1 + 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
RangeExpression.py 267 end1 = range1.end
272 end1, end2 = end2, end1
276 if end1 < start2:
279 elif end1 == start2:
281 rangeContainer.push(RangeObject(end1, end1))
282 elif end1 <= end2 and end1 > start2:
284 rangeContainer.push(RangeObject(start2, end1))
    [all...]
  /external/llvm/test/Transforms/Inline/
inline_cleanup.ll 80 br i1 %cmp1, label %then1, label %end1
84 br label %end1
86 end1:
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 113 final long end1 = System.currentTimeMillis() + USAGE_STATS_RANGE_ALLOWANCE; local
116 retryUntil(() -> hasEvent(usm.queryEvents(start1, end1),
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 181 Rows::const_iterator end1 = region1.rows_.end(); local
184 if (it1 == end1 || it2 == end2)
187 while (it1 != end1 && it2 != end2) {
191 std::swap(end1, end2);
230 RowSpanSet::const_iterator end1 = set1.end(); local
233 assert(it1 != end1 && it2 != end2);
239 std::swap(end1, end2);
260 } while (it1 != end1 && it2 != end2);

Completed in 4606 milliseconds

1 2 3 4 5 6 7 8 91011>>