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

  /external/llvm/test/Transforms/LoopVectorize/
nsw-crash.ll 17 %inc32 = add i32 undef, 1 ; <------------- Make sure we don't set NSW flags to the undef.
  /external/llvm/test/CodeGen/X86/
2009-09-16-CoalescerBug.ll 40 %2 = phi i32 [ 0, %for.cond17.preheader ], [ %inc32, %for.body20 ] ; <i32> [#uses=2]
46 %inc32 = add nsw i32 %2, 1 ; <i32> [#uses=2]
47 %exitcond = icmp eq i32 %inc32, 255 ; <i1> [#uses=1]
  /external/srtp/
srtp7.vcproj 23 AdditionalIncludeDirectories="C:\dev\foo\srtp;&quot;$(SolutionDir)&quot;;.\include;.\crypto\include;&quot;..\..\OpenSSL\openssl-0.9.7i\inc32&quot;;&quot;C:Library\OpenSSL\openssl-0.9.8\inc32&quot;"
69 AdditionalIncludeDirectories="&quot;.\include&quot;;&quot;.\crypto\include&quot;;&quot;..\..\OpenSSL\openssl-0.9.7i\inc32&quot;"
  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 16 static void inc32(u8 *block) function
162 inc32(cb);
224 inc32(J0inc);
  /external/openssl/ssl/
s2_pkt.c 279 INC32(s->s2->read_sequence); /* expect next number */
644 INC32(s->s2->write_sequence); /* expect next number */
ssl_locl.h 272 #define INC32(a) ((a)=((a)+1)&0xffffffffL)
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_locl.h 258 #define INC32(a) ((a)=((a)+1)&0xffffffffL)
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
tblgen 

Completed in 1410 milliseconds