| /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/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/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);
|
| D | h261dec.c | 257 static int h261_decode_block(H261Context *h, int16_t *block, int n, int coded) in h261_decode_block() argument 286 } else if (coded) { in h261_decode_block() 301 if (!coded) { in h261_decode_block()
|
| /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/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/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.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | SDNodeProperties.td | 19 // Note: These are hard coded into tblgen.
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | vector_angle.inl | 28 //! \todo epsilon is hard coded to 0.01
|
| /third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
| D | TODO | 74 mode, the "coded audio and video that represent sound and pictures 76 within the coded bit stream by ==>as much as one second<=="
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | README.md | 9 only inside that base container. This is open-coded in PowerShell scripts.
|
| /third_party/python/Lib/test/ |
| D | multibytecodec_support.py | 338 for uni, coded in uc: 340 codech = bytes.fromhex(coded)
|
| /third_party/node/deps/npm/node_modules/rc/ |
| D | README.md | 121 Assume you have an application like this (notice the hard-coded defaults passed to rc): 160 *Default `mode` from hard-coded object is retained, but port is overridden by `.myapprc` file (auto…
|
| /third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
| D | test_embedding.dart | 42 // The following parameters are hard-coded in Flutter's test embedder. Since
|
| /third_party/zlib/os400/ |
| D | README400 | 44 Remember that most foreign textual data are ASCII coded: this
|
| /third_party/freetype/src/autofit/ |
| D | afblue.hin | 27 /* hard-coded, self-converted data, no error checking is performed */
|
| /third_party/python/Doc/library/ |
| D | distutils.rst | 20 collections of Python packages which include modules coded in both Python and C.
|