HomeSort by relevance Sort by last modified time
    Searched refs:nsa (Results 1 - 19 of 19) sorted by null

  /external/libedit/src/
sig.c 162 struct sigaction osa, nsa; local
164 nsa.sa_handler = sig_handler;
165 nsa.sa_flags = 0;
166 sigemptyset(&nsa.sa_mask);
172 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 341 NamespaceAlias nsa = stylesheet.getNamespaceAliasComposed(m_namespace); local
343 if (null != nsa)
345 m_namespace = nsa.getResultNamespace();
347 // String resultPrefix = nsa.getResultPrefix();
348 String resultPrefix = nsa.getStylesheetPrefix(); // As per xsl WG, Mike Kay
370 NamespaceAlias nsa = local
373 if (null != nsa)
375 String namespace = nsa.getResultNamespace();
377 // String resultPrefix = nsa.getResultPrefix();
378 String resultPrefix = nsa.getStylesheetPrefix(); // As per XSL W
    [all...]
  /external/tcpdump/
print-esp.c 210 struct sa_list *nsa; local
212 nsa = (struct sa_list *)malloc(sizeof(struct sa_list));
213 if (nsa == NULL)
216 *nsa = *sa;
219 ndo->ndo_sa_default = nsa;
221 nsa->next = ndo->ndo_sa_list_head;
222 ndo->ndo_sa_list_head = nsa;
  /external/mesa3d/src/compiler/nir/
nir_clone.c 392 nir_ssa_undef_instr *nsa = local
396 add_remap(state, &nsa->def, &sa->def);
398 return nsa;
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 14 // [NSA]: Suite B implementer's guide to FIPS 186-3,
15 // http://www.nsa.gov/ia/_files/ecdsa.pdf
83 // curve using the procedure given in [NSA] A.2.1.
114 // about how this is done. [NSA] suggests that this is done in the obvious
184 // See [NSA] 3.4.1
228 // See [NSA] 3.4.2
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 14 // [NSA]: Suite B implementer's guide to FIPS 186-3,
15 // http://www.nsa.gov/ia/_files/ecdsa.pdf
83 // curve using the procedure given in [NSA] A.2.1.
114 // about how this is done. [NSA] suggests that this is done in the obvious
184 // See [NSA] 3.4.1
228 // See [NSA] 3.4.2
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_netbsd_386.go 168 SYS___SIGACTION_SIGTRAMP = 340 // { int|sys||__sigaction_sigtramp(int signum, const struct sigaction *nsa, struct sigaction *osa, const void *tramp, int vers); }
zsysnum_netbsd_amd64.go 168 SYS___SIGACTION_SIGTRAMP = 340 // { int|sys||__sigaction_sigtramp(int signum, const struct sigaction *nsa, struct sigaction *osa, const void *tramp, int vers); }