HomeSort by: relevance | last modified time | path
    Searched defs:talloc (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/m68k/
code.c 36 #define talloc p1alloc macro
212 l = talloc();
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
code.c 36 #define talloc p1alloc macro
178 l = talloc();
  /src/external/lgpl3/gmp/dist/mpn/generic/
gcd.c 82 mp_size_t talloc; local
96 talloc = MPN_GCD_SUBDIV_STEP_ITCH(n);
100 if (scratch > talloc)
101 talloc = scratch;
125 if (scratch > talloc)
126 talloc = scratch;
130 tp = TMP_ALLOC_LIMBS(talloc);
gcdext.c 201 mp_size_t talloc; local
223 talloc = MPN_GCDEXT_LEHMER_N_ITCH(n);
227 if (scratch > talloc)
228 talloc = scratch;
244 if (scratch > talloc)
245 talloc = scratch;
252 if (scratch > talloc)
253 talloc = scratch;
256 talloc += 2*(n+1);
259 tp = TMP_ALLOC_LIMBS(talloc);
    [all...]
  /src/external/lgpl3/gmp/dist/mpz/
n_pow_ui.c 150 /* ralloc and talloc are only wanted for ASSERTs, after the initial space
158 ASSERT_CODE (MP_SIZE_T_SWAP (ralloc, talloc)); \
413 mp_size_t talloc; local
423 talloc = ralloc;
426 talloc /= 2;
429 talloc /= 2;
431 TRACE (printf ("talloc %ld\n", talloc));
432 tp = TMP_ALLOC_LIMBS (talloc);
461 TRACE (printf ("mul_2 loop i=%d e=0x%lX, rsize=%ld ralloc=%ld talloc=%ld\n"
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-mul.c 150 mp_size_t talloc; local
162 talloc = usize + vsize;
167 wp = __GMP_ALLOCATE_FUNC_LIMBS (talloc);
179 __GMP_FREE_FUNC_LIMBS (wp, talloc);
  /src/external/bsd/pcc/dist/pcc/arch/i386/
code.c 38 #define talloc p1alloc macro
531 l = talloc();
549 l = talloc();
  /src/external/bsd/pcc/dist/pcc/arch/mips/
local.c 42 #define talloc p1alloc macro
  /src/external/bsd/pcc/dist/pcc/arch/vax/
code.c 44 #define talloc p1alloc macro
378 l = talloc();
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
local.c 38 #define talloc p1alloc macro
930 NODE *p = talloc();
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
putscj.c 1356 talloc()
1354 talloc() function
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 334 talloc(void) function
367 q = talloc();
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 278 int talloc; /* Number of tokens currently allocated. */ member in struct:dfa
  /src/external/gpl2/grep/dist/src/
dfa.h 297 int talloc; /* Number of tokens currently allocated. */ member in struct:dfa
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 709 #define talloc(T) tnalloc(T,1) macro
  /src/external/lgpl3/gmp/dist/tests/
refmpn.c 2552 mp_size_t ssize, talloc, tsize, dsize, ret, ilimbs; local
2577 talloc = 2*ssize + 1;
2578 tp = refmpn_malloc_limbs (talloc);
2602 ASSERT (tsize < talloc);

Completed in 44 milliseconds