/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 | 803 int coded[MAX_FLOOR_VALUES]; // first 2 values are unused in floor_encode() local 811 coded[0] = coded[1] = 1; in floor_encode() 823 coded[i] = 0; // must be used later as flag! in floor_encode() 826 if (!coded[fc->list[i].low ]) in floor_encode() 827 coded[fc->list[i].low ] = -1; in floor_encode() 828 if (!coded[fc->list[i].high]) in floor_encode() 829 coded[fc->list[i].high] = -1; in floor_encode() 833 coded[i] = posts[i] - predicted + lowroom; in floor_encode() 835 coded[i] = (posts[i] - predicted) << 1; in floor_encode() 838 coded[i] = predicted - posts[i] + highroom - 1; in floor_encode() [all …]
|
D | opus_silk.c | 33 int coded; member 378 if (offset != 4 && frame->coded) { in silk_decode_lpc() 568 if (i == 0 && (frame_num == 0 || !frame->coded)) { in silk_decode_frame() 573 if (frame->coded) in silk_decode_frame() 735 frame->coded = 1; in silk_decode_frame() 770 if (!frame->coded) in silk_flush_frame() 783 frame->coded = 0; in silk_flush_frame() 843 if (s->midonly && s->frame[1].coded) in ff_silk_decode_superframe()
|
D | msmpeg4dec.h | 41 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/jsoncpp/ |
D | jsoncpp.spec | 11 Patch0002: 0001-Use-default-rather-than-hard-coded-8-for-maximum-agg.patch 98 - Use default rather than hard-coded 8 for maximum aggregate member alignment
|
/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/cups-filters/mime/ |
D | cupsfilters-mupdf.convs | 8 # These coded instructions, statements, and computer programs are the
|
D | cupsfilters-poppler.convs | 8 # These coded instructions, statements, and computer programs are the
|
D | cupsfilters-ghostscript.convs | 8 # These coded instructions, statements, and computer programs are the
|
/third_party/curl/tests/data/ |
D | test861 | 18 # When doing UIDL, we get the default list output hard-coded in the test
|
D | test853 | 19 # 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 | test1047 | 14 # 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
|
D | test350 | 12 # 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 | test250 | 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
|
/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.
|