Home
last modified time | relevance | path

Searched refs:coded (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/external/python/cpython2/Modules/cjkcodecs/
D_codecs_iso2022.c593 DBCHAR coded; in ksx1001_encoder() local
596 TRYMAP_ENC(cp949, coded, *data) in ksx1001_encoder()
597 if (!(coded & 0x8000)) in ksx1001_encoder()
598 return coded; in ksx1001_encoder()
631 DBCHAR coded; in jisx0208_encoder() local
636 else TRYMAP_ENC(jisxcommon, coded, *data) { in jisx0208_encoder()
637 if (!(coded & 0x8000)) in jisx0208_encoder()
638 return coded; in jisx0208_encoder()
670 DBCHAR coded; in jisx0212_encoder() local
673 TRYMAP_ENC(jisxcommon, coded, *data) { in jisx0212_encoder()
[all …]
/external/python/cpython3/Modules/cjkcodecs/
D_codecs_iso2022.c595 DBCHAR coded; in ksx1001_encoder() local
598 if (TRYMAP_ENC(cp949, coded, *data)) { in ksx1001_encoder()
599 if (!(coded & 0x8000)) in ksx1001_encoder()
600 return coded; in ksx1001_encoder()
634 DBCHAR coded; in jisx0208_encoder() local
639 else if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0208_encoder()
640 if (!(coded & 0x8000)) in jisx0208_encoder()
641 return coded; in jisx0208_encoder()
673 DBCHAR coded; in jisx0212_encoder() local
676 if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0212_encoder()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSchedule.td73 def IIC_iLoad_m : InstrItinClass<0>; // micro-coded
74 def IIC_iLoad_mu : InstrItinClass<0>; // micro-coded
75 def IIC_iLoad_mBr : InstrItinClass<0>; // micro-coded
76 def IIC_iPop : InstrItinClass<0>; // micro-coded
77 def IIC_iPop_Br : InstrItinClass<0>; // micro-coded
94 def IIC_iStore_m : InstrItinClass<0>; // micro-coded
95 def IIC_iStore_mu : InstrItinClass<0>; // micro-coded
127 def IIC_fpLoad_m : InstrItinClass<0>; // micro-coded
128 def IIC_fpLoad_mu : InstrItinClass<0>; // micro-coded
131 def IIC_fpStore_m : InstrItinClass<0>; // micro-coded
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DType.java337 static int size(final int coded) { in size() argument
338 return coded & 3; in size()
341 static int consumed(final int coded) { in consumed() argument
342 return coded >> 2; in consumed()
358 final int coded = getTypeSize(signature.substring(index)); in getArgumentTypesSize() local
359 res += size(coded); in getArgumentTypesSize()
360 index += consumed(coded); in getArgumentTypesSize()
/external/tensorflow/tensorflow/core/kernels/
Dfact_op.cc90 string coded = facts[context->env()->NowMicros() % count]; in Compute() local
91 E(&coded); in Compute()
92 output() = coded; in Compute()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs336 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue()
337 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue()
338 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
339 coded.WriteTag(valueTag); in MergingStreamExplicitValue()
340 coded.WriteInt32(0); in MergingStreamExplicitValue()
341 coded.Flush(); in MergingStreamExplicitValue()
/external/autotest/client/site_tests/platform_PartitionCheck/
Dcontrol17 Checks a hard-coded list of partitions to check that their sizes are the same
18 as a hard-coded expected rootfs size.
/external/curl/tests/data/
Dtest86118 # When doing UIDL, we get the default list output hard-coded in the test
Dtest85318 # When doing LIST, we get the default list output hard-coded in the test
Dtest35212 # When doing LIST, we get the default list output hard-coded in the test
Dtest10012 # When doing LIST, we get the default list output hard-coded in the test
Dtest70614 # When doing LIST, we get the default list output hard-coded in the test
Dtest115316 # When doing LIST, we get the default list output hard-coded in the test
Dtest35012 # When doing LIST, we get the default list output hard-coded in the test
Dtest25213 # When doing LIST, we get the default list output hard-coded in the test
Dtest104714 # When doing LIST, we get the default list output hard-coded in the test
Dtest35112 # When doing LIST, we get the default list output hard-coded in the test
Dtest70714 # When doing LIST, we get the default list output hard-coded in the test
Dtest25011 # When doing LIST, we get the default list output hard-coded in the test
Dtest52112 # When doing LIST, we get the default list output hard-coded in the test
Dtest35312 # When doing LIST, we get the default list output hard-coded in the test
/external/clang/test/Analysis/
DNoReturn.m126 // Test that hard-coded Microsoft _wassert name is recognized as a noreturn
136 // Test that hard-coded Android __assert2 name is recognized as a noreturn
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dtypeunit-header.test6 The input file is hand-coded assembler to generate a type unit stub,
/external/catch2/CMake/
DMiscFunctions.cmake1 #checks that the given hard-coded list contains all headers + sources in the given folder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVR.td65 // Recognize hard coded registers.

12345678910>>...16