Home | History | Annotate | Download | only in src

Lines Matching defs:iVal

107 void bitarray_write_bit( unsigned short* bits, int iBit, int iVal)
112 if(iVal) { sect |= (1<<(iBit%16)); }
1383 void* iVal = NULL;
1384 rc = PHashTableGetValue( (PHashTable*)lts->allowable_cons_combH, cons_string, &iVal);