Searched refs:depths (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c42 static const uint8_t depths[] = { 4, 8, 24, 48 }; local
43 options->depth = depths[level];
/freebsd-11-stable/contrib/dialog/
H A Dtreeview.c44 int *depths; member in struct:__anon960
56 int depths,
83 for (i = 0; i < depths; ++i) {
90 (void) wmove(win, choice, data->item_x + INDENT * depths);
115 data->depths[scrollamt + i],
163 int *depths,
222 all.depths = depths;
313 tree_width = MAX(tree_width, INDENT * depths[i]);
579 int *depths; local
53 print_item(ALL_DATA * data, DIALOG_LISTITEM * item, const char *states, int depths, int choice, int selected) argument
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-object-size.c38 unsigned int *depths; member in struct:object_size_info
362 osi.depths = NULL;
389 osi.depths = XCNEWVEC (unsigned int, num_ssa_names);
400 free (osi.depths);
401 osi.depths = NULL;
789 if (osi->depths[varno])
791 if (osi->depths[varno] != depth)
811 osi->depths[varno] = depth;
878 osi->depths[varno] = 0;
933 osi->depths[SSA_NAME_VERSIO
[all...]
H A Det-forest.c199 static int depths[MAX_NODES]; variable
222 depths[len] = depth;
270 gcc_assert (depths[len] == depth && datas[len] == occ->of);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc.h282 /* The ambient depths of the working copy directories. The keys are
285 apr_hash_t *depths;
280 apr_hash_t *depths; member in struct:svn_wc_traversal_info_t
H A Dexternals.c1509 apr_hash_t **depths,
1520 svn_wc__db_externals_gather_definitions(externals, depths,
1547 if (value && depths)
1550 *depths = apr_hash_make(result_pool);
1560 svn_hash_sets(*depths, local_abspath, svn_depth_to_word(node_depth));
1506 svn_wc__externals_gather_definitions(apr_hash_t **externals, apr_hash_t **depths, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Ddeprecated.c102 svn_hash_sets(ub->traversal->depths, dup_path, svn_depth_to_word(depth));
147 svn_hash_sets(traversal_info->depths, relpath,
3996 ti->depths = apr_hash_make(pool);
4013 svn_wc_traversed_depths(apr_hash_t **depths,
4016 *depths = traversal_info->depths;
4012 svn_wc_traversed_depths(apr_hash_t **depths, svn_wc_traversal_info_t *traversal_info) argument
H A Dwc_db.h1322 If DEPTHS is not NULL, set *depths to an apr_hash_t* mapping the same
1329 apr_hash_t **depths,
H A Dwc_db.c1157 of any status, in all op-depths in the NODES table. */
3761 apr_hash_t **depths,
3781 if (depths != NULL)
3782 *depths = apr_hash_make(result_pool);
3816 if (depths)
3822 svn_hash_sets(*depths, node_abspath,
9479 depths and it really depends on the caller what is interesting.
3760 svn_wc__db_externals_gather_definitions(apr_hash_t **externals, apr_hash_t **depths, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc583 case OBACK_: /* the vilest depths */
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h751 /** Set @a *depths to a hash table mapping <tt>const char *</tt>
753 * <tt>const char *</tt> values (the depths of those directories, as
776 svn_wc_traversed_depths(apr_hash_t **depths,
4210 * If @a depth is #svn_depth_unknown, take depths from the
4284 * If @a depth is #svn_depth_unknown, take depths from the
5476 * Communicate the `state' of the working copy's revisions and depths
5597 * #svn_depth_infinity for depths; and taking @a recurse instead of @a

Completed in 176 milliseconds