Searched refs:lab (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Duasm.c454 void __uasminit uasm_build_label(struct uasm_label **lab, u32 *addr, int lid)
456 (*lab)->addr = addr;
457 (*lab)->lab = lid;
458 (*lab)++;
538 (*rel)->lab = lid;
544 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) argument
546 long laddr = (long)lab->addr;
561 uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) argument
565 for (; rel->lab !
582 uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off) argument
591 uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first, u32 *end, u32 *target) argument
[all...]
H A Dtlbex.c1357 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.h75 MyEvtHandler(wxShapeEvtHandler *prev = NULL, wxShape *shape = NULL, const wxString& lab = wxEmptyString):wxShapeEvtHandler(prev, shape)
77 label = lab;
167 DiagramCommand(const wxString& name, int cmd, DiagramDocument *ddoc, const wxString& lab, wxShape *theShape);
H A Ddoc.cpp168 DiagramCommand::DiagramCommand(const wxString& name, int command, DiagramDocument *ddoc, const wxString& lab, wxShape *theShape) argument
183 shapeLabel = lab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duasm.h141 int lab; member in struct:uasm_label
144 void __uasminit uasm_build_label(struct uasm_label **lab, u32 *addr, int lid);
154 static inline void __uasminit uasm_l##lb(struct uasm_label **lab, u32 *addr) \
156 uasm_build_label(lab, addr, label##lb); \
238 int lab; member in struct:uasm_reloc
245 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
247 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
248 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dhead.S539 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab
540 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab
541 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab
542 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab
543 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Ddsputil_bfin.h75 #define PROF(lab,e) { int xx_e = e; char*xx_lab = lab; uint64_t xx_t0 = read_time();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h364 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty
H A Dpvrusb2-hdw.c2975 #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \
2976 if ((hdw)->lab##_dirty || (hdw)->force_dirty) { \
2977 pvr2_subdev_set_control(hdw, id, #lab, (hdw)->lab##_val); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsize.c151 struct disklabel lab;
231 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) {
232 pp = &lab.d_partitions[part];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c82 struct disklabel lab; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_pmeth.c709 unsigned char *lab; local
712 lab = string_to_hex(value, &lablen);
713 if (!lab)
715 ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen);
717 OPENSSL_free(lab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_pmeth.c709 unsigned char *lab; local
712 lab = string_to_hex(value, &lablen);
713 if (!lab)
715 ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen);
717 OPENSSL_free(lab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c1159 char lab[32]; local
1160 len = html_scaled(lab, len);
1179 </table>", (unsigned long)pix, title ? title : "", lab, color, (unsigned long)len * 2);
1185 char lab[32]; local
1201 html_scaled(lab, max);
1210 <td bgcolor='#666666' valign='top'>%s</td>", title ? title : "", (unsigned long)height + 50, (unsigned long)num + 1, (unsigned long)height, (unsigned long)height, lab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c1159 char lab[32]; local
1160 len = html_scaled(lab, len);
1179 </table>", (unsigned long)pix, title ? title : "", lab, color, (unsigned long)len * 2);
1185 char lab[32]; local
1201 html_scaled(lab, max);
1210 <td bgcolor='#666666' valign='top'>%s</td>", title ? title : "", (unsigned long)height + 50, (unsigned long)num + 1, (unsigned long)height, (unsigned long)height, lab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.h224 csEvtHandler(wxShapeEvtHandler *prev = NULL, wxShape *shape = NULL, const wxString& lab = wxEmptyString);
H A Dshapes.cpp61 csEvtHandler::csEvtHandler(wxShapeEvtHandler *prev, wxShape *shape, const wxString& lab): argument
64 m_label = lab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h88 __u8 lab; /* Link Address B */ member in struct:actcapi_dlpd
H A Dcapi.c308 m->msg.select_b2_protocol_req.dlpd.lab = 1;
965 printk(KERN_DEBUG " dlpd.lab = 0x%02x\n", dlpd->lab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm290 maccn MACRO lab
296 je lab
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm290 maccn MACRO lab
296 je lab
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h619 uint32_t lab:1; member in struct:cvmx_pciercx_cfg032::cvmx_pciercx_cfg032_s

Completed in 392 milliseconds