HomeSort by relevance Sort by last modified time
    Searched full:_tmp (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1_mac.h 164 M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
167 {c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
169 M_ASN1_next_prev=_tmp;
175 unsigned char _tmp = M_ASN1_next; \
  /external/openssl/crypto/asn1/
asn1_mac.h 164 M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
167 {c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
169 M_ASN1_next_prev=_tmp;
175 unsigned char _tmp = M_ASN1_next; \
  /external/openssl/include/openssl/
asn1_mac.h 164 M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
167 {c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
169 M_ASN1_next_prev=_tmp;
175 unsigned char _tmp = M_ASN1_next; \
  /external/libusb/libusb/
libusb.h 46 } _tmp; \
48 _tmp.b8[1] = _tmp2 >> 8; \
49 _tmp.b8[0] = _tmp2 & 0xff; \
50 _tmp.b16; \
    [all...]
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 238 V128 _tmp; \
244 : /*out*/ : /*in*/ "r"(&(_src)), "r"(&(_dst)), "r"(&(_tmp)) \
250 memcpy(&rra.res, &(_tmp), sizeof(V128)); \
256 V128 _tmp; \
263 : /*out*/ : /*in*/ "r"(_srcM), "r"(&(_dst)), "r"(&(_tmp)) \
269 memcpy(&rra.res, &(_tmp), sizeof(V128)); \
284 V128 _tmp; \
290 : /*out*/ : /*in*/ "r"(&(_src)), "r"(&(_dst)), "r"(&(_tmp)) \
296 memcpy(&rra.res, &(_tmp), sizeof(V128)); \
302 V128 _tmp; \
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 1359 Object _tmp = _policySetIter.next(); local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 172 } _tmp; local
173 _tmp.b8[1] = (uint8_t) (x >> 8);
174 _tmp.b8[0] = (uint8_t) (x & 0xff);
175 return _tmp.b16;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 415 HInstr* _tmp = (_instr); \
418 (*ppInstr)(_tmp, mode64); \
421 addHInstr ( instrs_out, _tmp ); \
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586.pl     [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 451 classFileName + "_tmp.jar");
  /external/valgrind/main/VEX/
test_main.c 684 #define assign(_bb,_tmp,_expr) \
685 addStmtToIRSB((_bb), IRStmt_WrTmp((_tmp),(_expr)))
699 #define mkexpr(_tmp) IRExpr_RdTmp((_tmp))
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 1692 u8 _tmp[WPA_REPLAY_COUNTER_LEN]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 335 #define SWAP_ROWS(a, b) { GLfloat *_tmp = a; (a)=(b); (b)=_tmp; }
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 335 #define SWAP_ROWS(a, b) { GLfloat *_tmp = a; (a)=(b); (b)=_tmp; }
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 767 #define mkexpr(_tmp) IRExpr_RdTmp((_tmp))
    [all...]
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c     [all...]
SemanticGraphImpl.c 293 LCHAR* _tMp; /* used by IS_SCOPE_MARKER() below */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 469 TESTFN = "{}_{}_tmp".format(TESTFN, os.getpid())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 469 TESTFN = "{}_{}_tmp".format(TESTFN, os.getpid())
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 431 #define mkexpr(_tmp) IRExpr_RdTmp((_tmp))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.a     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]

Completed in 569 milliseconds

1 23 4