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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 107 inline unsigned int next_serial (void) { return serial++; } function in struct:hb_buffer_t
hb-ot-layout-private.hh 334 uint8_t lig_id = buffer->next_serial () & 0x07;
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.sh 125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
x509.c 188 int next_serial=0; local
407 else if (strcmp(*argv,"-next_serial") == 0)
408 next_serial= ++num;
671 if (!noout || text || next_serial)
746 else if (next_serial == i)
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 108 inline unsigned int next_serial (void) { return serial++; } function in struct:hb_buffer_t
hb-ot-layout-private.hh 336 uint8_t lig_id = buffer->next_serial () & 0x07;
  /external/openssl/apps/
CA.sh 125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
x509.c 188 int next_serial=0; local
407 else if (strcmp(*argv,"-next_serial") == 0)
408 next_serial= ++num;
671 if (!noout || text || next_serial)
746 else if (next_serial == i)
    [all...]
  /external/qemu/hw/core/
qdev.c 283 static int next_serial; local
289 return serial_hds[next_serial++];

Completed in 1203 milliseconds