代码搜索:Booleans

找到约 60 项符合「Booleans」的源代码

代码结果 60
www.eeworm.com/read/144186/12810836

py bitfield.py

# Written by Bram Cohen # see LICENSE.txt for license information true = 1 false = 0 def booleans_to_bitfield(booleans): r = [] for i in xrange(0, len(booleans), 8): v = 0 p
www.eeworm.com/read/180080/9320397

h envind.h

/********************************************************************20** Name: environment independent Type: C include file Desc: Environment independent d
www.eeworm.com/read/352628/10532392

h dc_defines.h

/* enable global interrupts */ #define GIE (SREG |= BIT(7)) /* disable global interrupts */ #define GID (SREG &= ~BIT(7)) #define SLEEP() asm("sleep")
www.eeworm.com/read/317928/13493130

h dc_defines.h

/* enable global interrupts */ #define GIE (SREG |= BIT(7)) /* disable global interrupts */ #define GID (SREG &= ~BIT(7)) #define SLEEP() asm("sleep")
www.eeworm.com/read/261548/11638183

h dc_defines.h

/* enable global interrupts */ #define GIE (SREG |= BIT(7)) /* disable global interrupts */ #define GID (SREG &= ~BIT(7)) #define SLEEP() asm("sleep")