| /src/external/gpl2/grep/dist/intl/ |
| loadmsgcat.c | 338 char *read_ptr; local 345 read_ptr = (char *) data; 348 long int nb = (long int) read (fd, read_ptr, to_read); 358 read_ptr += nb;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| execlist.h | 92 u32 read_ptr :3; member in struct:execlist_context_status_pointer_format::__anon5020::__anon5021
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/ |
| message.h | 87 uint32_t read_ptr; // this module does the reading member in struct:rx_msg_slot_info
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| loadmsgcat.c | 864 char *read_ptr; local 871 read_ptr = (char *) data; 874 long int nb = (long int) read (fd, read_ptr, to_read); 883 read_ptr += nb;
|
| /src/external/gpl2/texinfo/dist/intl/ |
| loadmsgcat.c | 980 char *read_ptr; local 987 read_ptr = (char *) data; 990 long int nb = (long int) read (fd, read_ptr, to_read); 1000 read_ptr += nb;
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| loadmsgcat.c | 975 char *read_ptr; local 982 read_ptr = (char *) data; 985 long int nb = (long int) read (fd, read_ptr, to_read); 995 read_ptr += nb;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.c | 685 uint8_t *read_ptr; local 691 read_ptr = connection->message_length_bytes; 694 read_ptr = &connection->buf[connection->message_cur]; 700 rv = srp_tls_read(connection, read_ptr, read_len); 718 rv = read(connection->io.fd, read_ptr, read_len);
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| zstd_decompress.c | 612 const u8 *const read_ptr = IO_get_read_ptr(in, block_len); local 616 memcpy(write_ptr, read_ptr, block_len); 625 const u8 *const read_ptr = IO_get_read_ptr(in, 1); local 628 // Copy `block_len` copies of `read_ptr[0]` to the output 629 memset(write_ptr, read_ptr[0], block_len); 772 const u8 *const read_ptr = IO_get_read_ptr(in, size); local 773 memcpy(*literals, read_ptr, size); 778 const u8 *const read_ptr = IO_get_read_ptr(in, 1); local 779 memset(*literals, read_ptr[0], size); 1279 const u8 *const read_ptr local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_priv.h | 391 * @read_ptr: User space address which points to the number of dwords the 426 uint32_t *read_ptr; member in struct:queue_properties
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_guc_fwif.h | 420 * read_ptr points to the location where i915 read last in log buffer and 431 * field and also update read_ptr with the value of sample_write_ptr, before 438 u32 read_ptr; member in struct:guc_log_buffer_state
|