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

  /external/bluetooth/glib/glib/
garray.c 411 guint old_alloc = array->alloc; local
416 for ( ; old_alloc < array->alloc; old_alloc++)
417 array->pdata [old_alloc] = NULL;
  /external/openssh/
ssh-agent.c 901 u_int i, old_alloc, new_alloc; local
917 old_alloc = sockets_alloc;
920 for (i = old_alloc; i < new_alloc; i++)
923 sockets[old_alloc].fd = fd;
924 buffer_init(&sockets[old_alloc].input);
925 buffer_init(&sockets[old_alloc].output);
926 buffer_init(&sockets[old_alloc].request);
927 sockets[old_alloc].type = type;
    [all...]
  /external/qemu/block/
qcow2-cluster.c 758 QCowL2Meta *old_alloc; local
818 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) {
821 uint64_t old_offset = old_alloc->offset;
822 uint64_t old_end_offset = old_alloc->offset +
823 old_alloc->nb_clusters * s->cluster_size;
837 m->depends_on = old_alloc;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 2937 Idx old_alloc = path->alloc; local
    [all...]

Completed in 252 milliseconds