Searched refs:place (Results 51 - 75 of 176) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmul.S74 ! and put upper half in place
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dsleep.S84 @@ the data segment can be the only place to put this code.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtlan.c3162 u8 place; local
3169 for ( place = 0x80; place != 0; place >>= 1 ) {
3170 if ( place & data )
3223 u8 place; local
3232 for ( place = 0x80; place; place >>= 1 ) {
3235 *data |= place;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex45 % left to the typesetting engine to place them in the "optimal" spot. These
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchecklst.tex97 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
H A Dchoice.tex99 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
H A Dcustdobj.tex16 If you already store the data in another place, it may be more convenient and
H A Dhtmlhand.tex31 You should create new .cpp file and place following lines into it:
H A Dsplitevt.tex114 represent that change that will actually take place. Set to -1 from
H A Dtcontain.tex41 classes must be inserted in your program in a place where the {\bf full
H A Dtrefcount.tex7 This means that when an object is assigned to another, no copying really takes place:
H A Durl.tex38 It is valid to leave out the hostname but slashes must remain in place -
H A Dvaltext.tex40 \twocolitem{{\bf wxFILTER\_NONE}}{No filtering takes place.}
H A Dlistbox.tex113 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
201 \perlnote{In wxPerl there is just an array reference in place of {\tt nItems}
H A Dconfig.tex134 // go to some other place: if the group(s) don't exist, they will be created
719 \pythonnote{In place of a single overloaded method name, wxPython
728 \perlnote{In place of a single overloaded method, wxPerl uses:\par
811 \pythonnote{In place of a single overloaded method name, wxPython
820 \perlnote{In place of a single overloaded method, wxPerl uses:\par
H A Dtoolbar.tex308 change to take place, it will happen immediately.
555 You must call \helpref{Realize}{wxtoolbarrealize} for the change to take place.
569 You must call \helpref{Realize}{wxtoolbarrealize} for the change to take place.
590 You must call \helpref{Realize}{wxtoolbarrealize} for the change to take place.
692 change to take place, it will happen immediately.
H A Dsplitter.tex51 it is set, or to prevent the change from taking place.
479 Causes any pending sizing of the sash and child panes to take place
482 Such resizing normally takes place in idle time, in order
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-strncpy_from_user.S346 extql t1, a1, t1 # U : shift src into place
379 andnot t0, t2, t0 # E : zero place for source to reside
H A Dev6-stxncpy.S355 extql t1, a1, t1 # U : shift src into place
384 andnot t0, t2, t0 # E : zero place for source to reside
H A Dstrncpy_from_user.S283 extql t1, a1, t1 # .. e0 : shift src into place
311 andnot t0, t2, t0 # e0 : zero place for source to reside
H A Dstxncpy.S308 extql t1, a1, t1 # .. e0 : shift src into place
336 andnot t0, t2, t0 # e0 : zero place for source to reside
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.c1240 char *place; local
1243 place = synthesize_perf_probe_point(&pev->point);
1244 if (!place)
1251 printf(" %-20s (on %s", buf, place);
1264 free(place);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html5438 # href to the main text, linking to the place where the index entry appears
5463 # the place where the index elements beginning with this letter are (called
10780 'place' => [],
10784 # This is a place for index entries, anchors and so on appearing in
10837 'place' => [],
10857 $state->{'place'} = $element_before_anything->{'place'};
10937 $node_ref->{'place'} = [];
10941 $state->{'place'} = $node_ref->{'current_place'};
11021 'place'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp.asm476 ; This version does the 16x16->16 multiplication in-place without expanding
522 ; This version does the 16x16->16 multiplication in-place without expanding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp963 // NOTE: this is the one and only place in Kad where we allow string conversion to local code page in
1675 void CKademliaUDPListener::DebugClientOutput(const wxString& place, uint32 kad_ip, uint32 port, const byte* data, int len) argument
1679 printf("Error on %s received from: %s\n",(const char*)unicode2char(place),(const char*)unicode2char(Uint32_16toStringIP_Port(ip,port)));
1693 client->SetConnectionReason(wxT("Error on ") + place);
1698 (void)place;

Completed in 277 milliseconds

12345678