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

  /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/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 273 milliseconds