Searched refs:ht (Results 1 - 25 of 109) sorted by path

12345

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex368 \ifdim\ht\footlinebox > 0pt
636 % max (\topskip - \ht (first item), 0). If that height is large,
678 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
712 \dimen2 = \ht\strutbox
5144 \advance\dimen@ by -\ht\partialpage
8318 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_hash.c63 apr_hash_t *ht; member in struct:apr_hash_index_t
91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) argument
93 return apr_pcalloc(ht->pool, sizeof(*ht->array) * (max + 1));
98 apr_hash_t *ht; local
101 ht = apr_palloc(pool, sizeof(apr_hash_t));
102 ht->pool = pool;
103 ht->free = NULL;
104 ht->count = 0;
105 ht
117 apr_hash_t *ht = apr_hash_make(pool); local
140 apr_hash_first(apr_pool_t *p, apr_hash_t *ht) argument
193 expand_array(apr_hash_t *ht) argument
285 find_entry(apr_hash_t *ht, const void *key, apr_ssize_t klen, const void *val) argument
327 apr_hash_t *ht; local
362 apr_hash_get(apr_hash_t *ht, const void *key, apr_ssize_t klen) argument
374 apr_hash_set(apr_hash_t *ht, const void *key, apr_ssize_t klen, const void *val) argument
402 apr_hash_count(apr_hash_t *ht) argument
407 apr_hash_clear(apr_hash_t *ht) argument
527 apr_hash_do(apr_hash_do_callback_fn_t *comp, void *rec, const apr_hash_t *ht) argument
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c1596 struct elf_link_hash_entry *ht;
1598 ht = (struct elf_link_hash_entry *) hi->root.u.i.link;
1599 (*bed->elf_backend_copy_indirect_symbol) (info, ht, hi);
1593 struct elf_link_hash_entry *ht; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c611 unichar *ht = n->message; local
617 while (txt_len > 0 && ht[txt_len - 1] > 0 && ht[txt_len - 1] < 0x20)
618 ht[--txt_len] = 0;
627 while (*ht != 0)
629 target_put_16 (ret->data + txt_len, *ht++);
/freebsd-11-stable/contrib/bmake/
H A Dconfigure855 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
858 | --ht=*)
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex302 node at address 0, \texttt{/ht@0,f2000000/pci@1} is the path of a PCI
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c5388 static htab_t ht;
5389 if (!ht)
5390 ht = htab_create (37,
5404 && !htab_find (ht, instance))
5409 slot = htab_find_slot (ht, instance, INSERT);
5413 htab_remove_elt (ht, instance);
5383 static htab_t ht; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex342 \ifdim\ht\footlinebox > 0pt
690 % max (\topskip - \ht (first item), 0). If that height is large,
732 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
775 \dimen2 = \ht\strutbox
3909 \advance\dimen@ by -\ht\partialpage
6400 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c11884 htab_t ht;
11886 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11888 fold_checksum_tree (expr, &ctx, ht);
11890 htab_empty (ht);
11895 fold_checksum_tree (expr, &ctx, ht);
11897 htab_delete (ht);
11910 htab_t ht;
11912 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11914 fold_checksum_tree (expr, &ctx, ht);
11916 htab_delete (ht);
11849 htab_t ht; local
11875 htab_t ht; local
11894 fold_checksum_tree(tree expr, struct md5_ctx *ctx, htab_t ht) argument
11939 fold_checksum_tree (TREE_TYPE (expr), ctx, ht); local
11943 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht); local
11954 fold_checksum_tree (TREE_REALPART (expr), ctx, ht); local
11955 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); local
11958 fold_checksum_tree (TREE_VECTOR_CST_ELTS (expr), ctx, ht); local
11968 fold_checksum_tree (TREE_PURPOSE (expr), ctx, ht); local
11969 fold_checksum_tree (TREE_VALUE (expr), ctx, ht); local
11975 fold_checksum_tree (TREE_VEC_ELT (expr, i), ctx, ht); local
11989 fold_checksum_tree (TREE_OPERAND (expr, i), ctx, ht); local
11992 fold_checksum_tree (DECL_NAME (expr), ctx, ht); local
11993 fold_checksum_tree (DECL_CONTEXT (expr), ctx, ht); local
11996 fold_checksum_tree (DECL_SIZE (expr), ctx, ht); local
11997 fold_checksum_tree (DECL_SIZE_UNIT (expr), ctx, ht); local
11998 fold_checksum_tree (DECL_INITIAL (expr), ctx, ht); local
11999 fold_checksum_tree (DECL_ABSTRACT_ORIGIN (expr), ctx, ht); local
12000 fold_checksum_tree (DECL_ATTRIBUTES (expr), ctx, ht); local
12003 fold_checksum_tree (DECL_SECTION_NAME (expr), ctx, ht); local
12007 fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); local
12008 fold_checksum_tree (DECL_RESULT_FLD (expr), ctx, ht); local
12009 fold_checksum_tree (DECL_ARGUMENT_FLD (expr), ctx, ht); local
12014 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht); local
12015 fold_checksum_tree (TYPE_SIZE (expr), ctx, ht); local
12016 fold_checksum_tree (TYPE_SIZE_UNIT (expr), ctx, ht); local
12017 fold_checksum_tree (TYPE_ATTRIBUTES (expr), ctx, ht); local
12018 fold_checksum_tree (TYPE_NAME (expr), ctx, ht); local
12022 fold_checksum_tree (TYPE_MIN_VALUE (expr), ctx, ht); local
12023 fold_checksum_tree (TYPE_MAX_VALUE (expr), ctx, ht); local
12025 fold_checksum_tree (TYPE_MAIN_VARIANT (expr), ctx, ht); local
12029 fold_checksum_tree (TYPE_BINFO (expr), ctx, ht); local
12030 fold_checksum_tree (TYPE_CONTEXT (expr), ctx, ht); local
12051 htab_t ht; local
12092 htab_t ht; local
12148 htab_t ht; local
[all...]
H A Dsimplify-rtx.c2885 HOST_WIDE_INT h1, h2, hv, ht;
2916 &lv, &hv, &lt, &ht))
2922 &lt, &ht, &lv, &hv))
2928 &lv, &hv, &lt, &ht))
2934 &lt, &ht, &lv, &hv))
2878 HOST_WIDE_INT h1, h2, hv, ht; local
H A Dstringpool.c50 struct ht *ident_hash;
H A Dtoplev.h143 extern struct ht *ident_hash;
H A Dtree-ssa-alias-warnings.c398 add_key (htab_t ht, tree t, alloc_pool references_pool)
407 slot = htab_find_slot (ht, tp, INSERT);
396 add_key(htab_t ht, tree t, alloc_pool references_pool) argument
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h628 extern cpp_reader *cpp_create_reader (enum c_lang, struct ht *,
H A Dsymtab.h37 typedef struct ht hash_table;
43 struct ht struct
90 extern void ht_load (hash_table *ht, hashnode *entries,
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h430 struct ht *hash_table;
H A Dsymtab.c238 ht_load (hash_table *ht, hashnode *entries, argument
242 if (ht->entries_owned)
243 free (ht->entries);
244 ht->entries = entries;
245 ht->nslots = nslots;
246 ht->nelements = nelements;
247 ht->entries_owned = own;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc-stub.c468 struct hard_trap_info *ht; local
470 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
471 exceptionHandler(ht->tt, trap_low);
509 struct hard_trap_info *ht; local
511 for (ht = hard_trap_info; ht->tt && ht
[all...]
/freebsd-11-stable/contrib/gperf/
H A Dconfigure780 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
783 | --ht=*)
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure783 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
786 | --ht=*)
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure805 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
808 | --ht=*)
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure805 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
808 | --ht=*)
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex334 \ifdim\ht\footlinebox > 0pt
667 % max (\topskip - \ht (first item), 0). If that height is large,
709 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
752 \dimen2 = \ht\strutbox
3807 \advance\dimen@ by -\ht\partialpage
6271 \splittopskip\ht\strutbox % top baseline for broken footnotes
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp271 double wid, ht; local
272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
274 ht = 0.0;
279 ht = wid = 0.0;
282 out->set_desired_width_height(wid, ht);
H A Dobject.cpp42 void output::set_desired_width_height(double wid, double ht) argument
45 desired_height = ht;

Completed in 424 milliseconds

12345