Home
last modified time | relevance | path

Searched defs:code2 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Ddca.h32 static inline int decode_blockcodes(int code1, int code2, int levels, in decode_blockcodes()
/third_party/python/Lib/test/
Dtest_unparse.py182 def get_source(self, code1, code2=None): argument
187 def check_src_roundtrip(self, code1, code2=None): argument
192 def check_src_dont_roundtrip(self, code1, code2=None): argument
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c483 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
/third_party/node/deps/v8/tools/profview/
Dprofile-utils.js89 function codeEquals(code1, code2, allowDifferentKinds = false) { argument
/third_party/ffmpeg/libavcodec/
Dralf.c289 int code1, code2; in decode_channel() local
Ddca_core.c528 static inline int decode_blockcodes(int code1, int code2, int levels, int32_t *audio) in decode_blockcodes()
552 int code2 = get_bits(&s->gb, block_code_nbits[abits - 1]); in parse_block_codes() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c260 unsigned char code1, code2; member
/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc233 uint8_t code2 = OpNop, in Combine8BitUnwindCodes()
/third_party/NuttX/include/nuttx/
Dscsi.h632 uint8_t code2; /* 12: Additional sense code */ member
/third_party/typescript/src/compiler/
Dutilities.ts5388 const code2 = ((ch2 & 0B00001111) << 4) | ((ch3 >> 2) & 0B00001111); constant
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1976 int code2 = config->GetAllocatableGeneralCode(i - 1); in Generate_ContinueToBuiltinHelper() local