Searched refs:BITS (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/mtest/
H A Dmpi.h188 #define BITS 1 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmprivate.c124 { /**/ ASSERT((SIZE(bp)&~BITS) == 0);
H A Dvmdebug.c320 b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
365 b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
655 next: b = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS));
H A Dvmlast.c375 if(seg->size == (s = SIZE(fp)&~BITS))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ico/
H A Dico.tcl25 variable BITS
26 array set BITS [list {} 0 0000 0 0001 1 0010 2 0011 3 0100 4 \
593 variable BITS
600 lset colors $y $x [lindex $palette $BITS($bits)]
614 variable BITS
623 lset colors $y $x "#$BITS($b3)$BITS($b2)$BITS($b1)"
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DCommonServices.h671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
683 #define InsertBits( X, BITS, MASK, SHIFT ) ( ( ( X ) &~( MASK ) ) | ( ( ( BITS ) << ( SHIFT ) ) & ( MASK ) ) )
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h191 #pragma mark BITS
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dforth.vim148 syn keyword forthAdrArith ADDRESS-UNIT-BITS ALLOT ALLOCATE HERE
H A Dnasm.vim269 syn keyword nasmDirective ABSOLUTE BITS SECTION SEGMENT
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 277 milliseconds

12