Searched refs:LABEL (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/gen/
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 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...]
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 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.h11 #define LABEL 266 macro
H A Dtoke.c3833 TOKEN(LABEL);
/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/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);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_impl.h85 #define LABEL 1 macro
H A Dx86pi_bboard.c115 LABEL);
H A Dx86pi_bay.c500 LABEL);
H A Dx86pi_subr.c658 if (str_type == LABEL) {
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D30_os-prober.in95 LABEL="`echo ${OS} | cut -d ':' -f 3 | tr '^' ' '`"
99 LONGNAME="${LABEL}"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm157 Another problem is that if a subroutine exits using goto(LABEL),
158 last(LABEL) or next(LABEL) then perl may crash or Devel::DProf will die
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5973 % LABEL-title being set to a magic string.
6431 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
6674 % xref label, in the form LABEL-title, which is how we save it in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2156 my($label,$value,$script,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],
2192 my($label,$value,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],TABINDEX],@p);
2220 my($label,$value,$tabindex,@other) = rearrange(['NAME',['VALUE','LABEL'],TABINDEX],@p);
2291 rearrange([NAME,[CHECKED,SELECTED,ON],VALUE,LABEL,LABELATTRIBUTES,
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex6974 % LABEL-title being set to a magic string.
7444 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
7689 % xref label, in the form LABEL-title, which is how we save it in the

Completed in 104 milliseconds