Searched defs:code1 (Results 1 – 10 of 10) sorted by relevance
| /third_party/ffmpeg/libavcodec/arm/ |
| D | dca.h | 32 static inline int decode_blockcodes(int code1, int code2, int levels, in decode_blockcodes()
|
| /third_party/re2/re2/ |
| D | perl_groups.cc | 8 static const URange16 code1[] = { /* \d */ variable
|
| /third_party/python/Lib/test/ |
| D | test_unparse.py | 171 def check_ast_roundtrip(self, code1, **kwargs): argument 182 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/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| D | sg_err.c | 260 unsigned char code1, code2; member 266 unsigned char code1, code2_min, code2_max; member
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| D | pfrobjs.c | 483 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | scpr.h | 33 uint32_t code1; member
|
| D | ralf.c | 289 int code1, code2; in decode_channel() local
|
| D | dca_core.c | 528 static inline int decode_blockcodes(int code1, int code2, int levels, int32_t *audio) in decode_blockcodes() 551 int code1 = get_bits(&s->gb, block_code_nbits[abits - 1]); in parse_block_codes() local
|
| /third_party/python/Modules/ |
| D | unicodedata.c | 728 Py_UCS4 code1 = PyUnicode_READ(kind, data, i1); in nfc_nfkc() local
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 6025 const code1 = ((ch1 & 0B00111111) << 2) | ((ch2 >> 4) & 0B00000011); constant
|