/external/quake/quake/src/WinQuake/ |
D | snd_dma.cpp | 287 sfx_t *sfx; in S_FindName() local 305 sfx = &known_sfx[i]; in S_FindName() 306 strcpy (sfx->name, name); in S_FindName() 310 return sfx; in S_FindName() 322 sfx_t *sfx; in S_TouchSound() local 327 sfx = S_FindName (name); in S_TouchSound() 328 Cache_Check (&sfx->cache); in S_TouchSound() 339 sfx_t *sfx; in S_PrecacheSound() local 344 sfx = S_FindName (name); in S_PrecacheSound() 348 S_LoadSound (sfx); in S_PrecacheSound() [all …]
|
D | snd_mix.cpp | 291 if (!ch->sfx) in S_PaintChannels() 295 sc = S_LoadSound (ch->sfx); in S_PaintChannels() 328 ch->sfx = NULL; in S_PaintChannels() 358 unsigned char *sfx; in SND_PaintChannelFrom8() local 368 sfx = sc->data.uc + ch->pos; in SND_PaintChannelFrom8() 372 data = sfx[i]; in SND_PaintChannelFrom8() 388 signed short *sfx; in SND_PaintChannelFrom16() local 393 sfx = sc->data.ss + ch->pos; in SND_PaintChannelFrom16() 397 data = sfx[i]; in SND_PaintChannelFrom16()
|
D | sound.h | 75 sfx_t *sfx; // sfx number member 101 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenu… 102 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
|
D | snd_null.cpp | 53 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation) in S_StaticSound() argument 57 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenu… in S_StartSound() argument
|
D | snd_mem.cpp | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx() argument 42 sc = (sfxcache_t*) Cache_Check (&sfx->cache); in ResampleSfx()
|
/external/quake/quake/src/QW/client/ |
D | snd_dma.c | 283 sfx_t *sfx; in S_FindName() local 301 sfx = &known_sfx[i]; in S_FindName() 302 strcpy (sfx->name, name); in S_FindName() 306 return sfx; in S_FindName() 318 sfx_t *sfx; in S_TouchSound() local 323 sfx = S_FindName (name); in S_TouchSound() 324 Cache_Check (&sfx->cache); in S_TouchSound() 335 sfx_t *sfx; in S_PrecacheSound() local 340 sfx = S_FindName (name); in S_PrecacheSound() 344 S_LoadSound (sfx); in S_PrecacheSound() [all …]
|
D | snd_mix.c | 283 if (!ch->sfx) in S_PaintChannels() 287 sc = S_LoadSound (ch->sfx); in S_PaintChannels() 320 ch->sfx = NULL; in S_PaintChannels() 350 unsigned char *sfx; in SND_PaintChannelFrom8() local 360 sfx = (unsigned char *)sc->data + ch->pos; in SND_PaintChannelFrom8() 364 data = sfx[i]; in SND_PaintChannelFrom8() 380 signed short *sfx; in SND_PaintChannelFrom16() local 385 sfx = (signed short *)sc->data + ch->pos; in SND_PaintChannelFrom16() 389 data = sfx[i]; in SND_PaintChannelFrom16()
|
D | sound.h | 66 sfx_t *sfx; // sfx number member 92 void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenu… 93 void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation);
|
D | snd_mem.c | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx() argument 42 sc = Cache_Check (&sfx->cache); in ResampleSfx()
|
/external/libvpx/build/make/ |
D | gen_asm_deps.sh | 44 sfx=${sfx:-asm} 45 includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile | 46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 1322 typedef void (* RadialShade16Proc)(SkScalar sfx, SkScalar sdx, 1327 void shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx, in shadeSpan16_radial_clamp() argument 1340 SkFixed fx = SkScalarToFixed(sfx) >> 1; in shadeSpan16_radial_clamp() 1373 void shadeSpan16_radial_mirror(SkScalar sfx, SkScalar sdx, in shadeSpan16_radial_mirror() argument 1379 float fdist = sk_float_sqrt(sfx*sfx + sfy*sfy); in shadeSpan16_radial_mirror() 1382 SkFixed magnitudeSquared = SkFixedSquare(sfx) + in shadeSpan16_radial_mirror() 1392 sfx += sdx; in shadeSpan16_radial_mirror() 1397 void shadeSpan16_radial_repeat(SkScalar sfx, SkScalar sdx, in shadeSpan16_radial_repeat() argument 1401 SkFixed fx = SkScalarToFixed(sfx); in shadeSpan16_radial_repeat() 1583 typedef void (* RadialShadeProc)(SkScalar sfx, SkScalar sdx, [all …]
|
/external/blktrace/btt/ |
D | args.c | 267 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument 272 sprintf(fname, "%s.%s", output_name, sfx); in std_open()
|
/external/llvm/include/llvm/ |
D | IntrinsicsCellSPU.td | 115 def int_spu_si_sfx : v4i32_rr<"sfx">;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2702 multiclass arm_ldst_mult<string asm, string sfx, bit L_bit, bit P_bit, Format f, 2709 !strconcat(asm, "${p}\t$Rn, $regs", sfx), "", []> { 2718 !strconcat(asm, "${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> { 2729 !strconcat(asm, "da${p}\t$Rn, $regs", sfx), "", []> { 2738 !strconcat(asm, "da${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> { 2749 !strconcat(asm, "db${p}\t$Rn, $regs", sfx), "", []> { 2758 !strconcat(asm, "db${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> { 2769 !strconcat(asm, "ib${p}\t$Rn, $regs", sfx), "", []> { 2778 !strconcat(asm, "ib${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> {
|
/external/llvm/lib/Target/CellSPU/ |
D | CellSDKIntrinsics.td | 34 RR_Int_v4i32<0b10000010110, "sfx", IntegerOp, int_spu_si_sfx>;
|
D | SPUInstrInfo.td | 738 "sfx\t$rT, $rA, $rB",
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 61693 http://www.old-time.com/sfx.html
|