Home
last modified time | relevance | path

Searched refs:data_ofs (Results 1 – 25 of 104) sorted by relevance

12345

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/auth/ntlmssp/
H A Dntlmssp_parse.c53 int head_ofs, data_ofs; in msrpc_gen() local
131 data_ofs = head_size; in msrpc_gen()
142 SIVAL(blob->data, head_ofs, data_ofs); head_ofs += 4; in msrpc_gen()
144 memcpy(blob->data+data_ofs, pointers[i].data, n); in msrpc_gen()
145 data_ofs += n; in msrpc_gen()
149 SSVAL(blob->data, data_ofs, n); data_ofs += 2; in msrpc_gen()
152 SSVAL(blob->data, data_ofs, n); data_ofs += 2; in msrpc_gen()
154 memcpy(blob->data+data_ofs, pointers[i].data, n); in msrpc_gen()
156 data_ofs += n; in msrpc_gen()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/mpc/
H A Daudio_stream_mpc.cpp58 data_ofs = 0; in _open_file()
79 data_ofs = 0; in _close_file()
88 if (p_bytes + data_ofs > streamlen) { in _read_file()
89 p_bytes = streamlen - data_ofs; in _read_file()
92 copymem(p_dst, &r[data_ofs], p_bytes); in _read_file()
94 data_ofs += p_bytes; in _read_file()
109 data_ofs = p_pos; in _seek_file()
118 return data_ofs; in _tell_file()
341 data_ofs = 0; in AudioStreamPlaybackMPC()
/dports/devel/godot2/godot-2.1.6-stable/modules/mpc/
H A Daudio_stream_mpc.cpp58 data_ofs = 0; in _open_file()
79 data_ofs = 0; in _close_file()
88 if (p_bytes + data_ofs > streamlen) { in _read_file()
89 p_bytes = streamlen - data_ofs; in _read_file()
92 copymem(p_dst, &r[data_ofs], p_bytes); in _read_file()
94 data_ofs += p_bytes; in _read_file()
109 data_ofs = p_pos; in _seek_file()
118 return data_ofs; in _tell_file()
341 data_ofs = 0; in AudioStreamPlaybackMPC()
/dports/net/samba412/samba-4.12.15/libcli/auth/
H A Dmsrpc_parse.c53 int head_ofs, data_ofs; in msrpc_gen() local
158 data_ofs = head_size; in msrpc_gen()
169 SIVAL(blob->data, head_ofs, data_ofs); head_ofs += 4; in msrpc_gen()
171 memcpy(blob->data+data_ofs, pointers[i].data, n); in msrpc_gen()
172 data_ofs += n; in msrpc_gen()
176 SSVAL(blob->data, data_ofs, j); data_ofs += 2; in msrpc_gen()
179 SSVAL(blob->data, data_ofs, n); data_ofs += 2; in msrpc_gen()
180 memcpy(blob->data+data_ofs, pointers[i].data, n); in msrpc_gen()
181 data_ofs += n; in msrpc_gen()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dvgm.cpp115 int data_ofs = f->readInt(4); in load() local
116 if (data_ofs < OFFSET_YM3812 - OFFSET_DATA + 4) in load()
123 if (data_ofs >= OFFSET_YMF262 - OFFSET_DATA + 4) in load()
144 if (data_ofs >= OFFSET_LOOPBASE - OFFSET_DATA + 1) in load()
150 if (data_ofs >= OFFSET_LOOPMOD - OFFSET_DATA + 1) in load()
185 f->seek(OFFSET_DATA + data_ofs); in load()
186 data_sz = gd3_ofs - data_ofs; in load()
193 loop_ofs -= data_ofs + (OFFSET_DATA - OFFSET_LOOP); in load()
/dports/sysutils/kldpatch/kldpatch/
H A Dkldpatch.c142 int data_ofs; /* read/write position */ member
519 m->data_ofs *= m->reclen; in do_rw()
520 if (m->data_ofs < 0) in do_rw()
521 m->data_ofs = m->sym.symsize + m->data_ofs; in do_rw()
523 fprintf(stderr, " data ofs %d\n", m->data_ofs); in do_rw()
524 if (m->data_ofs < 0 || m->data_ofs > (int)m->sym.symsize - m->reclen) in do_rw()
545 m->dump_addr = (argc != 4) ? NULL : buf + m->data_ofs; in do_rw()
555 bcopy(buf + m->data_ofs, srcbuf, m->reclen); in do_rw()
610 if (lseek(fd, m->sym.symvalue + m->data_ofs, SEEK_SET) < 0 || in do_rw()
617 if (kvm_write(m->k, m->sym.symvalue + m->data_ofs, srcbuf, m->reclen) in do_rw()
[all …]
/dports/games/fkiss/fkiss-0.33/
H A Dsound.c116 long data_ofs; member
612 cp->data_ofs = check_wav_header(&cp->sf, cp->buffer, cp->size);
613 if (!cp->data_ofs)
614 cp->data_ofs = check_au_header(&cp->sf, cp->buffer, cp->size);
615 if (cp->data_ofs < 0) {
619 convert_sound(&cp->sf, cp->buffer + cp->data_ofs, cp->size - cp->data_ofs);
633 cp->size - cp->data_ofs,
636 write(esd, cp->buffer + cp->data_ofs, cp->size - cp->data_ofs);
709 ofs = (cache_list+cn)->data_ofs;
/dports/games/uqm/uqm-0.8.0/src/libs/sound/decoders/
H A Dwav.c102 uint32 data_ofs; member
238 wava->data_ofs = 0; in wava_Open()
279 wava->data_ofs = uio_ftell (wava->fp); in wava_Open()
290 if (!wava->data_size || !wava->data_ofs) in wava_Open()
326 uio_fseek (wava->fp, wava->data_ofs, SEEK_SET); in wava_Open()
372 wava->data_ofs + pcm_pos * wava->fmtHdr.blockAlign, in wava_Seek()
H A Daiffaud.c161 uint32 data_ofs; member
370 aifa->data_ofs = 0; in aifa_Open()
423 aifa->data_ofs = uio_ftell (aifa->fp) + data.offset; in aifa_Open()
468 if (!aifa->data_ofs) in aifa_Open()
523 uio_fseek (aifa->fp, aifa->data_ofs, SEEK_SET); in aifa_Open()
633 aifa->data_ofs + pcm_pos * aifa->file_block, in aifa_Seek()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/d1x-rebirth/main/
H A Dcustom.cpp102 int data_ofs; in load_pig1() local
113 data_ofs = 8; in load_pig1()
118 data_ofs = num_bitmaps + 8; in load_pig1()
130 data_ofs += num_bitmaps * sizeof(DiskBitmapHeader) + num_sounds * sizeof(DiskSoundHeader); in load_pig1()
142 cip->offset = bmh.offset + data_ofs; in load_pig1()
161 cip->offset = sndh.offset + data_ofs; in load_pig1()
174 int data_ofs; in load_pog() local
203 data_ofs = 12 + num_bitmaps * sizeof(DiskBitmapHeader2); in load_pog()
211 data_ofs += num_bitmaps * 2; in load_pog()
236 cip->offset = bmh.offset + data_ofs; in load_pog()
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dstick_table.h91 if (t->data_ofs[type]) in stktable_alloc_data_type()
115 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
127 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
133 return (void *)ts + t->data_ofs[type]; in stktable_data_ptr()
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dstick_table.h88 if (t->data_ofs[type]) in stktable_alloc_data_type()
112 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
121 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
132 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dstick_table.h88 if (t->data_ofs[type]) in stktable_alloc_data_type()
112 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
124 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
130 return (void *)ts + t->data_ofs[type]; in stktable_data_ptr()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dnto-tdep.c426 CORE_ADDR data_ofs = 0;
455 if (target_read_memory (initial_stack + data_ofs, targ32, 4) != 0)
463 data_ofs += (anint + 2) * ptr_size; /* + 2 comes from argc itself and
469 while (target_read_memory (initial_stack + data_ofs, targ64, ptr_size)
476 data_ofs += ptr_size;
478 initial_stack += data_ofs;
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dstick_table.h97 if (t->data_ofs[type]) in stktable_alloc_data_type()
121 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
130 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
141 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dstick_table.h97 if (t->data_ofs[type]) in stktable_alloc_data_type()
121 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
130 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
141 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dstick_table.h101 if (t->data_ofs[type]) in stktable_alloc_data_type()
125 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
134 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
145 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dstick_table.h101 if (t->data_ofs[type]) in stktable_alloc_data_type()
125 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
134 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
145 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dstick_table.h97 if (t->data_ofs[type]) in stktable_alloc_data_type()
121 t->data_ofs[type] = -t->data_size; in stktable_alloc_data_type()
130 return (void *)ts + t->data_ofs[type]; in __stktable_data_ptr()
141 if (!t->data_ofs[type]) /* type not stored */ in stktable_data_ptr()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dwavdec.c251 int64_t next_tag_ofs, data_ofs = -1; in wav_read_header() local
321 data_ofs = avio_tell(pb); in wav_read_header()
398 if (data_ofs < 0) { in wav_read_header()
403 avio_seek(pb, data_ofs, SEEK_SET); in wav_read_header()
630 int64_t size, data_ofs = 0; in w64_read_header() local
681 data_ofs = avio_tell(pb); in w64_read_header()
721 if (!data_ofs) in w64_read_header()
730 avio_seek(pb, data_ofs, SEEK_SET); in w64_read_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dwavdec.c251 int64_t next_tag_ofs, data_ofs = -1; in wav_read_header() local
321 data_ofs = avio_tell(pb); in wav_read_header()
398 if (data_ofs < 0) { in wav_read_header()
403 avio_seek(pb, data_ofs, SEEK_SET); in wav_read_header()
630 int64_t size, data_ofs = 0; in w64_read_header() local
681 data_ofs = avio_tell(pb); in w64_read_header()
721 if (!data_ofs) in w64_read_header()
730 avio_seek(pb, data_ofs, SEEK_SET); in w64_read_header()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/raw/
H A Drawtrans.c126 uint16_t data_count, data_ofs, data_disp; in smb_raw_trans2_recv() local
150 data_ofs = SVAL(req->in.vwv, VWV(7)); in smb_raw_trans2_recv()
162 raw_trans_oob(req, data_ofs, data_count)) { in smb_raw_trans2_recv()
170 req->in.hdr + data_ofs, in smb_raw_trans2_recv()
466 uint32_t data_count, data_ofs, data_disp; in smb_raw_nttrans_recv() local
492 data_ofs = IVAL(req->in.vwv, 27); in smb_raw_nttrans_recv()
504 raw_trans_oob(req, data_ofs, data_count)) { in smb_raw_nttrans_recv()
512 req->in.hdr + data_ofs, in smb_raw_nttrans_recv()
/dports/audio/aylet/aylet-0.5/
H A Dmain.c451 int data_alloc=16384,buf_alloc=16384,data_ofs=0; in read_ay_file() local
477 if(data_ofs+ret>=data_alloc) in read_ay_file()
491 memcpy(data+data_ofs,buf,ret); in read_ay_file()
492 data_ofs+=ret; in read_ay_file()
506 data_len=data_ofs; in read_ay_file()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dwavdec.c337 int64_t next_tag_ofs, data_ofs = -1; in wav_read_header() local
436 data_ofs = avio_tell(pb); in wav_read_header()
518 if (data_ofs < 0) { in wav_read_header()
523 avio_seek(pb, data_ofs, SEEK_SET); in wav_read_header()
777 int64_t size, data_ofs = 0; in w64_read_header() local
829 data_ofs = avio_tell(pb); in w64_read_header()
871 if (!data_ofs) in w64_read_header()
880 avio_seek(pb, data_ofs, SEEK_SET); in w64_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dwavdec.c341 int64_t next_tag_ofs, data_ofs = -1; in wav_read_header() local
440 data_ofs = avio_tell(pb); in wav_read_header()
534 if (data_ofs < 0) { in wav_read_header()
539 avio_seek(pb, data_ofs, SEEK_SET); in wav_read_header()
799 int64_t size, data_ofs = 0; in w64_read_header() local
851 data_ofs = avio_tell(pb); in w64_read_header()
893 if (!data_ofs) in w64_read_header()
902 avio_seek(pb, data_ofs, SEEK_SET); in w64_read_header()

12345