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

/freebsd-10-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-10-stable/contrib/dialog/
H A Dtreeview.c44 int *depths; member in struct:__anon911
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-10-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-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc.h280 /* The ambient depths of the working copy directories. The keys are
283 apr_hash_t *depths;
278 apr_hash_t *depths; member in struct:svn_wc_traversal_info_t
H A Dexternals.c1491 apr_hash_t **depths,
1502 svn_wc__db_externals_gather_definitions(externals, depths,
1529 if (value && depths)
1532 *depths = apr_hash_make(result_pool);
1542 svn_hash_sets(*depths, local_abspath, svn_depth_to_word(node_depth));
1488 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.c101 svn_hash_sets(ub->traversal->depths, dup_path, svn_depth_to_word(depth));
146 svn_hash_sets(traversal_info->depths, relpath,
3940 ti->depths = apr_hash_make(pool);
3957 svn_wc_traversed_depths(apr_hash_t **depths,
3960 *depths = traversal_info->depths;
3956 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. */
3764 apr_hash_t **depths,
3784 if (depths != NULL)
3785 *depths = apr_hash_make(result_pool);
3819 if (depths)
3825 svn_hash_sets(*depths, node_abspath,
9478 depths and it really depends on the caller what is interesting.
3763 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-10-stable/contrib/llvm/lib/Support/
H A Dregengine.inc583 case OBACK_: /* the vilest depths */
/freebsd-10-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,
4176 * If @a depth is #svn_depth_unknown, take depths from the
4250 * If @a depth is #svn_depth_unknown, take depths from the
5438 * Communicate the `state' of the working copy's revisions and depths
5559 * #svn_depth_infinity for depths; and taking @a recurse instead of @a

Completed in 388 milliseconds