Searched refs:fourth (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsyscall.c36 union semun fourth; local
39 if (get_user(fourth.__pad, (void __user * __user *) ptr))
41 return sys_semctl(first, second, third, fourth);
H A Dcompat.c237 union semun fourth; local
251 fourth.val = (int) pad;
253 fourth.__pad = compat_ptr(pad);
265 err = sys_semctl(first, second, third, fourth);
271 fourth.__pad = up64;
272 err = sys_semctl(first, second, third, fourth);
297 fourth.__pad = up64;
298 err = sys_semctl(first, second, third, fourth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsys_s390.c84 union semun fourth; local
87 if (get_user(fourth.__pad, (void __user * __user *) ptr))
89 return sys_semctl(first, (int)second, third, fourth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcmp-313 four=fourth
H A Dmsgunfmt-properties-114 four=fourth
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dkernel_thread.S44 setlos #0,gr11 ; fourth syscall arg [child_tidptr]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-np.px73 <a href="http://localhost:{{port}}/firstlevel/fourthpage.html">fourth page</a>.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dglcanvas.tex101 The fourth constructur is identical to the first, except for the fact that it does \emph{not}
109 If however you used the fourth constructor, \helpref{wxGLCanvas::GetContext}{wxglcanvasgetcontext} always returns NULL
151 Always returns NULL if the canvas was constructed with the fourth constructor.
162 If this canvas was created with the fourth constructor, this method should not be called
175 If this canvas was created with the fourth constructor, a call to this method
H A Dtokenizr.tex19 wxStringTokenizer tkz(wxT("first:second:third:fourth"), wxT(":"));
H A Dicon.tex143 The fourth form constructs an icon from data whose type and value depends on
H A Dtipc.tex62 string is a fourth element of some messages. To create a
H A Dbitmap.tex147 The fourth form constructs a bitmap from data whose type and value depends on
H A Drichtextoverview.tex265 the first three of the above style types (the fourth is only a guide for future content
H A Dtdb.tex330 Authorization string (password). A fourth piece of information, a default
H A Dfunction.tex609 The semantics of the third and fourth versions is different from the first two
654 fourth version adds the possibility to additionally capture the messages from
H A Ddb.tex2516 The fourth parameter specifies which columns make up the index using the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvc1dsp_neon.S39 vtrn.16 \r2, \r3 @ third and fourth row
41 vtrn.32 \r1, \r3 @ second and fourth row
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex320 of the three Vorbis headers described above. The fourth packet type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm56 ; third is -stride, fourth is +stride
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm1234 ; third is -stride, fourth is +stride
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1094 of a pair of braces to enclose an argument (usually one). The fourth is an example

Completed in 207 milliseconds