Searched refs:c_offset (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S33 #define c_offset 8 define
238 mov c_offset(%edi), %ecx
243 input_whitening(%ecx,%ebp,c_offset)
264 output_whitening(%eax,%ebp,c_offset)
269 mov %eax, c_offset(%edi)
294 mov c_offset(%edi), %ecx
299 output_whitening(%ecx,%ebp,c_offset)
320 input_whitening(%eax,%ebp,c_offset)
325 mov %eax, c_offset(%edi)
H A Dtwofish-x86_64-asm_64.S27 #define c_offset 8 define
235 input_whitening(R3,%r11,c_offset)
267 output_whitening(R1,%r11,c_offset)
288 output_whitening(R3,%r11,c_offset)
319 input_whitening(R1,%r11,c_offset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_instmem.c63 uint32_t c_offset, c_size, c_ramfc, c_vmpd, c_base, pt_size; local
83 c_offset = dev_priv->vram_size - dev_priv->ramin_rsvd_vram;
90 NV_DEBUG(dev, " Rsvd VRAM base: 0x%08x\n", c_offset);
122 nv_wr32(dev, NV50_PUNK_BAR0_PRAMIN, (c_offset >> 16));
145 ret = nouveau_gpuobj_new_fake(dev, 0, c_offset, c_size, 0,
154 ret = nouveau_gpuobj_new_fake(dev, c_ramfc, c_offset + c_ramfc,
163 ret = nouveau_gpuobj_new_fake(dev, c_vmpd, c_offset + c_vmpd,
180 v = c_offset | 1;
187 while (v < dev_priv->vram_sys_base + c_offset + c_size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvdec.c169 int c_offset; local
308 c_offset = (((mb_y >> (s->sys->pix_fmt == AV_PIX_FMT_YUV420P)) * s->frame->linesize[1] +
311 uint8_t *c_ptr = s->frame->data[j] + c_offset;
H A Ddvenc.c406 int mb_x, mb_y, c_offset, linesize, y_stride; local
450 c_offset = (((mb_y >> (s->sys->pix_fmt == AV_PIX_FMT_YUV420P)) * s->frame->linesize[1] +
453 uint8_t *c_ptr = s->frame->data[j] + c_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv.c465 int c_offset; local
604 c_offset = (((mb_y >> (s->sys->pix_fmt == PIX_FMT_YUV420P)) * s->picture.linesize[1] +
607 uint8_t *c_ptr = s->picture.data[j] + c_offset;
930 int mb_x, mb_y, c_offset, linesize, y_stride; local
974 c_offset = (((mb_y >> (s->sys->pix_fmt == PIX_FMT_YUV420P)) * s->picture.linesize[1] +
977 uint8_t *c_ptr = s->picture.data[j] + c_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dos_4bri.c105 dword c_offset = offset * a->xdi_adapter.ControllerNumber; local
118 a->xdi_adapter.Address += c_offset;
123 a->xdi_adapter.ram += c_offset + (offset - MQ_SHARED_RAM_SIZE);

Completed in 77 milliseconds