HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 151 - 175 of 2626) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 26 public static int getJumpTarget(int pos, CodeIterator iter) {
27 int opcode = iter.byteAt(pos);
28 pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1);
29 return pos;
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
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;
  /libcore/luni/src/main/java/java/sql/
Clob.java 60 * @param pos
68 public String getSubString(long pos, int length) throws SQLException;
114 * @param pos
121 public OutputStream setAsciiStream(long pos) throws SQLException;
127 * @param pos
134 public Writer setCharacterStream(long pos) throws SQLException;
140 * @param pos
148 public int setString(long pos, String str) throws SQLException;
154 * @param pos
166 public int setString(long pos, String str, int offset, int len
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ASimpleReader.java 18 public int pos; field in class:Support_ASimpleReader
36 pos = 0;
52 return len > pos;
60 int available = len - pos;
63 System.arraycopy(buf, pos, dest, offset, readable);
64 pos += readable;
  /packages/inputmethods/LatinIME/native/src/
bigram_dictionary.h 33 int getBigramAddress(int *pos, bool advance);
34 int getBigramFreq(int *pos);
36 bool getFirstBitOfByte(int *pos) { return (DICT[*pos] & 0x80) > 0; }
37 bool getSecondBitOfByte(int *pos) { return (DICT[*pos] & 0x40) > 0; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 56 std::pair<entry_pointer, size_type> pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 std::pair<entry_pointer, size_type> pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
51 p->m_p_next = m_entries[pos];
54 m_entries[pos] = p;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 56 size_type pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 size_type pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos,
48 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
49 entry* const p_e = m_entries + pos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 56 std::pair<entry_pointer, size_type> pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 std::pair<entry_pointer, size_type> pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
51 p->m_p_next = m_entries[pos];
54 m_entries[pos] = p;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 56 size_type pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 size_type pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos,
48 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
49 entry* const p_e = m_entries + pos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 56 std::pair<entry_pointer, size_type> pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 std::pair<entry_pointer, size_type> pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
51 p->m_p_next = m_entries[pos];
54 m_entries[pos] = p;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 56 size_type pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 size_type pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos,
48 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
49 entry* const p_e = m_entries + pos;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 56 std::pair<entry_pointer, size_type> pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 std::pair<entry_pointer, size_type> pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
51 p->m_p_next = m_entries[pos];
54 m_entries[pos] = p;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 56 size_type pos; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
73 size_type pos; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos,
48 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
49 entry* const p_e = m_entries + pos;
  /external/wpa_supplicant_8/src/tls/
x509v3.c 191 const u8 *pos, *end; local
208 pos = hdr.payload;
209 end = pos + hdr.length;
216 if (asn1_get_oid(pos, end - pos, &id->oid, &pos))
230 const u8 *pos, *end; local
239 pos = buf;
242 if (asn1_get_next(pos, end - pos, &hdr) < 0 |
302 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
508 char *pos, *end; local
550 const char *pos; local
661 const u8 *pos; local
1230 const u8 *pos, *end; local
1484 const u8 *pos, *end, *hash_start; local
1592 const u8 *pos, *end, *next, *da_end; local
    [all...]
  /external/wpa_supplicant/
eap_gpsk.c 136 const u8 *pos, const u8 *end)
140 if (end - pos < 2) {
144 alen = WPA_GET_BE16(pos);
145 pos += 2;
146 if (end - pos < alen) {
156 os_memcpy(data->id_server, pos, alen);
160 pos += alen;
162 return pos;
167 const u8 *pos, const u8 *end)
169 if (pos == NULL
265 const u8 *csuite_list, *pos, *end; local
573 const u8 *pos, *end; local
655 const u8 *pos; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gpsk.c 134 const u8 *pos, const u8 *end)
138 if (end - pos < 2) {
142 alen = WPA_GET_BE16(pos);
143 pos += 2;
144 if (end - pos < alen) {
154 os_memcpy(data->id_server, pos, alen);
158 pos += alen;
160 return pos;
165 const u8 *pos, const u8 *end)
167 if (pos == NULL
264 const u8 *csuite_list, *pos, *end; local
557 const u8 *pos, *end; local
637 const u8 *pos; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 135 const u8 *pos, const u8 *end)
139 if (end - pos < 2) {
143 alen = WPA_GET_BE16(pos);
144 pos += 2;
145 if (end - pos < alen) {
155 os_memcpy(data->id_server, pos, alen);
159 pos += alen;
161 return pos;
166 const u8 *pos, const u8 *end)
168 if (pos == NULL
265 const u8 *csuite_list, *pos, *end; local
558 const u8 *pos, *end; local
638 const u8 *pos; local
    [all...]

Completed in 484 milliseconds

1 2 3 4 5 67 8 91011>>