HomeSort by relevance Sort by last modified time
    Searched refs:N_int (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 24 typedef unsigned int N_int;
49 typedef N_int *intptr;
58 typedef N_int *N_intptr;
130 N_word BitVector_Size (N_int bits); /* bit vector size (# of words) */
132 N_word BitVector_Mask (N_int bits); /* bit vector mask (unused bits) */
140 N_int BitVector_Word_Bits (void); /* return # of bits in machine word */
142 N_int BitVector_Long_Bits (void); /* return # of bits in unsigned long */
147 /*@only@*/ wordptr BitVector_Create (N_int bits, boolean clear); /* malloc */
149 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count)
    [all...]
bitvect.c 62 const N_int BitVector_BYTENORM[256] =
390 N_word BitVector_Size(N_int bits) /* bit vector size (# of words) */
399 N_word BitVector_Mask(N_int bits) /* bit vector mask (unused bits) */
413 N_int BitVector_Word_Bits(void)
418 N_int BitVector_Long_Bits(void)
449 void BitVector_Destroy_List(listptr list, N_int count) /* free list */
464 wordptr BitVector_Create(N_int bits, boolean clear) /* malloc */
490 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count)
495 N_int i
    [all...]
floatnum.c 226 BitVector_Move_Left(flt->mantissa, (N_int)norm_amt);
267 product = BitVector_Create((N_int)((MANT_BITS+1)*2), FALSE);
270 op1 = BitVector_Create((N_int)(MANT_BITS+1), FALSE);
271 op2 = BitVector_Create((N_int)(MANT_BITS+1), FALSE);
291 BitVector_Move_Left(product, (N_int)norm_amt);
553 N_int byte_size, N_int mant_bits, int implicit1,
554 N_int exp_bits)
569 (N_int)((MANT_BITS-implicit1)-mant_bits),
intnum.c 426 N_int count;
514 BitVector_Move_Left(result, (N_int)operand->val.l);
522 count = (N_int)operand->val.l;
803 BitVector_Block_Store(op1, ptr, (N_int)destsize);
811 BitVector_Move_Left(conv_bv, (N_int)(BITVECT_NATIVE_SIZE-rshift));
826 BitVector_Interval_Copy(op1, op2, (unsigned int)shift, 0, (N_int)valsize);

Completed in 79 milliseconds