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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 106 inline unsigned int next_serial (void) { return serial++; } function in struct:hb_buffer_t
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 104 inline unsigned int next_serial (void) { return serial++; } function in struct:hb_buffer_t
  /external/qemu/hw/
qdev.c 283 static int next_serial; local
289 return serial_hds[next_serial++];
  /external/chromium_org/third_party/openssl/openssl/apps/
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/openssl/apps/
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...]

Completed in 863 milliseconds