OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tmp_
(Results
1 - 6
of
6
) sorted by null
/external/freetype/include/internal/
ftserv.h
64
FT_Pointer
_tmp_
= NULL; \
69
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
70
*_pptr_ =
_tmp_
; \
78
FT_Pointer
_tmp_
= NULL; \
81
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
82
ptr =
_tmp_
; \
115
FT_Pointer
_tmp_
; \
119
_tmp_
= ft_module_get_service( module, FT_SERVICE_ID_ ## id ); \
120
*_pptr_ =
_tmp_
; \
128
FT_Pointer
_tmp_
; \
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftserv.h
64
FT_Pointer
_tmp_
= NULL; \
69
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
70
*_pptr_ =
_tmp_
; \
78
FT_Pointer
_tmp_
= NULL; \
81
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
82
ptr =
_tmp_
; \
115
FT_Pointer
_tmp_
; \
119
_tmp_
= ft_module_get_service( module, FT_SERVICE_ID_ ## id ); \
120
*_pptr_ =
_tmp_
; \
128
FT_Pointer
_tmp_
; \
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
ftserv.h
64
FT_Pointer
_tmp_
= NULL; \
69
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
70
*_pptr_ =
_tmp_
; \
78
FT_Pointer
_tmp_
= NULL; \
81
_tmp_
= module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
82
ptr =
_tmp_
; \
115
FT_Pointer
_tmp_
; \
119
_tmp_
= ft_module_get_service( module, FT_SERVICE_ID_ ## id ); \
120
*_pptr_ =
_tmp_
; \
128
FT_Pointer
_tmp_
; \
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_linear_math.h
280
vec3f
_tmp_
; \
281
VEC_DIFF(
_tmp_
, _vb, _va); \
282
VEC_LENGTH(
_tmp_
,_len); \
[
all
...]
/external/vboot_reference/utility/
chromeos-tpm-recovery-test
124
sed "s/$re/$bytes /" < space.$index.data >
_tmp_
125
mv
_tmp_
space.$index.data
/external/deqp/framework/delibs/debase/
deDefs.h
327
#define DE_SWAP(TYPE, A, B) do { TYPE
_tmp_
= A; A = B; B =
_tmp_
; } while(deGetFalse())
Completed in 431 milliseconds