Searched refs:offset1 (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dht.c133 int offset1; local
151 offset1 = 0x3;
154 offset1 = 0x2;
157 offset1 = 0x1;
160 offset1 = 0x0;
162 RM9K_READ_8(data_reg + offset1, val);
231 int offset1; local
249 offset1 = 0x3;
252 offset1 = 0x2;
255 offset1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcicc.h47 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member in struct:type6_hdr
158 unsigned int offset1; /* offset to CPRB */ member in struct:type86_fmt2_ext
H A Dzcrypt_pcixcc.c136 .offset1 = 0x00000058,
203 .offset1 = 0x00000058,
275 .offset1 = 0x00000058,
330 msg->hdr.offset2 = msg->hdr.offset1 + rcblen;
495 data + msg->fmt2.offset1, msg->fmt2.count1))
H A Dzcrypt_pcicc.c160 .offset1 = 0x00000058,
247 .offset1 = 0x00000058,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.h57 FLAC__bool flac__foreign_metadata_write_to_iff(foreign_metadata_t *fm, const char *infilename, const char *outfilename, off_t offset1, off_t offset2, off_t offset3, const char **error);
H A Dforeign_metadata.c429 static FLAC__bool write_to_iff_(foreign_metadata_t *fm, FILE *fin, FILE *fout, off_t offset1, off_t offset2, off_t offset3, const char **error) argument
432 if(fseeko(fout, offset1, SEEK_SET) < 0) {
571 FLAC__bool flac__foreign_metadata_write_to_iff(foreign_metadata_t *fm, const char *infilename, const char *outfilename, off_t offset1, off_t offset2, off_t offset3, const char **error) argument
584 ok = write_to_iff_(fm, fin, fout, offset1, offset2, offset3, error);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruespeech.c37 int offset1[2]; //< 8-bit value, used in one copying offset member in struct:__anon574
91 dec->offset1[0] = ((t >> 28) & 0xF) << 4;
100 dec->offset1[1] = (t >> 28) & 0x0F;
109 dec->offset1[1] |= ((t >> 28) & 0x0F) << 4;
119 dec->offset1[0] |= (t >> 31) & 1;
129 dec->offset1[0] |= ((t >> 31) & 1) << 1;
139 dec->offset1[0] |= ((t >> 31) & 1) << 2;
149 dec->offset1[0] |= ((t >> 31) & 1) << 3;
207 off = (t / 25) + dec->offset1[quart >> 1] + 18;
H A Ddvdsubdec.c166 int cmd_pos, pos, cmd, x1, y1, x2, y2, offset1, offset2, next_cmd_pos; local
202 offset1 = -1;
265 offset1 = AV_RB16(buf + pos);
268 av_log(NULL, AV_LOG_INFO, "offset1=0x%04x offset2=0x%04x\n", offset1, offset2);
275 offset1 = AV_RB32(buf + pos);
278 av_log(NULL, AV_LOG_INFO, "offset1=0x%04x offset2=0x%04x\n", offset1, offset2);
309 if (offset1 >= 0) {
337 buf, offset1, buf_siz
[all...]
H A Ddvdsubenc.c94 int offset1[20], offset2[20]; local
139 offset1[object_id] = q - outbuf;
187 // offset1, offset2
188 bytestream_put_be16(&q, offset1[object_id]);
H A Dvp6.c535 int offset1, int offset2, int stride,
552 && (vp6_block_variance(src+offset1, stride)
559 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
560 offset1 = offset2;
565 vp6_filter_hv4(dst, src+offset1, stride, 1,
568 vp6_filter_hv4(dst, src+offset1, stride, stride,
571 s->dsp.vp6_filter_diag4(dst, src+offset1+((mv.x^mv.y)>>31), stride,
577 s->dsp.put_h264_chroma_pixels_tab[0](dst, src+offset1, stride, 8, x8, y8);
579 vp6_filter_diag2(s, dst, src+offset1
534 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, int stride, VP56mv mv, int mask, int select, int luma) argument
[all...]
H A Dvp56.h40 int offset1, int offset2, int stride,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java214 public static int compareBytes(byte[] data1, int offset1, int size1, argument
219 int b1 = 0xFF & data1[offset1 + i];
238 public static boolean equalBytes(byte[] data1, int offset1, int size1, argument
244 if (data1[i + offset1] != data2[i + offset2]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-dec23.c166 unsigned int offset1 = ONE_HALF; local
170 pdec->table_dc00[i] = offset1 & ~(ONE_HALF);
173 offset1 += 0x7bc4;
603 unsigned int channel_v, offset1, op; local
628 offset1 = 0;
653 /* offset1 += yyyy */
655 offset1 += 1 + yyyy;
656 offset1 &= 0x0F;
657 nbits = ptable8004[offset1 * 2];
663 shift = ptable8004[offset1 *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm81.c170 s16 offset1; member in struct:wf_smu_sys_fans_param
185 s16 offset1; member in struct:wf_smu_sys_fans_state
203 .offset1 = 0x0208,
215 .offset1 = 0x0000,
227 .offset1 = 0x0091,
297 wf_smu_sys_fans->offset1 = param->offset1;
364 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daviobuf.c132 int64_t offset1; local
144 offset1 = pos + (s->buf_ptr - s->buffer);
146 return offset1;
147 offset += offset1;
149 offset1 = offset - pos;
151 offset1 >= 0 && offset1 < (s->buf_end - s->buffer)) {
153 s->buf_ptr = s->buffer + offset1;
155 offset1 >= 0 && offset1 < (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsys_sh.c304 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, argument
308 return sys_fadvise64_64(fd, (u64)offset1 << 32 | offset0,
311 return sys_fadvise64_64(fd, (u64)offset0 << 32 | offset1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dhead.S45 offset1: label
47 add.d first_copy_complete-offset1, $r13
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr3.h185 __be32 * offset1; member in struct:nfsd3_readdirres
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c1326 state->offset1 =
1430 NV_WR32(chip->PGRAPH, 0x00000634, state->offset1);
1472 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1);
1520 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1);
1530 NV_WR32(chip->PGRAPH, 0x00000824, state->offset1);
1759 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000634);
1769 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644);
1781 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644);
H A Driva_hw.h522 U032 offset1; member in struct:_riva_hw_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs3xdr.c890 if (unlikely(cd->offset1)) {
893 *cd->offset1 = htonl(offset64 & 0xffffffff);
894 cd->offset1 = NULL;
996 cd->offset1 = tmp;
H A Dnfs3proc.c508 if (unlikely(resp->offset1)) {
511 *resp->offset1 = htonl(offset & 0xffffffff);
512 resp->offset1 = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c1528 uint32 offset1, offset2; local
1554 offset1 = prs_offset(&p->out_data.rdata);
1574 prs_set_offset(&p->out_data.rdata, offset1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_main.c816 dev->name, regs.cmd, regs.evstat, regs.offset0, regs.offset1,
H A Dhostap_wlan.h268 u16 offset1; member in struct:hfa384x_regs

Completed in 424 milliseconds

12