/third_party/python/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 595 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 …]
|
/third_party/ffmpeg/libavcodec/ |
D | gsmdec_template.c | 56 static inline int decode_log_area(int coded, int factor, int offset) in decode_log_area() argument 58 coded <<= 10; in decode_log_area() 59 coded -= offset; in decode_log_area() 60 return gsm_mult(coded, factor) * 2; in decode_log_area()
|
D | vorbisenc.c | 798 int coded[MAX_FLOOR_VALUES]; // first 2 values are unused in floor_encode() local 806 coded[0] = coded[1] = 1; in floor_encode() 818 coded[i] = 0; // must be used later as flag! in floor_encode() 821 if (!coded[fc->list[i].low ]) in floor_encode() 822 coded[fc->list[i].low ] = -1; in floor_encode() 823 if (!coded[fc->list[i].high]) in floor_encode() 824 coded[fc->list[i].high] = -1; in floor_encode() 828 coded[i] = posts[i] - predicted + lowroom; in floor_encode() 830 coded[i] = (posts[i] - predicted) << 1; in floor_encode() 833 coded[i] = predicted - posts[i] + highroom - 1; in floor_encode() [all …]
|
D | opus_silk.c | 33 int coded; member 377 if (offset != 4 && frame->coded) { in silk_decode_lpc() 567 if (i == 0 && (frame_num == 0 || !frame->coded)) { in silk_decode_frame() 572 if (frame->coded) in silk_decode_frame() 734 frame->coded = 1; in silk_decode_frame() 769 if (!frame->coded) in silk_flush_frame() 782 frame->coded = 0; in silk_flush_frame() 842 if (s->midonly && s->frame[1].coded) in ff_silk_decode_superframe()
|
D | msmpeg4.h | 64 int n, int coded, const uint8_t *scan_table);
|
/third_party/libwebsockets/lib/misc/ |
D | base64-decode.c | 222 static const char * const coded[] = { 247 if (n != strlen(coded[test]) || strcmp(buf, coded[test])) { 254 n = lws_b64_decode_string(coded[test], buf, sizeof buf);
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 336 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()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 343 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue() 344 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue() 345 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue() 346 coded.WriteTag(valueTag); in MergingStreamExplicitValue() 347 coded.WriteInt32(0); in MergingStreamExplicitValue() 348 coded.Flush(); in MergingStreamExplicitValue()
|
/third_party/boost/libs/program_options/example/ |
D | multiple_sources.cfg | 2 # Comment out this line to use hard-coded default value of 10
|
/third_party/curl/tests/data/ |
D | test861 | 18 # When doing UIDL, we get the default list output hard-coded in the test
|
D | test853 | 18 # When doing LIST, we get the default list output hard-coded in the test
|
D | test352 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test250 | 11 # When doing LIST, we get the default list output hard-coded in the test
|
D | test706 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test351 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test521 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test100 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test252 | 13 # When doing LIST, we get the default list output hard-coded in the test
|
D | test707 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test1047 | 14 # When doing LIST, we get the default list output hard-coded in the test
|
D | test350 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
D | test353 | 12 # When doing LIST, we get the default list output hard-coded in the test
|
/third_party/icu/docs/userguide/conversion/ |
D | compression.md | 34 coded close together in Unicode. These runs are typically interrupted only by 35 punctuation characters, which are themselves coded in proximity to each other in
|
/third_party/mbedtls/scripts/ |
D | windows_msbuild.bat | 6 @rem These parameters are hard-coded for now.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVR.td | 64 // Recognize hard coded registers.
|