Home
last modified time | relevance | path

Searched refs:c_end (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h89 // container_algorithm_internal::c_end are abbreviations for proper ADL
103 ContainerIter<C> c_end(C& c) { return end(c); } in c_end() function
143 container_algorithm_internal::c_end(c), in c_linear_search()
159 container_algorithm_internal::c_end(c)); in c_distance()
173 container_algorithm_internal::c_end(c), in c_all_of()
184 container_algorithm_internal::c_end(c), in c_any_of()
195 container_algorithm_internal::c_end(c), in c_none_of()
206 container_algorithm_internal::c_end(c), in c_for_each()
217 container_algorithm_internal::c_end(c), in c_find()
228 container_algorithm_internal::c_end( in c_find_if()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dcluster.c44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find() argument
106 if ((a_begin > c_end) || (a_end < c_begin)) in cluster_find()
H A Dcluster.h36 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data);
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp120 const auto* c_end = c_rec + c_count; variable
174 c_rec = next_rec<ColorRec>(c_rec, c_end);
/third_party/PyYAML/tests/lib/
H A Dtest_yaml_ext.py146 c_end = (c_token.end_mark.index, c_token.end_mark.line, c_token.end_mark.column)
148 assert py_end == c_end, (py_end, c_end)
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py815 (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:])
821 replace_end = replace_start + c_end
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py815 (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:])
821 replace_end = replace_start + c_end
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c2222 int c_end = c_start + (cf->kcache[i].mode << 4); in r600_bytecode_disasm() local
2224 i, cf->kcache[i].bank, c_start, c_end, in r600_bytecode_disasm()

Completed in 14 milliseconds