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

  /external/bison/lib/glthread/
lock.c 715 unsigned int old_alloc = wq->alloc; local
718 if (old_offset + old_count > old_alloc)
720 unsigned int limit = old_offset + old_count - old_alloc;
722 new_array[old_alloc + i] = new_array[i];
  /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 430 milliseconds