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

  /external/openfst/src/include/fst/
reverse.h 78 StateId nos = iarc.nextstate + 1; local
79 while (ofst->NumStates() <= nos)
81 ofst->AddArc(nos, oarc);
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 83 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
324 STACK_OF(CONF_VALUE) *nos;
329 nos = X509V3_parse_list(cnf->value);
330 if(!nos || !sk_CONF_VALUE_num(nos)) {
335 ret = nref_nos(nref->noticenos, nos);
336 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
362 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
369 for(i = 0; i < sk_CONF_VALUE_num(nos); i++) {
370 cnf = sk_CONF_VALUE_value(nos, i)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 498 OutputStream nos = ByteStreams.nullOutputStream(); local
500 nos.write('n');
502 nos.write(test.getBytes());
503 nos.write(test.getBytes(), 2, 10);
  /external/v8/test/mjsunit/
string-indexof-2.js 33 + "dolor, non existimant oportere nimium nos causae confidere, sed et"
  /external/libvncserver/x11vnc/misc/
Xdummy 743 nos=$nosudo
747 nos=1
749 if [ "X$nos" = "X1" ]; then
    [all...]

Completed in 168 milliseconds