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

  /external/compiler-rt/lib/builtins/
apple_versioning.c 209 extern const char sym##_tmp2 __asm("$ld$hide$os3.1$_" #sym ); \
210 __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/chromium_org/third_party/openssl/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...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 605 milliseconds