Searched refs:bp1 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjxref.pl51 my$bp1 = $oid_tbl{$xref_tbl{$b}[0]};
52 return $ap1 - $bp1 if ($ap1 != $bp1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobjxref.pl51 my$bp1 = $oid_tbl{$xref_tbl{$b}[0]};
52 return $ap1 - $bp1 if ($ap1 != $bp1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144.c1549 int *bp1 = buffer1; local
1569 bp1[j] = ((bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12)) * (0x1000000 / b)) >> 12;
1571 if ((unsigned) bp1[i] + 0x1000 > 0x1fff)
1574 refl[i] = bp1[i];
1576 FFSWAP(int *, bp1, bp2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144.c1550 int *bp1 = buffer1; local
1576 bp1[j] = ((bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12)) * b) >> 12;
1579 if ((unsigned) bp1[i] + 0x1000 > 0x1fff)
1582 refl[i] = bp1[i];
1584 FFSWAP(int *, bp1, bp2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Darbiter.c301 intr_mask.bp1 = regk_marb_yes;
335 intr_mask.bp1 = regk_marb_no;
360 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
367 } else if (masked_intr.bp1) {
369 ack_intr.bp1 = regk_marb_yes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dmarb_defs.h117 unsigned int bp1 : 1; member in struct:__anon8629
128 unsigned int bp1 : 1; member in struct:__anon8630
139 unsigned int bp1 : 1; member in struct:__anon8631
149 unsigned int bp1 : 1; member in struct:__anon8632
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dmarb_bar_defs.h168 unsigned int bp1 : 1; member in struct:__anon8928
179 unsigned int bp1 : 1; member in struct:__anon8929
190 unsigned int bp1 : 1; member in struct:__anon8930
200 unsigned int bp1 : 1; member in struct:__anon8931
H A Dmarb_foo_defs.h249 unsigned int bp1 : 1; member in struct:__anon8961
260 unsigned int bp1 : 1; member in struct:__anon8962
271 unsigned int bp1 : 1; member in struct:__anon8963
281 unsigned int bp1 : 1; member in struct:__anon8964
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dmarb_defs.h117 unsigned int bp1 : 1; member in struct:__anon9135
128 unsigned int bp1 : 1; member in struct:__anon9136
139 unsigned int bp1 : 1; member in struct:__anon9137
149 unsigned int bp1 : 1; member in struct:__anon9138
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Darbiter.c535 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
544 else if (masked_intr.bp1)
591 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
600 else if (masked_intr.bp1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c401 struct pvr2_buffer *bp1; local
403 bp1 = list_entry(lp,struct pvr2_buffer,list_overhead);
404 pvr2_buffer_wipe(bp1);
410 if (bp1->state != pvr2_buffer_state_queued) continue;
411 pvr2_buffer_set_idle(bp1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c842 xfs_dabuf_t *bp1, *bp2; local
847 bp1 = bp2 = NULL;
851 error = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp1,
855 ASSERT(bp1 != NULL);
862 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
863 xfs_da_buf_done(bp1);
864 bp1 = NULL;
870 error = xfs_da_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK);
873 node = bp1->data;
881 xfs_da_log_buf(args->trans, bp1,
2555 xfs_dabuf_t *bp1, *bp2; local
[all...]

Completed in 116 milliseconds