HomeSort by relevance Sort by last modified time
    Searched refs:word_size (Results 1 - 14 of 14) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 20 // static constexpr size_t word_size = w;
38 static_assert((E::word_size == 24), "");
44 where(E::word_size);
54 static_assert((E::word_size == 48), "");
60 where(E::word_size);
  /external/hyphenation/
hyphen.h 100 const char *word, int word_size,
112 word_size: byte length of the input word
114 hyphens: allocated character buffer (size = word_size + 5)
115 hyphenated_word: allocated character buffer (size ~ word_size * 2) or NULL
117 (size=word_size) or with NULL value) or NULL
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
152 const char *word, int word_size, char * hyphens,
163 const char *word, int word_size, char * hyphens,
hyphen.c 525 const char *word, int word_size,
537 if (word_size + 3 < MAX_WORD)
540 prep_word = hnj_malloc (word_size + 3);
545 for (i = 0; i < word_size; i++)
638 for (; i < word_size; i++)
640 hyphens[word_size] = '\0';
660 int hnj_hyphen_lhmin(int utf8, const char *word, int word_size, char * hyphens,
682 int hnj_hyphen_rhmin(int utf8, const char *word, int word_size, char * hyphens,
686 int j = word_size - 2;
706 int hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 22 // static constexpr size_t word_size = w;
50 static_assert((E::word_size == 32), "");
66 where(E::word_size);
86 static_assert((E::word_size == 64), "");
102 where(E::word_size);
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 422 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false)
433 *word_size = 0;
439 ++*word_size;
448 //debug("out, ret:%d, word:%s, word_size:%d, line start_pos:%d, line_size:%d",
449 // i, word, *word_size, start_pos, line_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 535 * @var word_size The number of bits in each element of the state vector.
559 static const int word_size = __w; member in class:mersenne_twister
905 static const int word_size = __w; member in class:subtract_with_carry_01
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 358 * @var word_size The number of bits in each element of the state vector.
409 static constexpr size_t word_size = __w;
609 static constexpr size_t word_size = __w;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 358 * @var word_size The number of bits in each element of the state vector.
409 static constexpr size_t word_size = __w;
609 static constexpr size_t word_size = __w;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 358 * @var word_size The number of bits in each element of the state vector.
409 static constexpr size_t word_size = __w;
609 static constexpr size_t word_size = __w;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 417 static constexpr size_t word_size = __w;
618 static constexpr size_t word_size = __w;
    [all...]

Completed in 1034 milliseconds