HomeSort by relevance Sort by last modified time
    Searched defs:end (Results 51 - 75 of 8801) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libmojo/ui/gfx/range/mojo/
range_struct_traits.h 17 static uint32_t end(const gfx::Range& r) { return r.end(); } function in struct:mojo::StructTraits
20 out->set_end(data.end());
28 static float end(const gfx::RangeF& r) { return r.end(); } function in struct:mojo::StructTraits
31 out->set_end(data.end());
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_validate.cc 23 const uint8* end = sample + sample_size - 1; local
25 while (it < end) {
27 it = static_cast<const uint8 *>(memchr(it, 0xff, end - it));
37 // ERROR: Invalid jpeg end code not found. Size sample_size
55 // Look for the End Of Image (EOI) marker near the end of the buffer.
  /external/libyuv/files/source/
mjpeg_validate.cc 23 const uint8* end = sample + sample_size - 1; local
25 while (it < end) {
27 it = static_cast<const uint8*>(memchr(it, 0xff, end - it));
37 // ERROR: Invalid jpeg end code not found. Size sample_size
55 // Look for the End Of Image (EOI) marker near the end of the buffer.
  /external/llvm/docs/
make.bat 38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
113 goto end
190 :end label
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/delta/
DeltaDecoder.java 18 int end = off + len; local
19 for (int i = off; i < end; ++i) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug_private.h 38 char *end; /* pointer to gtt offset zero */ member in struct:debug_stream
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 39 unsigned char * end; member in struct:memory_pool
  /external/perf_data_converter/src/quipper/
string_utils.cc 13 size_t end = str->find_last_not_of(kWhitespaceCharacters); local
14 if (end != string::npos) {
16 *str = str->substr(start, end + 1 - start);
  /external/python/cpython2/PCbuild/
get_externals.bat 37 goto end
76 goto end
105 :end label
  /external/python/cpython3/PCbuild/
get_externals.bat 37 goto end
73 goto end
102 :end label
  /external/tensorflow/tensorflow/core/lib/strings/
scanner.cc 52 const char* end = capture_end_ == nullptr ? cur_.data() : capture_end_; local
53 *capture = StringPiece(capture_start_, end - capture_start_);
  /external/v8/src/ppc/
cpu-ppc.cc 32 byte *end = static_cast<byte *>(buffer) + size; local
33 for (byte *pointer = start; pointer < end; pointer += kCacheLineSize) {
  /external/valgrind/none/tests/s390x/
stck.c 25 unsigned long start, end, diff; local
31 cc = stck(&end);
34 diff = clockticks_in_msec(end, start);
stckf.c 25 unsigned long start, end, diff; local
31 cc = stckf(&end);
35 diff = clockticks_in_msec(end, start);
  /external/vboot_reference/tests/
timer_utils.c 19 uint64_t end = ((uint64_t) ct->end_time.tv_sec * 1000000000 + local
21 uint64_t duration_msecs = (end - start) / 1000000U; /* Nanoseconds ->
  /frameworks/av/media/libeffects/loudness/dsp/core/
basic-inl.h 32 int end = end_index; local
33 while (end > start + 1) {
34 int i = (end + start) / 2;
36 end = i;
  /frameworks/base/libs/androidfw/
ResourceUtils.cpp 28 const char* end = start + str.size(); local
33 while (current != end) {
45 out_entry->assign(start, end - start);
  /frameworks/minikin/tests/unittest/
SparseBitSetTest.cpp 41 uint32_t end = range[i * 2 + 1]; local
46 for (; ch < end; ch++) {
  /frameworks/rs/script_api/
Generator.cpp 57 * end:
72 * end:
86 * end:
100 * end:
113 * end:
137 * end:
164 char* end; local
165 *maxApiLevel = strtol(argv[i], &end, 10);
166 if (*end != '\0') {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 60 end() function in class:PB_DS_CLASS_C_DEC
68 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 64 end() function in class:PB_DS_CLASS_C_DEC
81 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 64 end() function in class:PB_DS_CLASS_C_DEC
81 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 56 end() function in class:PB_DS_CLASS_C_DEC
62 end() const function in class:PB_DS_CLASS_C_DEC
72 return --end();
82 return --end();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_string_access_traits_imp.hpp 64 end(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
90 return (r_key.end());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 60 end() function in class:PB_DS_CLASS_C_DEC
68 end() const function in class:PB_DS_CLASS_C_DEC

Completed in 636 milliseconds

1 23 4 5 6 7 8 91011>>