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

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
block.c 160 unsigned int anum, unsigned int index, block *bp)
164 if (anum >= vol->mdb.drNmAlBlks)
169 else if (vol->vbm && ! BMTST(vol->vbm, anum))
175 return b_readlb(vol, vol->mdb.drAlBlSt + anum * vol->lpa + index, bp);
183 unsigned int anum, unsigned int index, block *bp)
187 if (anum >= vol->mdb.drNmAlBlks)
192 else if (vol->vbm && ! BMTST(vol->vbm, anum))
204 return b_writelb(vol, vol->mdb.drAlBlSt + anum * vol->lpa + index, bp);
  /src/lib/libc/net/
sethostent.c 158 size_t len, anum, num, i; local
179 anum = 0; /* XXX: gcc */
206 for (anum = 0; hp->h_aliases[anum]; anum++) {
207 if (anum >= __arraycount(aliases))
209 HENT_SCOPY(aliases[anum], hp->h_aliases[anum],
238 HENT_ARRAY(hp->h_aliases, anum, ptr, len);
248 for (i = 0; i < anum; i++
    [all...]
hostent.h 79 #define HENT_ARRAY(dst, anum, ptr, len) \
81 size_t _len = (anum + 1) * sizeof(*dst); \
gethnamaddr.c 746 size_t anum; local
815 anum = (size_t)(q - aliases);
816 HENT_ARRAY(hent->h_aliases, anum, buf, buflen);
822 for (size_t i = 0; i < anum; i++)
824 hent->h_aliases[anum] = NULL;
1112 size_t len, anum, i; local
1205 anum = (size_t)(q - aliases);
1207 HENT_ARRAY(hp->h_aliases, anum, ptr, len);
1216 for (i = 0; i < anum; i++)
1218 hp->h_aliases[anum] = NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
rsa_sup_mul.c 327 static ossl_inline size_t mod_limb_numb(size_t anum, size_t modnum)
329 return (anum + modnum) * 3;
334 * size of a is defined by anum, size of ret and mod is modnum,
337 static void mod(limb_t *ret, limb_t *a, size_t anum, limb_t *mod,
344 memset(tmp, 0, mod_limb_numb(anum, modnum) * LIMB_BYTE_SIZE);
347 modtmp = &tmp[anum + modnum];
348 rettmp = &tmp[(anum + modnum) * 2];
350 for (i = modnum; i <modnum + anum; i++)
356 for (i = 0; i < anum * LIMB_BIT_SIZE; i++) {
357 rshift1(modtmp, anum + modnum)
    [all...]
  /src/external/mpl/dhcp/dist/includes/
t_api.h 75 t_assert(const char *component, int anum, int class, const char *what, ...)
  /src/distrib/utils/libhack/
gethost.c 142 size_t llen, anum; local
215 anum = (size_t)(q - aliases);
216 HENT_ARRAY(hent->h_aliases, anum, buf, buflen);
222 for (size_t i = 0; i < anum; i++)
224 hent->h_aliases[anum] = NULL;
  /src/external/bsd/openldap/dist/servers/slapd/
value.c 710 int i, j, k, anum, vnum; local
725 anum = a->a_numvals;
727 new = ch_malloc( (anum+vnum+1) * sizeof(struct berval));
743 nnew = ch_malloc( (anum+vnum+1) * sizeof(struct berval));
747 if ( anum ) {
748 AC_MEMCPY( new, a->a_vals, anum * sizeof(struct berval));
750 AC_MEMCPY( nnew, a->a_nvals, anum * sizeof(struct berval));
768 if ( k > anum ) k = -1;
774 ber_dupbv( new+anum, vals+i );
775 if ( nnew ) ber_dupbv( nnew+anum, nvals+i )
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
evp_asn1.c 63 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum,
69 *num = anum;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
evp_asn1.c 64 * This function copies 'anum' to 'num' and the data of 'oct' to 'data'.
69 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum,
75 *num = anum;
  /src/external/bsd/flex/dist/src/
nfa.c 99 int sym, tsp1, tsp2, anum, ns; local
119 anum = accptnum[ns];
123 if (anum != NIL)
124 fprintf (stderr, " [%d]", anum);
gen.c 264 int anum = dfaacc[i].dfaacc_state; local
269 nxt[offset - 1] = anum; /* action number */
385 int anum = dfaacc[i].dfaacc_state; local
390 nxt[offset - 1] = anum; /* action number */
667 int anum = dfaacc[i].dfaacc_state; local
669 tdata[i] = anum;
671 if (trace && anum)
673 i, anum);
696 int anum = dfaacc[i].dfaacc_state; local
698 mkdata (anum);
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_parse.c 1287 union aml_object anum; local
1298 anum.type = aml_t_num;
1467 anum.num.number = 0xffffffff;
1468 env->tempobject.num = anum.num;
1484 anum.num.number = 0;
1485 env->tempobject.num = anum.num;
1546 anum.num.number = operation (num1); \
1549 aml_store_to_name(env, &anum, destname1); \
1550 env->tempobject.num = anum.num; \
1681 anum.num.number = ope2(num1 oparation num2);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 234 static int32_t anum, aind = 0; variable
520 anum = aind = bnum = bind = 0;
1052 if (aind < anum) {
1053 if ((aind + 1) < anum)
1058 anum = DO_STDIO_READ(ifd1, aq, UARTBUF);
1060 if (anum > 0) {
1062 if ((aind + 1) < anum)
1118 if (aind < anum) {
1122 anum = DO_STDIO_READ(ifd1, aq, UARTBUF);
1124 if (anum > 0)
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 234 static int32_t anum, aind = 0; variable
520 anum = aind = bnum = bind = 0;
1052 if (aind < anum) {
1053 if ((aind + 1) < anum)
1058 anum = DO_STDIO_READ(ifd1, aq, UARTBUF);
1060 if (anum > 0) {
1062 if ((aind + 1) < anum)
1118 if (aind < anum) {
1122 anum = DO_STDIO_READ(ifd1, aq, UARTBUF);
1124 if (anum > 0)
    [all...]
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 167 int anum = 0; local
401 && ( anum < MAXREQS )) {
402 afiles[anum++] = get_file_name( dirname, file->d_name );
428 if ( !sfile && !rfile && !nfile && !mfile && !bfile && !anum ) {
857 if ( j < anum ) {
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 782 int anum; local
784 while (this->list.to_visit.iterate (this->curr_idx, &anum))
786 class loop *loop = get_loop (this->list.fn, anum);
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h 774 int anum; local
776 while (this->list.to_visit.iterate (this->curr_idx, &anum))
778 class loop *loop = get_loop (this->list.fn, anum);
  /src/external/mpl/dhcp/dist/tests/
t_api.c 395 t_assert(const char *component, int anum, int class, const char *what, ...) {
398 (void)printf("T:%s:%d:%s\n", component, anum, class == T_REQUIRED ?
  /src/sys/kern/
kern_sysctl.c 727 int error, ni, at, nm, type, nsz, sz, flags, anum, v; local
734 anum = -1;
918 anum = nnode.sysctl_alias;
919 if (anum < 0)
1195 node->sysctl_alias = anum;
  /src/sbin/fsck_udf/
main.c 1207 udf_find_anchor(int anum)
1216 location = layout.anchors[anum];
1253 context.anchors[anum] = calloc(1, context.sector_size);
1254 memcpy(context.anchors[anum], avdp, context.sector_size);

Completed in 41 milliseconds