| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 100 #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 D | lgc.c | 59 (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 D | lstring.h | 23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lgc.h | 65 #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 D | lgc.c | 35 ((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 D | lstring.c | 59 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 D | lstring.h | 24 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
|
| H A D | lstate.c | 154 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 D | adi,ad7606.yaml | 43 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 D | adi,ad7780.yaml | 47 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 D | adi,ad7768-1.txt | 19 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 D | abi_policy.rst | 29 #. 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 D | i2c-pca-platform.txt | 16 is active low, it should be marked GPIO_ACTIVE_LOW.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 598 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 D | spi-clps711x.txt | 14 which is assumed to be in the same device tree, with and marked
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regmap/ |
| H A D | regmap.txt | 14 be marked that way in the devicetree.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | overview.rst | 33 Features marked with "P" are partially supported. Refer to the appropriate
|
| H A D | liquidio.rst | 140 One VF per PF can be marked as trusted for promiscuous mode. 159 marked partial.
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | stale.yml | 22 This issue has been automatically marked as "stale" because it has not had
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | zl38060.yaml | 33 it should be marked GPIO_ACTIVE_LOW (see ../gpio/gpio.txt)
|
| /f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 50 this is an example how log text should be marked (wrap it with ```)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/pressure/ |
| H A D | bmp085.yaml | 42 it should be marked GPIO_ACTIVE_LOW (see gpio/gpio.txt)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | marvell-nand.txt | 11 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 D | features_overview.rst | 99 Features marked with "P" are partially supported. Refer to the appropriate
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | wakeup-source.txt | 9 Also, if device is marked as a wakeup source, then all the primary
|