Home
last modified time | relevance | path

Searched defs:web (Results 1 – 25 of 3207) sorted by relevance

12345678910>>...129

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra.h90 struct web struct
101 /* Spill_temp indicates if this web was part of a web spilled in the argument
122 /* 1 + the color this web got in the last pass. If it hadn't got a color, argument
161 /* Wether the web is involved in a move insn. */ argument
216 /* Additional consecutive hardregs needed for this web. */ argument
222 /* Numbers of uses and defs, which belong to this web. */ argument
227 web is based on. This is used to distinguish subreg webs argument
260 /* ... colors of PRECOLORED webs this web is connected to by a move. */ argument
278 /* If this web is rematerializable, this contains the RTL pattern argument
287 /* The web to which this web is aliased (coalesced). If NULL, this argument
[all …]
H A Dra-colorize.c248 struct web *web = ID2WEB (i); in reset_lists() local
394 enable_move (struct web *web) in enable_move()
441 struct web *web; in simplify() local
534 add_worklist (struct web *web) in add_worklist()
675 alias (struct web *web) in alias()
726 struct web *web = u; in combine() local
869 freeze_moves (struct web *web) in freeze_moves()
1654 try_recolor_web (struct web *web) in try_recolor_web()
1967 struct web *web = id2web[i]; in check_colors() local
2040 unalias_web (struct web *web) in unalias_web()
[all …]
H A Dra-rewrite.c247 struct web *web = ID2WEB (id); in spill_propagation() local
307 allocate_spill_web (struct web *web) in allocate_spill_web()
327 struct web *web = DLIST_WEB (d); in choose_spill_colors() local
404 struct web *web = DLIST_WEB (d); in rewrite_program() local
757 is_partly_live_1 (sbitmap live, struct web *web) in is_partly_live_1()
864 struct web *web = ri->needed_loads[--j]; in emit_loads() local
1112 struct web *web = DLIST_WEB (d); in rewrite_program2() local
1179 struct web *web = def2web[DF_REF_ID (ref)]; in rewrite_program2() local
1462 struct web *web = DLIST_WEB (d); in detect_web_parts_to_rebuild() local
1587 struct web *web = DLIST_WEB (d); in detect_non_changed_webs() local
[all …]
H A Dra-build.c1335 add_subweb (struct web *web, rtx reg) in add_subweb()
1462 copy_conflict_list (struct web *web) in copy_conflict_list()
1618 build_inverse_webs (struct web *web) in build_inverse_webs()
1711 struct web *web = DLIST_WEB (d); in init_webs_defs_uses() local
1999 struct web *web; in parts_to_webs() local
2018 struct web *web = DLIST_WEB (d); in parts_to_webs() local
2067 struct web *web = ID2WEB (i); in reset_conflicts() local
2076 struct web *web = ID2WEB (i); in reset_conflicts() local
2725 struct web *web; in moves_to_webs() local
2823 struct web *web; in handle_asm_insn() local
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra.h90 struct web struct
101 /* Spill_temp indicates if this web was part of a web spilled in the argument
122 /* 1 + the color this web got in the last pass. If it hadn't got a color, argument
161 /* Wether the web is involved in a move insn. */ argument
216 /* Additional consecutive hardregs needed for this web. */ argument
222 /* Numbers of uses and defs, which belong to this web. */ argument
227 web is based on. This is used to distinguish subreg webs argument
260 /* ... colors of PRECOLORED webs this web is connected to by a move. */ argument
278 /* If this web is rematerializable, this contains the RTL pattern argument
287 /* The web to which this web is aliased (coalesced). If NULL, this argument
[all …]
H A Dra-rewrite.c247 struct web *web = ID2WEB (id); in spill_propagation() local
307 allocate_spill_web (struct web *web) in allocate_spill_web()
327 struct web *web = DLIST_WEB (d); in choose_spill_colors() local
404 struct web *web = DLIST_WEB (d); in rewrite_program() local
757 is_partly_live_1 (sbitmap live, struct web *web) in is_partly_live_1()
864 struct web *web = ri->needed_loads[--j]; in emit_loads() local
1112 struct web *web = DLIST_WEB (d); in rewrite_program2() local
1179 struct web *web = def2web[DF_REF_ID (ref)]; in rewrite_program2() local
1462 struct web *web = DLIST_WEB (d); in detect_web_parts_to_rebuild() local
1587 struct web *web = DLIST_WEB (d); in detect_non_changed_webs() local
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/hgweb/
H A Dwebcommands.py83 def log(web): argument
106 def rawfile(web): argument
184 def file(web): argument
218 def _search(web): argument
483 def shortlog(web): argument
637 def tags(web): argument
744 def summary(web): argument
1068 def filelog(web): argument
1316 def static(web): argument
1326 def graph(web): argument
[all …]
/dports/devel/mercurial/mercurial-6.0/hgext/highlight/
H A D__init__.py49 def pygmentize(web, field, fctx, tmpl): argument
62 def filerevision_highlight(orig, web, fctx): argument
77 def annotate_highlight(orig, web): argument
86 def generate_css(web): argument
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/fontawesome-common-types/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/web_server/
H A Dhttp.c43 struct websrv_context *web; member
52 static void http_output_headers(struct websrv_context *web) in http_output_headers()
108 static const char *http_local_path(struct websrv_context *web, in http_local_path()
347 void http_error(struct websrv_context *web, int code, const char *info) in http_error()
367 void http_error_unix(struct websrv_context *web, const char *info) in http_error_unix()
387 static void http_simple_request(struct websrv_context *web) in http_simple_request()
420 struct websrv_context *web = esp->web; in http_setup_arrays() local
516 struct websrv_context *web = esp->web; in esp_request() local
547 struct websrv_context *web = esp->web; in jsonrpc_request() local
731 struct websrv_context *web = esp->web; in http_parse_get() local
[all …]
H A Dweb_server.c40 static int websrv_destructor(struct websrv_context *web) in websrv_destructor()
56 struct websrv_context *web = talloc_get_type(private, struct websrv_context); in websrv_timeout() local
69 struct websrv_context *web = talloc_get_type(conn->private, in websrv_recv() local
141 struct websrv_context *web = talloc_get_type(conn->private, in websrv_send() local
196 struct websrv_context *web; in websrv_accept() local
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/fontawesome-free/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/textproc/R-cran-rmarkdown/rmarkdown/tests/testthat/
H A Dtest-resources.R30 web = c(TRUE, TRUE, TRUE), nameattr in c
44 web = c(TRUE, TRUE ), nameattr in c
59 web = c(FALSE, FALSE, TRUE ), nameattr in c
79 web = c(FALSE, FALSE, FALSE), nameattr in c
92 web = c(FALSE, TRUE), nameattr in c
105 web = c(FALSE, FALSE, FALSE, FALSE, FALSE), nameattr in c
118 web = c(FALSE, FALSE), nameattr in c
164 web = c(FALSE, FALSE), nameattr in c
177 web = c(TRUE, TRUE), nameattr in c
190 web = c(TRUE), nameattr in c
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/free-solid-svg-icons/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/free-regular-svg-icons/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/fontawesome-svg-core/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/www/elgg/elgg-3.3.23/vendor/bower-asset/fontawesome/js-packages/@fortawesome/free-brands-svg-icons/
H A Dpackage.json18 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
39 "web": "http://twitter.com/mw77" string
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/tests/testthat/
H A Dtest-resources.R12 web = c(FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, TRUE, FALSE), nameattr in c
32 web = c(TRUE, TRUE, TRUE), nameattr in c
48 web = c(TRUE, TRUE ), nameattr in c
65 web = c(FALSE, FALSE, TRUE ), nameattr in c
89 web = c(FALSE, FALSE, FALSE), nameattr in c
104 web = c(FALSE, TRUE), nameattr in c
119 web = c(FALSE, FALSE, FALSE, FALSE, FALSE), nameattr in c
134 web = c(FALSE, FALSE), nameattr in c
178 web = c(FALSE, FALSE), nameattr in c
193 web = c(TRUE, TRUE), nameattr in c
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/font-awesome/
H A Dpackage.json14 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/talbs" string
27 "web": "http://twitter.com/supercodepoet" string
31 "web": "http://twitter.com/robmadole" string
35 "web": "http://twitter.com/gtagliala" string
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/
H A DFilesystemsImpl.php30 private $web; variable in ILIAS\\Filesystem\\FilesystemsImpl
50 …public function __construct(Filesystem $storage, Filesystem $web, Filesystem $temp, Filesystem $cu…
63 public function web() : Filesystem function in ILIAS\\Filesystem\\FilesystemsImpl
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/
H A DFilesystemsImpl.php30 private $web; variable in ILIAS\\Filesystem\\FilesystemsImpl
50 …public function __construct(Filesystem $storage, Filesystem $web, Filesystem $temp, Filesystem $cu…
63 public function web() : Filesystem function in ILIAS\\Filesystem\\FilesystemsImpl
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/fontawesome/
H A Dpackage.json14 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/robmadole" string
27 "web": "http://twitter.com/gtagliala" string
31 "web": "http://twitter.com/supercodepoet" string
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/font-awesome/
H A Dpackage.json14 "web": "http://twitter.com/davegandy" string
23 "web": "http://twitter.com/robmadole" string
27 "web": "http://twitter.com/gtagliala" string
31 "web": "http://twitter.com/supercodepoet" string
/dports/x11/guake/Guake-3.4.0/docs/source/user/
H A Dfeatures.rst45 Quick-Open
69 Contextual menu
81 HTML-like anchors
/dports/www/dillo2/dillo-3.0.5/src/
H A Dweb.cc122 DilloWeb *web= dNew(DilloWeb, 1); in a_Web_new() local
142 int a_Web_valid(DilloWeb *web) in a_Web_valid()
150 void a_Web_free(DilloWeb *web) in a_Web_free()

12345678910>>...129