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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Deditlbox.cpp115 wxPanel *subp = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, local
118 subsizer->Add(new wxStaticText(subp, wxID_ANY, label), 1, wxALIGN_CENTRE_VERTICAL | wxLEFT, 4);
131 m_bEdit = new wxBitmapButton(subp, wxID_ELB_EDIT, wxBitmap(eledit_xpm));
137 m_bNew = new wxBitmapButton(subp, wxID_ELB_NEW, wxBitmap(elnew_xpm));
143 m_bDel = new wxBitmapButton(subp, wxID_ELB_DELETE, wxBitmap(eldel_xpm));
147 m_bUp = new wxBitmapButton(subp, wxID_ELB_UP, wxBitmap(elup_xpm));
150 m_bDown = new wxBitmapButton(subp, wxID_ELB_DOWN, wxBitmap(eldown_xpm));
161 subp->SetSizer(subsizer);
162 subsizer->Fit(subp);
164 sizer->Add(subp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c243 struct dirent *deskp, *subp; local
273 for ( subp = readdir( sub ); subp != NULL; subp = readdir( sub )) {
274 if ( strcmp( subp->d_name, "." ) == 0 ||
275 strcmp( subp->d_name, ".." ) == 0 ) {
279 strcat( modbuf, subp->d_name );
421 struct dirent *deskp, *subp; local
448 for ( subp = readdir( sub ); subp !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Ddvd2concat91 for my $subp (@{$track->{subp}}) {
92 $concat .= "\nstream\nexact_stream_id " . $subp->{streamid} . "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dhpeldsp_armv6.S23 .macro call_2x_pixels type, subp
24 function ff_\type\()_pixels16\subp\()_armv6, export=1
26 bl X(ff_\type\()_pixels8\subp\()_armv6)
30 b X(ff_\type\()_pixels8\subp\()_armv6)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_armv6.S25 .macro call_2x_pixels type, subp
26 function ff_\type\()_pixels16\subp\()_armv6, export=1
28 bl ff_\type\()_pixels8\subp\()_armv6
32 b ff_\type\()_pixels8\subp\()_armv6
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dl3dss1.c2089 u_char *subp; local
2110 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
2111 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
2139 while (*subp) *p++ = *subp++;
H A Dl3ni1.c1945 u_char *subp; local
1966 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
1967 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
1995 while (*subp) *p++ = *subp++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm490 subp%4 xm2, xm0

Completed in 301 milliseconds