Home
last modified time | relevance | path

Searched defs:c_end (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer.h103 ContainerIter<C> c_end(C& c) { return end(c); } in c_end() function
/third_party/ntfs-3g/ntfsprogs/
Dcluster.c44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DGradient.cpp120 const auto* c_end = c_rec + c_count; in onSync() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2222 int c_end = c_start + (cf->kcache[i].mode << 4); in r600_bytecode_disasm() local