Searched refs:spot (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2wxr.cpp660 int spot; local
663 spot=tok.First(_T("\\t"));
664 tok=tok.Left(spot);
685 spot=tok.First(_T("\\t"));
686 tok=tok.Left(spot);
H A Drc2xml.cpp589 //spot=token.First("\\t");
590 //token=token.Left(spot);
1042 int spot; local
1043 spot=msg.Find(_T("\\n"));
1044 if (spot==wxNOT_FOUND)
1050 longhelp=msg.Left(spot);
1051 spot=msg.Length()-spot-2;
1052 shorthelp=msg.Right(spot);
1059 //int spot;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_kapi.c406 * returns the spot of the first set bit or -ENOENT if no bits are set.
462 * returns the spot of the first cleared bit or -ENOENT if the offset is past
572 u32 spot; local
580 for (spot = start; spot <= end && ret_val == 0; spot++) {
581 if (spot >= iter_max_spot && iter->next != NULL) {
585 ret_val = netlbl_secattr_catmap_setbit(iter, spot, GFP_ATOMIC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c791 int spot; local
796 spot = 0;
801 spot += offset;
805 if (length > 0 && spot >= 0 && spot+length <= mdataSize) {
807 "Restore at %d: spot=%d "
809 it, spot, offset, length);
810 memcpy(&mptr[spot], &block[it+2], length);
811 spot += length;
814 "Bad restore at %d: spot
[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/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-ppc.pl237 addi r20,$sp,$LOCALS ; spot within the frame
H A Dsha512-ppc.pl277 addi r20,$sp,$LOCALS ; aligned spot below the frame
293 addi r12,$sp,$LOCALS ; aligned spot below the frame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl237 addi r20,$sp,$LOCALS ; spot within the frame
H A Dsha512-ppc.pl277 addi r20,$sp,$LOCALS ; aligned spot below the frame
293 addi r12,$sp,$LOCALS ; aligned spot below the frame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtevent.tex284 in a spot of body-snatching. It could be a useful technique for on-line
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1266 \item Hot spot appearance: \commandref{sethotspotcolour}{sethotspotcolour}, \commandref{sethotspotunderline}{sethotspotunderline} commands

Completed in 79 milliseconds