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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 720 uInt bufl[MULOPLEN]; /* left coefficient (base-billion) */ local
742 /* numbers in uInt arrays (bufl and bufr, LSD at offset 0) of the */
744 GETCOEFFBILL(dfl, bufl);
748 for (ui=bufl+MULOPLEN-1; ui>=bufl; ui--) printf(" %08lx", (LI)*ui);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
892 for (uj=bufl;; uj++, pa++) { /* over each item in lhs */
897 if (uj==bufl+MULOPLEN-1) break;
1755 uByte bufl[DECPMAX+4]; /* for LHS coefficient + foot * local
3628 uByte bufl[DECPMAX*2+QUAD*2+4]; \/* for LHS coefficient + padding *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 720 uInt bufl[MULOPLEN]; /* left coefficient (base-billion) */ local
742 /* numbers in uInt arrays (bufl and bufr, LSD at offset 0) of the */
744 GETCOEFFBILL(dfl, bufl);
748 for (ui=bufl+MULOPLEN-1; ui>=bufl; ui--) printf(" %08lx", (LI)*ui);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
892 for (uj=bufl;; uj++, pa++) { /* over each item in lhs */
897 if (uj==bufl+MULOPLEN-1) break;
1755 uByte bufl[DECPMAX+4]; /* for LHS coefficient + foot * local
3628 uByte bufl[DECPMAX*2+QUAD*2+4]; \/* for LHS coefficient + padding *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 720 uInt bufl[MULOPLEN]; /* left coefficient (base-billion) */ local
742 /* numbers in uInt arrays (bufl and bufr, LSD at offset 0) of the */
744 GETCOEFFBILL(dfl, bufl);
748 for (ui=bufl+MULOPLEN-1; ui>=bufl; ui--) printf(" %08lx", (LI)*ui);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
892 for (uj=bufl;; uj++, pa++) { /* over each item in lhs */
897 if (uj==bufl+MULOPLEN-1) break;
1755 uByte bufl[DECPMAX+4]; /* for LHS coefficient + foot * local
3628 uByte bufl[DECPMAX*2+QUAD*2+4]; \/* for LHS coefficient + padding *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 720 uInt bufl[MULOPLEN]; /* left coefficient (base-billion) */ local
742 /* numbers in uInt arrays (bufl and bufr, LSD at offset 0) of the */
744 GETCOEFFBILL(dfl, bufl);
748 for (ui=bufl+MULOPLEN-1; ui>=bufl; ui--) printf(" %08lx", (LI)*ui);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
892 for (uj=bufl;; uj++, pa++) { /* over each item in lhs */
897 if (uj==bufl+MULOPLEN-1) break;
1755 uByte bufl[DECPMAX+4]; /* for LHS coefficient + foot * local
3628 uByte bufl[DECPMAX*2+QUAD*2+4]; \/* for LHS coefficient + padding *\/ local
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
if-bsd.c 969 size_t bufl; local
974 if (if_sysctl(ctx, mib, __arraycount(mib), NULL, &bufl, NULL, 0) == -1)
976 if (bufl == 0) {
980 if ((p = realloc(buf, bufl)) == NULL)
983 if (if_sysctl(ctx, mib, __arraycount(mib), buf, &bufl, NULL, 0) == -1)
990 end = buf + bufl;
  /src/sys/dev/
midi.c 1089 u_char **bufl)
1106 buf_lim = *bufl;
1147 *bufl = buf_lim;

Completed in 64 milliseconds