| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-powerpc.c | 52 zeros (if CODE is FALSE). This is the fill used between input 60 bfd_byte *fill; local 64 fill = bfd_malloc (count); 65 if (fill == NULL) 66 return fill; 73 bfd_byte *p = fill; 83 memset (fill, 0, count); 85 return fill;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-powerpc.c | 52 zeros (if CODE is FALSE). This is the fill used between input 60 bfd_byte *fill; local 64 fill = bfd_malloc (count); 65 if (fill == NULL) 66 return fill; 73 bfd_byte *p = fill; 83 memset (fill, 0, count); 85 return fill;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-powerpc.c | 52 zeros (if CODE is FALSE). This is the fill used between input 60 bfd_byte *fill; local 64 fill = bfd_malloc (count); 65 if (fill == NULL) 66 return fill; 73 bfd_byte *p = fill; 83 memset (fill, 0, count); 85 return fill;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-powerpc.c | 52 zeros (if CODE is FALSE). This is the fill used between input 60 bfd_byte *fill; local 64 fill = bfd_malloc (count); 65 if (fill == NULL) 66 return fill; 73 bfd_byte *p = fill; 83 memset (fill, 0, count); 85 return fill;
|
| /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
| xxboot.ahdi.S | 32 .globl _start, main, fill 195 fill: .space 54 | 510-(fill-start) label
|
| /src/sys/arch/atari/stand/xxboot/fdboot/ |
| fdboot.S | 32 .globl _start, main, fill 218 fill: .space 22 | 510-(fill-start) label
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FormatCommon.h | 23 char Fill; 26 char Fill = ' ') 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} 52 fill(S, PadAmount); 56 fill(S, X); 58 fill(S, PadAmount - X); 62 fill(S, PadAmount); 69 void fill(llvm::raw_ostream &S, uint32_t Count) { function in struct:llvm::FmtAlign 71 S << Fill; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| InstructionPrecedenceTracking.cpp | 47 fill(BB); 65 void InstructionPrecedenceTracking::fill(const BasicBlock *BB) { function in class:InstructionPrecedenceTracking
|
| /src/common/lib/libc/string/ |
| memset2.c | 85 memword_t fill; local 97 * Pad out the fill byte (v) across a memword_t. 101 fill = (unsigned char)c; 102 fill |= fill << 8; 103 fill |= fill << 16; 104 fill |= fill << (sizeof(c) < sizeof(fill) ? 32 : 0) [all...] |
| /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
| sdb00t.ahdi.S | 32 .globl _start, main, fill 185 fill: .space 16 label
|
| /src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
| wdb00t.ahdi.S | 32 .globl _start, main, fill 167 fill: .space 52 label
|
| /src/sys/arch/atari/stand/xxboot/sdboot/ |
| sdboot.S | 32 .globl _start, main, fill 200 fill: .space 24 label
|
| /src/sys/arch/atari/stand/xxboot/wdboot/ |
| wdboot.S | 32 .globl _start, main, fill 190 fill: .space 30 label
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
| blake2b.c | 208 size_t fill; local 218 fill = sizeof(c->buf) - c->buflen; 219 if (datalen > fill) { 221 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ 224 in += fill; 225 datalen -= fill;
|
| blake2s.c | 202 size_t fill; local 212 fill = sizeof(c->buf) - c->buflen; 213 if (datalen > fill) { 215 memcpy(c->buf + c->buflen, in, fill); /* Fill buffer */ 218 in += fill; 219 datalen -= fill;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sizeof.c | 52 fill (void *buf, long sizeof_buf) function 63 fill (&padding_char.p1, sizeof (padding)); 64 fill (&padding_char.v, sizeof (padding_char.v)); 65 fill (&padding_char.p2, sizeof (padding)); 67 fill (&padding_short.p1, sizeof (padding)); 68 fill (&padding_short.v, sizeof (padding_short.v)); 69 fill (&padding_short.p2, sizeof (padding)); 71 fill (&padding_int.p1, sizeof (padding)); 72 fill (&padding_int.v, sizeof (padding_int.v)); 73 fill (&padding_int.p2, sizeof (padding)) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sizeof.c | 52 fill (void *buf, long sizeof_buf) function 63 fill (&padding_char.p1, sizeof (padding)); 64 fill (&padding_char.v, sizeof (padding_char.v)); 65 fill (&padding_char.p2, sizeof (padding)); 67 fill (&padding_short.p1, sizeof (padding)); 68 fill (&padding_short.v, sizeof (padding_short.v)); 69 fill (&padding_short.p2, sizeof (padding)); 71 fill (&padding_int.p1, sizeof (padding)); 72 fill (&padding_int.v, sizeof (padding_int.v)); 73 fill (&padding_int.p2, sizeof (padding)) [all...] |
| /src/common/dist/zlib/contrib/infback9/ |
| inftree9.c | 45 unsigned fill; /* index for replicating entries */ local 139 Create and fill in decoding tables. In this loop, the table being 144 fill the table with replicated entries. 192 next = *table; /* current table to fill in */ 223 fill = 1U << curr; 225 fill -= incr; 226 next[(huff >> drop) + fill] = this; 227 } while (fill != 0); 281 Fill in rest of table for incomplete codes. This loop is similar to the 285 drops back to the root table to fill in any remaining entries there [all...] |
| /src/common/dist/zlib/ |
| inftrees.c | 47 unsigned fill; /* index for replicating entries */ local 147 Create and fill in decoding tables. In this loop, the table being 152 fill the table with replicated entries. 198 next = *table; /* current table to fill in */ 229 fill = 1U << curr; 230 mmin = fill; /* save offset to next table */ 232 fill -= incr; 233 next[(huff >> drop) + fill] = here; 234 } while (fill != 0); 287 /* fill in remaining table entry if code is incomplete (guaranteed to hav [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| blake2b-ref.c | 265 size_t fill = 2 * BLAKE2B_BLOCKBYTES - left; local 267 if (inlen > fill) { 268 memcpy(S->buf + left, in, fill); /* Fill buffer */ 269 S->buflen += fill; 275 in += fill; 276 inlen -= fill; 277 } else /* inlen <= fill */
|
| /src/sys/kern/ |
| subr_hash.c | 193 bool fill, query; local 207 fill = false; 209 fill = true; 236 error = hash->hs_func(&hs, fill);
|
| /src/tests/lib/libc/string/ |
| t_memset.c | 42 static void fill(char *, size_t, char); 70 "%s did not fill a static buffer", 75 "%s did not fill a static buffer", 119 fill(ret, page, 0); 125 fill(ret, page, 'x'); 155 "%s did not fill properly with %zu", 178 "%s did not fill a static buffer", 202 atf_tc_fail("memset(3) did not fill a static buffer"); 249 fill(char *buf, size_t len, char x) function
|
| /src/usr.sbin/mtree/ |
| only.c | 106 fill(char *str) function 117 fill(str); 137 fill(line);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| f_generic.c | 23 unsigned int j = 0, fill = 0; local 34 if (fill < 8 && j < NLIMBS) { 35 buffer |= ((dword_t)red->limb[LIMBPERM(j)]) << fill; 36 fill += LIMB_PLACE_VALUE(LIMBPERM(j)); 40 fill -= 8; 69 unsigned int j = 0, fill = 0; local 77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { 83 buffer |= ((dword_t)sj) << fill; 84 fill += 8; 88 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| f_generic.c | 23 unsigned int j = 0, fill = 0; local 34 if (fill < 8 && j < NLIMBS) { 35 buffer |= ((dword_t) red->limb[LIMBPERM(j)]) << fill; 36 fill += LIMB_PLACE_VALUE(LIMBPERM(j)); 40 fill -= 8; 69 unsigned int j = 0, fill = 0; local 77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { 83 buffer |= ((dword_t) sj) << fill; 84 fill += 8; 89 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)) [all...] |