OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjinstance
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
turbojpeg.c
95
}
tjinstance
;
typedef in typeref:struct:_tjinstance
109
#define getinstance(handle)
tjinstance
*this=(
tjinstance
*)handle; \
461
static tjhandle _tjInitCompress(
tjinstance
*this)
486
tjinstance
*this=NULL;
487
if((this=(
tjinstance
*)malloc(sizeof(
tjinstance
)))==NULL)
493
MEMZERO(this, sizeof(
tjinstance
));
645
static tjhandle _tjInitDecompress(
tjinstance
*this)
672
tjinstance
*this
[
all
...]
/external/libjpeg-turbo/
turbojpeg.c
98
}
tjinstance
;
typedef in typeref:struct:_tjinstance
130
#define getinstance(handle)
tjinstance
*this=(
tjinstance
*)handle; \
136
#define getcinstance(handle)
tjinstance
*this=(
tjinstance
*)handle; \
142
#define getdinstance(handle)
tjinstance
*this=(
tjinstance
*)handle; \
557
static tjhandle _tjInitCompress(
tjinstance
*this)
584
tjinstance
*this=NULL;
585
if((this=(
tjinstance
*)malloc(sizeof(tjinstance)))==NULL
[
all
...]
Completed in 36 milliseconds