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

1 2 3

  /external/llvm/test/Transforms/InstCombine/
apint-and2.ll 15 %NotA = xor i477 %A, -1
17 %C1 = and i477 %NotA, %NotB
23 %NotA = xor i129 %A, -1
25 %C1 = and i129 %NotA, %NotB
31 %NotA = xor i65 %A, -1
33 %C1 = and i65 %NotA, %NotB
39 %NotA = xor i66 %A, -1
41 %C1 = and i66 %NotA, %NotB
apint-or1.ll 20 %NotA = xor i23 -1, %A
21 %B = or i23 %A, %NotA
apint-or2.ll 19 %NotA = xor i1023 -1, %A
20 %B = or i1023 %A, %NotA
apint-and1.ll 14 %NotA = xor i47 %A, -1
16 %C1 = and i47 %NotA, %NotB
xor.ll 30 %NotA = xor i32 -1, %A ; <i32> [#uses=1]
31 %B = xor i32 %A, %NotA ; <i32> [#uses=1]
and.ll 42 %NotA = xor i32 %A, -1 ; <i32> [#uses=1]
43 %B = and i32 %A, %NotA ; <i32> [#uses=1]
or.ll 57 %NotA = xor i32 -1, %A
58 %B = or i32 %A, %NotA
  /external/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 38 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated
  /external/srtp/crypto/test/
stat_driver.c 97 printf("(nota bene: a small fraction of stat_test failures does not \n"
  /external/srtp/crypto/include/
crypto_types.h 111 * and Rogaway. Nota bene: this cipher is IBM proprietary.
178 * UST_AES_128_XMAC implements AES-128 XORMAC, using UST. Nota bene:
  /external/libxml2/
valid.c 524 xmlGenericError(xmlGenericErrorContext, "?nota? ");
3912 xmlNotationPtr nota; local
4441 xmlNotationPtr nota; local
4638 xmlNotationPtr nota; local
    [all...]
SAX2.c 821 xmlNotationPtr nota = NULL; local
837 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
840 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
849 if (nota == NULL) ctxt->valid = 0;
853 nota);
    [all...]
  /external/srtp/crypto/kernel/
alloc.c 56 * Nota bene: the debugging statements for crypto_alloc() and
  /external/libxml2/include/libxml/
valid.h 168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
  /frameworks/base/docs/html-intl/es/training/multiscreen/
index.jd 48 <p class="note"><strong>Nota:</strong> en esta sección y en el ejemplo correspondiente, se utiliza la <a
  /external/srtp/crypto/replay/
rdbx.c 119 * nota bene - the output is a signed integer, DON'T cast it to a
  /external/srtp/crypto/hash/
sha1.c 66 * nota bene: the variable K0 appears in the curses library, so we
  /packages/apps/Contacts/res/values-ca/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/Contacts/res/values-es/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/Contacts/res/values-es-rUS/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/Contacts/res/values-it/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/Contacts/res/values-ms/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/Contacts/res/values-pt-rPT/
strings.xml 75 <item msgid="7196592230748086755">"Nota"</item>
  /packages/apps/ContactsCommon/res/values-ms/
strings.xml 113 <string name="label_notes" msgid="3997277594846722699">"Nota"</string>
  /external/srtp/include/
srtp.h 92 * nota bene: since libSRTP doesn't support the use of the MKI, the

Completed in 674 milliseconds

1 2 3