OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos
(Results
101 - 125
of
4804
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_node_reader.cpp
38
int
pos
= ptNodePos;
local
41
pos
-= mBuffer->getOriginalBufferSize();
43
mFlags = PatriciaTrieReadingUtils::getFlagsAndAdvancePosition(dictBuf, &
pos
);
46
&
pos
);
50
dictBuf, mFlags, maxCodePointCount, outCodePoints, &
pos
);
53
dictBuf, mFlags, MAX_WORD_LENGTH, &
pos
);
56
mProbabilityFieldPos =
pos
;
60
mProbability = PatriciaTrieReadingUtils::readProbabilityAndAdvancePosition(dictBuf, &
pos
);
65
mChildrenPosFieldPos =
pos
;
70
dictBuf, &
pos
);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
debug_no_store_hash_fn_imps.hpp
49
for (size_type
pos
= 0;
pos
< m_num_e; ++
pos
)
51
const_entry_pointer p_e = &a_entries[
pos
];
constructor_destructor_no_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)k;
49
entry* const p_e = m_entries +
pos
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
debug_no_store_hash_fn_imps.hpp
49
for (size_type
pos
= 0;
pos
< m_num_e; ++
pos
)
51
const_entry_pointer p_e = &a_entries[
pos
];