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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1045 void BitVector_Interval_Copy(wordptr X, wordptr Y, N_int Xoffset,
1078 if ((length > 0) and (Xoffset < bitsX) and (Yoffset < bitsY))
1080 if ((Xoffset + length) > bitsX) length = bitsX - Xoffset;
1083 ascending = (Xoffset <= Yoffset);
1091 t_lo_base = Xoffset >> LOGBITS;
1092 t_lo_bit = Xoffset AND MODMASK;
1093 Xoffset += length;
1094 t_hi_base = Xoffset >> LOGBITS;
1095 t_hi_bit = Xoffset AND MODMASK
    [all...]
bitvect.h 214 void BitVector_Interval_Copy (/*@out@*/ wordptr X, wordptr Y, N_int Xoffset,
219 N_int Xoffset, N_int Xlength,
  /external/pcre/dist/
pcre_exec.c 436 int Xoffset;
596 #define offset frame->Xoffset
    [all...]

Completed in 435 milliseconds