Searched refs:LLoopOverBytes (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/i386/string/
H A Dstrcpy.s50 jnz LLoopOverBytes // not aligned, so go do so
67 jmp LLoopOverBytes
76 LLoopOverBytes: label
84 jnz LLoopOverBytes
109 jmp LLoopOverBytes // cross page but keep dest aligned
H A Dstrlcpy.s74 LLoopOverBytes: label
85 jnz LLoopOverBytes
97 jb LLoopOverBytes
122 jmp LLoopOverBytes
H A Dstrncpy.s86 ja LLoopOverBytes // yes, loop over bytes then more chunks
89 jnz LLoopOverBytes // no
100 LLoopOverBytes: label
109 jnz LLoopOverBytes
H A Dstrlcat.s121 LLoopOverBytes: label
132 jnz LLoopOverBytes
144 jb LLoopOverBytes
169 jmp LLoopOverBytes
240 jz LLoopOverBytes // yes, append source
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrncpy.s82 ja LLoopOverBytes // yes, loop over bytes then more chunks
85 jnz LLoopOverBytes // no
96 LLoopOverBytes: label
105 jnz LLoopOverBytes

Completed in 68 milliseconds