Searched refs:tbit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.exec.c95 # define tbit(f, i, t) (((t *) xhash)[(f)] & \ macro
99 # define cbit(f, i) tbit(f, i, unsigned char)
101 # define sbit(f, i) tbit(f, i, unsigned short)
103 # define ibit(f, i) tbit(f, i, unsigned int)
105 # define lbit(f, i) tbit(f, i, unsigned long)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dia64.vim220 "tbit/tnat
/macosx-10.9.5/cctools-845/as/
H A Darm.c5371 uint32_t tbit;
5374 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
5376 tbit = LOAD_BIT;
5378 if ((inst.instruction & tbit) == 0)
5368 uint32_t tbit; local

Completed in 274 milliseconds