| /src/sys/arch/atari/stand/ahdilabel/ |
| magic.c | 52 struct disklabel *dl = (struct disklabel *)&p[1]; local 56 (u_char *)dl - bblk == 7168) && 57 dl->d_npartitions <= MAXPARTITIONS && 58 dl->d_magic2 == DISKMAGIC && 59 dl->d_magic == DISKMAGIC && 60 dkcksum(dl) == 0) {
|
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| vg_number.c | 32 struct disk_list *dl; local 46 dm_list_iterate_items(dl, &all_pvs) { 47 if (!*dl->pvd.vg_name || !strcmp((char *)dl->pvd.vg_name, candidate_vg)) 50 numbers[dl->vgd.vg_number] = 1;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dlmopen-main.c | 34 int dl; local 54 for (dl = 0; dl < 4; ++dl) 56 fun = dlsym (handle[dl], "inc"); 61 dlclose (handle[dl]);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dlmopen.c | 34 int dl; local 54 for (dl = 0; dl < 4; ++dl) 56 fun = dlsym (handle[dl], "inc"); 61 dlclose (handle[dl]);
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| bsdlabel.c | 56 struct disklabel *dl = (struct disklabel *)&p[1]; local 59 || (u_char *)dl - bblk == 7168 61 && dl->d_npartitions <= MAXPARTITIONS 62 && dl->d_magic2 == DISKMAGIC 63 && dl->d_magic == DISKMAGIC 64 && dkcksum(dl) == 0 66 memcpy(dlp, dl, sizeof(*dlp)); 79 dkcksum(struct disklabel *dl) 83 start = (u_short *)dl; 84 end = (u_short *)&dl->d_partitions[dl->d_npartitions] [all...] |
| /src/external/lgpl3/gmp/dist/mpz/ |
| divegcd.c | 119 mp_limb_t dl = PTR(d)[0]; local 122 if ((dl & 1) == 0) 124 count_trailing_zeros (twos, dl); 125 dl >>= twos; 130 if (dl == 1) 137 if (dl == 3) 144 if (dl == 5) 151 mpz_divexact_limb (q, a, dl);
|
| tdiv_q.c | 39 mp_size_t ns, ds, nl, dl; local 46 dl = ABS (ds); 47 ql = nl - dl + 1; 49 if (UNLIKELY (dl == 0)) 67 tp = TMP_ALLOC_LIMBS (dl); 68 MPN_COPY (tp, dp, dl); 81 mpn_div_q (qp, np, nl, dp, dl, tp);
|
| tdiv_r.c | 39 mp_size_t ns, nl, dl; local 45 dl = ABSIZ (den); 46 ql = nl - dl + 1; 48 if (UNLIKELY (dl == 0)) 63 rp = MPZ_REALLOC (rem, dl); 78 tp = TMP_ALLOC_LIMBS (dl); 79 MPN_COPY (tp, dp, dl); 91 mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl); 93 MPN_NORMALIZE (rp, dl); 95 SIZ (rem) = ns >= 0 ? dl : -dl [all...] |
| tdiv_qr.c | 40 mp_size_t ns, ds, nl, dl; local 47 dl = ABS (ds); 48 ql = nl - dl + 1; 50 if (UNLIKELY (dl == 0)) 53 rp = MPZ_REALLOC (rem, dl); 84 tp = TMP_ALLOC_LIMBS (dl); 85 MPN_COPY (tp, dp, dl); 98 mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl); 101 MPN_NORMALIZE (rp, dl); 104 SIZ (rem) = ns >= 0 ? dl : -dl [all...] |
| /src/lib/libcrypt/ |
| crypt-sha1.c | 121 int dl; local 157 dl = snprintf(passwd, sizeof (passwd), "%.*s%s%u", 162 __hmac_sha1((unsigned char *)passwd, dl, pwu, pl, hmac_buf);
|
| /src/usr.sbin/mopd/mopchk/ |
| mopchk.c | 64 struct dllist dl; local 117 dl.ldfd = open(filename, O_RDONLY, 0); 118 if (dl.ldfd == -1) 121 if ((error = CheckElfFile(dl.ldfd)) == 0) { 122 if (GetElfFileInfo(&dl) < 0) { 126 } else if ((error = CheckAOutFile(dl.ldfd)) == 0) { 127 if (GetAOutFileInfo(&dl) < 0) { 131 } else if ((error = CheckMopFile(dl.ldfd)) == 0) { 132 if (GetMopFileInfo(&dl) < 0) { 138 (void) close(dl.ldfd) [all...] |
| /src/usr.sbin/mopd/mopcopy/ |
| mopcopy.c | 103 struct dllist dl; local 111 dl.ldfd = open (argv[1], O_RDONLY); 112 if (dl.ldfd == -1) 115 if (GetFileInfo(&dl) == -1) 118 switch (dl.image_type) { 125 if (dl.e_machine != EM_VAX) 127 "(machine=%d)\n", argv[1], dl.e_machine); 128 for (i = 0, j = 0; j < dl.e_nsec; j++) 129 i += dl.e_sections[j].s_fsize + dl.e_sections[j].s_pad [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXFrameLowering.cpp | 41 DebugLoc dl = DebugLoc(); local 55 MI = BuildMI(MBB, MI, dl, 60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode),
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| mode1o.c | 154 mp_limb_t dl = LOW32 (d); local 165 umul_ppmm_lowequal (h, q, d, dh, dl, l); 189 umul_ppmm_lowequal (h, q, d, dh, dl, l);
|
| /src/sys/arch/atari/stand/libsa/ |
| diskio.c | 55 struct disklabel *dl = label; local 56 struct partition *pd = &dl->d_partitions[root]; 58 if (dl->d_magic != DISKMAGIC || dl->d_magic2 != DISKMAGIC 59 || dl->d_npartitions > MAXPARTITIONS || dkcksum(dl) != 0) { 64 if (root >= dl->d_npartitions
|
| /src/sys/arch/atari/stand/tostools/file2swp/ |
| file2swp.c | 155 struct disklabel dl; local 158 err = bsd_getlabel(dd, &dl, offset); 164 if (dl.d_partitions[1].p_size > 0) { 165 *start = dl.d_partitions[1].p_offset; 166 *end = *start + dl.d_partitions[1].p_size-1;
|
| /src/sys/arch/hppa/hppa/ |
| disksubr.c | 280 struct disklabel dl; local 294 dl = *lp; 295 msg = readliflabel(bp, strat, &dl, &cdl, &partoff, &cyl, 0);
|
| /src/sys/dev/ic/ |
| msm6258.c | 73 short dl, c; local 78 dl = adpcm_estim[estim]; 79 c = (df / 16) * 8 / dl; 90 mc->mc_amp += (short)(adpcm_estimindex[(int)s] * dl);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_msvc.h | 193 mov dl, xchgv local 194 lock cmpxchg [ecx], dl
|
| /src/usr.bin/mail/ |
| head.c | 151 size_t dl = strlen(date); local 157 if (dl < cmatch_minlen) 161 if (dl == cmdp->tlen && cmatch(date, cmdp->tdata))
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_msvc.h | 183 mov dl, xchgv local 184 lock cmpxchg [ecx], dl
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_msvc.h | 183 mov dl, xchgv local 184 lock cmpxchg [ecx], dl
|
| /src/external/mpl/dhcp/dist/common/ |
| resolv.c | 48 struct domain_search_list *dp, *dl, *nd; local 157 dl = (struct domain_search_list *)0; 161 if (dl) 162 dl -> next = dp -> next; 167 dl = dp;
|
| /src/lib/libc/net/ |
| getifaddrs.c | 112 const struct sockaddr_dl *dl; local 116 dl = (struct sockaddr_dl *)(void *)(ifm + 1); 117 dcnt += SA_RLEN((const struct sockaddr *)(const void *)dl) + 120 ncnt += dl->sdl_nlen + 1; 192 const struct sockaddr_dl *dl; local 195 dl = (struct sockaddr_dl *)(void *)(ifm + 1); 201 memcpy(names, dl->sdl_data, 202 (size_t)dl->sdl_nlen); 203 names[dl->sdl_nlen] = 0; 204 names += dl->sdl_nlen + 1 [all...] |
| /src/sys/arch/acorn32/stand/lib/ |
| riscosdisk.c | 64 struct disklabel dl; local 91 err = getdisklabel_acorn(f, &dl); 96 if (partition >= dl.d_npartitions || 97 dl.d_partitions[partition].p_size == 0) { 101 rd->boff = dl.d_partitions[partition].p_offset;
|