/external/fec/ |
vtest39.c | 45 unsigned char symbols[8*3*(MAXBYTES+8)]; local 120 symbols[3*i+0] = addnoise(parity(sr & V39POLYA),gain,Gain,127.5,255); 121 symbols[3*i+1] = addnoise(parity(sr & V39POLYB),gain,Gain,127.5,255); 122 symbols[3*i+2] = addnoise(parity(sr & V39POLYC),gain,Gain,127.5,255); 129 update_viterbi39_blk(vp,symbols,framebits+8); 164 memset(symbols,127,sizeof(symbols)); 172 update_viterbi39_blk(vp,symbols,framebits);
|
/external/google-breakpad/src/processor/ |
microdump_stackwalk_machine_readable_test | 39 $testdata_dir/symbols/microdump | \
|
microdump_stackwalk_test | 39 $testdata_dir/symbols/microdump | \
|
/external/llvm/test/MC/MachO/ARM/ |
llvm-objdump-macho-stripped.s | 4 # We are checking that disassembly happens when there are no symbols.
|
no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
/external/skia/src/sksl/ir/ |
SkSLBlock.h | 21 const std::shared_ptr<SymbolTable> symbols = nullptr) 23 , fSymbols(std::move(symbols)) 46 // because destroying statements can modify reference counts in symbols
|
SkSLSwitchStatement.h | 22 const std::shared_ptr<SymbolTable> symbols) 26 , fSymbols(std::move(symbols)) 45 // destroying statements can modify reference counts in symbols
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
ArchiveInternals.h | 74 // Get just the externally visible defined symbols from the bitcode 77 std::vector<std::string>& symbols, 83 std::vector<std::string>& symbols,
|
/frameworks/base/core/tests/coretests/src/android/app/admin/ |
PasswordMetricsTest.java | 43 assertEquals(0, metrics.symbols); 55 final int symbols = 6; local 62 quality, length, letters, upperCase, lowerCase, numeric, symbols, nonLetter) 76 assertEquals(symbols, metrics.symbols); 89 assertEquals(2, metrics.symbols); 157 metrics1.symbols++; 159 metrics1.symbols--;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11699.go | 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11699.go | 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
PpContext.cpp | 102 for (TSymbolMap::iterator it = symbols.begin(); it != symbols.end(); ++it)
|
/system/extras/simpleperf/ |
environment_test.cpp | 42 const std::vector<Symbol>& symbols = dso->GetSymbols(); local 43 ASSERT_FALSE(symbols.empty());
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
local_function.d | 2 #name: Relocations agains local function symbols
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-v10_32o-1.d | 9 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
|
rd-v32o-1.d | 9 private flags = 3: \[symbols have a _ prefix\] \[v32\]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
struct.d | 5 # The #... is there to match extra symbols inserted by
|
symtab.d | 2 # The HPPA does not output non-global absolute symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/ |
symver0.d | 4 # The #... and #pass are there to match extra symbols inserted by
|
symver1.d | 4 # The #... and #pass are there to match extra symbols inserted by
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
expdyn2.d | 8 # symbols, but since got reference counter wasn't reset, there was a SEGV
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
extract-symbol-1sym.d | 1 #name: --extract-symbol test 1 (symbols)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-shared-8-fail.d | 1 #name: FRV uClinux PIC relocs to (mostly) global symbols with addends, failing shared linking
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
shared-1.d | 8 # Make sure relocations against global and local symbols with relative and
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
weak-data.d | 1 #name: C6X ABS relocs to undefined weak symbols
|