Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 80) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h100 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
101 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
103 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
105 #define isold(x) testbit((x)->gch.marked, OLDBIT)
109 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
113 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
115 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
116 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
61 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
62 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
218 gch(o)->marked = luaC_white(g); in luaC_newobj()
386 marked = 1; in traverseephemeron()
401 marked = 1; in traverseephemeron()
411 return marked; in traverseephemeron()
735 int marked = gch(curr)->marked; in sweeplist() local
736 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist()
741 if (testbits(marked, tostop)) in sweeplist()
[all …]
H A Dlstring.h23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h65 #define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
66 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
70 #define isdead(g,v) ((v)->gch.marked & otherwhite(g) & WHITEBITS)
72 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
73 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c35 ((x)->gch.marked = cast_byte(((x)->gch.marked & maskmarks) | luaC_white(g)))
37 #define white2gray(x) reset2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
38 #define black2gray(x) resetbit((x)->gch.marked, BLACKBIT)
43 #define isfinalized(u) testbit((u)->marked, FINALIZEDBIT)
44 #define markfinalized(u) l_setbit((u)->marked, FINALIZEDBIT)
170 h->marked &= ~(KEYWEAK | VALUEWEAK); /* clear bits */ in traversetable()
171 h->marked |= cast_byte((weakkey << KEYWEAKBIT) | in traversetable()
355 lua_assert(testbit(h->marked, VALUEWEAKBIT) || in cleartable()
356 testbit(h->marked, KEYWEAKBIT)); in cleartable()
357 if (testbit(h->marked, VALUEWEAKBIT)) { in cleartable()
[all …]
H A Dlstring.c59 ts->tsv.marked = luaC_white(G(L)); in newlstr()
101 u->uv.marked = luaC_white(G(L)); /* is not finalized */ in luaS_newudata()
H A Dlstring.h24 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
H A Dlstate.c154 L->marked = luaC_white(g); in lua_newstate()
155 set2bits(L->marked, FIXEDBIT, SFIXEDBIT); in lua_newstate()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7606.yaml43 input channels. As the line is active high, it should be marked
51 it should be marked GPIO_ACTIVE_HIGH.
58 Shutdown mode. As the line is active low, it should be marked
67 As the line is active high, it should be marked GPIO_ACTIVE_HIGH.
76 is ±5V for all channels. As the line is active high, it should be marked
83 mode pins. As the line is active high, it should be marked
H A Dadi,ad7780.yaml47 line is active high, it should be marked GPIO_ACTIVE_HIGH.
54 driver probe. As the line is active low, it should be marked
63 marked GPIO_ACTIVE_LOW.
H A Dadi,ad7768-1.txt19 be marked GPIO_ACTIVE_LOW.
24 driver probe. As the line is active low, it should be marked GPIO_ACTIVE_LOW.
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_policy.rst29 #. Libraries or APIs marked as :ref:`experimental <experimental_apis>` may
155 - No backward or forward compatibility is offered for API changes marked as
165 API becomes non-experimental, then the old one is marked with
232 - The new function may be marked with the ``__rte_experimental`` tag for a
322 APIs marked as ``experimental`` are not considered part of an ABI version and
326 marked as ``experimental`` to allow for a period of stabilization before they
334 development header files), must be marked with the ``__rte_experimental`` tag
358 Libraries marked as ``experimental`` are entirely not considered part of an ABI
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-pca-platform.txt16 is active low, it should be marked GPIO_ACTIVE_LOW.
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c598 VARIABLE_ARRAY(bool, marked, max_background_threads);
601 marked[i] = false;
605 marked[0] = true;
609 if (marked[i % max_background_threads] ||
619 marked[i % max_background_threads] = true;
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-clps711x.txt14 which is assumed to be in the same device tree, with and marked
/f-stack/freebsd/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt14 be marked that way in the devicetree.
/f-stack/dpdk/doc/guides/nics/
H A Doverview.rst33 Features marked with "P" are partially supported. Refer to the appropriate
H A Dliquidio.rst140 One VF per PF can be marked as trusted for promiscuous mode.
159 marked partial.
/f-stack/freebsd/contrib/openzfs/.github/
H A Dstale.yml22 This issue has been automatically marked as "stale" because it has not had
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dzl38060.yaml33 it should be marked GPIO_ACTIVE_LOW (see ../gpio/gpio.txt)
/f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md50 this is an example how log text should be marked (wrap it with ```)
/f-stack/freebsd/contrib/device-tree/Bindings/iio/pressure/
H A Dbmp085.yaml42 it should be marked GPIO_ACTIVE_LOW (see gpio/gpio.txt)
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dmarvell-nand.txt11 Compatibles marked deprecated support only the old bindings described
106 it is marked reserved in several datasheets, it might be needed to set
/f-stack/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst99 Features marked with "P" are partially supported. Refer to the appropriate
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dwakeup-source.txt9 Also, if device is marked as a wakeup source, then all the primary

1234