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

  /src/lib/libc/stdlib/
strfmon.c 96 *--bufend = *(avalue + avalue_size + padded); \
539 int padded; local
595 padded = 0;
596 while (avalue[padded] == ' ') {
597 padded++;
603 memcpy(bufend, avalue + avalue_size + padded - right_prec,
634 padded -= groups;
637 memcpy(bufend, avalue + padded, (size_t) avalue_size);
639 padded -= (int)decimal_point_size;
643 if (padded > 0)
    [all...]
  /src/share/examples/asm/hello/
powerpc.s 41 .ascii "NetBSD\0\0" # The OS name, padded to 8 bytes.
  /src/external/bsd/tcpdump/dist/
print-domain.c 319 u_char padded[32]; local
355 memset(padded, 0, sizeof(padded));
356 memcpy(padded, cp, data_len - 4);
360 ND_PRINT("%s/%d/%d", addrtostr(padded, addr, INET_ADDRSTRLEN),
363 ND_PRINT("%s/%d/%d", addrtostr6(padded, addr, INET6_ADDRSTRLEN),
  /src/external/gpl3/gdb/dist/gdb/
h8300-tdep.c 566 Each argument, whether scalar or aggregate, is padded to occupy a
567 whole number of words. Arguments smaller than a word are padded at
568 the most significant end; those larger than a word are padded at
655 std::vector<gdb_byte> padded (padded_len);
657 memcpy ((len < wordsize ? padded.data () + padded_len - len
658 : padded.data ()),
669 write_memory (sp + stack_offset, padded.data (), padded_len);
687 = extract_unsigned_integer (&padded[offset],
696 write_memory (sp + stack_offset, padded.data (), padded_len);
  /src/external/gpl3/gdb.old/dist/gdb/
h8300-tdep.c 566 Each argument, whether scalar or aggregate, is padded to occupy a
567 whole number of words. Arguments smaller than a word are padded at
568 the most significant end; those larger than a word are padded at
655 std::vector<gdb_byte> padded (padded_len);
657 memcpy ((len < wordsize ? padded.data () + padded_len - len
658 : padded.data ()),
669 write_memory (sp + stack_offset, padded.data (), padded_len);
687 = extract_unsigned_integer (&padded[offset],
696 write_memory (sp + stack_offset, padded.data (), padded_len);
  /src/usr.bin/make/unit-tests/
posix1.mk 133 # Some of these rules are padded with useless extra dependencies just so
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 213 CRYPTO_ALIGN(16) unsigned char padded[16]; local
216 memset(padded, 0, 16);
218 padded[i] = a[i];
220 A = _mm_load_si128((const __m128i *) padded);
  /src/sys/arch/atari/atari/
locore.s 205 movl %d0,%sp@- | and padded SSW
382 clrw %sp@- | padded to longword
680 clrw %sp@- | padded to longword
697 clrw %sp@- | padded to longword
712 clrw %sp@- | padded to longword
  /src/sys/arch/luna68k/stand/boot/
locore.S 319 clrw %sp@- | padded to longword
511 movl %a1@,%sp@- | push padded PS
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 59 * The IV length needs to be zero padded to be a multiple of 16 bytes
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 59 * The IV length needs to be zero padded to be a multiple of 16 bytes
  /src/sys/arch/m68k/m68k/
busaddrerr.s 204 movl %d0,%sp@- | and padded SSW
  /src/sys/arch/amiga/amiga/
locore.s 220 movl %d0,%sp@- | and padded SSW
537 clrw %sp@- | padded to longword
561 clrw %sp@- | padded to longword
  /src/sys/arch/sun3/sun3/
locore.s 235 movl %d0,%sp@- | and padded SSW
  /src/sys/arch/sun3/sun3x/
locore.s 212 movl %d0,%sp@- | and padded SSW
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 227 as a null-terminated string, padded to a 32-bit boundary. Then
241 property value (as a 32-bit value) and then the data itself padded to
  /src/sys/arch/x68k/x68k/
locore.s 671 clrw %sp@- | padded to longword
  /src/external/gpl3/gdb/dist/sim/
configure 17167 array|switch|padded-switch|goto-switch) sim_ppc_decode_mechanism="-T ${enableval}";;
  /src/external/gpl3/gdb.old/dist/sim/
configure 17167 array|switch|padded-switch|goto-switch) sim_ppc_decode_mechanism="-T ${enableval}";;

Completed in 60 milliseconds