Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c267 gco2lcl(o)->gclist = g->gray; in reallymarkobject()
268 g->gray = o; in reallymarkobject()
272 gco2ccl(o)->gclist = g->gray; in reallymarkobject()
273 g->gray = o; in reallymarkobject()
277 linktable(gco2t(o), &g->gray); in reallymarkobject()
281 gco2th(o)->gclist = g->gray; in reallymarkobject()
282 g->gray = o; in reallymarkobject()
286 gco2p(o)->gclist = g->gray; in reallymarkobject()
287 g->gray = o; in reallymarkobject()
337 g->gray = g->grayagain = NULL; in restartcollection()
[all …]
H A Dlstate.h132 GCObject *gray; /* list of gray objects */ member
H A Dlstate.c298 g->gray = g->grayagain = NULL; in lua_newstate()
/freebsd/contrib/file/magic/Magdir/
H A Dpgf25 >>20 byte 1 gray scale,
34 >>20 byte 10 gray scale 16,
41 >>20 byte 18 gray scale 32,
H A Dcups19 >404 lelong 0 ColorSpace=gray
H A Dimages215 # american spelling gray
500 >9 ubyte 4 gray+alpha,
2585 # Wavelet Scalar Quantization format used in gray-scale fingerprint images
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss28 color: $gray-light;
98 background: $border-gray-darker;
103 background: $border-gray-darker;
108 background-color: $bg-gray;
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a779h2-gray-hawk-single.dts11 #include "gray-hawk-single.dtsi"
15 compatible = "renesas,gray-hawk-single", "renesas,r8a779h2",
H A Dr8a779h0-gray-hawk-single.dts12 #include "gray-hawk-single.dtsi"
16 compatible = "renesas,gray-hawk-single", "renesas,r8a779h0";
H A Dgray-hawk-single.dtsi35 compatible = "renesas,gray-hawk-single";
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt24 Supported are "gray" (the default and more common) and "binary".
39 rotary-encoder,encoding = "gray";
/freebsd/contrib/lua/doc/
H A Dmanual.css11 color: gray ;
H A Dlua.css93 color: gray ;
/freebsd/contrib/lua/src/
H A Dlgc.c324 linkobjgclist(o, g->gray); /* to be visited later */ in reallymarkobject()
395 g->gray = g->grayagain = NULL; in cleargraylists()
661 GCObject *o = g->gray; in propagatemark()
663 g->gray = *getgclist(o); /* remove from 'gray' list */ in propagatemark()
678 while (g->gray) in propagateall()
1542 g->gray = grayagain; in atomic()
1563 lua_assert(g->gray == NULL); in atomic()
1598 if (g->gray == NULL) { /* no more gray objects? */ in singlestep()
H A Dlstate.h279 GCObject *gray; /* list of gray objects */ member
H A Dlstate.c397 g->gray = g->grayagain = NULL; in lua_newstate()
H A Dltests.c566 total += checkgraylist(g, g->gray); in checkgrays()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mn-rve-gateway.dts74 rotary-encoder,encoding = "gray";
/freebsd/stand/common/
H A Dgfx_fb.c303 uint32_t color, code, gray, level; in rgb_color_map() local
336 for (gray = 0; gray < 24; gray++) { in rgb_color_map()
337 level = (gray * 10) + 8; in rgb_color_map()
338 code = 232 + gray; in rgb_color_map()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-bindings.rst8 every rule, there are exceptions and bindings have many gray areas.
/freebsd/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt43 - The gray list of tolerated bytecodes:
/freebsd/share/dict/
H A Dweb2a441 agate gray
2547 art gray
2645 ash gray
2646 ash-gray blister beetle
4528 battleship gray
4790 bearskin gray
6492 blue-gray
10358 castor gray
11035 charcoal gray
11113 chateau gray
[all …]
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t378 border-left: solid 1px gray;
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh1184 filter-stdin= help highlight-bar-gray= list-media \
1186 printer-options= ul-angle= ul-font= ul-gray= \
/freebsd/contrib/libcbor/
H A DDoxyfile1317 # in the HTML output. For a value of 0 the output will use gray-scales only. A

12