Home
last modified time | relevance | path

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

1234567891011

/third_party/python/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 …]
/third_party/ffmpeg/libavcodec/
Dgsmdec_template.c56 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()
Dvorbisenc.c803 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 …]
Dopus_silk.c33 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()
Dmsmpeg4dec.h41 int n, int coded, const uint8_t *scan_table);
/third_party/libwebsockets/lib/misc/
Dbase64-decode.c222 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/
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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs343 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/
Djsoncpp.spec11 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/
Dcompression.md34 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/
Dcupsfilters-mupdf.convs8 # These coded instructions, statements, and computer programs are the
Dcupsfilters-poppler.convs8 # These coded instructions, statements, and computer programs are the
Dcupsfilters-ghostscript.convs8 # These coded instructions, statements, and computer programs are the
/third_party/curl/tests/data/
Dtest86118 # When doing UIDL, we get the default list output hard-coded in the test
Dtest85319 # 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
Dtest104714 # 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
Dtest35012 # 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
Dtest25012 # 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
Dtest25213 # When doing LIST, we get the default list output hard-coded in the test
/third_party/mbedtls/scripts/
Dwindows_msbuild.bat6 @rem These parameters are hard-coded for now.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVR.td64 // Recognize hard coded registers.

1234567891011