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

  /external/compiler-rt/lib/
apple_versioning.c 150 extern const char sym##_tmp2 __asm("$ld$hide$os3.1$_" #sym ); \
151 __attribute__((visibility("default"))) const char sym##_tmp2 = 0; \
  /external/libusb/libusb/
libusb.h 47 uint16_t _tmp2 = (uint16_t)(x); \
48 _tmp.b8[1] = _tmp2 >> 8; \
49 _tmp.b8[0] = _tmp2 & 0xff; \
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 292 BN_ULONG *_tmp1 = (buf), *_tmp2 = (a); local
298 *_tmp1++ = *_tmp2++;
306 BN_ULONG *_tmp1 = (buf), *_tmp2 = (a); local
308 *_tmp1++ = *_tmp2++;
    [all...]

Completed in 460 milliseconds