Home
last modified time | relevance | path

Searched defs:syms (Results 1 – 25 of 124) sorted by relevance

12345

/external/icu/icu4c/source/i18n/
Dudat.cpp605 const DateFormatSymbols *syms; in udat_getSymbols() local
752 const DateFormatSymbols *syms; in udat_countSymbols() local
926 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
933 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
940 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
947 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
954 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
961 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
968 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
975 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneNarrowMonth()
[all …]
/external/rust/crates/libz-sys/src/zlib/examples/
Denough.c203 local big_t count(int syms, int len, int left) in count()
258 local int beenhere(int syms, int len, int left, int mem, int rem) in beenhere()
322 local void examine(int syms, int len, int left, int mem, int rem) in examine()
403 local void enough(int syms) in enough()
460 int syms; /* total number of symbols to code */ in main() local
/external/llvm-project/lld/COFF/
DLLDMapFile.cpp58 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
75 getSymbolStrings(ArrayRef<DefinedRegular *> syms) { in getSymbolStrings()
99 std::vector<DefinedRegular *> syms = getSymbols(); in writeLLDMapFile() local
DMapFile.cpp70 static void sortUniqueSymbols(std::vector<Defined *> &syms) { in sortUniqueSymbols()
101 static void getSymbols(std::vector<Defined *> &syms, in getSymbols()
145 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings()
217 std::vector<Defined *> syms; in writeMapFile() local
/external/llvm-project/lld/wasm/
DMapFile.cpp64 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms()
75 getSymbolStrings(ArrayRef<Symbol *> syms) { in getSymbolStrings()
114 std::vector<Symbol *> syms = getSymbols(); in writeMapFile() local
/external/turbine/java/com/google/turbine/processing/
DTurbineRoundEnvironment.java36 private final ImmutableSet<ClassSymbol> syms; field in TurbineRoundEnvironment
63 ImmutableSet<ClassSymbol> syms, in TurbineRoundEnvironment()
/external/bcc/examples/cpp/
DTCPSendStack.cc98 auto syms = stacks.get_stack_symbol(it.first.kernel_stack, -1); in main() local
111 auto syms = stacks.get_stack_symbol(it.first.user_stack, it.first.pid); in main() local
/external/llvm-project/lld/ELF/
DMapFile.cpp67 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
86 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings()
157 std::vector<Defined *> syms = getSymbols(); in writeMapFile() local
DSymbolTable.cpp173 std::vector<Symbol *> syms; in handleDynamicList() local
192 std::vector<Symbol *> syms = findByVersion(ver); in assignExactVersion() local
DThunks.h61 llvm::SmallVector<Defined *, 3> syms; variable
/external/turbine/java/com/google/turbine/binder/
DBinder.java120 ImmutableSet<ClassSymbol> syms = ienv.asMap().keySet(); in bind() local
264 Iterable<ClassSymbol> syms, in bindHierarchy()
287 ImmutableSet<ClassSymbol> syms, in bindTypes()
299 ImmutableSet<ClassSymbol> syms, in canonicalizeTypes()
348 ImmutableSet<ClassSymbol> syms, in constants()
435 ImmutableSet<ClassSymbol> syms, in disambiguateTypeAnnotations()
/external/google-breakpad/src/common/linux/
Ddump_symbols_unittest.cc113 SymbolTable syms(kLittleEndian, TypeParam::kAddrSize, table); in TYPED_TEST() local
170 SymbolTable syms(kLittleEndian, TypeParam::kAddrSize, table); in TYPED_TEST() local
/external/clang/test/CodeGen/
D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable
/external/llvm-project/clang/test/CodeGen/
D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable
/external/libaom/libaom/av1/decoder/
Daccounting.h51 AccountingSymbol *syms; member
63 AccountingSymbols syms; member
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_map.py26 from ..pygram import python_symbols as syms unknown
/external/llvm-project/flang/include/flang/Lower/
DCoarray.h59 SymMap &syms) in CoarrayExprHelper()
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_zip.py13 from ..pygram import python_symbols as syms unknown
Dfix_filter.py19 from ..pygram import python_symbols as syms unknown
Dfix_map.py26 from ..pygram import python_symbols as syms unknown
/external/grpc-grpc/tools/codegen/core/
Dgen_hpack_tables.cc169 symset syms; member
181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index()
214 unsigned bitofs, unsigned emit, symset syms) { in build_dec_tbl()
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_hpack_tables.cc169 symset syms; member
181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index()
214 unsigned bitofs, unsigned emit, symset syms) { in build_dec_tbl()
/external/fec/
Dviterbi27.c134 int update_viterbi27_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi27_blk()
Dviterbi39.c135 int update_viterbi39_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi39_blk()
Dviterbi615.c136 int update_viterbi615_blk(void *p,unsigned char syms[],int nbits){ in update_viterbi615_blk()

12345