Home
last modified time | relevance | path

Searched defs:code (Results 501 – 525 of 2876) sorted by relevance

1...<<21222324252627282930>>...116

/third_party/ffmpeg/libavcodec/
Dmjpegenc.c65 int len, code, nbits; in init_uni_ac_vlc() local
110 int nbits, code, table_id; in mjpeg_encode_picture_frame() local
174 int code = m->huff_buffer[i].code; in mjpeg_build_optimal_huffman() local
379 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) in ff_mjpeg_encode_code()
396 int mant, code; in ff_mjpeg_encode_coef() local
467 int mant, nbits, code, i, j; in encode_block() local
Dmsmpeg4dec.c79 int code, val, sign, shift; in msmpeg4v2_decode_motion() local
110 int cbp, code, i; in msmpeg4v12_decode_mb() local
211 int cbp, code, i; in msmpeg4v34_decode_mb() local
410 int code; in ff_msmpeg4_decode_picture_header() local
838 int code, mx, my; in ff_msmpeg4_decode_motion() local
/third_party/node/deps/v8/src/codegen/arm/
Dregister-arm.h73 explicit constexpr Register(int code) : RegisterBase(code) {} in Register()
133 explicit constexpr SwVfpRegister(int code) : RegisterBase(code) {} in SwVfpRegister()
174 explicit constexpr DwVfpRegister(int code) : RegisterBase(code) {} in DwVfpRegister()
201 explicit constexpr LowDwVfpRegister(int code) : RegisterBase(code) {} in LowDwVfpRegister()
233 explicit constexpr QwNeonRegister(int code) : RegisterBase(code) {} in QwNeonRegister()
250 explicit constexpr CRegister(int code) : RegisterBase(code) {} in CRegister()
/third_party/node/test/parallel/
Dtest-http2-compat-serverresponse-destroy.js58 code: 'ERR_HTTP2_STREAM_ERROR', property
73 code: 'ERR_HTTP2_STREAM_ERROR', property
Dtest-whatwg-url-custom-searchparams-values.js33 code: 'ERR_INVALID_THIS', property
40 code: 'ERR_INVALID_THIS', property
Dtest-fs-statfs.js45 code: 'ERR_INVALID_ARG_TYPE', property
52 code: 'ERR_INVALID_ARG_TYPE', property
Dtest-whatwg-url-custom-searchparams-entries.js31 code: 'ERR_INVALID_THIS', property
38 code: 'ERR_INVALID_THIS', property
Dtest-stdout-stderr-reading.js36 c1.on('close', common.mustCall(function(code, signal) { argument
53 c2.on('close', common.mustCall(function(code, signal) { argument
Dtest-http2-server-push-stream-errors-args.js24 code: 'ERR_INVALID_ARG_TYPE', property
32 code: 'ERR_HTTP2_INVALID_CONNECTION_HEADERS', property
Dtest-whatwg-url-custom-searchparams-keys.js33 code: 'ERR_INVALID_THIS', property
40 code: 'ERR_INVALID_THIS', property
Dtest-fs-read-stream-throw-type-error.js24 code: 'ERR_INVALID_ARG_TYPE', property
29 code: 'ERR_OUT_OF_RANGE', property
Dtest-http2-client-setLocalWindowSize.js35 code: 'ERR_OUT_OF_RANGE', property
51 code: 'ERR_INVALID_ARG_TYPE', property
Dtest-buffer-write.js10 code: 'ERR_OUT_OF_RANGE', property
69 code: 'ERR_UNKNOWN_ENCODING', property
/third_party/python/Modules/
Derrnomodule.c57 PyObject *code = PyLong_FromLong(code_int); in _add_errcode() local
93 #define add_errcode(name, code, comment) \ in errno_exec() argument
/third_party/node/test/es-module/
Dtest-vm-compile-function-lineoffset.js19 code: 'ERR_OUT_OF_RANGE', property
30 code: 'ERR_OUT_OF_RANGE', property
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/
DconfigFileDiagnostic-events-are-generated-when-the-config-file-has-errors.js81 …25},"end":{"line":3,"offset":30},"text":"Unknown compiler option 'foo'.","code":5023,"category":"e… property
/third_party/typescript/tests/baselines/reference/tsserver/symLinks/
Dmodule-resolution-when-project-has-node_modules-setup-but-doesnt-have-modules-in-typings-folder-and-then-recompiles.js325 …e '@microsoft/recognizers-text' or its corresponding type declarations.","code":2307,"category":"e… property
736 …e '@microsoft/recognizers-text' or its corresponding type declarations.","code":2307,"category":"e… property
Dmodule-resolution-when-project-recompiles-after-deleting-generated-folders.js741 …e '@microsoft/recognizers-text' or its corresponding type declarations.","code":2307,"category":"e… property
1152 …e '@microsoft/recognizers-text' or its corresponding type declarations.","code":2307,"category":"e… property
/third_party/node/deps/v8/src/builtins/
Dbuiltins-lazy-gen.cc18 TNode<CodeT> code, TNode<JSFunction> function) { in GenerateTailCallToJSCode()
28 TNode<CodeT> code = CAST(CallRuntime(function_id, context, function)); in GenerateTailCallToReturnedCode() local
188 TNode<CodeT> code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN() local
Dbuiltins.cc182 void Builtins::set_code(Builtin builtin, CodeT code) { in set_code()
192 CodeT Builtins::code(Builtin builtin) { in code() function in v8::internal::Builtins
235 Handle<CodeT> code = isolate->builtins()->code_handle(builtin); in CallableFor() local
276 Code code = FromCodeT(Builtins::code(builtin)); in PrintBuiltinSize() local
289 bool Builtins::IsBuiltin(const Code code) { in IsBuiltin()
305 bool Builtins::IsIsolateIndependentBuiltin(const Code code) { in IsIsolateIndependentBuiltin()
345 Handle<AbstractCode> code(AbstractCode::cast(builtin_code), isolate); in EmitCodeCreateEvents() local
353 Handle<AbstractCode> code(AbstractCode::cast(builtin_code), isolate); in EmitCodeCreateEvents() local
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp51 get(const std::vector<char> &code) { in get()
99 get_symbol_offsets(const std::vector<char> &code, std::string &r_log) { in get_symbol_offsets()
149 const auto code = emit_code(mod, target, in build_module_native() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment_two_pass.c132 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 = (tail >> 5) + 54; in EmitCopyLenLastDistance() local
195 const size_t code = nbits + 52; in EmitCopyLenLastDistance() local
490 const uint32_t code = commands[i] & 0xFF; in StoreCommands() local
503 const uint32_t code = cmd & 0xFF; in StoreCommands() local
/third_party/node/deps/brotli/c/enc/
Dcompress_fragment_two_pass.c132 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 = (tail >> 5) + 54; in EmitCopyLenLastDistance() local
195 const size_t code = nbits + 52; in EmitCopyLenLastDistance() local
490 const uint32_t code = commands[i] & 0xFF; in StoreCommands() local
503 const uint32_t code = cmd & 0xFF; in StoreCommands() local
/third_party/node/deps/v8/src/codegen/mips/
Dregister-mips.h101 explicit constexpr Register(int code) : RegisterBase(code) {} in Register()
149 explicit constexpr FPURegister(int code) : RegisterBase(code) {} in FPURegister()
162 explicit constexpr MSARegister(int code) : RegisterBase(code) {} in MSARegister()
219 int code() const { in code() function
244 int code() const { in code() function
/third_party/node/tools/lint-md/
Dlint-md.mjs3094 function asciiControl(code) { argument
3102 function markdownLineEnding(code) { argument
3105 function markdownLineEndingOrSpace(code) { argument
3108 function markdownSpace(code) { argument
3111 function unicodePunctuation(code) { argument
3117 function check(code) { argument
3126 function start(code) { argument
3133 function prefix(code) { argument
3154 function afterContentStartConstruct(code) { argument
3164 function paragraphInitial(code) { argument
[all …]

1...<<21222324252627282930>>...116