HomeSort by relevance Sort by last modified time
    Searched defs:pos (Results 26 - 50 of 5226) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d3_14pf.cpp 165 Word16 pos[NB_PULSE]; local
171 pos[0] = i * 5;
185 pos[1] = i * 5 + j * 2 + 1;
199 pos[2] = i * 5 + j * 2 + 2;
218 * cod[pos[j]] = 8191;
222 * cod[pos[j]] = -8192;
226 cod[pos[j]] = i * 16383 - 8192;
d4_17pf.cpp 46 the calculation of pos[2] incorrectly. The correct formula is pos2 =i*5+2,
185 Word16 pos[NB_PULSE]; local
203 pos[0] = i * 5; /* pos0 =i*5 */
212 pos[1] = i * 5 + 1; /* pos1 =i*5+1 */
222 pos[2] = i * 5 + 2; /* pos2 =i*5+2 */
238 pos[3] = i * 5 + 3 + j; /* pos3 =i*5+3+j */
257 * cod[pos[j]] = 8191;
261 * cod[pos[j]] = -8192;
265 cod[pos[j]] = i * 16383 - 8192;
  /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_/
erase_no_store_hash_fn_imps.hpp 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
55 entry* const p_e = m_entries + pos;
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
54 entry* const p_e = m_entries + pos;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
55 entry* const p_e = m_entries + pos;
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
54 entry* const p_e = m_entries + pos;
  /toolchain/binutils/binutils-2.27/gold/
version.cc 55 size_t pos = bfd_version.find(')'); local
56 if (pos != std::string::npos)
57 bfd_version.erase(pos, 1);
  /external/clang/test/CodeGenCXX/
cxx11-trivial-initializer-struct.cpp 9 unsigned char *pos; member in struct:sAFSearchPos
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest_utils.cc 54 size_t pos = helper_path.rfind('/'); local
55 if (pos == string::npos) {
58 helper_path.erase(pos + 1);
  /external/icu/icu4c/source/i18n/unicode/
fpositer.h 120 int32_t pos; member in class:FieldPositionIterator
  /external/iproute2/lib/
ipx_ntop.c 8 static __inline__ int do_digit(char *str, u_int32_t addr, u_int32_t scale, size_t *pos, size_t len)
12 if (*pos == len)
20 (*pos)++;
28 size_t pos = 0; local
34 if (do_digit(str + pos, ntohl(addr->ipx_net), i, &pos, len))
37 if (pos == len)
40 *(str + pos) = '.';
41 pos++;
44 if (do_digit(str + pos, addr->ipx_node[i], 1, &pos, len)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 30 uint32_t pos = 45; local
33 __asm__ __volatile__("wrdsp %[pos], 1 \n\t" : : [pos] "r"(pos));
vp9_itrans4_dspr2.c 30 uint32_t pos = 45; local
33 __asm__ __volatile__("wrdsp %[pos], 1 \n\t"
35 : [pos] "r"(pos));
vp9_itrans8_dspr2.c 29 uint32_t pos = 45; local
32 __asm__ __volatile__("wrdsp %[pos], 1 \n\t" : : [pos] "r"(pos));
  /external/lzma/C/
7zBuf.h 25 size_t pos; member in struct:__anon28691
  /external/python/cpython3/Modules/_decimal/libmpdec/
bits.h 52 int pos = 0; local
57 if (tmp != 0) { n = tmp; pos += 32; }
60 if (tmp != 0) { n = tmp; pos += 16; }
62 if (tmp != 0) { n = tmp; pos += 8; }
64 if (tmp != 0) { n = tmp; pos += 4; }
66 if (tmp != 0) { n = tmp; pos += 2; }
68 if (tmp != 0) { n = tmp; pos += 1; }
70 return pos + (int)n - 1;
80 int pos; local
83 pos = 63
    [all...]
  /external/syslinux/gpxe/src/hci/mucurses/
clear.c 20 struct cursor_pos pos; local
22 _store_curs_pos( win, &pos );
26 _restore_curs_pos( win, &pos );
38 struct cursor_pos pos; local
40 _store_curs_pos( win, &pos );
41 while ( ( win->curs_y - pos.y ) == 0 ) {
44 _restore_curs_pos( win, &pos );
69 struct cursor_pos pos; local
71 _store_curs_pos( win, &pos );
76 _restore_curs_pos( win, &pos );
    [all...]
edging.c 44 struct cursor_pos pos; local
46 _store_curs_pos( win, &pos );
67 _restore_curs_pos( win, &pos );
81 struct cursor_pos pos; local
83 _store_curs_pos ( win, &pos );
87 _restore_curs_pos ( win, &pos );
101 struct cursor_pos pos; local
103 _store_curs_pos ( win, &pos );
106 wmove( win, ++(win->curs_y), pos.x);
108 _restore_curs_pos ( win, &pos );
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
split.cc 27 size_t pos = 0; local
29 while ((pos = s.find(delimiter, start)) != string::npos) {
30 if (pos != start) {
31 fields.emplace_back(start, pos);
33 start = pos + delimiter.length();
  /external/webrtc/webrtc/base/
versionparsing.cc 20 size_t pos = 0; local
22 size_t dot_pos = version_str.find('.', pos);
28 n = dot_pos - pos;
31 version[i] = atoi(version_str.substr(pos, n).c_str());
40 pos = dot_pos + 1;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c 38 int pos, lp_length; local
54 pos = lp_length;
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
59 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
61 pos += lp_length;
65 pos = 0;
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
70 WebRtcIlbcfix_BwExpand(weightdenum+pos, lp,
72 pos += lp_length;
simple_interpolate_lsf.c 46 int pos, lp_length; local
77 pos = lp_length;
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
90 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
94 pos += lp_length;
103 pos = 0;
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
116 WebRtcIlbcfix_BwExpand(weightdenum+pos, lp,
120 pos += lp_length;
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 19 char *password, buf[64], *pos; local
29 pos = buf;
30 while (*pos != '\0') {
31 if (*pos == '\r' || *pos == '\n') {
32 *pos = '\0';
35 pos++;
  /external/wpa_supplicant_8/src/crypto/
sha256-kdf.c 40 size_t pos, clen; local
59 pos = 0;
61 clen = outlen - pos;
64 os_memcpy(out + pos, T, clen);
65 pos += clen;
67 if (pos == outlen)
sha256-tlsprf.c 35 size_t pos; local
55 pos = 0;
56 while (pos < outlen) {
60 clen = outlen - pos;
63 os_memcpy(out + pos, P, clen);
64 pos += clen;

Completed in 842 milliseconds

12 3 4 5 6 7 8 91011>>