| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
| H A D | 9-1.c | 99 static void kill_children(int *child_pid, int count) in kill_children() argument
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-coverage.h | 27 uint32_t count; member 39 uint32_t count; member
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | wrappers.h | 35 inline void* Calloc(size_t count, size_t size) { return calloc(count, size); } in Calloc() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_draw.h | 43 fd5_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode, enum pc_di_src_sel src_sel, uint32_t count, uint32_t instances, enum a4xx_index_size idx_type, uint32_t max_indices, uint32_t idx_offset, struct pipe_resource *idx_buffer) fd5_draw() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.h | 43 fd_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode, enum pc_di_src_sel src_sel, uint32_t count, uint8_t instances, enum pc_di_index_size idx_type, uint32_t idx_size, uint32_t idx_offset, struct pipe_resource *idx_buffer) fd_draw() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_llvm.c | 51 vs_llvm_run_linear( struct draw_vertex_shader *shader, const float (*input)[4], float (*output)[4], const void *constants[PIPE_MAX_CONSTANT_BUFFERS], const unsigned constants_size[PIPE_MAX_CONSTANT_BUFFERS], unsigned count, unsigned input_stride, unsigned output_stride, const unsigned *elts) vs_llvm_run_linear() argument
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_uniforms.c | 57 unsigned count = util_last_bit(st->cb_mask); in agx_push_location_direct() local 70 unsigned count = util_last_bit(ctx->vb_mask); in agx_push_location_direct() local 95 unsigned count = st->texture_count; in agx_push_location_direct() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_split_prim.h | 27 util_split_prim_init(struct util_split_prim *s, unsigned mode, unsigned start, unsigned count) util_split_prim_init() argument
|
| H A D | u_draw.h | 52 util_draw_arrays(struct pipe_context *pipe, enum pipe_prim_type mode, uint start, uint count) util_draw_arrays() argument 73 util_draw_elements(struct pipe_context *pipe, void *indices, unsigned index_size, int index_bias, enum pipe_prim_type mode, uint start, uint count) util_draw_elements() argument 97 util_draw_arrays_instanced(struct pipe_context *pipe, enum pipe_prim_type mode, uint start, uint count, uint start_instance, uint instance_count) util_draw_arrays_instanced() argument 123 util_draw_elements_instanced(struct pipe_context *pipe, void *indices, unsigned index_size, int index_bias, enum pipe_prim_type mode, uint start, uint count, uint start_instance, uint instance_count) util_draw_elements_instanced() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_perfmon.c | 493 unsigned count = 0; query_count() local 515 unsigned count = query_count(index); etna_pm_get_driver_query_group_info() local [all...] |
| /third_party/mesa3d/src/gtest/include/ |
| H A D | mesa-gtest-extras.h | 31 array_equal_pred(const char *a_expr, const char *b_expr, const char *c_expr, const T *a, const T *b, size_t count) array_equal_pred() argument [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | proto.c | 142 int count = 0; in getprotoent_0100() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query_sw.c | 143 int count = 0; in nvc0_sw_get_driver_query_info() local
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | serialize.rs | 86 let mut count = 0; in serialize() variables
|
| /third_party/openssl/test/ |
| H A D | x509_check_cert_pkey_test.c | 117 int i, count = 0; in test_PEM_X509_INFO_read_bio() local
|
| /third_party/python/Lib/ |
| H A D | sched.py | 29 from itertools import count namespace
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cIndirectParametersTests.hpp | 44 GLuint count; member 52 GLuint count; member
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | check_html_xrefs.py | 71 count = {} variable
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeXMLWriter.cpp | 80 std::streamsize EscapeStreambuf::xsputn (const char* s, std::streamsize count) in xsputn() argument
|
| /third_party/skia/third_party/externals/spirv-tools/tools/ |
| H A D | io.h | 123 WriteFile(const char* filename, const char* mode, const T* data, size_t count) WriteFile() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLCreateContextAttribsTest.cpp | 43 EGLint count = 0; in TEST_P() local 92 EGLint count; in TEST_P() local 169 EGLint count; TEST_P() local [all...] |
| H A D | EGLNoConfigContextTest.cpp | 86 EGLint count; in TEST_P() local
|
| /third_party/skia/src/codec/ |
| H A D | SkBmpCodec.h | 99 void resetXformBuffer(int count) { fXformBuffer.reset(new uint32_t[count]); } in resetXformBuffer() argument
|
| /third_party/skia/src/core/ |
| H A D | SkTSearch.cpp | 21 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch() argument 57 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch() argument 63 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch() argument 73 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch() argument
|
| H A D | SkTDynamicHash.h | 38 int count() const { return fTable.count(); } in count() function in SkTDynamicHash
|