Searched refs:pos (Results 276 - 300 of 1249) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/contrib/zstd/lib/deprecated/
H A Dzbuff_compress.c121 outBuff.pos = 0;
124 inBuff.pos = 0;
127 *dstCapacityPtr = outBuff.pos;
128 *srcSizePtr = inBuff.pos;
141 outBuff.pos = 0;
144 *dstCapacityPtr = outBuff.pos;
154 outBuff.pos = 0;
157 *dstCapacityPtr = outBuff.pos;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp104 collection::const_iterator pos, end = m_children.end(); local
105 for (pos = m_children.begin(); pos != end; ++pos)
106 (*pos)->Dump(s, base_addr, depth - 1, show_context);
117 collection::const_iterator pos, end = m_children.end(); local
118 for (pos = m_children.begin(); pos != end; ++pos) {
119 matching_block = (*pos)
429 collection::const_iterator pos, end = m_children.end(); local
490 collection::const_iterator pos, end = m_children.end(); local
499 collection::const_iterator pos, end = m_children.end(); local
517 collection::const_iterator pos, end = m_children.end(); local
[all...]
/freebsd-current/lib/libc/iconv/
H A Dcitrus_memstream.h104 _citrus_memory_stream_seek(struct _citrus_memory_stream *ms, size_t pos, int w) argument
112 if (pos >= sz)
114 ms->ms_pos = pos;
117 pos += (ssize_t)ms->ms_pos;
118 if (pos >= sz)
120 ms->ms_pos = pos;
123 if (sz < pos)
125 ms->ms_pos = sz - pos;
/freebsd-current/lib/libpmc/pmu-events/
H A Dlist.h192 #define list_for_each_entry_safe_from(pos, n, head, member) \
193 for (n = list_entry((pos)->member.next, typeof(*pos), member); \
194 &(pos)->member != (head); \
195 pos = n, n = list_entry(n->member.next, typeof(*n), member))
433 #define hlist_for_each_entry(pos, head, member) \
434 for (pos = hlist_entry_safe((head)->first, typeof(*(pos)), member);\
435 pos; \
436 pos
[all...]
H A Djsmn.h48 unsigned int pos; /* offset in the JSON string */ member in struct:__anon367
/freebsd-current/sys/dev/sfxge/common/
H A Defx_vpd.c438 __in unsigned int pos,
446 if (pos + 3U > size) {
451 keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]);
452 length = tag[pos + 2];
454 if (length == 0 || pos + 3U + length > size) {
513 unsigned int pos; local
536 for (pos = 0; pos != taglen; pos
612 unsigned int pos; local
666 unsigned int pos; local
744 unsigned int pos; local
804 unsigned int pos; local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h208 #define list_for_each_entry_safe_from(pos, n, head, member) \
209 for (n = list_entry((pos)->member.next, typeof(*pos), member); \
210 &(pos)->member != (head); \
211 pos = n, n = list_entry(n->member.next, typeof(*n), member))
497 #define hlist_for_each_entry(pos, head, member) \
498 for (pos = hlist_entry_safe((head)->first, typeof(*(pos)), member);\
499 pos; \
500 pos
[all...]
H A Dbitops.h174 int pos; local
176 pos = size / BITS_PER_LONG;
178 bit = BITS_PER_LONG * pos;
179 addr += pos;
185 while (pos--) {
200 int pos; local
204 pos = offset / BITS_PER_LONG;
206 bit = BITS_PER_LONG * pos;
207 addr += pos;
240 int pos; local
358 linux_reg_op(unsigned long *bitmap, int pos, int order, int reg_op) argument
[all...]
/freebsd-current/sys/dev/sound/pci/
H A Dhdsp-pcm.c459 buffer_mux_write(uint32_t *dma, uint32_t *pcm, unsigned int pos, argument
464 for (; pos < pos_end; ++pos) {
466 dma[slot * HDSP_CHANBUF_SAMPLES + pos] =
467 pcm[pos * channels + slot];
474 unsigned int pos, unsigned int samples, unsigned int channels)
492 buffer_mux_write(dma, pcm, pos, pos + samples, 1, channels);
494 buffer_mux_write(dma, pcm, pos, pos
473 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots, unsigned int pos, unsigned int samples, unsigned int channels) argument
504 buffer_demux_read(uint32_t *dma, uint32_t *pcm, unsigned int pos, unsigned int pos_end, unsigned int width, unsigned int channels) argument
518 buffer_demux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots, unsigned int pos, unsigned int samples, unsigned int channels) argument
557 unsigned int pos, length, remainder, offset, buffer_size; local
779 uint32_t ret, pos; local
[all...]
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dalone_decoder.c34 size_t pos; member in struct:__anon31
73 |= (size_t)(in[*in_pos]) << (coder->pos * 8);
75 if (++coder->pos == 4) {
95 coder->pos = 0;
104 |= (lzma_vli)(in[*in_pos]) << (coder->pos * 8);
106 if (++coder->pos < 8)
135 coder->pos = 0;
227 coder->pos = 0;
H A Dstream_decoder.c77 size_t pos; member in struct:__anon67
95 coder->pos = 0;
115 lzma_bufcpy(in, in_pos, in_size, coder->buffer, &coder->pos,
119 if (coder->pos < LZMA_STREAM_HEADER_SIZE)
122 coder->pos = 0;
165 if (coder->pos == 0) {
181 lzma_bufcpy(in, in_pos, in_size, coder->buffer, &coder->pos,
185 if (coder->pos < coder->block_options.header_size)
188 coder->pos = 0;
300 lzma_bufcpy(in, in_pos, in_size, coder->buffer, &coder->pos,
[all...]
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c327 const u8 *pos; local
330 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TNC, respData,
332 if (pos == NULL) {
345 if ((*pos & EAP_TNC_VERSION_MASK) != EAP_TNC_VERSION) {
347 *pos & EAP_TNC_VERSION_MASK);
351 if (*pos & EAP_TNC_FLAGS_START) {
450 const u8 *pos, *end; local
456 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TNC, respData, &len);
457 if (pos == NULL)
460 end = pos
[all...]
/freebsd-current/contrib/mandoc/
H A Dtbl_int.h38 int pos; /* Column number in input file. */ member in struct:tbl_node
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.h27 const u8 *pos, const u8 *end);
/freebsd-current/contrib/ntp/libjsmn/
H A Djsmn.h54 unsigned int pos; /* offset in the JSON string */ member in struct:__anon5396
/freebsd-current/tools/test/stress2/misc/
H A Dmmap25.sh83 off_t pos;
91 pos = len - getpagesize();
98 if (ftruncate(fd, pos) == -1)
103 c = p[pos]; /* Program received signal SIGSEGV, Segmentation fault. */
/freebsd-current/tools/test/stress2/testcases/lockf2/
H A Dlockf2.c103 off_t pos; local
111 pos = random_int(0, 1024 * 1024 - 1);
112 if (lseek(fd, pos, SEEK_SET) == -1)
114 size = random_int(1, 1024 * 1024 - pos);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c46 uint_t i, T_len = 0, pos = 0; local
66 memcpy(out_buf + pos, T,
67 (i != N) ? SHA512_DIGEST_LENGTH : (out_len - pos));
68 pos += SHA512_DIGEST_LENGTH;
/freebsd-current/usr.sbin/ppp/
H A Diplist.h31 int pos; member in struct:iplist_cur
/freebsd-current/usr.bin/fortune/unstr/
H A Dunstr.c107 off_t pos; local
111 fread(&pos, 1, sizeof(pos), Dataf);
112 fseeko(Inf, be64toh(pos), SEEK_SET);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp55 int pos = 0;
57 RAW_CHECK_MSG((uptr)pos < kMaxLen, "AppendNumber buffer overflow");
58 num_buffer[pos++] = absolute_value % base;
61 if (pos < minimal_num_length) {
63 internal_memset(&num_buffer[pos], 0,
64 sizeof(num_buffer[0]) * (minimal_num_length - pos));
65 pos = minimal_num_length;
67 RAW_CHECK(pos > 0);
68 pos--;
69 for (; pos >
48 RAW_CHECK(minimal_num_length < kMaxLen); int result = 0; if (negative && minimal_num_length) --minimal_num_length; if (negative && pad_with_zero) result += AppendChar(buff, buff_end, �); uptr num_buffer[kMaxLen]; int pos = 0; do { RAW_CHECK_MSG((uptr)pos < kMaxLen, �); num_buffer[pos++] = absolute_value % base; absolute_value /= base; } while (absolute_value > 0); if (pos < minimal_num_length) { internal_memset(&num_buffer[pos], 0, sizeof(num_buffer[0]) * (minimal_num_length - pos)); pos = minimal_num_length; } RAW_CHECK(pos > 0); pos--; for (; pos >= 0 && num_buffer[pos] == 0; pos--) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp74 size_t pos = name.find('@'); local
75 if (pos != StringRef::npos && pos + 1 < name.size() && name[pos + 1] == '@')
76 stem = name.take_front(pos);
96 if (pos != StringRef::npos)
146 size_t pos = name.find('@'); local
148 if (pos == std::string::npos)
150 else if (pos + 1 == name.size() || name[pos
[all...]
/freebsd-current/tools/test/stress2/tools/
H A Dflip.c86 off_t pos; local
130 pos = arc4random() % size;
131 if (lseek(fd, pos, SEEK_SET) == -1)
139 if (lseek(fd, pos, SEEK_SET) == -1)
/freebsd-current/contrib/bearssl/tools/
H A Dkeys.c103 pem_object *pos; local
107 pos = NULL;
117 pos = decode_pem(buf, len, &num);
118 if (pos == NULL) {
121 for (u = 0; pos[u].name; u ++) {
124 name = pos[u].name;
129 sk = decode_key(pos[u].data, pos[u].data_len);
141 if (pos != NULL) {
142 for (u = 0; pos[
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp34 InstrumentationRuntimeCollection::iterator pos; local
35 pos = runtimes.find(type);
36 if (pos == runtimes.end()) {

Completed in 224 milliseconds

<<11121314151617181920>>