/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/external/tremolo/Tremolo/ |
misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ 158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \ 159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); } 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ 161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \ 162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); } 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
|
/external/libvpx/libvpx/vpx_ports/ |
mem_ops_aligned.h | 49 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \ 56 const int##sz##_t *mem = (const int##sz##_t *)vmem; \ 63 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \ 72 const int##sz##_t *mem = (const int##sz##_t *)vmem; \ 81 uint##sz##_t *mem = (uint##sz##_t *)vmem; [all...] |
/external/libunwind/doc/ |
libunwind-ptrace.tex | 16 \Type{unw\_accessors\_t} \Var{\_UPT\_accessors};\\ 18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\ 23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\ 25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\ 27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\ 29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\ [all...] |
libunwind.tex | 16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\ 18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\ 20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\ 22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\ 24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\ 26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*});\ [all...] |
unw_get_accessors.tex | 15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\ 20 \Type{unw\_accessors\_t} structure, which contains the call-back 34 \Type{unw\_accessors\_t} structure.
|
unw_create_addr_space.tex | 15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\ 36 variable of type \Type{unw\_accessors\_t}. The contents of this 54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\ 57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\ 59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\ 60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Var{dilap}, \Type{void~*}\Var{arg});\ [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
err.h | 495 _zzmatch(int _t, char **zzBadText, char **zzMissText,
499 _zzmatch(_t, zzBadText, zzMissText, zzMissTok, zzBadTok, zzMissSet)
500 int _t;
510 if ( LA(1)!=_t ) {
512 *zzMissTok= _t; *zzBadTok=LA(1);
524 _zzmatch_wsig(int _t)
526 _zzmatch_wsig(_t)
527 int _t;
533 if ( LA(1)!=_t ) {
546 _zzmatch(int _t, char **zzBadText, char **zzMissText, [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
err.h | 495 _zzmatch(int _t, char **zzBadText, char **zzMissText,
499 _zzmatch(_t, zzBadText, zzMissText, zzMissTok, zzBadTok, zzMissSet)
500 int _t;
510 if ( LA(1)!=_t ) {
512 *zzMissTok= _t; *zzBadTok=LA(1);
524 _zzmatch_wsig(int _t)
526 _zzmatch_wsig(_t)
527 int _t;
533 if ( LA(1)!=_t ) {
546 _zzmatch(int _t, char **zzBadText, char **zzMissText, [all...] |
/external/libvncserver/libvncserver/ |
hextile.c | 95 static rfbBool subrectEncode##bpp(rfbClientPtr cli, uint##bpp##_t *data, \ 96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\ 97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \ 98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \ 110 uint##bpp##_t bg = 0, fg = 0, newBg, newFg; \ 114 uint##bpp##_t clientPixelData[16*16*(bpp/8)]; \ 196 subrectEncode##bpp(rfbClientPtr cl, uint##bpp##_t *data, int w, int h, \ 197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) [all...] |
/bionic/tests/ |
inttypes_test.cpp | 47 PRINTF_TYPED(WIDTH, WIDTH##_t); \ 48 PRINTF_TYPED(FAST##WIDTH, _fast##WIDTH##_t); \ 49 PRINTF_TYPED(LEAST##WIDTH, _least##WIDTH##_t) \ 75 SCANF_TYPED(SIZE, SIZE##_t); \ 76 SCANF_TYPED(FAST##SIZE, _fast##SIZE##_t); \ 77 SCANF_TYPED(LEAST##SIZE, _least##SIZE##_t) \
|
/external/vboot_reference/ |
Android.mk | 156 @rm -f $@ $@_t $@_commands 161 @external/vboot_reference/scripts/getversion.sh >> $@_t 163 'futil_cmd_t __cmd_##NAME;' >> $@_t 164 @cat $@_commands >> $@_t 165 @echo '#undef _CMD' >> $@_t 166 @echo '#define _CMD(NAME) &__cmd_##NAME,' >> $@_t 167 @echo 'const struct futil_cmd_t *const futil_cmds[] = {' >> $@_t 168 @cat $@_commands >> $@_t 169 @echo '0}; /* null-terminated */' >> $@_t 170 @echo '#undef _CMD' >> $@_t [all...] |
/external/clang/test/CodeGenCXX/ |
cxx11-user-defined-literal.cpp | 10 template<char...Cs> S operator"" _t() { return S(); } function
|
/external/libxml2/win32/wince/ |
wincecompat.h | 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
|
/external/llvm/test/MC/ARM/ |
hilo-16bit-relocations.s | 4 _t: label
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
hilo-16bit-relocations.s | 4 _t: label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
test2xcoff32.s | 38 .csect _t.rw_[RO],4
|