| /kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
| H A D | hgsmi_defs.h | 9 /* Single buffer, not a part of a sequence. */ 11 /* The first buffer in a sequence. */ 13 /* A middle buffer in a sequence. */ 15 /* The last buffer in a sequence. */ 18 /* 16 bytes buffer header. */ 33 } buffer; member 56 /* 8 bytes buffer tail. */
|
| /kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
| H A D | st_magn_buffer.c | 12 #include <linux/iio/buffer.h>
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| H A D | zfcp_diag.h | 19 * struct zfcp_diag_header - general part of a diagnostic buffer. 20 * @access_lock: lock protecting all the data in this buffer. 21 * @updating: flag showing that an update for this buffer is currently running. 22 * @incomplete: flag showing that the data in @buffer is incomplete. 23 * @timestamp: time in jiffies when the data of this buffer was last captured. 24 * @buffer: implementation-depending data of this buffer 25 * @buffer_size: size of @buffer 36 void *buffer; member 73 * that does the buffer [all...] |
| /kernel/linux/linux-6.6/net/ceph/ |
| H A D | Makefile | 7 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
|
| H A D | crypto.h | 6 #include <linux/ceph/buffer.h>
|
| /kernel/linux/linux-6.6/sound/usb/6fire/ |
| H A D | comm.h | 27 void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer,
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dolby_e.h | 85 uint8_t buffer[1024 * 3 + AV_INPUT_BUFFER_PADDING_SIZE]; member 89 * Use the provided key to transform the input into data (put into s->buffer) 99 * @param[in] buf raw input buffer.
|
| H A D | lagarithrac.c | 43 l->bytestream = gb->buffer + get_bits_count(gb) / 8; in ff_lag_rac_init()
|
| H A D | vc2enc_dwt.h | 43 dwtcoef *buffer; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | dict.h | 184 * @param[out] buffer Pointer to buffer that will be allocated with string containg entries. 191 int av_dict_get_string(const AVDictionary *m, char **buffer,
|
| H A D | buffer_internal.h | 25 #include "buffer.h" 29 * The buffer was av_realloc()ed, so it is reallocatable. 39 uint8_t *data; /**< data described by this buffer */ 43 * number of existing AVBufferRef instances referring to this buffer 73 * data. They will be used to free the buffer when the pool is freed. 85 AVBuffer buffer; member 95 * be one reference. Each buffer requested by the caller increases refcount 96 * by one, returning the buffer to the pool decreases it by one. 97 * refcount reaches zero when the buffer has been uninited AND all the
|
| H A D | crc.h | 93 const uint8_t *buffer, size_t length) av_pure;
|
| /third_party/ffmpeg/libavresample/ |
| H A D | resample.h | 30 AudioData *buffer; member 82 * resampling parameters and the size of the output buffer. The unconsumed
|
| /third_party/backends/backend/ |
| H A D | hp5400.h | 80 /* transfer buffer */ 81 void *buffer; /* Pointer to memory allocated for buffer */ member 82 int roff, goff, boff; /* Offset into buffer of rows to be copied *next* */ 83 int bufstart, bufend; /* What is currently the valid buffer */ 88 int buffersize; /* Size of the buffer */ 105 /* int iBufferSize; *//* Size of internal scan buffer */
|
| H A D | umax_pp_mid.h | 165 buffer will hold the data read 168 unsigned char *buffer);
|
| H A D | s9036.h | 68 SANE_Byte *buffer; /* buffer of size 'bufsize' */ member 70 size_t in_buffer; /* bytes already in buffer */
|
| /third_party/curl/lib/ |
| H A D | ftplistparser.h | 31 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | csdetest.h | 42 virtual const char *getPath(char buffer[2048], const char *filename);
|
| H A D | textfile.h | 65 char* buffer; member in TextFile
|
| /third_party/alsa-lib/include/ |
| H A D | input.h | 62 /** Input from a memory buffer. */ 68 int snd_input_buffer_open(snd_input_t **inputp, const char *buffer, ssize_t size);
|
| /third_party/icu/tools/colprobe/ |
| H A D | uprinter.h | 32 UChar buffer[256]; member in UPrinter
|
| /third_party/libwebsockets/include/libwebsockets/abstract/transports/ |
| H A D | unit-test.h | 58 void *buffer; member
|
| /third_party/mesa3d/include/android_stub/vndk/ |
| H A D | hardware_buffer.h | 27 const native_handle_t* AHardwareBuffer_getNativeHandle(const AHardwareBuffer* buffer); 90 /* The buffer will be written by the HW camera pipeline. */ 92 /* The buffer will be read by the HW camera pipeline. */
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | sha1.h | 60 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< The data block being processed. */ 126 * \brief This function feeds an input buffer into an ongoing SHA-1 135 * \param input The buffer holding the input data. 136 * This must be a readable buffer of length \p ilen Bytes. 148 * the result to the output buffer. 157 * buffer of length \c 20 Bytes. 174 * readable buffer of length \c 64 Bytes. 184 * \brief This function calculates the SHA-1 checksum of a buffer. 190 * output = SHA-1(input buffer). 196 * \param input The buffer holdin [all...] |
| H A D | ripemd160.h | 45 unsigned char MBEDTLS_PRIVATE(buffer)[64]; /*!< data block being processed */ 86 * \brief RIPEMD-160 process buffer 89 * \param input buffer holding the data 113 * \param data buffer holding one block of data 121 * \brief Output = RIPEMD-160( input buffer ) 123 * \param input buffer holding the data
|