HomeSort by relevance Sort by last modified time
    Searched full:zap (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/net/third_party/nss/ssl/
sslnonce.c 375 * If sid "zap" is in the cache,
380 UncacheSID(sslSessionID *zap)
385 if (zap->cached != in_client_cache) {
389 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
391 zap, zap->cached, zap->addr.pr_s6_addr32[0],
392 zap->addr.pr_s6_addr32[1], zap->addr.pr_s6_addr32[2],
393 zap->addr.pr_s6_addr32[3], zap->port, zap->creationTime
    [all...]
  /external/valgrind/main/none/tests/amd64/
nan80and64.c 100 #define ZAP memset(res, 0x55, 10)
106 ZAP; do_64_to_80( res, ref_qnan64 );
111 ZAP; do_64_to_80( res, ref_snan64 );
116 ZAP; do_80_to_64( res, ref_qnan80 );
121 ZAP; do_80_to_64( res, ref_snan80 );
136 #undef ZAP
  /external/chromium_org/net/base/
zap.cc 5 #include "net/base/zap.h"
auth.cc 6 #include "net/base/zap.h"
55 void AuthCredentials::Zap() {
zap.h 13 // Zap functions are used to clear sensitive data in RAM to minimize the
auth.h 64 void Zap();
  /packages/apps/Nfc/res/values-pl/
strings.xml 32 <string name="tap_again_to_pay" msgid="5754988005412859897">"Kliknij ponownie, by zap?aci?, u?ywaj?c <xliff:g id="APP">%1$s</xliff:g>"</string>
36 <string name="pay_with" msgid="5531545488795798945">"Zap?a? w"</string>
38 <string name="default_pay_app_removed" msgid="4108250545457437360">"Twoja preferowana us?uga systemu dotknij i zap?a? zosta?a usuni?ta. Wybra? inn??"</string>
  /external/llvm/test/Transforms/InstCombine/
2008-06-08-ICmpPHI.ll 31 %tmp17 = tail call i32 (...)* @zap( ) nounwind ; <i32> [#uses=1]
47 declare i32 @zap(...)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 94 /// Zap - check that the worklist is empty and nuke the backing store for
96 void Zap() {
  /external/llvm/test/CodeGen/X86/
ghc-cc.ll 10 define void @zap(i32 %a, i32 %b) nounwind {
hipe-cc.ll 5 define void @zap(i32 %a, i32 %b) nounwind {
ghc-cc64.ll 23 define void @zap(i64 %a, i64 %b) nounwind {
  /external/chromium_org/v8/src/
zone.cc 107 // Zap the entire current segment (including the header).
124 // Zap the contents of the kept segment (but not the header).
146 // Zap the entire kept segment (including the header).
hydrogen-environment-liveness.cc 73 // explicitly zap it in B.
228 // Analysis finished. Zap dead environment slots.
  /external/llvm/include/llvm/IR/
Use.h 73 /// Destructor - Only for zap()
121 /// zap - This is used to destroy Use operands when the number of operands of
123 static void zap(Use *Start, const Use *Stop, bool del = false);
User.h 56 Use::zap(OperandList, OperandList + NumOperands, true);
63 Use::zap(OperandList, OperandList + NumOperands);
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 27 buffer[count] = 0; // zap newline
  /external/llvm/lib/IR/
Use.cpp 123 // Use zap Implementation
126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
  /external/v8/src/
zone.cc 130 // Zap the entire current segment (including the header).
147 // Zap the contents of the kept segment (but not the header).
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
via-mont.pl 217 &mov (&DWP(64,"esp","edx",4),"ecx"); # zap tp
226 &mov ("edi","esp"); # zap frame including scratch area
229 # zap copies of ap, bp and np
armv4-mont.S 133 str sp,[r4],#4 @ zap tp
  /external/openssl/crypto/bn/asm/
via-mont.pl 217 &mov (&DWP(64,"esp","edx",4),"ecx"); # zap tp
226 &mov ("edi","esp"); # zap frame including scratch area
229 # zap copies of ap, bp and np
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view_test.js 244 e.categories = ['baz,zap', 'gpu'];
255 assertNotEquals('baz,zap', inputs[i].id);
  /external/jpeg/
cderror.h 131 /* Zap JMESSAGE macro so that future re-inclusions do nothing by default */
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 105 // zap the pair.

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 9