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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dudf.c67 struct volume_structure_descriptor *vsd; local
77 vsd = (struct volume_structure_descriptor *) volume_id_get_buffer(id, off + UDF_VSD_OFFSET, 0x200);
78 if (vsd == NULL)
81 if (memcmp(vsd->id, "NSR02", 5) == 0)
83 if (memcmp(vsd->id, "NSR03", 5) == 0)
85 if (memcmp(vsd->id, "BEA01", 5) == 0)
87 if (memcmp(vsd->id, "BOOT2", 5) == 0)
89 if (memcmp(vsd->id, "CD001", 5) == 0)
91 if (memcmp(vsd->id, "CDW02", 5) == 0)
93 if (memcmp(vsd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpsingle.c69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpscr,except)
215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, argument
247 *vsd = *nan;
318 struct vfp_single vsm, vsd; local
324 struct vfp_single *vsp = &vsd;
364 vsd.sign = 0;
365 vsd.exponent = ((vsm.exponent - 127) >> 1) + 127;
366 vsd.significand = vfp_estimate_sqrt_significand(vsm.exponent, vsm.significand) + 2;
368 vfp_single_dump("sqrt estimate", &vsd);
729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr) argument
771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr) argument
835 vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr) argument
897 struct vfp_single vsd, vsp, vsn, vsm; local
967 struct vfp_single vsd, vsn, vsm; local
990 struct vfp_single vsd, vsn, vsm; local
1014 struct vfp_single vsd, vsn, vsm; local
1052 struct vfp_single vsd, vsn, vsm; local
[all...]
H A Dvfpdouble.c442 struct vfp_single vsd; local
459 vsd.sign = vdm.sign;
460 vsd.significand = vfp_hi64to32jamming(vdm.significand);
466 vsd.exponent = 255;
468 vsd.significand |= VFP_SINGLE_SIGNIFICAND_QNAN;
471 vsd.exponent = 0;
473 vsd.exponent = vdm.exponent - (1023 - 127);
475 return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts");
478 vfp_put_float(vfp_single_pack(&vsd), sd);
H A Dvfp.h248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpscr,except)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dsuper.c529 struct volStructDesc *vsd = NULL; local
559 vsd = (struct volStructDesc *)(bh->b_data +
562 if (vsd->stdIdent[0] == 0)
567 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN))
570 switch (vsd->structType)
588 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType);
592 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_BEA01, VSD_STD_ID_LEN))
595 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_TEA01, VSD_STD_ID_LEN))
600 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN))
604 else if (!strncmp(vsd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dfw.c582 static void get_board_id(void *vsd, char *board_id) argument
595 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&
596 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {
597 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN);
606 swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1188 static void get_board_id(void *vsd, char *board_id) argument
1201 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&
1202 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {
1203 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MTHCA_BOARD_ID_LEN);
1212 swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4));

Completed in 87 milliseconds