HomeSort by relevance Sort by last modified time
    Searched defs:REV (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/zlib/
crc32.c 56 # define REV(w) ((((w)>>24)&0xff)+(((w)>>8)&0xff00)+ \
141 crc_table[4][n] = REV(c);
145 crc_table[k + 4][n] = REV(c);
312 c = REV((u4)crc);
336 return (unsigned long)(REV(c));
  /external/chromium_org/v8/src/arm64/
constants-arm64.h     [all...]
  /external/vixl/src/a64/
constants-a64.h 818 REV = DataProcessing1SourceFixed | 0x00000800,
819 REV_w = REV,
820 REV32_x = REV | SixtyFourBits,
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 72 milliseconds