OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swimodel
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/clib/
swimodel.c
2
*
swimodel
.c *
33
#include "
swimodel
.h"
330
const
SWIModel
* load_swimodel(const char *filename)
333
SWIModel
*
swimodel
= NULL;
local
339
swimodel
= (
SWIModel
*) CALLOC(1, sizeof(
SWIModel
), "clib.models.base");
341
if (mmap_zip(filename, &
swimodel
->mmap_zip_data, &
swimodel
->mmap_zip_size))
[
all
...]
/external/srec/srec/include/
srec.h
25
#include "
swimodel
.h"
314
const
SWIModel
*
swimodel
[MAX_ACOUSTIC_MODELS];
member in struct:__anon29242
simapi.h
40
#include "
swimodel
.h"
118
const
SWIModel
*
swimodel
; /* owning pointer to compact acoustic models */
member in struct:__anon29226
[
all
...]
Completed in 38 milliseconds