Home
last modified time | relevance | path

Searched defs:count (Results 1401 - 1425 of 4875) sorted by relevance

1...<<51525354555657585960>>...195

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrftime_ext.c47 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 Dnvc0_query.c208 int count = 0; in nvc0_screen_get_driver_query_group_info() local
H A Dnvc0_resource.c21 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 Dr300_screen_buffer.c35 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 Devp_key.c78 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 Dcrl2pkcs7.c198 int count = 0; in STACK_OF() local
/third_party/node/deps/uv/src/unix/
H A Dopenbsd.c179 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 Dwasi_serdes.c259 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 Dcrl2pkcs7.c198 int count = 0; in STACK_OF() local
/third_party/openssl/crypto/evp/
H A Devp_key.c78 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 DvktMemoryMappingTests.cpp168 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 DOverlayWidgets.h82 size_t count = 0; member in gl::overlay::Count
H A DContext.inl.h123 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 DBufferD3D.cpp177 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 DVertexBuffer9.cpp60 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 DRewriteOutArgs.cpp22 size_t count; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexBuffer11.cpp98 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 Dgl4cIncompleteTextureAccessTests.cpp162 glw::GLsizei const count; in PrepareProgram() member in gl4cts::IncompleteTextureAccess::Shader::glw
H A Dgl4cShaderDrawParametersTests.hpp43 GLuint count; member
51 GLuint count; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp237 glw::GLsizei count = 0; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp227 unsigned count; in MD5Final() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreducer_test.cpp228 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 DEGLBufferAgeTest.cpp48 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 DTextureSampling.cpp129 fstrstr << "uniform sampler2D uSampler" << count << ";\n"; in initShaders() local
227 samplerstrstr << "uSampler" << count; initTextures() local
[all...]
H A DPointSprites.cpp42 unsigned int count; member

Completed in 17 milliseconds

1...<<51525354555657585960>>...195