Home
last modified time | relevance | path

Searched refs:darray_append (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/pbc/pbc-0.5.14/pbc/
H A Doldpbc.c259 darray_append(t->child, c);
272 darray_append(t->child, c);
328 darray_append(res->child, t1);
329 darray_append(res->child, t2);
342 darray_append(t1->child, t);
365 darray_append(t1->child, t2);
377 darray_append(t1->child, t2);
404 darray_append(t1->child, t2);
438 darray_append(res->child, t1);
439 darray_append(res->child, t2);
[all …]
H A Dpbc.c471 darray_append(t->child, id); in tree_new_define()
472 darray_append(t->child, parm); in tree_new_define()
473 darray_append(t->child, body); in tree_new_define()
480 darray_append(t->child, first); in tree_new_list()
487 darray_append(t->child, cond); in tree_new_ternary()
488 darray_append(t->child, t1); in tree_new_ternary()
489 darray_append(t->child, t2); in tree_new_ternary()
512 darray_append(f->child, src); in tree_set_fun()
516 darray_append(f->child, p); in tree_append()
592 darray_append(t->child, l); in tree_new_assign()
[all …]
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/xkbcomp/
H A Dast-build.c218 darray_append(expr->keysym_list.syms, sym); in ExprCreateKeysymList()
219 darray_append(expr->keysym_list.symsMapIndex, 0); in ExprCreateKeysymList()
220 darray_append(expr->keysym_list.symsNumEntries, 1); in ExprCreateKeysymList()
243 darray_append(expr->keysym_list.symsMapIndex, nSyms); in ExprAppendKeysymList()
244 darray_append(expr->keysym_list.symsNumEntries, 1); in ExprAppendKeysymList()
245 darray_append(expr->keysym_list.syms, sym); in ExprAppendKeysymList()
256 darray_append(expr->keysym_list.symsMapIndex, nSyms); in ExprAppendMultiKeysymList()
257 darray_append(expr->keysym_list.symsNumEntries, numEntries); in ExprAppendMultiKeysymList()
H A Dtypes.c169 darray_append(info->types, *new); in AddKeyType()
328 darray_append(type->entries, *new); in AddMapEntry()
418 darray_append(type->entries, new); in AddPreserve()
H A Drules.c286 darray_append(arr, val); in split_comma_separated_mlvo()
294 darray_append(arr, val); in split_comma_separated_mlvo()
341 darray_append(m->groups, group); in matcher_group_start_new()
348 darray_append(darray_item(m->groups, darray_size(m->groups) - 1).elements, in matcher_group_add_element()
H A Dsymbols.c329 darray_append(into->levels, *level); in MergeGroups()
381 darray_append(into->groups, darray_item(from->groups, i)); in MergeKeys()
440 darray_append(info->keys, *keyi); in AddKeySymbols()
484 darray_append(info->modmaps, *new); in AddModMapEntry()
522 darray_append(into->group_names, *group_name); in MergeIncludedSymbols()
H A Dcompat.c250 darray_append(info->interps, *new); in AddInterp()
817 darray_append(collect->sym_interprets, si->interp); in CopyInterps()
H A Dkeycodes.c427 darray_append(info->aliases, new); in HandleAliasDef()
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/
H A Datom.c117 darray_append(table->strings, NULL); in atom_table_new()
179 darray_append(table->strings, strndup(string, len)); in atom_intern()
H A Dcontext.c75 darray_append(ctx->includes, tmp); in xkb_context_include_path_append()
81 darray_append(ctx->failed_includes, tmp); in xkb_context_include_path_append()
H A Ddarray.h91 #define darray_append(arr, ...) do { \ macro
/dports/security/pbc/pbc-0.5.14/guru/
H A Dpoly_test.c20 darray_append(prodlist, h);
65 if (j >= 0 && a[j] == 1) darray_append(list, f);
H A Dindexcalculus.c252 darray_append(rp, cnew);
258 darray_append(rp, cnew);
475 darray_append(matrix, pbc_malloc(r * sizeof(mpz_t *)));
774 darray_append(v->fac, f);
775 darray_append(v->mul, int_to_voidp(m));
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/compose/
H A Dtable.c65 darray_append(table->nodes, dummy); in xkb_compose_table_new()
67 darray_append(table->utf8, '\0'); in xkb_compose_table_new()
H A Dparser.c376 darray_append(table->nodes, new); in add_production()
/dports/editors/aewan/aewan-1.0.01/bores/
H A Ddarray.h89 void darray_append(DArray*, const void *v);
H A Ddarray.c121 void darray_append(DArray *da, const void *v) { in darray_append() function
/dports/security/pbc/pbc-0.5.14/arith/
H A Dmultiz.c45 darray_append(l->a, e->data); in multiz_append()
188 darray_append(x->a, multiz_new_unary(data, fun, scope_ptr)); in add_to_x()
234 darray_append(x->a, z); in multiz_new_bin()
241 darray_append(x->a, z); in multiz_new_bin()
299 darray_append(x->a, z); in multiz_new_mul()
H A Ddlog.c28 darray_append(hole, ss);
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/bench/
H A Datom.c61 darray_append(words, strdup(wordbuf)); in main()
/dports/security/pbc/pbc-0.5.14/misc/
H A Ddarray.h34 void darray_append(darray_t a, void *p);
H A Dsymtab.c38 darray_append(t->list, e); in symtab_put()
H A Ddarray.c48 void darray_append(darray_ptr a, void *p) in darray_append() function
/dports/security/pbc/pbc-0.5.14/ecc/
H A Dhilbert.c445 darray_append(Pz, p0); in pbc_hilbert()
490 darray_append(Pz, p1); in pbc_hilbert()
491 darray_append(Pz, p0); in pbc_hilbert()
H A Dmnt.c45 darray_append(listf, int_to_voidp(f)); in general_pell()
106 darray_append(listp, zptr); in general_pell()
111 darray_append(listq, zptr); in general_pell()

12