HomeSort by: relevance | last modified time | path
    Searched refs:_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
x86_64cpuid.pl 499 .globl OPENSSL_ia32_${rdop}_bytes
500 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
502 OPENSSL_ia32_${rdop}_bytes:
507 je .Ldone_${rdop}_bytes
510 .Loop_${rdop}_bytes:
512 jc .Lbreak_${rdop}_bytes
514 jnz .Loop_${rdop}_bytes
515 jmp .Ldone_${rdop}_bytes
518 .Lbreak_${rdop}_bytes:
520 jb .Ltail_${rdop}_bytes
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
x86_64cpuid.pl 473 .globl OPENSSL_ia32_${rdop}_bytes
474 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
476 OPENSSL_ia32_${rdop}_bytes:
481 je .Ldone_${rdop}_bytes
484 .Loop_${rdop}_bytes:
486 jc .Lbreak_${rdop}_bytes
488 jnz .Loop_${rdop}_bytes
489 jmp .Ldone_${rdop}_bytes
492 .Lbreak_${rdop}_bytes:
494 jb .Ltail_${rdop}_bytes
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/
x86_64cpuid.pl 463 .globl OPENSSL_ia32_${rdop}_bytes
464 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
466 OPENSSL_ia32_${rdop}_bytes:
470 je .Ldone_${rdop}_bytes
473 .Loop_${rdop}_bytes:
475 jc .Lbreak_${rdop}_bytes
477 jnz .Loop_${rdop}_bytes
478 jmp .Ldone_${rdop}_bytes
481 .Lbreak_${rdop}_bytes:
483 jb .Ltail_${rdop}_bytes
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 1420 private ubyte[] _bytes;
1425 this._bytes = bytes;
1431 return offset == _bytes.length;
1437 if (nextOffset > _bytes.length) nextOffset = _bytes.length;
1438 return _bytes[offset .. nextOffset];
1444 if (offset > _bytes.length) offset = _bytes.length;

Completed in 116 milliseconds