Searched refs:structure (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dpacker.c38 static u64 value_read(int offset, int size, void *structure) argument
41 case 1: return *(u8 *) (structure + offset);
42 case 2: return be16_to_cpup((__be16 *) (structure + offset));
43 case 4: return be32_to_cpup((__be32 *) (structure + offset));
44 case 8: return be64_to_cpup((__be64 *) (structure + offset));
52 * ib_pack - Pack a structure into a buffer
53 * @desc:Array of structure field descriptions
55 * @structure:Structure to pack from
58 * ib_pack() packs a list of structure fields into a buffer,
63 void *structure,
61 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) argument
126 value_write(int offset, int size, u64 val, void *structure) argument
148 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drealpoin.tex3 A {\bf wxRealPoint} is a useful data structure for graphics operations.
H A Dpoint.tex13 A {\bf wxPoint} is a useful data structure for graphics operations.
H A Dmembuf.tex14 A {\bf wxMemoryBuffer} is a useful data structure for storing arbitrary sized blocks
33 is not a copy-on-write structure so changes made to one buffer effect
H A Dnode.tex3 wxNodeBase is the node structure used in linked lists (see
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Ddvd2concat27 tools/dvd2concat I<path/to/dvd/structure> > I<file.concat>
35 I<path/to/dvd/structure> is the path to the DVD structure hierarchy; it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml.spec41 - Data is stored in a linked-list tree structure, preserving
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.h89 * indicating which other fields in the structure are valid.
90 * Many of the field names in this structure match those used in the
94 * When used with FSTGETCONF this structure should be zeroed before use.
96 * might be used to indicate a different (expanded) structure.
99 unsigned int valid; /* Bits of structure that are valid */
121 unsigned char structure; /* unframed, double, crc4, f4, f12, */ member in struct:fstioc_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.com103 $ ! structure that Eric likes to manage things.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dintro.tex12 \section{File structure}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.com103 $ ! structure that Eric likes to manage things.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_pack.h225 void *structure,
231 void *structure);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c198 * Extract structure information about the picture described by pic_num in
201 * @param pic_num picture number for which to extract structure information
202 * @param structure one of PICT_XXX describing structure of picture
207 static int pic_num_extract(H264Context *h, int pic_num, int *structure) argument
209 *structure = h->picture_structure;
213 *structure ^= PICT_FRAME;
598 int av_uninit(structure), av_uninit(frame_num);
605 frame_num = pic_num_extract(h, mmco[i].short_pic_num, &structure);
623 remove_short(h, frame_num, structure
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c164 * Extract structure information about the picture described by pic_num in
167 * @param pic_num picture number for which to extract structure information
168 * @param structure one of PICT_XXX describing structure of picture
173 static int pic_num_extract(H264Context *h, int pic_num, int *structure){ argument
176 *structure = s->picture_structure;
180 *structure ^= PICT_FRAME;
508 int av_uninit(structure), av_uninit(frame_num);
514 frame_num = pic_num_extract(h, mmco[i].short_pic_num, &structure);
530 remove_short(h, frame_num, structure
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexBasic.cxx218 !strcmp(token, "structure")) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dmmc.c58 * Given the decoded CSD structure, decode the raw CID to our CID structure.
122 * Given a 128-bit response, decode to our card CSD structure.
131 * We only understand CSD structure v1.1 and v1.2.
135 csd->structure = UNSTUFF_BITS(resp, 126, 2);
136 if (csd->structure == 0) {
137 printk(KERN_ERR "%s: unrecognised CSD structure version %d\n",
138 mmc_hostname(card->host), csd->structure);
229 if (card->csd.structure == 3) {
232 printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dcard.h27 unsigned char structure; member in struct:mmc_csd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1764 Rect structure, content ; local
1767 m_peer->GetRect( &structure ) ;
1768 OffsetRect( &structure, -structure.left , -structure.top ) ;
1770 left = content.left - structure.left ;
1771 top = content.top - structure.top ;
1772 right = structure.right - content.right ;
1773 bottom = structure.bottom - content.bottom ;
1790 Rect content, structure ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm76 ; in the deflate_state structure since the asm code was first written
78 ; Note : these value are good with a 8 bytes boundary pack structure
86 ;;; Offsets for fields in the deflate_state structure. These numbers
94 ; in zlib in the deflate_state structure since the asm code was first written
170 ;;; deflate_state structure during the function's setup (before

Completed in 187 milliseconds

123456