Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 - 23 of 23) sorted by relevance

/third_party/popt/src/
H A Dsystem.h23 void * xcalloc (size_t nmemb, size_t size);
46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) macro
51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) macro
/third_party/elfutils/lib/
H A Dlibeu.h36 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
H A Dxmalloc.c54 xcalloc (size_t n, size_t s) in xcalloc() function
H A Dfixedsizehash.h111 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dtre-mem.c62 mem = xcalloc(1, sizeof(*mem)); in tre_mem_new_impl()
H A Dtre.h229 #define xcalloc calloc macro
H A Dregcomp.c2743 tnfa = xcalloc(1, sizeof(tre_tnfa_t)); in regcomp()
2770 tnfa->minimal_tags = xcalloc((unsigned)tnfa->num_tags * 2 + 1, in regcomp()
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp()
2849 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t)); in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre-mem.c62 mem = xcalloc(1, sizeof(*mem)); in tre_mem_new_impl()
H A Dtre.h230 #define xcalloc calloc macro
H A Dregcomp.c2744 tnfa = xcalloc(1, sizeof(tre_tnfa_t)); in regcomp()
2771 tnfa->minimal_tags = xcalloc((unsigned)tnfa->num_tags * 2 + 1, in regcomp()
2776 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2830 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp()
2850 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t)); in regcomp()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dtre-mem.c62 mem = xcalloc(1, sizeof(*mem)); in tre_mem_new_impl()
H A Dtre.h229 #define xcalloc calloc macro
H A Dregcomp.c2743 tnfa = xcalloc(1, sizeof(tre_tnfa_t)); in regcomp()
2770 tnfa->minimal_tags = xcalloc((unsigned)tnfa->num_tags * 2 + 1, in regcomp()
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp()
2849 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t)); in regcomp()
/third_party/musl/src/regex/
H A Dtre-mem.c62 mem = xcalloc(1, sizeof(*mem)); in tre_mem_new_impl()
H A Dtre.h228 #define xcalloc calloc macro
H A Dregcomp.c2743 tnfa = xcalloc(1, sizeof(tre_tnfa_t)); in regcomp()
2770 tnfa->minimal_tags = xcalloc((unsigned)tnfa->num_tags * 2 + 1, in regcomp()
2775 submatch_data = xcalloc((unsigned)parse_ctx.submatch_id, in regcomp()
2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp()
2849 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t)); in regcomp()
/third_party/elfutils/libelf/
H A Dnlist.c53 #define xcalloc(n, m) calloc (n, m) macro
/third_party/elfutils/src/
H A Delfcompress.c366 sections = xcalloc (shnum / 8 + 1, sizeof (unsigned int)); in process_file()
538 scnnames = xcalloc (shnum, sizeof (char *)); in process_file()
H A Dstrip.c1203 shdr_info = xcalloc (shnum + 2, sizeof (struct shdr_info)); in handle_elf()
1811 debuglink_buf = xcalloc (1, shdr_info[cnt].data->d_size); in handle_elf()
1981 = xcalloc (shdr_info[cnt].data->d_size / elsize, in handle_elf()
H A Dunstrip.c523 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs()
576 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]); in adjust_relocs()
H A Delflint.c2196 collected = { .p32 = xcalloc (bitmask_words, sizeof (Elf32_Word)) }; in check_gnu_hash()
3707 scnref = xcalloc (shnum, sizeof (int)); in check_sections()
3746 int *segment_flags = xcalloc (phnum, sizeof segment_flags[0]); in check_sections()
H A Dreadelf.c3238 uint32_t *counts = xcalloc (maxlength + 1, sizeof (uint32_t)); in print_hash_info()
3340 uint32_t *lengths = xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash()
3406 uint32_t *lengths = xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64()
3484 lengths = xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash()
/third_party/elfutils/libcpu/
H A Di386_parse.y296 struct instruction *newp = xcalloc (sizeof (*newp),

Completed in 50 milliseconds