/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-pool.hh | 96 hb_vector_t<chunk_t *> chunks; member
|
/third_party/mesa3d/src/vulkan/registry/ |
H A D | update-aliases.py | 51 def chunks(lst: list, n: int): function
|
/third_party/python/Python/ |
H A D | pystrhex.c | 98 Py_ssize_t chunks = (arglen - 1) / abs_bytes_per_sep; in _Py_strhex_impl() local
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.cpp | 11 auto chunks = this->getDecorationChunks(fDecorations); in paint() local 40 auto chunks = this->getDecorationChunks(SkSpan<DecoratedBlock>(decorations.data(), decorations.size())); in paint() local
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_s.c | 41 int chunks = 0; in main() local
|
/third_party/skia/src/gpu/ |
H A D | GrVertexChunkArray.h | 38 GrVertexChunkBuilder(GrMeshDrawTarget* target, GrVertexChunkArray* chunks, size_t stride, in GrVertexChunkBuilder() argument
|
/third_party/skia/src/utils/ |
H A D | SkBitSet.h | 49 Chunk* chunks = fChunks.get(); in set() local 62 Chunk* chunks = fChunks.get(); in reset() local 79 const Chunk* chunks = fChunks.get(); in forEachSetIndex() local 97 const Chunk* chunks = fChunks.get(); in findFirst() local 111 const Chunk* chunks = fChunks.get(); in findFirstUnset() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 95 std::vector<std::string> chunks; in FragmentedCord() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat_benchmark.cc | 141 BM_StrAppendImpl(benchmark::State& state, size_t total_bytes, Chunks... chunks) BM_StrAppendImpl() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | hap.h | 72 HapChunk *chunks; member
|
H A D | vmnc.c | 335 int dx, dy, w, h, depth, enc, chunks, res, size_left, ret; in decode_frame() local
|
/third_party/alsa-utils/axfer/ |
H A D | container-au.c | 61 uint32_t chunks[0]; member
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_urb_config.c | 158 unsigned chunks[4]; in intel_get_urb_config() local [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 119 uint64_t chunks[4] = {0, 0, 0, 0}; in Initialise() local
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_cs.h | 54 struct drm_radeon_cs_chunk chunks[3]; member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_analyze_ubo_ranges.c | 172 const int chunks = (end - start) / 32; in analyze_ubos_block() local
|
/third_party/libdrm/radeon/ |
H A D | radeon_cs_gem.c | 75 struct drm_radeon_cs_chunk chunks[2]; member [all...] |
/third_party/libdrm/tests/amdgpu/ |
H A D | syncobj_tests.c | 97 struct drm_amdgpu_cs_chunk chunks[2]; in syncobj_command_submission_helper() local
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.h | 48 struct amdgpu_sparse_backing_chunk *chunks; member
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 109 SkTArray<size_t> chunks; in paint() local
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-struct.h | 43 struct lws_dll2 chunks; member
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 63 static unsigned int chunks; variable [all...] |
/third_party/ltp/tools/genload/ |
H A D | stress.c | 617 int hogvm(long long forks, long long chunks, long long bytes) in hogvm() argument [all...] |
H A D | genload.c | 617 int hogvm(long long forks, long long chunks, long long bytes) in hogvm() argument [all...] |
/third_party/python/Modules/_io/ |
H A D | iobase.c | 952 PyObject *chunks = PyList_New(0); in _io__RawIOBase_readall_impl() local [all...] |