| /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;
|
| 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;
|
| 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;
|
| 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;
|
| 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
|
| 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
|
| 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...] |
| 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
|
| 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...] |