Searched refs:__h (Results 1 - 3 of 3) sorted by relevance
/external/bison/lib/ |
H A D | obstack.h | 371 ({ struct obstack *__h = (OBSTACK); \ 372 obstack_blank (__h, (length)); \ 373 obstack_finish (__h); }) 377 ({ struct obstack *__h = (OBSTACK); \ 378 obstack_grow (__h, (where), (length)); \ 379 obstack_finish (__h); }) 383 ({ struct obstack *__h = (OBSTACK); \ 384 obstack_grow0 (__h, (where), (length)); \ 385 obstack_finish (__h); })
|
/external/clang/lib/Headers/ |
H A D | avxintrin.h | 921 float __e, float __f, float __g, float __h) 923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a }; 976 float __e, float __f, float __g, float __h) 978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h }; 920 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument 975 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
|
/external/opencv3/modules/videoio/src/ |
H A D | cap_msmf.cpp | 136 unsigned char __h; member in struct:Guid 146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0) 158 __h(reinterpret_cast<const __s_GUID&>(__guid).Data4[4]), 224 __a(__aArg), __b(__bArg), __c(__cArg), __d(__dArg), __e(__eArg), __f(__fArg), __g(__gArg), __h(__hArg), __i(__iArg), __j(__jArg), __k(__kArg) 235 __h = __dArg[4];
|
Completed in 280 milliseconds