/external/arm-neon-tests/ |
stm-arm-neon-ref.h | 56 #define VAR_DECL(V, T, W) T##W##_t VAR(V,T,W) 64 #define VECT_VAR_DECL(V, T, W, N) T##W##_t VECT_VAR(V,T,W,N) 75 #define VECT_ARRAY(V, T, W, N, L) T##W##_t VECT_ARRAY_VAR(V,T,W,N,L)[N*L] 95 (uint##W##_t)VECT_VAR(result, T, W, N)[i]); \ 106 uint##W##_t i; \ 107 float##W##_t f; \ 121 uint32_t tmp = (uint##W##_t) VECT_VAR(result, T, W, N)[i]; \ 128 uint32_t tmp = (uint##W##_t) VECT_VAR(result, T, W, N)[i]; \ 138 uint##W##_t i; \ 139 float##W##_t f; [all...] |
compute_ref_data.c | 35 #define MY_INIT_TAB(T,W,N) xNAME(INIT_TAB,N)(T##W##_t) 36 #define MY_INIT_TAB2(T,W,N) xNAME(INIT_TAB2,N)(T##W##_t) 37 #define MY_INIT_TAB3(T,W,N) xNAME(INIT_TAB3,N)(T##W##_t) 38 #define MY_INIT_TAB4(T,W,N) xNAME(INIT_TAB4,N)(T##W##_t) 51 T##W##_t VECT_ARRAY_VAR(V,T,W,N,2)[] = \ 56 T##W##_t VECT_ARRAY_VAR(V,T,W,N,3)[] = \ 62 T##W##_t VECT_ARRAY_VAR(V,T,W,N,4)[] = \
|
/external/libunwind/doc/ |
unw_get_fpreg.tex | 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
|
unw_get_reg.tex | 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
|
unw_set_fpreg.tex | 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t} \Var{val});\\
|
unw_set_reg.tex | 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t} \Var{val});\\
|
unw_destroy_addr_space.tex | 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
|
unw_get_proc_info_by_ip.tex | 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\ 34 type \Type{unw\_proc\_info\_t} which is used to return the info.
|
unw_regname.tex | 15 \Type{const char~*}\Func{unw\_regname}(\Type{unw\_regnum\_t} \Var{regnum});\\
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
test_harness.h | 369 #define __EXPECT(_expected, _seen, _t, _assert) do { \ 373 if (!(__exp _t __seen)) { \ 377 #_expected, __exp_print, #_t, \ 385 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ 388 if (!(strcmp(__exp, __seen) _t 0)) { \ 389 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
|
/external/seccomp-tests/linux/ |
test_harness.h | 373 #define __EXPECT(_expected, _seen, _t, _assert) do { \ 377 if (!(__exp _t __seen)) { \ 381 #_expected, __exp_print, #_t, \ 389 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ 392 if (!(strcmp(__exp, __seen) _t 0)) { \ 393 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
antlr.h | 545 #define zzmatch(_t) \
546 if ( !_zzmatch(_t, &zzBadText, &zzMissText, &zzMissTok, &zzBadTok, &zzMissSet) ) goto fail;
549 #define zzmatch_wsig(_t,handler) \
550 if ( !_zzmatch_wsig(_t) ) if (zzguessing) { zzGUESS_FAIL; } else {_signal=MismatchedToken; goto handler;}
552 #define zzmatch_wsig(_t,handler) \
553 if ( !_zzmatch_wsig(_t) ) {_signal=MismatchedToken; goto handler;}
564 #define zzmatch_wdfltsig(_t,_f) \
565 if ( !_zzmatch_wdfltsig(_t,_f) ) _signal=MismatchedToken;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
antlr.h | 533 #define zzmatch(_t) \
534 if ( !_zzmatch(_t, &zzBadText, &zzMissText, &zzMissTok, &zzBadTok, &zzMissSet) ) goto fail;
537 #define zzmatch_wsig(_t,handler) \
538 if ( !_zzmatch_wsig(_t) ) if (zzguessing) { zzGUESS_FAIL; } else {_signal=MismatchedToken; goto handler;}
540 #define zzmatch_wsig(_t,handler) \
541 if ( !_zzmatch_wsig(_t) ) {_signal=MismatchedToken; goto handler;}
552 #define zzmatch_wdfltsig(_t,_f) \
553 if ( !_zzmatch_wdfltsig(_t,_f) ) _signal=MismatchedToken;
|
AParser.cpp | 274 /* check to see if the current input symbol matches '_t'.
280 _match(ANTLRTokenType _t, ANTLRChar **MissText,
287 if ( LA(1)!=_t ) {
289 *MissTok= _t; *BadTok = LT(1);
298 /* check to see if the current input symbol matches '_t'.
302 _match_wsig(ANTLRTokenType _t)
307 if ( LA(1)!=_t ) return 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
types.h | 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
types.h | 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
types.h | 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE))) 191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
test2xcoff32.d | 38 00000060 <_t\.rw_>:
|
/external/elfutils/libasm/ |
asm_addint8.c | 48 #define _TYPE(size) int##size##_t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
global.h | 106 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
global.h | 106 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0)
|
/external/valgrind/none/tests/s390x/ |
dfpconv.c | 10 register typeof(target) _t asm("f0"); \ 11 asm volatile(insn(round,0,0,2) :"=f" (_t):"d"(source)); \ 12 _t; \
|
fpext.c | 10 register typeof(target) _t asm("f0"); \ 11 asm volatile(insn(round,0,0,2) :"=f" (_t):"d"(source)); \ 12 _t; \
|
/external/libvncserver/libvncserver/ |
tight.c | 585 uint##bpp##_t *fbptr; \ 586 uint##bpp##_t colorValue; \ 589 fbptr = (uint##bpp##_t *)&cl->scaledScreen->frameBuffer \ 601 fbptr = (uint##bpp##_t *)((uint8_t *)fbptr \ [all...] |
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlrun.swg | 234 SWIG_Perl_ConvertPtrAndOwn(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags, int *own) { 287 if (_t) { 290 tc = SWIG_TypeProxyCheck(_c,_t); 332 SWIG_Perl_ConvertPtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) { 333 return SWIG_Perl_ConvertPtrAndOwn(sv, ptr, _t, flags, 0);
|