Searched defs:LABEL (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s57 #define LABEL(s) .memcmp/**/s define
61 LABEL(try1):
63 jae LABEL(1after)
65 LABEL(1): /* 1-byte */
68 jz LABEL(exit)
70 LABEL(1loop):
74 jnz LABEL(exit)
81 jnz LABEL(1loop)
83 LABEL(exit):
89 LABEL(
[all...]
H A Dstrlen.s34 #define LABEL(s) .strlen/**/s define
45 jz LABEL(align16_loop) /* string is 16 byte aligned */
52 LABEL(unalign16):
61 jnz LABEL(exit)
66 LABEL(align16_loop): /* 16 byte aligned */
72 jnz LABEL(exit) /* found a null */
78 jnz LABEL(exit)
84 jnz LABEL(exit)
90 jz LABEL(align16_loop)
93 LABEL(exi
[all...]
H A Dstrcmp.s34 #define LABEL(s) .strcmp/**/s define
45 jb LABEL(strcmp_exitz); \
47 je LABEL(strcmp_exitz); \
59 je LABEL(strcmp_exitz)
69 ja LABEL(crosscache) /* rsi: 16-byte load will cross cache line */
71 ja LABEL(crosscache) /* rdi: 16-byte load will cross cache line */
82 jnz LABEL(less16bytes) /* If not, found mismatch or null char */
85 jbe LABEL(strcmp_exitz) /* finish comparision */
96 LABEL(crosscache):
104 je LABEL(ashr_
[all...]
H A Dstrcpy.s33 #define LABEL(s) .strcpy/**/s define
38 jz LABEL(strncpy_exitz)
55 jnz LABEL(less16bytes) /* null char found in first 16 bytes examined */
62 jle LABEL(less16bytes)
68 jz LABEL(ashr_0) /* src and dest are both 16 byte aligned */
76 jnz LABEL(less32bytes) /* null char found in first 32 bytes examined */
83 jbe LABEL(less32bytes_strncpy_truncation)
125 jz LABEL(ashr_0)
137 lea LABEL(unaligned_table)(%rip), %r11
147 LABEL(ashr_
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_debug.h35 #define LABEL "RDS" macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_debug.h32 #define LABEL "RDSV3" macro
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c40 #define LABEL FRUNAME "#%d" macro
41 #define IOBDFRU "hc:///component=" LABEL
209 (void) snprintf(label, sizeof (label), LABEL, inst);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h85 #define LABEL 1 macro
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h118 LABEL, /* : */ enumerator in enum:e_args
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c44 #define LABEL 1 macro
464 if (str_type == LABEL) {
482 if (str_type == LABEL)
515 label, LABEL);
572 clean_label = chip_cleanup_smbios_str(mod, buf, LABEL);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c71 #define LABEL "RDS" macro
206 dprint(2, ("%s: Reopen is not supported: %p", LABEL, q->q_ptr));
212 dprint(2, ("%s: rds_create failed", LABEL));
298 dprint(2, ("%s: rds_fanout failed: (0x%x 0x%x %d %d)", LABEL,
309 dprint(2, ("%s: allocb failed", LABEL));
756 dprint(2, ("%s: socket is not bound to a port", LABEL));
764 dprint(2, ("%s: No message to send", LABEL));
806 dprint(2, ("%s: rds_sendmsg returned %d", LABEL, ret));

Completed in 77 milliseconds