Searched refs:width_shift (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c339 int width_shift,
353 addr = (__u64)((__s64)base_address + (displacement << width_shift));
416 int width_shift,
425 displacement_not_indexed, width_shift, &address);
434 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) {
438 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
441 switch (width_shift) {
456 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
457 width_shift, (unsigned long) regs->pc);
464 switch (width_shift) {
336 generate_and_check_address(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, __u64 *address) argument
413 misaligned_load(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_sign_extend) argument
490 misaligned_store(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift) argument
563 misaligned_fpu_load(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_paired_load) argument
638 misaligned_fpu_store(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_paired_load) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion1.c310 int width_shift = 0; local
400 width_shift = 1;
404 s->w >>= width_shift;
412 s->avctx->sample_aspect_ratio = (AVRational){ 1 << width_shift, 1 };
421 s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion1.c313 int width_shift = 0; local
400 width_shift = 1;
404 s->w >>= width_shift;
409 s->avctx->sample_aspect_ratio = (AVRational){ 1 << width_shift, 1 };
425 s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3;

Completed in 117 milliseconds