Searched refs:field_offset (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damr.h58 int field_offset = *ord_table++; local
64 out[field_offset] = field;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damr.h60 int field_offset = *ord_table++; local
66 out[field_offset >> 1] = field;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dtrackpoint.c68 size_t field_offset; member in struct:trackpoint_attr_data
78 unsigned char value = *(unsigned char *)((char *)tp + attr->field_offset);
91 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset);
105 .field_offset = offsetof(struct trackpoint_data, _name), \
117 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset);
137 .field_offset = offsetof(struct trackpoint_data, _name), \
H A Delantech.c490 size_t field_offset; member in struct:elantech_attr_data
502 unsigned char *reg = (unsigned char *) etd + attr->field_offset;
519 unsigned char *reg = (unsigned char *) etd + attr->field_offset;
548 .field_offset = offsetof(struct elantech_data, _name), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexfldio.c678 u32 field_offset = 0; local
712 acpi_ex_field_datum_io(obj_desc, field_offset, &raw_datum,
726 field_offset += obj_desc->common_field.access_byte_width;
727 status = acpi_ex_field_datum_io(obj_desc, field_offset,
806 u32 field_offset = 0; local
892 field_offset);
897 field_offset += obj_desc->common_field.access_byte_width;
950 field_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1232 unsigned int field_offset,
1274 if (field_offset)
1275 *offset0 = field_offset * screen_width * ps;
1296 if (field_offset)
1297 *offset0 = field_offset * screen_width * ps;
1315 unsigned int field_offset,
1354 if (field_offset)
1355 *offset0 = *offset1 + field_offset * screen_width * ps;
1365 if (field_offset)
1366 *offset0 = *offset1 + field_offset * p
1228 calc_vrfb_rotation_offset(u8 rotation, bool mirror, u16 screen_width, u16 width, u16 height, enum omap_color_mode color_mode, bool fieldmode, unsigned int field_offset, unsigned *offset0, unsigned *offset1, s32 *row_inc, s32 *pix_inc) argument
1311 calc_dma_rotation_offset(u8 rotation, bool mirror, u16 screen_width, u16 width, u16 height, enum omap_color_mode color_mode, bool fieldmode, unsigned int field_offset, unsigned *offset0, unsigned *offset1, s32 *row_inc, s32 *pix_inc) argument
1534 unsigned int field_offset = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_profile.c850 int field_offset = 0; local
863 byte_field[field_offset] = value[value_offset];
864 field_offset++;
868 if (field_offset == 2) {
869 byte_field[field_offset] = '\0';
871 field_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c3563 __psint_t field_offset; local
3601 field_offset = (__psint_t)
3603 if (syncing == B_FALSE || (field_offset & 0x1ff)) {
3620 clientid, ophead, (unsigned long)field_offset);
3623 field_offset = (__psint_t)
3625 if (syncing == B_FALSE || (field_offset & 0x1ff)) {

Completed in 87 milliseconds