HomeSort by relevance Sort by last modified time
    Searched refs:_tmp_ (Results 1 - 6 of 6) 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/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 411 #define X(val, dflt, swapS, C1, C2, swapV, pred) _tmp_##val,
423 static const int _table2_##val = _tmp_##val; \
443 #define X(val, C_32, C1_64, C2_64, C3_64) _tmp_##val,
455 static const int _table2_##val = _tmp_##val; \
476 _tmp_##tag,
489 static const int _table2_##tag = _tmp_##tag; \
IceTargetLoweringX8664.cpp 746 #define X(val, dflt, swapS, C1, C2, swapV, pred) _tmp_##val,
758 static const int _table2_##val = _tmp_##val; \
778 #define X(val, C_32, C1_64, C2_64, C3_64) _tmp_##val,
790 static const int _table2_##val = _tmp_##val; \
811 _tmp_##tag,
824 static const int _table2_##tag = _tmp_##tag; \
  /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 187 milliseconds