/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _linux.h | 175 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_GPR1] argument 177 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__misc[0] argument 179 #define _MD_SET_FP(_t, val) argument 180 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) argument 181 #define _MD_GET_FP_PTR(_t) ((void *) 0) argument 189 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP] argument 190 #define _MD_SET_FP(_t, val) argument 191 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) argument 192 #define _MD_GET_FP_PTR(_t) ((void *) 0) argument 195 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp argument [all …]
|
D | _win16.h | 464 #define CONTEXT(_t) ((_t)->md.context) argument 469 #define _MD_INIT_CONTEXT(_t, sp, epa, stat ) \ argument 472 Catch((_t)->md.context ); \ 473 (_t)->md.context[0] = OFFSETOF(epa); \ 474 (_t)->md.context[1] = SELECTOROF(epa); \ 475 (_t)->md.context[2] = OFFSETOF(_pr_top_of_task_stack - 64); \ 476 (_t)->md.context[3] = 0; \ 479 #define _MD_SWITCH_CONTEXT(_t) \ argument 480 if (!Catch((_t)->md.context)) { \ 482 (_t)->md.errcode = errno; \ [all …]
|
D | _macos.h | 233 #define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb))) argument 234 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 2)) argument 235 #define _MD_GET_TOC(_t) (*((PRUint32 *)((_t)->md.jb) + 3)) argument 239 #define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb) + 6)) argument 240 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12)) argument
|
D | _bsdi.h | 81 #define _MD_GET_SP(_t) (_t)->md.context[2] argument 83 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp argument
|
D | _hpux.h | 97 #define _MD_GET_SP(_t) (*((int *)((_t)->md.jb) + 1)) argument 103 #define _MD_SET_THR_SP(_t, _sp) ((_MD_GET_SP(_t)) = (int) (_sp + 64 *2)) argument
|
D | _aix.h | 114 #define _MD_GET_SP(_t) (_t)->md.jb[3] argument 115 #define _MD_SET_THR_SP(_t, _sp) ((_t)->md.jb[3] = (int) (_sp - 2 * 64)) argument
|
D | _solaris.h | 490 #define _MD_GET_SP(_t) (_t)->md.context[2] 492 #define _MD_GET_SP(_t) (_t)->md.context[4] 502 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[REG_SP] 512 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[USP]
|
/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_internal.c | 20 u32 t[5], _t[5]; in fips186_2_prf() local 46 os_memcpy(_t, t, 20); in fips186_2_prf() 47 SHA1Transform(_t, xkey); in fips186_2_prf() 48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 51 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 52 _t[4] = host_to_be32(_t[4]); in fips186_2_prf() 53 os_memcpy(xpos, _t, 20); in fips186_2_prf()
|
D | fips_prf_openssl.c | 29 u32 t[5], _t[5]; in fips186_2_prf() local 55 os_memcpy(_t, t, 20); in fips186_2_prf() 56 sha1_transform((u8 *) _t, xkey); in fips186_2_prf() 57 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 58 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 59 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 60 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 61 _t[4] = host_to_be32(_t[4]); in fips186_2_prf() 62 os_memcpy(xpos, _t, 20); in fips186_2_prf()
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem_ops_aligned.h | 44 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\ 50 const int##sz##_t *mem = (const int##sz##_t *)vmem;\ 56 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\ 64 const int##sz##_t *mem = (const int##sz##_t *)vmem;\ 72 uint##sz##_t *mem = (uint##sz##_t *)vmem;\ 73 *mem = (uint##sz##_t)val;\ 78 uint##sz##_t *mem = (uint##sz##_t *)vmem, raw;\ 80 *mem = (uint##sz##_t)raw;\
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_common.h | 28 static inline void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() argument 32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; in deb2_impl() 34 _t[_x]=_t[_x-_y]; in deb2_impl() 35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl() 36 for(i=_t[_x-_y]+1;i<_k;i++){ in deb2_impl() 37 _t[_x]=i; in deb2_impl() 38 deb2_impl(_t,_p,_k,_x+1,_x); in deb2_impl()
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument 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) \ argument 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) \ argument 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jri_md.h | 536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ argument 537 ((_t).x[1] = ((jint*)(_addr))[1]), \ 538 (_t).l ) 539 #define JRI_SET_INT64(_t, _addr, _v) ( (_t).l = (_v), \ argument 540 ((jint*)(_addr))[0] = (_t).x[0], \ 541 ((jint*)(_addr))[1] = (_t).x[1] ) 543 #define JRI_GET_INT64(_t,_addr) (*(jlong*)(_addr)) argument 544 #define JRI_SET_INT64(_t, _addr, _v) (*(jlong*)(_addr) = (_v)) argument 549 #define JRI_GET_DOUBLE(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ argument 550 ((_t).x[1] = ((jint*)(_addr))[1]), \ [all …]
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | windows_common.h | 70 typedef ret (api * __dll_##name##_t)args; \ 71 static __dll_##name##_t prefixname = NULL 92 prefixname = (__dll_##name##_t)GetProcAddress(h, \ 95 prefixname = (__dll_##name##_t)GetProcAddress(h, \ 98 prefixname = (__dll_##name##_t)GetProcAddress(h, \
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 10825 var _t = this; 10826 if(_t._delayTimer){ _t._clearTimer(); } 10828 _t._stopTimer(); 10829 _t._active = _t._paused = false; 10830 _t._percent = 0; 10831 }else if(_t._active && !_t._paused){ 10832 return _t; 10835 _t._fire("beforeBegin", [_t.node]); 10837 var de = delay || _t.delay, 10838 _p = dojo.hitch(_t, "_play", gotoStart); [all …]
|
/external/llvm/test/TableGen/ |
D | ListManip.td | 4 class Bli<string _t> 6 string t = _t;
|
/external/elfutils/libasm/ |
D | asm_adduint8.c | 42 #define _UTYPE(size) uint##size##_t 44 #define _TYPE(size) int##size##_t
|
/external/clang/test/CodeGenCXX/ |
D | cxx11-user-defined-literal.cpp | 10 template<char...Cs> S operator"" _t() { return S(); } in operator ""_t() 44 0x12345678_t; in f()
|
/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 224 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 233 add_vtable (#Func, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \ 252 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 261 add_vtable (#Func, Flavor, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \
|
/external/llvm/test/CodeGen/X86/ |
D | hidden-vis-3.ll | 9 ; X32: _t: 12 ; X64: _t:
|
D | fast-isel-mem.ll | 38 ; CHECK: _t: 42 ; ATOM: _t:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lh0_aut_spho3.utf | 17 'O_I' '3' 'A' 'o_U' 'A:' '=l' '=n' '3_r' '@_r' 'E_I' 'o' 'O' '4' '?_t' 'i' 20 '{P3}' '{P0}' '-' '&' '#' 't'/'?_t' 't'/'4' '@'/@ 'n'/'=n' @/'=n' 'n'/@ 37 :CLASS 13 :IS '?_t' 46 :CLASS 22 :IS 't'/'?_t'
|
/external/harfbuzz_ng/src/ |
D | hb-shaper-private.hh | 77 …HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object HB_SHAPER_DATA_CREATE_FUNC_EX… 89 hb_##shaper##_shaper_##object##_data_ensure (hb_##object##_t *object) \
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-shaper-private.hh | 77 …HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object HB_SHAPER_DATA_CREATE_FUNC_EX… 89 hb_##shaper##_shaper_##object##_data_ensure (hb_##object##_t *object) \
|
/external/valgrind/main/none/tests/s390x/ |
D | fpconv.c | 9 register typeof(target) _t asm("f0"); \ 10 asm volatile(insn " 0,2\n\t" :"=f" (_t):"d"(source)); \ 11 _t; \
|