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

  /src/lib/libc/stdlib/
aligned_alloc.c 44 void *memptr; local
63 err = posix_memalign(&memptr, alignment, size);
69 return memptr;
  /src/sys/arch/mips/mips/
in_cksum.c 58 union memptr { union
65 static inline uint32_t fastsum(union memptr, int, unsigned int, int);
77 fastsum(union memptr buf, int n, unsigned int oldsum, int odd_aligned)
252 /*u_short **/ union memptr w;
  /src/sys/arch/evbmips/mipssim/
machdep.c 230 uint32_t *memptr; local
243 memptr = (void *)MIPS_PHYS_TO_KSEG1(addr - sizeof(*memptr));
245 if (badaddr(memptr, sizeof(uint32_t)) < 0)
265 memptr = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
266 addr - sizeof(*memptr));
267 if (badaddr(memptr, sizeof(uint32_t)) < 0)
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 41 void *memptr; member in struct:caf_single_token
44 /* Set when the caf lib has allocated the memory in memptr and is responsible
51 #define MEMTOK(X) ((caf_single_token_t) (X))->memptr
173 single_token->memptr = local;
201 if (single_token->owning_memory && single_token->memptr)
202 free (single_token->memptr);
211 single_token->memptr = NULL;
1569 void *memptr = single_token->memptr; local
1600 (memptr + riter->u.c.caf_token_offset)
2458 void *memptr = single_token->memptr; local
3048 void *memptr = single_token->memptr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 41 void *memptr; member in struct:caf_single_token
44 /* Set when the caf lib has allocated the memory in memptr and is responsible
51 #define MEMTOK(X) ((caf_single_token_t) (X))->memptr
175 single_token->memptr = local;
203 if (single_token->owning_memory && single_token->memptr)
204 free (single_token->memptr);
213 single_token->memptr = NULL;
1572 void *memptr = single_token->memptr; local
1603 (memptr + riter->u.c.caf_token_offset)
2461 void *memptr = single_token->memptr; local
3051 void *memptr = single_token->memptr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 16781 tree memptr;
16785 memptr = build_ptrmemfunc_type (build_pointer_type (method_type));
16786 return cp_build_qualified_type (memptr, cp_type_quals (t),
16780 tree memptr; local

Completed in 42 milliseconds