Home
last modified time | relevance | path

Searched refs:buffer (Results 10776 - 10800 of 12861) sorted by relevance

1...<<431432433434435436437438439440>>...515

/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp528 status = U_ZERO_ERROR; // buffer overflow in appendTail()
923 // entire string is available in the UText's chunk buffer.
1412 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error in getInput()
1448 // The buffer may have switched between stack- and heap-based. in compat_SyncMutableUTextContents()
2005 MaybeStackArray<UChar, 40> buffer; in utext_extract_replace() local
2006 if (length >= buffer.getCapacity()) { in utext_extract_replace()
2007 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace()
2012 utext_extract(src, start, limit, buffer.getAlias(), length+1, status); in utext_extract_replace()
2014 utext_replace(dest, 0, utext_nativeLength(dest), buffer.getAlias(), length, status); in utext_extract_replace()
2019 // Open a new one, and have it adopt the text buffer storag in utext_extract_replace()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp528 status = U_ZERO_ERROR; // buffer overflow in appendTail()
923 // entire string is available in the UText's chunk buffer.
1412 input16Len = utext_extract(fInputText, 0, fInputLength, nullptr, 0, &lengthStatus); // buffer overflow error in getInput()
1448 // The buffer may have switched between stack- and heap-based. in compat_SyncMutableUTextContents()
2005 MaybeStackArray<char16_t, 40> buffer; in utext_extract_replace() local
2006 if (length >= buffer.getCapacity()) { in utext_extract_replace()
2007 char16_t *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace()
2012 utext_extract(src, start, limit, buffer.getAlias(), length+1, status); in utext_extract_replace()
2014 utext_replace(dest, 0, utext_nativeLength(dest), buffer.getAlias(), length, status); in utext_extract_replace()
2019 // Open a new one, and have it adopt the text buffer storag in utext_extract_replace()
[all...]
/third_party/rust/crates/libc/src/
H A Dpsp.rs3445 pub fn sceMpegQueryStreamOffset(handle: SceMpeg, buffer: *mut c_void, offset: *mut i32) -> i32; in sceMpegQueryStreamOffset()
3446 pub fn sceMpegQueryStreamSize(buffer: *mut c_void, size: *mut i32) -> i32; in sceMpegQueryStreamSize()
3465 buffer: *mut c_void, in sceMpegAvcDecode()
3471 buffer: *mut c_void, in sceMpegAvcDecodeStop()
3483 buffer: *mut c_void, in sceMpegAtracDecode()
3487 pub fn sceMpegBaseYCrCbCopyVme(yuv_buffer: *mut c_void, buffer: *mut i32, type_: i32) -> i32; in sceMpegBaseYCrCbCopyVme()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp102 void GL_APIENTRY GL_BindBuffer(GLenum target, GLuint buffer) in GL_BindBuffer() argument
105 EVENT(context, GLBindBuffer, "context = %d, target = %s, buffer = %u", CID(context), in GL_BindBuffer()
106 GLenumToString(GLenumGroup::BufferTargetARB, target), buffer); in GL_BindBuffer()
111 BufferID bufferPacked = PackParam<BufferID>(buffer); in GL_BindBuffer()
2228 GLboolean GL_APIENTRY GL_IsBuffer(GLuint buffer) in GL_IsBuffer() argument
2231 EVENT(context, GLIsBuffer, "context = %d, buffer = %u", CID(context), buffer); in GL_IsBuffer()
2236 BufferID bufferPacked = PackParam<BufferID>(buffer); in GL_IsBuffer()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1398 // unbind the texture from the texture unit before binding it to the frame buffer in onCreateTexture()
1615 // unbind the texture from the texture unit before binding it to the frame buffer in getCompatibleStencilIndex()
1949 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() argument
1952 // Index buffer state is tied to the vertex array. in bindBuffer()
1958 if (buffer->isCpuBuffer()) { in bindBuffer()
1964 } else if (static_cast<const GrGpuBuffer*>(buffer)->uniqueID() != in bindBuffer()
1966 const GrGLBuffer* glBuffer = static_cast<const GrGLBuffer*>(buffer); in bindBuffer()
2058 // The framebuffer binding changed in the middle of a command buffer. We should have already in endCommandBuffer()
2180 // determine if GL can read using the passed rowBytes or if we need a scratch buffer. in readOrTransferPixelsFrom()
2210 void* buffer, in onReadPixels()
2206 onReadPixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType dstColorType, void* buffer, size_t rowBytes) onReadPixels() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp528 status = U_ZERO_ERROR; // buffer overflow in appendTail()
918 // entire string is available in the UText's chunk buffer.
1402 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error in getInput()
1438 // The buffer may have switched between stack- and heap-based. in compat_SyncMutableUTextContents()
1995 MaybeStackArray<UChar, 40> buffer; in utext_extract_replace() local
1996 if (length >= buffer.getCapacity()) { in utext_extract_replace()
1997 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace()
2002 utext_extract(src, start, limit, buffer.getAlias(), length+1, status); in utext_extract_replace()
2004 utext_replace(dest, 0, utext_nativeLength(dest), buffer.getAlias(), length, status); in utext_extract_replace()
2009 // Open a new one, and have it adopt the text buffer storag in utext_extract_replace()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp1751 void GL_APIENTRY GL_FeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) in GL_FeedbackBuffer() argument
1755 "context = %d, size = %d, type = %s, buffer = 0x%016" PRIxPTR "", CID(context), size, in GL_FeedbackBuffer()
1756 GLenumToString(GLenumGroup::FeedbackType, type), (uintptr_t)buffer); in GL_FeedbackBuffer()
1763 size, type, buffer)); in GL_FeedbackBuffer()
1766 context->feedbackBuffer(size, type, buffer); in GL_FeedbackBuffer()
1768 ANGLE_CAPTURE(FeedbackBuffer, isCallValid, context, size, type, buffer); in GL_FeedbackBuffer()
5441 void GL_APIENTRY GL_SelectBuffer(GLsizei size, GLuint *buffer) in GL_SelectBuffer() argument
5444 EVENT(context, GLSelectBuffer, "context = %d, size = %d, buffer = 0x%016" PRIxPTR "", in GL_SelectBuffer()
5445 CID(context), size, (uintptr_t)buffer); in GL_SelectBuffer()
5452 ValidateSelectBuffer(context, angle::EntryPoint::GLSelectBuffer, size, buffer)); in GL_SelectBuffer()
10686 GL_BindBuffer(GLenum target, GLuint buffer) GL_BindBuffer() argument
11054 GL_IsBuffer(GLuint buffer) GL_IsBuffer() argument
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h2800 ArkUIGestureRecognizer* recognizer, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* result);
3985 void (*setShaderInputBuffer)(ArkUINodeHandle node, ArkUI_Float32* buffer, ArkUI_Int32 size);
4607 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4609 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4612 ArkUINodeHandle node, ArkUI_Int32 index, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4614 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4620 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4622 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4625 ArkUINodeHandle node, char* buffer, ArkUI_Int32 bufferSize, ArkUI_Int32* writeLen);
4944 * fills in supplied buffer i
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp509 void ClearBuffer(GLenum buffer, GLint drawbuffer, const vec4& color) in ClearBuffer() argument
511 glClearBufferfv(buffer, drawbuffer, &color[0]); in ClearBuffer()
513 void ClearBuffer(GLenum buffer, GLint drawbuffer, const ivec4& color) in ClearBuffer() argument
515 glClearBufferiv(buffer, drawbuffer, &color[0]); in ClearBuffer()
517 void ClearBuffer(GLenum buffer, GLint drawbuffer, const uvec4& color) in ClearBuffer() argument
519 glClearBufferuiv(buffer, drawbuffer, &color[0]); in ClearBuffer()
1197 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()
1231 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()
1471 << "image2D g_image;" NL "layout(std430) buffer OutputBuffer {" NL " " << TypePrefix<T>() in GenFS()
1493 << "image2D g_image;" NL "layout(std430) buffer OutputBuffe in GenCS()
2734 GLuint buffer; Atomic() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp522 void ClearBuffer(GLenum buffer, GLint drawbuffer, const vec4& color) in ClearBuffer() argument
524 glClearBufferfv(buffer, drawbuffer, &color[0]); in ClearBuffer()
527 void ClearBuffer(GLenum buffer, GLint drawbuffer, const ivec4& color) in ClearBuffer() argument
529 glClearBufferiv(buffer, drawbuffer, &color[0]); in ClearBuffer()
532 void ClearBuffer(GLenum buffer, GLint drawbuffer, const uvec4& color) in ClearBuffer() argument
534 glClearBufferuiv(buffer, drawbuffer, &color[0]); in ClearBuffer()
1231 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()
1265 << TypePrefix<T>() << "sampler2D g_sampler;" NL "layout(std430) buffer OutputBuffer {" NL " " in GenC()
1506 << "image2D g_image;" NL "layout(std430) buffer OutputBuffer {" NL " " << TypePrefix<T>() in GenFS()
1528 << "image2D g_image;" NL "layout(std430) buffer OutputBuffe in GenCS()
2769 GLuint buffer; Atomic() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp3826 // Test that bvecN in storage buffer passed to functions work.
3831 layout(binding = 0, std430) buffer Output { in TEST_P()
4312 // Test that the length() method is correctly translated in Vulkan atomic counter buffer emulation.
4339 layout(binding = 1, std140) buffer Result in TEST_P()
4556 // Use interface queries to determine buffer size and offset in TEST_P()
4667 layout(binding = 1, std430) buffer Output { in TEST_P()
4757 layout(binding = 0, std430) buffer Output {
4970 layout(binding = 0, std430) buffer Output {
5867 // but no buffer is bound to that attribute.
8586 // TODO(jiawei.shao@intel.com): enable this test when shader storage buffer i
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_state.c570 void *buffer = NULL; in drbd_req_state() local
577 buffer = drbd_md_get_buffer(device, __func__); in drbd_req_state()
630 if (buffer) in drbd_req_state()
670 * need to grab and release the meta data buffer inside of that wait_event loop.
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c2866 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in intel_pstate_no_acpi_pss() local
2872 status = acpi_evaluate_object(pr->handle, "_PSS", NULL, &buffer); in intel_pstate_no_acpi_pss()
2876 pss = buffer.pointer; in intel_pstate_no_acpi_pss()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-cards.c3531 static const u8 buffer[][2] = { in cx88_card_setup() local
3540 for (i = 0; i < ARRAY_SIZE(buffer); i++) in cx88_card_setup()
3542 buffer[i], 2) != 2) in cx88_card_setup()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c615 u8 *buffer; in mwifiex_delay_for_sleep_cookie() local
623 buffer = cmdrsp->data; in mwifiex_delay_for_sleep_cookie()
624 sleep_cookie = get_unaligned_le32(buffer); in mwifiex_delay_for_sleep_cookie()
750 * This function initializes TX buffer ring descriptors
778 /* This function initializes RX buffer ring descriptors. Each SKB is allocated
780 * PCIE Rx buffer descriptor's physical address.
839 /* This function initializes event buffer ring descriptors. Each SKB is
841 * to PCIE Rx buffer descriptor's physical address
886 /* This function cleans up TX buffer rings. If any of the buffer lis
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Datp870u.c1620 static char buffer[128]; in atp870u_info() local
1622 strcpy(buffer, "ACARD AEC-6710/6712/67160 PCI Ultra/W/LVD SCSI-3 Adapter Driver V2.6+ac "); in atp870u_info()
1624 return buffer; in atp870u_info()
H A Dmvumi.c994 "failed to allocate memory for outbound data buffer\n"); in mvumi_init_data()
1677 static void mvumi_notification(struct mvumi_hba *mhba, u8 msg, void *buffer) in mvumi_notification() argument
1682 struct mvumi_event_req *er = buffer; in mvumi_notification()
1695 mvumi_proc_msg(mhba, buffer); in mvumi_notification()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c553 static char buffer[512]; in ahd_linux_info() local
558 bp = &buffer[0]; in ahd_linux_info()
560 memset(bp, 0, sizeof(buffer)); in ahd_linux_info()
976 * initialization and not for per-transaction buffer mapping. in ahd_dmamap_load()
1785 * the sense buffer looks "sane". in ahd_done()
1917 * buffer. in ahd_linux_handle_scsi_status()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_transport.c1292 * @size: Data buffer size derived from CDB. The data buffer size provided by
1295 * Compare the data buffer size from the CDB with the data buffer limit from the transport
1445 * allocate the additional extended CDB buffer now.. Otherwise in target_cmd_init_cdb()
1581 * @sense: pointer to SCSI sense buffer
1601 * assumes internal allocation of fabric payload buffer by target-core.
1734 * @sense: pointer to SCSI sense buffer
1748 * assumes internal allocation of fabric payload buffer by target-core.
1802 * @sense: pointer to SCSI sense buffer
3301 u8 *buffer = cmd->sense_buffer; translate_sense_reason() local
[all...]
/kernel/linux/linux-5.10/sound/pci/ymfpci/
H A Dymfpci_main.c1970 struct snd_info_buffer *buffer) in snd_ymfpci_proc_read()
1975 snd_iprintf(buffer, "YMFPCI\n\n"); in snd_ymfpci_proc_read()
1977 snd_iprintf(buffer, "%04x: %04x\n", i, snd_ymfpci_readl(chip, i)); in snd_ymfpci_proc_read()
1969 snd_ymfpci_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ymfpci_proc_read() argument
/kernel/linux/linux-5.10/sound/pci/
H A Dvia82xx.c324 int hwptr_done; /* processed frame position in the buffer */
461 flag = VIA_TBL_BIT_EOL; /* buffer boundary */ in build_via_table()
765 * calculate the linear position at the given sg-buffer index and the rest count
812 /* count register returns full size when end of buffer is reached */ in calc_linear_pos()
917 * allocate the buffer and build up the buffer description table
932 * clean up the buffer description table and release the buffer
2103 struct snd_info_buffer *buffer) in snd_via82xx_proc_read()
2108 snd_iprintf(buffer, " in snd_via82xx_proc_read()
2102 snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_via82xx_proc_read() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h282 * helper code (eg buffer layer)
3408 * Reading from an attribute creates a buffer from the value that might get
3456 void *buffer, size_t *lenp, loff_t *ppos);
3458 void *buffer, size_t *lenp, loff_t *ppos);
3460 void *buffer, size_t *lenp, loff_t *ppos);
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1027 struct ethtool_regs *regs, void *buffer) in qede_get_regs()
1032 memset(buffer, 0, regs->len); in qede_get_regs()
1035 edev->ops->common->dbg_all_data(edev->cdev, buffer); in qede_get_regs()
1026 qede_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *buffer) qede_get_regs() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmvumi.c994 "failed to allocate memory for outbound data buffer\n"); in mvumi_init_data()
1677 static void mvumi_notification(struct mvumi_hba *mhba, u8 msg, void *buffer) in mvumi_notification() argument
1682 struct mvumi_event_req *er = buffer; in mvumi_notification()
1695 mvumi_proc_msg(mhba, buffer); in mvumi_notification()

Completed in 139 milliseconds

1...<<431432433434435436437438439440>>...515