Home
last modified time | relevance | path

Searched refs:buffer (Results 3026 - 3050 of 6014) sorted by relevance

1...<<121122123124125126127128129130>>...241

/third_party/libuv/include/
H A Duv.h92 XX(EAI_OVERFLOW, "argument buffer overflow") \
121 XX(ENOBUFS, "no buffer space available") \
657 * Indicates message was truncated because read buffer was too small. The
671 * Indicates that the message was received by recvmmsg, so the buffer provided
676 * Indicates that the buffer provided has been fully utilized by recvmmsg and
861 char* buffer,
864 char* buffer,
1278 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
1306 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
1307 UV_EXTERN int uv_os_tmpdir(char* buffer, size_
[all...]
/third_party/libuv/include/uv_ndk/
H A Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
118 XX(ENOBUFS, "no buffer space available") \
601 * Indicates message was truncated because read buffer was too small. The
615 * Indicates that the message was received by recvmmsg, so the buffer provided
620 * Indicates that the buffer provided has been fully utilized by recvmmsg and
790 char* buffer,
793 char* buffer,
1166 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
1204 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
1205 UV_EXTERN int uv_os_tmpdir(char* buffer, size_
[all...]
/third_party/lame/libmp3lame/
H A Did3tag.c227 char buffer[1024]; in id3v2AddLameVersion() local
234 sprintf(buffer, "LAME %s version %s (%s)", b, v, u); in id3v2AddLameVersion()
237 sprintf(buffer, "LAME version %s (%s)", v, u); in id3v2AddLameVersion()
239 copyV1ToV2(gfp, ID_ENCODER, buffer); in id3v2AddLameVersion()
246 char buffer[1024]; in id3v2AddAudioDuration() local
261 sprintf(buffer, "%lu", playlength_ms); in id3v2AddAudioDuration()
262 copyV1ToV2(gfp, ID_PLAYLENGTH, buffer); in id3v2AddAudioDuration()
1652 lame_get_id3v2_tag(lame_t gfp, unsigned char *buffer, size_t size) in lame_get_id3v2_tag() argument
1736 if (buffer == 0) { in lame_get_id3v2_tag()
1739 p = buffer; in lame_get_id3v2_tag()
1855 lame_get_id3v1_tag(lame_t gfp, unsigned char *buffer, size_t size) lame_get_id3v1_tag() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c51 * Sub-allocation information for a real buffer used as backing memory of a
52 * sparse buffer.
73 struct zink_bo *buffer; member
175 ASSERTED unsigned slab_size = slab->buffer->base.size; in bo_slab_free()
179 zink_bo_unref(screen, slab->buffer); in bo_slab_free()
349 /* Allocate a new backing buffer if necessary. */ in sparse_backing_alloc()
382 /* We might have gotten a bigger buffer than requested via caching. */ in sparse_backing_alloc()
423 * Return a range of pages from the given backing buffer back into the
607 /* Clean up buffer managers and try again. */ in zink_bo_create()
642 /* Get a buffer fro in zink_bo_create()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp555 char buffer[1024]; in TestGetUnicodeSet2() local
579 char *t=buffer; in TestGetUnicodeSet2()
581 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode); in TestGetUnicodeSet2()
1024 // move only one buffer (in vs. out) at a time to be extra mean in stepToUnicode()
1060 // buffer overflow must only be set when the target is filled in stepToUnicode()
1166 // buffer overflow must only be set when the target is filled in stepToUnicode()
1370 char buffer[2000]; // one buffer for all strings in checkToUnicode() local
1375 bytesString=s=buffer; in checkToUnicode()
1825 char buffer[2000]; // one buffer for all strings checkFromUnicode() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c119 struct translate_buffer buffer[TRANSLATE_MAX_ATTRIBS]; member
122 /* Multiple buffer variants can map to a single buffer. */
126 /* Multiple elements can map to a single buffer variant. */
1111 struct translate_buffer *buffer = &p->buffer[variant->buffer_index]; in init_inputs() local
1115 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); in init_inputs()
1117 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); in init_inputs()
1121 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); in init_inputs()
1174 /* In the linear case, keep the buffer pointe in init_inputs()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c72 float *buffer, unsigned num_vertices, in hud_draw_colored_prims()
91 num_vertices * 2 * sizeof(float), 16, buffer, in hud_draw_colored_prims()
92 &vbuffer.buffer_offset, &vbuffer.buffer.resource); in hud_draw_colored_prims()
97 pipe_resource_reference(&vbuffer.buffer.resource, NULL); in hud_draw_colored_prims()
107 float buffer[] = { in hud_draw_colored_quad() local
114 hud_draw_colored_prims(hud, prim, buffer, 4, r, g, b, a, 0, 0, 1); in hud_draw_colored_quad()
456 * The texture is usually the back buffer being displayed.
568 pipe_resource_reference(&hud->bg.vbuf.buffer.resource, NULL); in hud_draw_results()
577 pipe_resource_reference(&hud->text.vbuf.buffer.resource, NULL); in hud_draw_results()
601 pipe_resource_reference(&hud->whitelines.vbuf.buffer in hud_draw_results()
71 hud_draw_colored_prims(struct hud_context *hud, unsigned prim, float *buffer, unsigned num_vertices, float r, float g, float b, float a, int xoffset, int yoffset, float yscale) hud_draw_colored_prims() argument
[all...]
/third_party/node/deps/uv/include/
H A Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
118 XX(ENOBUFS, "no buffer space available") \
613 * Indicates message was truncated because read buffer was too small. The
627 * Indicates that the message was received by recvmmsg, so the buffer provided
632 * Indicates that the buffer provided has been fully utilized by recvmmsg and
803 char* buffer,
806 char* buffer,
1180 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
1218 UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
1219 UV_EXTERN int uv_os_tmpdir(char* buffer, size_
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsub-table.hh84 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply()
187 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
340 c->buffer->delete_glyph (); in apply()
344 unsigned int klass = _hb_glyph_info_is_ligature (&c->buffer->cur()) ? in apply()
346 unsigned lig_id = _hb_glyph_info_get_lig_id (&c->buffer->cur()); in apply()
353 _hb_glyph_info_set_lig_props_for_component (&c->buffer->cur(), i); in apply()
356 c->buffer->skip_glyph (); in apply()
439 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
557 hb_mask_t glyph_mask = c->buffer->cur().mask; in apply()
569 c->buffer in apply()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp221 FLAG_ATTRIB_ALIGNED = (1<<1), // !< align attributes with relativeOffset to the buffer begin (and not buffer offset)
225 FLAG_BUF_ALIGNED_OFFSET = (1<<4), // !< use aligned offset to the buffer object
226 FLAG_BUF_UNALIGNED_OFFSET = (1<<5), // !< use unaligned offset to the buffer object
227 FLAG_BUF_UNALIGNED_STRIDE = (1<<6), // !< unalign buffer elements
425 buf << ", buffer offset aligned"; in genTestDescription()
427 buf << ", buffer offset unaligned"; in genTestDescription()
429 buf << ", buffer stride unaligned"; in genTestDescription()
467 // copy cell vertices to the buffer. in createBuffers()
471 // copy color to buffer in createBuffers()
659 const glw::GLuint buffer = (m_spec.aliasingBuffers) ? (m_primitiveBuf) : (m_colorOffsetBuf); renderTo() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp907 char buffer[256]; in createResource() local
908 GLU_CHECK_GLW_CALL(m_gl, getShaderInfoLog(m_shader, 256, DE_NULL, buffer)); in createResource()
926 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in createResource()
988 char buffer[256]; in renderResource() local
989 GLU_CHECK_GLW_CALL(m_gl, getShaderInfoLog(otherShader, 256, DE_NULL, buffer)); in renderResource()
1007 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in renderResource()
1025 char buffer[256]; in renderResource() local
1026 GLU_CHECK_GLW_CALL(m_gl, getProgramInfoLog(program, 256, DE_NULL, buffer)); in renderResource()
1032 m_log << tcu::TestLog::Message << buffer << tcu::TestLog::EndMessage; in renderResource()
1170 TestCaseGroup* buffer in init() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp3427 void AdjustToPrecision(SmallVectorImpl<char> &buffer,
3429 unsigned N = buffer.size();
3432 // The most significant figures are the last ones in the buffer.
3440 if (buffer[FirstSignificant - 1] < '5') {
3441 while (FirstSignificant < N && buffer[FirstSignificant] == '0')
3445 buffer.erase(&buffer[0], &buffer[FirstSignificant]);
3452 if (buffer[I] == '9') {
3455 buffer[
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h528 typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
531 typedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer);
548 GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer);
551 GLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer);
1128 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1129 typedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer);
1173 typedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value);
1174 typedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value);
1175 typedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value);
1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h528 typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
531 typedef GLboolean (APIENTRYP PFNGLISBUFFERPROC) (GLuint buffer);
548 GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer);
551 GLAPI GLboolean APIENTRY glIsBuffer (GLuint buffer);
1128 typedef void (APIENTRYP PFNGLBINDBUFFERRANGEPROC) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1129 typedef void (APIENTRYP PFNGLBINDBUFFERBASEPROC) (GLenum target, GLuint index, GLuint buffer);
1173 typedef void (APIENTRYP PFNGLCLEARBUFFERIVPROC) (GLenum buffer, GLint drawbuffer, const GLint *value);
1174 typedef void (APIENTRYP PFNGLCLEARBUFFERUIVPROC) (GLenum buffer, GLint drawbuffer, const GLuint *value);
1175 typedef void (APIENTRYP PFNGLCLEARBUFFERFVPROC) (GLenum buffer, GLint drawbuffer, const GLfloat *value);
1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLin
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc50 #include "src/objects/js-array-buffer-inl.h"
653 std::unique_ptr<uint8_t[]> buffer(new uint8_t[decoder.utf16_length()]); in InternalizeUtf8String()
654 decoder.Decode(buffer.get(), utf8_data); in InternalizeUtf8String()
656 base::Vector<const uint8_t>(buffer.get(), decoder.utf16_length())); in InternalizeUtf8String()
658 std::unique_ptr<uint16_t[]> buffer(new uint16_t[decoder.utf16_length()]); in InternalizeUtf8String()
659 decoder.Decode(buffer.get(), utf8_data); in InternalizeUtf8String()
661 base::Vector<const base::uc16>(buffer.get(), decoder.utf16_length())); in InternalizeUtf8String()
955 uint8_t buffer[] = {static_cast<uint8_t>(code)}; in LookupSingleCharacterStringFromCode() local
957 InternalizeString(base::Vector<const uint8_t>(buffer, 1)); in LookupSingleCharacterStringFromCode()
961 uint16_t buffer[] in LookupSingleCharacterStringFromCode() local
2948 NewJSArrayBufferView( Handle<Map> map, Handle<FixedArrayBase> elements, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSArrayBufferView() argument
2970 NewJSTypedArray(ExternalArrayType type, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t length) NewJSTypedArray() argument
3010 NewJSDataView(Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t byte_length) NewJSDataView() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_io.py337 buffer = bytearray(b" world\n\n\n")
338 self.assertEqual(f.write(buffer), 9)
339 buffer[:] = b"*" * 9 # Overwrite our copy of the data
762 self.assertEqual(f.buffer.raw.closefd, True)
764 self.assertEqual(file.buffer.raw.closefd, False)
930 buffer = byteslike(5)
931 self.assertEqual(getattr(stream, method)(buffer), 5)
932 self.assertEqual(bytes(buffer), b"12345")
984 # (test method, total data available, read buffer size, expected
990 ("readinto", 10, 0, 0), # Empty buffer
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvaapi_vp8.c35 av_unused const uint8_t *buffer, in vaapi_vp8_start_frame()
186 const uint8_t *buffer, in vaapi_vp8_decode_slice()
195 const uint8_t *data = buffer + header_size; in vaapi_vp8_decode_slice()
34 vaapi_vp8_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_vp8_start_frame() argument
185 vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vp8_decode_slice() argument
/third_party/ffmpeg/libavdevice/
H A Djack.c66 float * buffer; in process_callback() local
96 /* Copy and interleave audio data from the JACK buffer into the packet */ in process_callback()
101 buffer = jack_port_get_buffer(self->ports[i], self->buffer_size); in process_callback()
103 pkt_data[j * self->nports + i] = buffer[j]; in process_callback()
136 * packets FIFO buffer with as many packets as possible. process_callback() in supply_new_packets()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c193 static ssize_t snd_timer_hw_read(snd_timer_t *handle, void *buffer, size_t size) in snd_timer_hw_read() argument
199 if (!tmr || (!buffer && size > 0)) in snd_timer_hw_read()
201 result = read(tmr->poll_fd, buffer, size); in snd_timer_hw_read()
/third_party/EGL/api/1.0/EGL/
H A Degl.h165 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
185 /* Back buffer swap behaviors */
189 /* CreatePbufferFromClientBuffer buffer types */
253 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
258 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
259 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/third_party/EGL/api/1.0/
H A Degl.h162 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */
182 /* Back buffer swap behaviors */
186 /* CreatePbufferFromClientBuffer buffer types */
250 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
256 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/third_party/gn/src/gn/
H A Dtokenizer.cc179 bool Tokenizer::IsNewline(std::string_view buffer, size_t offset) { in IsNewline() argument
180 DCHECK(offset < buffer.size()); in IsNewline()
182 return buffer[offset] == '\n'; in IsNewline()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h484 * @param buffer a fill-in buffer to receive the binary image
485 * @param capacity capacity of the destination buffer
491 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) const;
500 * @param buffer UnicodeString to store the result rules
504 void getRules(UColRuleOption delta, UnicodeString &buffer) const;
629 * @param result buffer to store result in. If NULL, number of bytes needed
631 * @param resultLength length of the result buffer. If if not enough the
632 * buffer will be filled to capacity.
640 * Get the sort key as an array of bytes from a char16_t buffer
[all...]
/third_party/icu/icu4c/source/io/
H A Dufile.cpp157 // stack-allocated buffer to contain a file name or path. If PATH_MAX (POSIX) or MAX_PATH
159 // otherwise, we will use FILENAME_BUF_MAX for the stack-allocated buffer, and dynamically
160 // allocate a buffer for any file name or path that is that length or longer.
177 char buffer[FILENAME_BUF_CAPACITY]; in u_fopen_u() local
178 char *filenameBuffer = buffer; in u_fopen_u()
183 if (filenameLength >= FILENAME_BUF_CAPACITY) { // could not fit (with zero termination) in buffer in u_fopen_u()
211 if (filenameBuffer != buffer) { in u_fopen_u()
/third_party/libunwind/libunwind/tests/
H A DGtest-bt.c118 void *buffer[20]; in do_backtrace() local
123 n = backtrace (buffer, 20); in do_backtrace()
126 printf ("[%d] ip=%p\n", i, buffer[i]); in do_backtrace()

Completed in 90 milliseconds

1...<<121122123124125126127128129130>>...241