Searched refs:label (Results 1 - 25 of 1582) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfeature-fixups.h32 #define START_FTR_SECTION(label) label##1:
34 #define FTR_SECTION_ELSE_NESTED(label) \
35 label##2: \
36 .pushsection __ftr_alt_##label,"a"; \
38 label##3:
40 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \
41 label##4: \
45 label##5: \
48 FTR_ENTRY_OFFSET label##
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dultrix.c24 } *label; local
29 data = read_part_sector(state, (16384 - sizeof(*label))/512, &sect);
33 label = (struct ultrix_disklabel *)(data + 512 - sizeof(*label));
35 if (label->pt_magic == PT_MAGIC && label->pt_valid == PT_VALID) {
37 if (label->pt_part[i].pi_nblocks)
39 label->pt_part[i].pi_blkoff,
40 label->pt_part[i].pi_nblocks);
H A Dsun.c57 } * label; local
64 label = read_part_sector(state, 0, &sect);
65 if (!label)
68 p = label->partitions;
69 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) {
71 bdevname(bdev, b), be16_to_cpu(label->magic)); */
76 ush = ((__be16 *) (label+1)) - 1;
77 for (csum = 0; ush >= ((__be16 *) label);)
80 printk("Dev %s Sun disklabel: Csum bad, label corrupted\n",
87 use_vtoc = ((be32_to_cpu(label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dexception.h37 #define STD_EXCEPTION_ISERIES(label, area) \
38 .globl label##_iSeries; \
39 label##_iSeries: \
44 b label##_common
46 #define MASKABLE_EXCEPTION_ISERIES(label) \
47 .globl label##_iSeries; \
48 label##_iSeries: \
54 beq- label##_iSeries_masked; \
56 b label##_common; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsetup.tex1 \section{wxWindows Compile-Time Configuration Options}\label{setup}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv210/
H A Dgpiolib.c54 .label = "GPA0",
60 .label = "GPA1",
66 .label = "GPB",
72 .label = "GPC0",
78 .label = "GPC1",
84 .label = "GPD0",
90 .label = "GPD1",
96 .label = "GPE0",
102 .label = "GPE1",
108 .label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-912 label ("eagle");
15 label ("seamew");
19 label ("falcon");
21 label ("pigeon");
22 label ("pigeon");
28 --keyword=label:1,\"xhtml-format\",\"xml-format\" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dx86cpuid.pl24 &jnc (&label("nocpuid"));
40 &jz (&label("intel"));
51 &jnz (&label("intel"));
57 &jb (&label("intel"));
64 &jb (&label("intel"));
75 &jnc (&label("generic"));
79 &ja (&label("generic"));
81 &jmp (&label("generic"));
85 &jb (&label("cacheinfo"));
96 &jb (&label("nocacheinf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dx86cpuid.pl24 &jnc (&label("nocpuid"));
40 &jz (&label("intel"));
51 &jnz (&label("intel"));
57 &jb (&label("intel"));
64 &jb (&label("intel"));
75 &jnc (&label("generic"));
79 &ja (&label("generic"));
81 &jmp (&label("generic"));
85 &jb (&label("cacheinfo"));
96 &jb (&label("nocacheinf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Ddomain.c42 /* Read the first label from string *name, unescape "\" and write it to dest */
192 char label[AVAHI_LABEL_MAX]; local
194 if (!(avahi_unescape_label(&s, label, sizeof(label))))
197 if (label[0] == 0) {
215 avahi_escape_label(label, strlen(label), &r, &size);
263 char label[AVAHI_LABEL_MAX]; local
265 if (!(avahi_unescape_label(&t, label, sizeof(label))))
277 char label[AVAHI_LABEL_MAX]; local
309 char label[AVAHI_LABEL_MAX]; local
379 char label[AVAHI_LABEL_MAX]; local
408 char label[AVAHI_LABEL_MAX]; local
578 char label[AVAHI_LABEL_MAX]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain.c42 /* Read the first label from string *name, unescape "\" and write it to dest */
192 char label[AVAHI_LABEL_MAX]; local
194 if (!(avahi_unescape_label(&s, label, sizeof(label))))
197 if (label[0] == 0) {
215 avahi_escape_label(label, strlen(label), &r, &size);
263 char label[AVAHI_LABEL_MAX]; local
265 if (!(avahi_unescape_label(&t, label, sizeof(label))))
277 char label[AVAHI_LABEL_MAX]; local
309 char label[AVAHI_LABEL_MAX]; local
379 char label[AVAHI_LABEL_MAX]; local
408 char label[AVAHI_LABEL_MAX]; local
578 char label[AVAHI_LABEL_MAX]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink-x86.pl16 &lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
19 &call (&label("OPENSSL_Uplink"));
31 &data_word(&label("_\$lazy${i}"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfulaw.tex7 \section{\class{wxSoundFormatUlaw}}\label{wxsoundformatulaw}
21 \membersection{wxSoundFormatUlaw::wxSoundFormatUlaw}\label{wxsoundformatulawwxsoundformatulaw}
26 \membersection{wxSoundFormatUlaw::\destruct{wxSoundFormatUlaw}}\label{wxsoundformatulawdtor}
31 \membersection{wxSoundFormatUlaw::SetSampleRate}\label{wxsoundformatulawsetsamplerate}
36 \membersection{wxSoundFormatUlaw::GetSampleRate}\label{wxsoundformatulawgetsamplerate}
41 \membersection{wxSoundFormatUlaw::SetChannels}\label{wxsoundformatulawsetchannels}
46 \membersection{wxSoundFormatUlaw::GetChannels}\label{wxsoundformatulawgetchannels}
51 \membersection{wxSoundFormatUlaw::GetType}\label{wxsoundformatulawgettype}
56 \membersection{wxSoundFormatUlaw::Clone}\label{wxsoundformatulawclone}
61 \membersection{wxSoundFormatUlaw::GetTimeFromBytes}\label{wxsoundformatulawgettimefrombyte
[all...]
H A Dsndcodec.tex6 \section{\class{wxSoundStreamCodec}}\label{wxsoundstreamcodec}
16 \membersection{wxSoundStreamCodec::wxSoundStreamCodec}\label{wxsoundstreamcodecwxsoundstreamcodec}
21 \membersection{wxSoundStreamCodec::\destruct{wxSoundStreamCodec}}\label{wxsoundstreamcodecdtor}
26 \membersection{wxSoundStreamCodec::StartProduction}\label{wxsoundstreamcodecstartproduction}
31 \membersection{wxSoundStreamCodec::StopProduction}\label{wxsoundstreamcodecstopproduction}
36 \membersection{wxSoundStreamCodec::GetBestSize}\label{wxsoundstreamcodecgetbestsize}
H A Dsndwin.tex7 \section{\class{wxSoundStreamWin}}\label{wxsoundstreamwin}
25 \membersection{wxSoundStreamWin::wxSoundStreamWin}\label{wxsoundstreamwinwxsoundstreamwin}
30 \membersection{wxSoundStreamWin::\destruct{wxSoundStreamWin}}\label{wxsoundstreamwindtor}
35 \membersection{wxSoundStreamWin::Write}\label{wxsoundstreamwinwrite}
40 \membersection{wxSoundStreamWin::Read}\label{wxsoundstreamwinread}
45 \membersection{wxSoundStreamWin::SetSoundFormat}\label{wxsoundstreamwinsetsoundformat}
50 \membersection{wxSoundStreamWin::StartProduction}\label{wxsoundstreamwinstartproduction}
55 \membersection{wxSoundStreamWin::StopProduction}\label{wxsoundstreamwinstopproduction}
60 \membersection{wxSoundStreamWin::QueueFilled}\label{wxsoundstreamwinqueuefilled}
65 \membersection{wxSoundStreamWin::NotifyDoneBuffer}\label{wxsoundstreamwinnotifydonebuffe
[all...]
H A Dvidwin.tex7 \section{\class{wxVideoWindows}}\label{wxvideowindows}
27 \membersection{wxVideoWindows::OpenFile}\label{wxvideowindowsopenfile}
32 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
37 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
42 \membersection{wxVideoWindows::wxVideoWindows}\label{wxvideowindowswxvideowindows}
47 \membersection{wxVideoWindows::\destruct{wxVideoWindows}}\label{wxvideowindowsdtor}
52 \membersection{wxVideoWindows::Play}\label{wxvideowindowsplay}
57 \membersection{wxVideoWindows::Stop}\label{wxvideowindowsstop}
62 \membersection{wxVideoWindows::Pause}\label{wxvideowindowspause}
67 \membersection{wxVideoWindows::Resume}\label{wxvideowindowsresum
[all...]
H A Dsndfpcm.tex7 \section{\class{wxSoundFormatPcm}}\label{wxsoundformatpcm}
21 \membersection{wxSoundFormatPcm::wxSoundFormatPcm}\label{wxsoundformatpcmwxsoundformatpcm}
26 \membersection{wxSoundFormatPcm::\destruct{wxSoundFormatPcm}}\label{wxsoundformatpcmdtor}
31 \membersection{wxSoundFormatPcm::SetSampleRate}\label{wxsoundformatpcmsetsamplerate}
36 \membersection{wxSoundFormatPcm::SetBPS}\label{wxsoundformatpcmsetbps}
41 \membersection{wxSoundFormatPcm::SetChannels}\label{wxsoundformatpcmsetchannels}
46 \membersection{wxSoundFormatPcm::SetOrder}\label{wxsoundformatpcmsetorder}
51 \membersection{wxSoundFormatPcm::Signed}\label{wxsoundformatpcmsigned}
56 \membersection{wxSoundFormatPcm::GetSampleRate}\label{wxsoundformatpcmgetsamplerate}
61 \membersection{wxSoundFormatPcm::GetBPS}\label{wxsoundformatpcmgetbp
[all...]
H A Dcdaudlnx.tex7 \section{\class{wxCDAudioLinux}}\label{wxcdaudiolinux}
17 \membersection{wxCDAudioLinux::wxCDAudioLinux}\label{wxcdaudiolinuxwxcdaudiolinux}
23 \membersection{wxCDAudioLinux::\destruct{wxCDAudioLinux}}\label{wxcdaudiolinuxdtor}
28 \membersection{wxCDAudioLinux::Play}\label{wxcdaudiolinuxplay}
33 \membersection{wxCDAudioLinux::Pause}\label{wxcdaudiolinuxpause}
38 \membersection{wxCDAudioLinux::Resume}\label{wxcdaudiolinuxresume}
43 \membersection{wxCDAudioLinux::GetStatus}\label{wxcdaudiolinuxgetstatus}
48 \membersection{wxCDAudioLinux::GetTime}\label{wxcdaudiolinuxgettime}
53 \membersection{wxCDAudioLinux::GetToc}\label{wxcdaudiolinuxgettoc}
58 \membersection{wxCDAudioLinux::Ok}\label{wxcdaudiolinuxo
[all...]
H A Dcdaudwin.tex7 \section{\class{wxCDAudioWin}}\label{wxcdaudiowin}
28 \membersection{wxCDAudioWin::wxCDAudioWin}\label{wxcdaudiowinwxcdaudiowin}
35 \membersection{wxCDAudioWin::\destruct{wxCDAudioWin}}\label{wxcdaudiowindtor}
40 \membersection{wxCDAudioWin::Play}\label{wxcdaudiowinplay}
45 \membersection{wxCDAudioWin::Pause}\label{wxcdaudiowinpause}
50 \membersection{wxCDAudioWin::Resume}\label{wxcdaudiowinresume}
55 \membersection{wxCDAudioWin::GetStatus}\label{wxcdaudiowingetstatus}
60 \membersection{wxCDAudioWin::GetTime}\label{wxcdaudiowingettime}
65 \membersection{wxCDAudioWin::GetToc}\label{wxcdaudiowingettoc}
70 \membersection{wxCDAudioWin::Ok}\label{wxcdaudiowino
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h87 #define SYM_GEN_A(s, label) s label;
88 #define SYM_GEN_B(s, label) s label;
89 #define SYM_GEN_Z(s, label) s label;
165 #define SCRIPTA_BA(np, label) (np->fwa_bas.label)
166 #define SCRIPTB_BA(np, label) (np->fwb_bas.label)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink-x86.pl16 &lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
19 &call (&label("OPENSSL_Uplink"));
31 &data_word(&label("_\$lazy${i}"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dkssl_lcl.h72 void print_krb5_data(char *label, krb5_data *kdata);
73 void print_krb5_authdata(char *label, krb5_authdata **adata);
74 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl_lcl.h71 void print_krb5_data(char *label, krb5_data *kdata);
72 void print_krb5_authdata(char *label, krb5_authdata **adata);
73 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl_lcl.h72 void print_krb5_data(char *label, krb5_data *kdata);
73 void print_krb5_authdata(char *label, krb5_authdata **adata);
74 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbackoff.h14 #define BACKOFF_SPIN(reg, tmp, label) \
20 bg,pn %xcc, label; \
22 ba,pt %xcc, label; \
32 #define BACKOFF_SPIN(reg, tmp, label)

Completed in 216 milliseconds

1234567891011>>