| /src/games/larn/ |
| action.c | 167 long amt; local 175 amt = readnum((long) c[GOLD]); 176 if (amt < 0 || c[GOLD] < amt) { 180 c[GOLD] -= amt; 181 if (amt < c[GOLD] / 10 || amt < rnd(50)) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff-go32.c | 75 const bfd_size_type amt = sizeof (coff_data_type); local 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt);
|
| archive64.c | 49 bfd_size_type amt; local 100 amt = carsym_size + stringsize + 1; 106 /* Catch overflow in amt expression. */ 107 || amt <= carsym_size 108 || amt <= stringsize) 113 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
|
| elfcore.h | 93 bfd_size_type amt; local 226 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; 227 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt); 308 size_t amt; local 358 if (_bfd_mul_overflow (i_ehdr.e_phnum, sizeof (*i_phdr), &amt)) 363 i_phdr = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
|
| lynx-core.c | 97 size_t amt; local 108 amt = sizeof pss; 109 if (bfd_read (&pss, amt, abfd) != amt) 117 amt = sizeof (struct lynx_core_struct); 118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
|
| osf-core.c | 80 size_t amt; local 82 amt = sizeof core_header; 83 val = bfd_read (& core_header, amt, abfd); 104 amt = sizeof core_scnhdr; 105 val = bfd_read (& core_scnhdr, amt, abfd);
|
| reloc16.c | 196 bfd_size_type amt; local 200 amt = reloc_count + 1; 201 amt *= sizeof (unsigned); 202 shrinks = (unsigned *) bfd_zmalloc (amt);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff-go32.c | 75 const bfd_size_type amt = sizeof (coff_data_type); local 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt);
|
| archive64.c | 49 bfd_size_type amt; local 100 amt = carsym_size + stringsize + 1; 106 /* Catch overflow in amt expression. */ 107 || amt <= carsym_size 108 || amt <= stringsize) 113 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
|
| elfcore.h | 94 bfd_size_type amt; local 229 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; 230 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt); 311 size_t amt; local 361 if (_bfd_mul_overflow (i_ehdr.e_phnum, sizeof (*i_phdr), &amt)) 366 i_phdr = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
|
| lynx-core.c | 97 size_t amt; local 108 amt = sizeof pss; 109 if (bfd_read (&pss, amt, abfd) != amt) 117 amt = sizeof (struct lynx_core_struct); 118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
|
| osf-core.c | 80 size_t amt; local 82 amt = sizeof core_header; 83 val = bfd_read (& core_header, amt, abfd); 104 amt = sizeof core_scnhdr; 105 val = bfd_read (& core_scnhdr, amt, abfd);
|
| reloc16.c | 196 bfd_size_type amt; local 200 amt = reloc_count + 1; 201 amt *= sizeof (unsigned); 202 shrinks = (unsigned *) bfd_zmalloc (amt);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coff-go32.c | 75 const bfd_size_type amt = sizeof (coff_data_type); local 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt);
|
| archive64.c | 49 bfd_size_type amt; local 100 amt = carsym_size + stringsize + 1; 106 /* Catch overflow in amt expression. */ 107 || amt <= carsym_size 108 || amt <= stringsize) 113 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
|
| elfcore.h | 94 bfd_size_type amt; local 229 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; 230 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt); 311 size_t amt; local 361 if (_bfd_mul_overflow (i_ehdr.e_phnum, sizeof (*i_phdr), &amt)) 366 i_phdr = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
|
| reloc16.c | 196 bfd_size_type amt; local 200 amt = reloc_count + 1; 201 amt *= sizeof (unsigned); 202 shrinks = (unsigned *) bfd_zmalloc (amt);
|
| lynx-core.c | 97 size_t amt; local 108 amt = sizeof pss; 109 if (bfd_read (&pss, amt, abfd) != amt) 117 amt = sizeof (struct lynx_core_struct); 118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
|
| osf-core.c | 80 size_t amt; local 82 amt = sizeof core_header; 83 val = bfd_read (& core_header, amt, abfd); 104 amt = sizeof core_scnhdr; 105 val = bfd_read (& core_scnhdr, amt, abfd);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coff-go32.c | 75 const bfd_size_type amt = sizeof (coff_data_type); local 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt);
|
| archive64.c | 49 bfd_size_type amt; local 100 amt = carsym_size + stringsize + 1; 106 /* Catch overflow in amt expression. */ 107 || amt <= carsym_size 108 || amt <= stringsize) 113 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
|
| elfcore.h | 94 bfd_size_type amt; local 229 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; 230 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt); 311 size_t amt; local 361 if (_bfd_mul_overflow (i_ehdr.e_phnum, sizeof (*i_phdr), &amt)) 366 i_phdr = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
|
| lynx-core.c | 97 size_t amt; local 108 amt = sizeof pss; 109 if (bfd_read (&pss, amt, abfd) != amt) 117 amt = sizeof (struct lynx_core_struct); 118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
|
| osf-core.c | 80 size_t amt; local 82 amt = sizeof core_header; 83 val = bfd_read (& core_header, amt, abfd); 104 amt = sizeof core_scnhdr; 105 val = bfd_read (& core_scnhdr, amt, abfd);
|
| /src/crypto/external/bsd/openssh/dist/ |
| bcrypt_pbkdf.c | 120 size_t i, j, amt, stride; local 132 amt = (keylen + stride - 1) / stride; 163 amt = MIN(amt, keylen); 164 for (i = 0; i < amt; i++) 166 keylen -= amt;
|