HomeSort by relevance Sort by last modified time
    Searched full:vdefs (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picorsrc.c 218 picorsrc_VoiceDefinition vdefs, freeVdefs; member in struct:picorsrc_resource_manager
241 this->vdefs = NULL;
799 v = this->vdefs;
856 PICODBG_ERROR(("max number of vdefs exceeded (%i)",this->numVdefs));
873 vdef->next = this->vdefs;
874 this->vdefs = vdef;
898 v = this->vdefs;
904 /* remove v from vdefs list */
908 this->vdefs = v->next;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccint.info     [all...]

Completed in 186 milliseconds