Searched refs:sp2 (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c139 const char *sp1, *sp2; /* Search result */ local
166 sp2 = strrchr(filename, '>');
167 if (sp1 == NULL) sp1 = sp2;
168 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
174 /* Now, let's see if there's a type, and save the position in sp2 */
175 sp2 = strchr(sp1, '.');
177 version number and save the position in sp2 */
178 if (sp2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_vms.c143 const char *sp1, *sp2; /* Search result */ local
170 sp2 = strrchr(filename, '>');
171 if (sp1 == NULL) sp1 = sp2;
172 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
178 /* Now, let's see if there's a type, and save the position in sp2 */
179 sp2 = strchr(sp1, '.');
181 version number and save the position in sp2 */
182 if (sp2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmwifi.h43 #define CHSPEC_CTLOVLP(sp1, sp2, sep) ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < (sep)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md2/
H A Dmd2_dgst.c171 register MD2_INT t,*sp1,*sp2; local
176 sp2=c->cksm;
177 j=sp2[MD2_BLOCK-1];
183 j=sp2[i]^=S[t^j];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md2/
H A Dmd2_dgst.c169 register MD2_INT t,*sp1,*sp2; local
174 sp2=c->cksm;
175 j=sp2[MD2_BLOCK-1];
181 j=sp2[i]^=S[t^j];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c204 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
239 && (!(sp2 = strchr(sp, ' '))
240 || wlen + 1 + (sp2 - sp) > room))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dutil.c202 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
235 && (!(sp2 = index(sp, ' ')) || wlen+1+(sp2-sp) > room))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dutil.c321 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
356 && (!(sp2 = strchr(sp, ' '))
357 || wlen + 1 + (sp2 - sp) > room))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c108 __u8 sp2; local
152 sp2 = data[2];
154 if ((sp1 | sp2) & 0x01) {
171 switch (sp2 & 0x0f) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c1065 SubPicture *sp, *sp2; local
1104 sp2 = &is->subpq[(is->subpq_rindex + 1) % SUBPICTURE_QUEUE_SIZE];
1106 sp2 = NULL;
1109 || (sp2 && is->video_current_pts > (sp2->pts + ((float) sp2->sub.start_display_time / 1000))))

Completed in 178 milliseconds