/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 428 #define WF_SET_CHANNEL(samp,chn) \ 429 (samp)->Unused1 = chn & 0x1; \ 430 (samp)->Unused2 = chn & 0x2; \ 431 (samp)->Unused3 = chn & 0x4 433 #define WF_GET_CHANNEL(samp) \ 434 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 428 #define WF_SET_CHANNEL(samp,chn) \ 429 (samp)->Unused1 = chn & 0x1; \ 430 (samp)->Unused2 = chn & 0x2; \ 431 (samp)->Unused3 = chn & 0x4 433 #define WF_GET_CHANNEL(samp) \ 434 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
|
/external/oprofile/module/x86/ |
op_syscalls.c | 19 void oprof_put_note(struct op_note * samp); 20 void __oprof_put_note(struct op_note * samp);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLElement105.js | 80 Retrieve the dir attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp");
|
HTMLElement134.js | 80 Retrieve the class attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("classNameLink","SAMP-class",vclassname);
|
HTMLElement18.js | 80 Retrieve the id attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("idLink","Test-SAMP",vid);
|
HTMLElement47.js | 80 Retrieve the title attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("titleLink","SAMP Element",vtitle);
|
HTMLElement76.js | 80 Retrieve the lang attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp");
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLElement105.js | 80 Retrieve the dir attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp");
|
HTMLElement134.js | 80 Retrieve the class attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("classNameLink","SAMP-class",vclassname);
|
HTMLElement18.js | 80 Retrieve the id attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("idLink","Test-SAMP",vid);
|
HTMLElement47.js | 80 Retrieve the title attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp"); 104 assertEquals("titleLink","SAMP Element",vtitle);
|
HTMLElement76.js | 80 Retrieve the lang attribute of the SAMP element and examine its value. 99 nodeList = doc.getElementsByTagName("samp");
|
/external/icu4c/ |
icu4c.css | 267 samp { 450 pre.samp,samp {
|
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 426 char *samp; local 432 samp = G_STRING(OFS_PARM1); 436 // check to see if samp was properly precached 438 if (!strcmp(*check,samp)) 443 Con_Printf ("no precache: %s\n", samp); 1633 PF_sound, // void(entity e, float chan, string samp) sound = #8;
|
/external/oprofile/module/ia64/ |
op_syscalls.c | 29 void oprof_put_note(struct op_note * samp);
|
/external/quake/quake/src/WinQuake/ |
pr_cmds.cpp | 509 char *samp; local 515 samp = G_STRING(OFS_PARM1); 519 // check to see if samp was properly precached 521 if (!strcmp(*check,samp)) 526 Con_Printf ("no precache: %s\n", samp); [all...] |
/external/openfst/src/include/fst/ |
randgen.h | 316 RandGenFstOptions(const CacheOptions &copts, S *samp, 319 arc_sampler(samp),
|
/external/webkit/Source/WebCore/css/ |
html.css | 763 tt, code, kbd, samp {
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | 491 \def\samp #1{`{\tt \rawbackslash \frenchspacing #1}'\null} 495 \let\file=\samp 838 \let\samp=\indexdummyfont [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |