/third_party/node/lib/internal/util/ |
H A D | inspect.js | 693 function getPrefix(constructor, tag, fallback, size = '') { 696 return `[${fallback}${size}: null prototype] [${tag}] `; 698 return `[${fallback}${size}: null prototype] `; 702 return `${constructor}${size} [${tag}] `; 704 return `${constructor}${size} `; 833 index = ctx.circular.size + 1; 894 const size = SetPrototypeGetSize(value); 895 const prefix = getPrefix(constructor, tag, 'Set', `(${size})`); 900 if (size === 0 && keys.length === 0 && protoProps === undefined) 904 const size [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | srchtest.cpp | 279 matchlength = search->size[count]; in assertEqualWithStringSearch() 322 matchlength = search->size[count]; in assertEqualWithStringSearch() 388 matchlength = search->size[count]; in assertEqualWithStringSearch() 440 matchlength = search->size[count]; in assertEqualWithStringSearch() 1192 /* enormous pattern size to see if this crashes */ in TestPattern() 1200 errln("Error setting pattern with size 512, %s", u_errorName(status)); in TestPattern() 1314 int32_t matchlength = search.size[count]; in TestGetSetOffset() 1444 int32_t matchlength = search.size[count]; in TestGetMatch() 1503 int size = 0; in TestSetMatch() local 1504 while (search.offset[size] ! in TestSetMatch() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 169 for (unsigned i = 0; i < SplitTys.size(); ++i) in allocateVRegs() 208 assert(SplitTys.size() == 1 && "unexpectedly split LLT"); in getOrCreateVRegs() 293 // Creation of a virtual register needs to have a size. in translateBinaryOp() 878 assert(Regs.size() == 1 && "swifterror should be single pointer"); in translateLoad() 886 Regs.size() == 1 ? LI.getMetadata(LLVMContext::MD_range) : nullptr; in translateLoad() 887 for (unsigned i = 0; i < Regs.size(); ++i) { in translateLoad() 922 assert(Vals.size() == 1 && "swifterror should be single pointer"); in translateStore() 930 for (unsigned i = 0; i < Vals.size(); ++i) { in translateStore() 980 for (unsigned i = 0; i < DstRegs.size(); ++i) in translateExtractValue() 996 for (unsigned i = 0; i < DstRegs.size(); in translateInsertValue() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 86 make_random_bytes(png_uint_32* seed, void* pv, size_t size) in make_random_bytes() argument 95 for (i=0; i<size; ++i) in make_random_bytes() 668 size_t size = PNG_IMAGE_BUFFER_SIZE(image->image, image->stride); in allocbuffer() local 670 if (size+32 > image->bufsize) in allocbuffer() 673 image->buffer = voidcast(png_bytep, malloc(size+32)); in allocbuffer() 679 (unsigned long)size); in allocbuffer() 682 image->bufsize = size+32; in allocbuffer() 686 memset(image->buffer+16, BUFFER_INIT8, size); in allocbuffer() 687 image->allocsize = size; in allocbuffer() 785 * images must have been checked for a size matc 3238 png_alloc_size_t size; write_one_file() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fLayoutBindingTests.cpp | 1070 for (int texNdx = 0; texNdx < (int)m_textures.size(); ++texNdx) in init() 1074 gl.genTextures((glw::GLsizei)m_textures.size(), &m_textures[0]); in init() 1076 for (int texNdx = 0; texNdx < (int)m_textures.size(); ++texNdx) in init() 1087 for (int i = 0; i < (int)m_textures.size(); ++i) in deinit() 1393 for (int texNdx = 0; texNdx < (int)m_textures.size(); ++texNdx) in init() 1399 for (int texNdx = 0; texNdx < (int)m_textures.size(); ++texNdx) in init() 1408 for (int texNdx = 0; texNdx < (int)m_textures.size(); ++texNdx) in deinit() 1703 gl.genBuffers((glw::GLsizei)m_buffers.size(), &m_buffers[0]); in init() 1705 for (int bufNdx = 0; bufNdx < (int)m_buffers.size(); ++bufNdx) in init() 1711 for (int bufNdx = 0; bufNdx < (int)m_buffers.size(); in init() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 778 , geometryCount( static_cast<uint32_t>( !geometries_.empty() ? geometries_.size() : pGeometries_.size() ) ) 863 geometryCount = static_cast<uint32_t>( geometries_.size() ); 881 geometryCount = static_cast<uint32_t>( pGeometries_.size() ); 1311 , size( size_ ) 1361 size = size_; 1403 return std::tie( sType, pNext, createFlags, buffer, offset, size, type, deviceAddress ); 1416 ( size == rhs.size ) && ( type == rhs.type ) && ( deviceAddress == rhs.deviceAddress ); 1432 VULKAN_HPP_NAMESPACE::DeviceSize size member 8593 uint32_t size = {}; global() member 8955 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 10076 uint32_t size = {}; global() member 11778 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 11925 , size( size_ ) size() function 12005 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 12023 , size( size_ ) size() function 12115 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 12621 , size( size_ ) size() function 12749 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 12785 , size( size_ ) size() function 12930 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 15728 , size( size_ ) size() function 15811 size_t size = {}; global() member 16355 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 18734 , size( size_ ) size() function 18817 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 26103 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 30178 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 34010 , size( size_ ) size() function 34087 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 44022 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member 45736 , size( size_ ) size() function 45801 VULKAN_HPP_NAMESPACE::DeviceSize size = {}; global() member [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 97 inline int getNumMipLevels1D (int size) in getNumMipLevels1D() argument 99 return deLog2Floor32(size)+1; in getNumMipLevels1D() 515 if (deInBounds32(texture, GL_TEXTURE0, GL_TEXTURE0 + (deUint32)m_textureUnits.size())) in activeTexture() 715 for (int unitNdx = 0; unitNdx < (int)m_textureUnits.size(); unitNdx++) in deleteTexture() 1064 // Validate size and level. 1099 // Validate size and level. 1140 // Validate size and level. 1177 // Validate size and level. 1216 // Validate size and level. 1255 // Validate size an [all...] |
/third_party/backends/backend/ |
H A D | artec.c | 146 SANE_Word setwindow_cmd_size; /* Set-Window command size */ 147 SANE_Word max_read_size; /* Max Read size in bytes */ 370 size_t size, max_size = 0; in max_string_size() local 375 size = strlen (strings[i]) + 1; in max_string_size() 376 if (size > max_size) in max_string_size() 377 max_size = size; in max_string_size() 1288 write_6[8] = s->hw->setwindow_cmd_size; /* total size of command */ in artec_set_scan_window() 1815 DBG (50, " Buffer size : %s\n", info); in artec_get_cap_data() 1939 size_t size; in attach() local 1963 size in attach() [all...] |
H A D | pieusb_specific.c | 634 scanner->opt[i].size = sizeof (SANE_Word); in sanei_pieusb_init_options() 658 scanner->opt[OPT_MODE].size = max_string_size ((SANE_String_Const const *) scanner->device->scan_mode_list); in sanei_pieusb_init_options() 669 scanner->opt[OPT_BIT_DEPTH].size = sizeof (SANE_Word); in sanei_pieusb_init_options() 688 scanner->opt[OPT_HALFTONE_PATTERN].size = max_string_size ((SANE_String_Const const *) scanner->device->halftone_list); in sanei_pieusb_init_options() 730 scanner->opt[OPT_CALIBRATION_MODE].size = max_string_size ((SANE_String_Const const *) scanner->device->calibration_mode_list); in sanei_pieusb_init_options() 740 scanner->opt[OPT_GAIN_ADJUST].size = max_string_size ((SANE_String_Const const *) scanner->device->gain_adjust_list); in sanei_pieusb_init_options() 849 scanner->opt[OPT_SMOOTH_IMAGE].size = sizeof (SANE_Word); in sanei_pieusb_init_options() 879 scanner->opt[OPT_CROP_IMAGE].size = max_string_size ((SANE_String_Const const *)(void*) scanner->device->crop_sw_list); in sanei_pieusb_init_options() 918 scanner->opt[OPT_LIGHT].size = sizeof(SANE_Word); in sanei_pieusb_init_options() 927 scanner->opt[OPT_DOUBLE_TIMES].size in sanei_pieusb_init_options() 1180 size_t size, max_size = 0; max_string_size() local 2050 SANE_Int size; sanei_pieusb_get_shading_data() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 96 // A hard limit on buffer size. This works around a problem in the NVIDIA drivers where buffer sizes 542 config.configID = static_cast<EGLint>(configs.size() + 1); in generateConfigs() 575 ASSERT(configs.size() > 0); in generateConfigs() 884 if (mEventQueryPool.size() > 1000) in freeEventQuery() 914 // Force buffers to be limited to a fixed max size. in createVertexBuffer() 934 // Force buffers to be limited to a fixed max size. in createIndexBuffer() 1229 const gl::Extents &size = depthRenderTarget->getExtents(); in getNullColorRenderTarget() local 1235 mNullRenderTargetCache[i].width == size.width && in getNullColorRenderTarget() 1236 mNullRenderTargetCache[i].height == size.height) in getNullColorRenderTarget() 1245 ANGLE_TRY(createRenderTarget(context, size in getNullColorRenderTarget() 2910 createTextureStorageCube(GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) createTextureStorageCube() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 104 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument 108 "context = %d, target = %s, index = %u, buffer = %u, offset = %llu, size = %llu", in GL_BindBufferRange() 110 static_cast<unsigned long long>(offset), static_cast<unsigned long long>(size)); in GL_BindBufferRange() 120 index, bufferPacked, offset, size)); in GL_BindBufferRange() 123 context->bindBufferRange(targetPacked, index, bufferPacked, offset, size); in GL_BindBufferRange() 126 offset, size); in GL_BindBufferRange() 470 GLsizeiptr size) in GL_CopyBufferSubData() 475 "size = %llu", in GL_CopyBufferSubData() 479 static_cast<unsigned long long>(size)); in GL_CopyBufferSubData() 489 writeTargetPacked, readOffset, writeOffset, size)); in GL_CopyBufferSubData() 466 GL_CopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) GL_CopyBufferSubData() argument 1536 GL_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) GL_GetTransformFeedbackVarying() argument 2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) GL_VertexAttribIPointer() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1438 // Otherwise this is a deoptimization in size and performance. 1725 if (operands.size() == 1) { 1745 index.words.size() == 1); 1958 // Find the size of the first vector operand of the VectorShuffle 2070 // |type| is a scalar value. Return UINT32_MAX when the size is unknown at 2080 return static_cast<uint32_t>(struct_type->element_types().size()); 2085 array_type->length_info().words.size() == 2) { 2130 if (container_size != values_inserted.size()) { 2248 assert(inst->opcode() == spv::Op::OpBitcast && constants.size() == 1); 2259 if (words.size() [all...] |
/applications/sample/wifi-iot/app/demolink/ |
H A D | demosdk_adapter.c | 41 attr.stack_size = para->size;
in DemoSdkCreateTask()
|
/drivers/hdf_core/framework/model/storage/include/mtd/ |
H A D | mtd_user.h | 23 uint32_t size; /* Total size of the MTD */ member
|
/drivers/hdf_core/adapter/khdf/liteos/network/include/ |
H A D | netbuf_adapter.h | 124 uint32_t size; /**< Number of network data buffers in the queue */ member 134 * the size of the converted network data buffer.
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/include/ |
H A D | netbuf_adapter.h | 124 uint32_t size; /**< Number of network data buffers in the queue */ member 134 * the size of the converted network data buffer.
|
/drivers/hdf_core/framework/test/fuzztest/devicemanagerstart_fuzzer/ |
H A D | devicemanagerstart_fuzzer.cpp | 58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | bluetooth_audio_device.h | 39 typedef size_t (*WriteFrameFunc)(const void* data, size_t size);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/ |
H A D | ipp_algo.h | 42 unsigned int size; member
|
/drivers/peripheral/codec/image/jpeg/include/ |
H A D | codec_jpeg_service.h | 43 int32_t AllocateJpegInBuffer(CodecImageBuffer& inBuffer, uint32_t size);
|
H A D | codec_jpeg_core.h | 38 int32_t AllocateInBuffer(BufferHandle **buffer, uint32_t size);
|
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/ |
H A D | image_common.h | 39 dataFuzz.size = DATA_SIZE; in FillDataImageBuffer()
|
/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | hi_gbm_internal.h | 40 uint32_t size; member
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | dmabufferheap_allocator.cpp | 38 buffer.size = bufferInfo.size_; in Allocate()
|
/drivers/peripheral/display/hal/ |
H A D | disp_hal.h | 34 uint32_t size; member
|