HomeSort by relevance Sort by last modified time
    Searched refs:_st (Results 1 - 25 of 28) sorted by null

1 2

  /external/libopus/celt/arm/
fft_arm.h 55 #define opus_fft_alloc_arch(_st, arch) \
56 ((void)(arch), opus_fft_alloc_arm_neon(_st))
58 #define opus_fft_free_arch(_st, arch) \
59 ((void)(arch), opus_fft_free_arm_neon(_st))
61 #define opus_fft(_st, _fin, _fout, arch) \
62 ((void)(arch), opus_fft_neon(_st, _fin, _fout))
64 #define opus_ifft(_st, _fin, _fout, arch) \
65 ((void)(arch), opus_ifft_neon(_st, _fin, _fout))
  /external/libopus/celt/
kiss_fft.h 161 #define opus_fft_alloc_arch(_st, arch) \
162 ((*OPUS_FFT_ALLOC_ARCH_IMPL[(arch)&OPUS_ARCHMASK])(_st))
166 #define opus_fft_free_arch(_st, arch) \
167 ((*OPUS_FFT_FREE_ARCH_IMPL[(arch)&OPUS_ARCHMASK])(_st))
181 #define opus_fft_alloc_arch(_st, arch) \
182 ((void)(arch), opus_fft_alloc_arch_c(_st))
184 #define opus_fft_free_arch(_st, arch) \
185 ((void)(arch), opus_fft_free_arch_c(_st))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
STreeParser.h 52 #define _GUESS_BLOCK STreeParser _st; int _gv; SORASTBase *_savet=NULL;
53 #define _GUESS {save_state(&_st); \
58 #define _GUESS_DONE {restore_state(&_st); _t = _savet;}
sorcerer.h 78 #define _GUESS_BLOCK STreeParser _st; int _gv; SORAST *_savet=NULL;
79 #define _GUESS {_st = *_parser; \
84 #define _GUESS_DONE {*_parser = _st; _t = _savet;}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext32.h 35 struct _fpreg _st[8]; member in struct:_fpstate_ia32
sigcontext.h 80 struct _fpreg _st[8]; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext32.h 35 struct _fpreg _st[8]; member in struct:_fpstate_ia32
sigcontext.h 80 struct _fpreg _st[8]; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 60 struct _fpreg _st[8]; member in struct:_fpstate
120 struct _fpxreg _st[8]; member in struct:_fpstate
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 47 private StringTemplate _st;
48 public StringTemplate Template { get { return _st; } set { _st = value; } }
  /external/iproute2/tc/
q_codel.c 178 struct tc_codel_xstats _st = {}, *st; local
187 memcpy(&_st, st, RTA_PAYLOAD(xstats));
188 st = &_st;
q_fq_codel.c 223 struct tc_fq_codel_xstats _st = {}, *st; local
232 memcpy(&_st, st, RTA_PAYLOAD(xstats));
233 st = &_st;
  /external/clang/test/Sema/
address_spaces.c 31 struct _st { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 100 struct _libc_fpreg _st[8]; member in struct:_libc_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 117 struct _libc_fpxreg _st[8]; member in struct:_libc_fpstate
217 struct _libc_fpreg _st[8]; member in struct:_libc_fpstate
  /external/syslinux/gpxe/src/drivers/infiniband/
mlx_bitops.h 46 uint8_t bytes[ sizeof ( struct _structure ## _st ) / 8 ]; \
47 uint32_t dwords[ sizeof ( struct _structure ## _st ) / 32 ]; \
48 struct _structure ## _st *dummy[0]; \
  /bionic/libc/include/sys/
ucontext.h 187 struct _libc_fpreg _st[8];
363 struct _libc_fpxreg _st[8];
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_amd64.go 174 _st [8]fpxreg
198 _st [8]fpxreg1
defs_linux_386.go 122 _st [8]fpreg
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_amd64.go 174 _st [8]fpxreg
198 _st [8]fpxreg1
defs_linux_386.go 122 _st [8]fpreg
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 86 my_memcpy(out->float_save.register_area, fp->_st, 10 * 8);
142 my_memcpy(&out->flt_save.float_registers, &fpregs->_st, 8 * 16);
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 54 struct _fpreg _st[8]; member in struct:_fpstate_32
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 163 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_st), offsetof(_fpstate,st_space),
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 116 struct _fpreg _st[8]; member in struct:_fpstate_32

Completed in 3991 milliseconds

1 2