| /third_party/musl/libc-test/src/functionalext/time/ |
| H A D | strftime_ext.c | 47 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c", timeptr); in strftime_0100() local 75 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c %Z%z", timeptr); in strftime_0200() local 102 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0300() local 128 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0400() local 154 size_t count = strftime(buffer, sizeof(buffer) - 1, "%I", timeptr); in strftime_0500() local 180 size_t count = strftime(buffer, sizeof(buffer) - 1, "%P", timeptr); strftime_0600() local 206 size_t count = strftime(buffer, sizeof(buffer) - 1, "%v", timeptr); strftime_0700() local 232 size_t count = strftime(buffer, sizeof(buffer) - 1, "%j", timeptr); strftime_0800() local 258 size_t count = strftime(buffer, sizeof(buffer) - 1, "%l", timeptr); strftime_0900() local 290 size_t count = strftime(buffer, sizeof(buffer) - 1, "%V", timeptr); strftime_1000() local 304 size_t count = strftime(buffer, sizeof(buffer) - 1, "%l", &tm); strftime_1100() local 336 size_t count = strftime(buffer, sizeof(buffer) - 1, "%G", timeptr); strftime_1200() local 368 size_t count = strftime(buffer, sizeof(buffer) - 1, "%G", timeptr); strftime_1300() local 400 size_t count = strftime(buffer, sizeof(buffer) - 1, "%G", timeptr); strftime_1400() local 427 size_t count = strftime(buffer, sizeof(buffer) - 1, "%B", timeptr); strftime_1500() local 455 size_t count = strftime(buffer, sizeof(buffer) - 1, "%B", timeptr); strftime_1600() local 470 size_t count = strftime(buffer, sizeof(buffer) - 1, "%l", &tm); strftime_1700() local 484 size_t count = strftime(buffer, sizeof(buffer) - 1, "%u", &tm); strftime_1800() local 499 size_t count = strftime(buffer, sizeof(buffer) - 1, "%u", &tm); strftime_1900() local 514 size_t count = strftime(buffer, sizeof(buffer) - 1, "%-y", &tm); strftime_2000() local 529 size_t count = strftime(buffer, sizeof(buffer) - 1, "%z", &tm); strftime_2100() local 544 size_t count = strftime(buffer, sizeof(buffer) - 1, "%Z", &tm); strftime_2200() local 558 size_t count = strftime(buffer, sizeof(buffer) - 1, "%E%", &tm); strftime_2300() local 572 size_t count = strftime(buffer, sizeof(buffer) - 1, "%O%", &tm); strftime_2400() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query.c | 208 int count = 0; in nvc0_screen_get_driver_query_group_info() local
|
| H A D | nvc0_resource.c | 21 nvc0_resource_create_with_modifiers(struct pipe_screen *screen, const struct pipe_resource *templ, const uint64_t *modifiers, int count) nvc0_resource_create_with_modifiers() argument 43 nvc0_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) nvc0_query_dmabuf_modifiers() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_screen_buffer.c | 35 r300_upload_index_buffer(struct r300_context *r300, struct pipe_resource **index_buffer, unsigned index_size, unsigned *start, unsigned count, const uint8_t *ptr) r300_upload_index_buffer() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_key.c | 78 EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv) EVP_BytesToKey() argument
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | crl2pkcs7.c | 198 int count = 0; in STACK_OF() local
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | openbsd.c | 179 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
|
| /third_party/node/deps/uvwasi/src/ |
| H A D | wasi_serdes.c | 259 uvwasi_serdes_check_array_bounds(size_t offset, size_t end, size_t size, size_t count) uvwasi_serdes_check_array_bounds() argument
|
| /third_party/openssl/apps/ |
| H A D | crl2pkcs7.c | 198 int count = 0; in STACK_OF() local
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_key.c | 78 EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv) EVP_BytesToKey() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryMappingTests.cpp | 168 void setRange (size_t offset, size_t count, bool value) in setRange() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.h | 82 size_t count = 0; member in gl::overlay::Count
|
| H A D | Context.inl.h | 123 ANGLE_INLINE void Context::drawArrays(PrimitiveMode mode, GLint first, GLsizei count) in drawArrays() argument 39 MarkTransformFeedbackBufferUsage(const Context *context, GLsizei count, GLsizei instanceCount) MarkTransformFeedbackBufferUsage() argument 137 drawElements(PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) drawElements() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | BufferD3D.cpp | 177 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | VertexBuffer9.cpp | 60 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | RewriteOutArgs.cpp | 22 size_t count; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | VertexBuffer11.cpp | 98 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cIncompleteTextureAccessTests.cpp | 162 glw::GLsizei const count; in PrepareProgram() member in gl4cts::IncompleteTextureAccess::Shader::glw
|
| H A D | gl4cShaderDrawParametersTests.hpp | 43 GLuint count; member 51 GLuint count; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateBasic.cpp | 237 glw::GLsizei count = 0; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkMd5Sum.cpp | 227 unsigned count; in MD5Final() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
| H A D | reducer_test.cpp | 228 ss << "temp_" << count << ".spv"; in InterestingWhileOpcodeExists() local 570 uint32_t& count = result[function.result_id()] = 0; in GetFunctionInstructionCount() local 224 InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, uint32_t opcode, uint32_t count, bool dump) InterestingWhileOpcodeExists() argument 254 InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileIMulReachable() argument 259 InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, uint32_t count) InterestingWhileSDivReachable() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLBufferAgeTest.cpp | 48 EGLint count = 0; in chooseConfig() local 285 EGLint count = 0; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | TextureSampling.cpp | 129 fstrstr << "uniform sampler2D uSampler" << count << ";\n"; in initShaders() local 227 samplerstrstr << "uSampler" << count; initTextures() local [all...] |
| H A D | PointSprites.cpp | 42 unsigned int count; member
|