Searched refs:cur_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/ |
| H A D | range_adapter.hpp | 69 iterator first_, cur_, last_; member in boost::iostreams::detail::range_adapter 76 : first_(rng.begin()), cur_(rng.begin()), last_(rng.end()) { } in range_adapter() 80 : first_(first), cur_(first), last_(last) { } in range_adapter() 85 { return impl::read(cur_, last_, s, n); } in read() 90 { return impl::write(cur_, last_, s, n); } in write() 97 impl::seek(first_, cur_, last_, off, way); in seek() 98 return offset_to_position(cur_ - first_); in seek()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf-completion.sh | 62 local exclude cur_ words_ cword_ 68 cur_=${words_[cword_]} 72 cur=$cur_ 240 local cur_="${2-$cur}" 244 if [[ "$cur_" == *:* ]]; then 245 local colon_word=${cur_%"${cur_##*:}"}
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | proc.S | 217 dc cvac, cur_\()\type\()p // Ensure any existing dirty 219 ldr \type, [cur_\()\type\()p] // loading the entry 226 str \type, [cur_\()\type\()p] // Update the entry and ensure 228 dc civac, cur_\()\type\()p // CPUs.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 1613 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property() 1616 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property() 2210 psb_intel_sdvo_connector->cur_##name = response; \ 2216 psb_intel_sdvo_connector->cur_##name); \
|