| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state.c | 390 unsigned count = 0; in svga_emit_initial_state() local
|
| H A D | svga_image_view.c | 266 svga_validate_image_view_resources(struct svga_context *svga, unsigned count, struct svga_image_view *images, bool rebind) svga_validate_image_view_resources() argument
|
| /third_party/node/src/ |
| H A D | aliased_buffer-inl.h | 14 AliasedBufferBase( v8::Isolate* isolate, const size_t count, const AliasedBufferIndex* index) AliasedBufferBase() argument 36 AliasedBufferBase( v8::Isolate* isolate, const size_t byte_offset, const size_t count, const AliasedBufferBase<uint8_t, v8::Uint8Array>& backing_buffer, const AliasedBufferIndex* index) AliasedBufferBase() argument
|
| H A D | blob_serializer_deserializer-inl.h | 110 size_t count = static_cast<size_t>(ReadArithmetic<size_t>()); in ReadVector() local 155 void BlobDeserializer<Impl>::ReadArithmetic(T* out, size_t count) { in ReadArithmetic() argument 177 ReadArithmeticVector(size_t count) ReadArithmeticVector() argument 188 ReadNonArithmeticVector(size_t count) ReadNonArithmeticVector() argument 288 WriteArithmetic(const T* data, size_t count) WriteArithmetic() argument [all...] |
| H A D | js_stream.cc | 110 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
|
| /third_party/node/deps/zlib/ |
| H A D | inftrees.c | 53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table() local [all...] |
| /third_party/node/test/js-native-api/test_finalizer/ |
| H A D | test_finalizer.c | 18 int32_t count = ++data->finalize_count; in finalizerOnlyCallback() local
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-list-inl.h | 83 base::Vector<T> ZoneList<T>::AddBlock(T value, int count, Zone* zone) { in AddBlock() argument
|
| /third_party/node/src/quic/ |
| H A D | logstream.cc | 119 DoWrite(WriteWrap* w, uv_buf_t* bufs, size_t count, uv_stream_t* send_handle) DoWrite() argument
|
| /third_party/node/tools/icu/ |
| H A D | iculslocs.cc | 275 int32_t count = ures_getSize(installedLocales.getAlias()); in list() local
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_session.c | 182 int fuse_chan_send(struct fuse_chan *ch, const struct iovec iov[], size_t count) in fuse_chan_send() argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | cache.c | 381 int count; in ntfs_invalidate_cache() local 435 int count; in ntfs_remove_cache() local
|
| H A D | unix_io.c | 260 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, s64 count) ntfs_device_unix_io_read() argument 276 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, s64 count) ntfs_device_unix_io_write() argument 298 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) ntfs_device_unix_io_pread() argument 315 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) ntfs_device_unix_io_pwrite() argument [all...] |
| /third_party/musl/src/stdio/ |
| H A D | vfscanf.c | 317 int count = parsefloat(f, buf, buf + width); in vfscanf() local
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | vfscanf.c | 317 int count = parsefloat(f, buf, buf + width); in vfscanf() local
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | huffman.c | 92 static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count, in NextTableBitSize() argument 104 BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, const uint8_t* const code_lengths, uint16_t* count) BrotliBuildCodeLengthsHuffmanTable() argument 169 BrotliBuildHuffmanTable(HuffmanCode* root_table, int root_bits, const uint16_t* const symbol_lists, uint16_t* count) BrotliBuildHuffmanTable() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | hash.h | 200 inline int32_t Hashtable::count() const { in count() function in Hashtable
|
| H A D | uhash.h | 165 int32_t count; /* The number of key-value pairs in this table. member
|
| H A D | ucnvlat1.cpp | 68 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local 187 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local 304 size_t count=target-oldTarget; _Latin1FromUnicodeWithOffsets() local 514 int32_t count, loops; _ASCIIToUnicodeWithOffsets() local 576 size_t count=target-oldTarget; _ASCIIToUnicodeWithOffsets() local 650 int32_t count, loops; ucnv_ASCIIFromUTF8() local [all...] |
| /third_party/mesa3d/src/mapi/ |
| H A D | stub.c | 123 int count, i; in stub_find_dynamic() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | scissor.c | 135 scissor_array(struct gl_context *ctx, GLuint first, GLsizei count, in scissor_array() argument 156 _mesa_ScissorArrayv_no_error(GLuint first, GLsizei count, const GLint *v) in _mesa_ScissorArrayv_no_error() argument 165 _mesa_ScissorArrayv(GLuint first, GLsizei count, const GLint *v) in _mesa_ScissorArrayv() argument 260 _mesa_WindowRectanglesEXT(GLenum mode, GLsizei count, const GLint *box) _mesa_WindowRectanglesEXT() argument [all...] |
| H A D | hash.c | 477 GLuint count = 0; in _mesa_HashNumEntries() local
|
| H A D | glthread_shaderobj.c | 33 GLsizei count; member 63 measure_ShaderSource_strings(GLsizei count, const GLchar * const *string, in measure_ShaderSource_strings() argument 83 _mesa_marshal_ShaderSource(GLuint shader, GLsizei count, in _mesa_marshal_ShaderSource() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_texture.h | 95 uint32_t count; member
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_nir.c | 76 nir_ssa_def *count = in lower_load_num_workgroups() local
|