OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tmp_
(Results
1 - 4
of
4
) sorted by null
/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/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, 1 ); \
120
*_pptr_ =
_tmp_
; \
128
FT_Pointer
_tmp_
; \
[
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
330
#define DE_SWAP(TYPE, A, B) do { TYPE
_tmp_
= (A); (A) = (B); (B) =
_tmp_
; } while(deGetFalse())
Completed in 544 milliseconds