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

/osnet-11/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...]
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c39 #define LABEL FRUNAME "#%d" macro
40 #define IOBDFRU "hc:///component=" LABEL
208 (void) snprintf(label, sizeof (label), LABEL, inst);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_impl.h85 #define LABEL 1 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.h11 #define LABEL 266 macro
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c44 #define LABEL 1 macro
461 if (str_type == LABEL) {
479 if (str_type == LABEL)
512 label, LABEL);
569 clean_label = chip_cleanup_smbios_str(mod, buf, LABEL);

Completed in 68 milliseconds