/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jchuff.c | 256 unsigned int code; in jpeg_make_c_derived_tbl() local [all...] |
H A D | jcmarker.c | 288 emit_sof(j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof() argument
|
H A D | jcphuff.c | 335 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc.c | 623 uint32_t code = 0xff000000; in VP8LBundleColorMap_C() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 184 const size_t code = insertlen + 40; in EmitInsertLen() local 198 const size_t code = nbits + 50; in EmitInsertLen() local 240 const size_t code = (nbits << 1) + prefix + 20; EmitCopyLen() local 247 const size_t code = nbits + 28; EmitCopyLen() local 271 const size_t code = (nbits << 1) + prefix + 4; EmitCopyLenLastDistance() local 277 const size_t code = (tail >> 5) + 30; EmitCopyLenLastDistance() local 286 const size_t code = nbits + 28; EmitCopyLenLastDistance() local [all...] |
H A D | hash.h | 223 size_t code = self->length_and_code & 31; in BackwardMatchLengthCode() local
|
H A D | compress_fragment_two_pass.c | 132 const uint32_t code = nbits + 10; in EmitInsertLen() local 155 const size_t code = (nbits << 1) + prefix + 44; in EmitCopyLen() local 161 const size_t code = nbits + 52; in EmitCopyLen() local 180 const size_t code = (nbits << 1) + prefix + 28; in EmitCopyLenLastDistance() local 186 const size_t code in EmitCopyLenLastDistance() local 195 const size_t code = nbits + 52; EmitCopyLenLastDistance() local 490 const uint32_t code = commands[i] & 0xFF; StoreCommands() local 503 const uint32_t code = cmd & 0xFF; StoreCommands() local [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | t1types.h | 135 FT_Byte** code; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 595 char code, last_code; in read_lwfn() local [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.c | 1423 FT_UInt code; FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff1.cc | 406 hb_codepoint_t code, last_code = CFF_UNDEF_CODE; in plan_subset_encoding() local
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 184 char code; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() argument [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 71 ush code; /* bit string */ member [all...] |
H A D | trees.c | 239 int code; /* code value */ tr_static_init() local 578 unsigned code = 0; /* running code value */ global() local 1050 unsigned code; /* the code to send */ global() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvscsu.cpp | 1033 int code; _SCSUFromUnicodeWithOffsets() local 1538 int code; _SCSUFromUnicode() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 93 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 1003 void EscapeUtf16ToString(uint16 code, std::string* output) { in EscapeUtf16ToString() argument [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 1066 int code = DigitValue(*ptr); ParseStringAppend() local 1080 int code = 0; ParseStringAppend() local [all...] |
/third_party/python/Python/ |
H A D | codecs.c | 1128 int code; in PyCodec_SurrogatePassErrors() local
|
/third_party/python/Objects/ |
H A D | funcobject.c | 49 PyFunction_NewWithQualName(PyObject *code, PyObject *globals, PyObject *qualname) in PyFunction_NewWithQualName() argument 148 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() argument 611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, PyObject *name, PyObject *defaults, PyObject *closure) func_new_impl() argument [all...] |
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 341 DWORD code; in _overlapped_FormatMessage() local
|
/third_party/python/PC/ |
H A D | _msi.c | 360 int code; in msierror() local [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 474 uint32 code = 0; in ParseUnicodeEscape() local [all...] |
/third_party/python/Modules/cjkcodecs/ |
H A D | cjkcodecs.h | 60 DBCHAR code; member
|