/third_party/ffmpeg/libavcodec/ |
D | dca_parser.c | 68 static int dca_find_frame_end(DCAParseContext *pc1, const uint8_t *buf, in dca_find_frame_end() argument 73 ParseContext *pc = &pc1->pc; in dca_find_frame_end() 77 size = pc1->size; in dca_find_frame_end() 86 (!pc1->lastmarker || in dca_find_frame_end() 87 pc1->lastmarker == CORE_MARKER(state) || in dca_find_frame_end() 88 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end() 89 if (!pc1->lastmarker) in dca_find_frame_end() 90 pc1->startpos = IS_EXSS_MARKER(state) ? size - 4 : size - 6; in dca_find_frame_end() 93 pc1->lastmarker = EXSS_MARKER(state); in dca_find_frame_end() 95 pc1->lastmarker = CORE_MARKER(state); in dca_find_frame_end() [all …]
|
D | dvd_nav_parser.c | 49 DVDNavParseContext *pc1 = s->priv_data; in dvd_nav_parse() local 68 pc1->lba = lba; in dvd_nav_parse() 72 memcpy(pc1->buffer, buf, PCI_SIZE); in dvd_nav_parse() 73 pc1->copied = PCI_SIZE; in dvd_nav_parse() 80 if ((buf_size == DSI_SIZE) && (pc1->copied == PCI_SIZE)) { in dvd_nav_parse() 84 if (lba == pc1->lba) { in dvd_nav_parse() 85 memcpy(pc1->buffer + pc1->copied, buf, DSI_SIZE); in dvd_nav_parse() 95 pc1->copied = 0; in dvd_nav_parse() 96 pc1->lba = 0xFFFFFFFF; in dvd_nav_parse() 100 *poutbuf = pc1->buffer; in dvd_nav_parse() [all …]
|
D | mpegvideo_parser.c | 256 struct MpvParseContext *pc1 = s->priv_data; in mpegvideo_parse() local 257 ParseContext *pc= &pc1->pc; in mpegvideo_parse()
|
/third_party/libsnd/src/ALAC/ |
D | dp_dec.c | 55 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, ui… in unpc_block() argument 66 out [0] = pc1 [0] ; in unpc_block() 70 if ((num > 1) && (pc1 != out)) in unpc_block() 71 memcpy (&out [1], &pc1 [1], (num - 1) * sizeof (int32_t)) ; in unpc_block() 90 del = pc1 [j] + prev ; in unpc_block() 99 del = pc1 [j] + out [j-1] ; in unpc_block() 130 del = pc1 [j] ; in unpc_block() 224 del = pc1 [j] ; in unpc_block() 349 del = pc1 [j] ; in unpc_block()
|
D | dp_enc.c | 75 pc_block (int32_t * in, int32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t ch… in pc_block() argument 88 pc1 [0] = in [0] ; in pc_block() 92 if ((num > 1) && (in != pc1)) in pc_block() 93 memcpy (&pc1 [1], &in [1], (num - 1) * sizeof (int32_t)) ; in pc_block() 102 pc1 [j] = (del << chanshift) >> chanshift ; in pc_block() 110 pc1 [j] = arith_shift_left (del, chanshift) >> chanshift ; in pc_block() 139 pc1 [j] = del ; in pc_block() 232 pc1 [j] = del ; in pc_block() 357 pc1 [j] = del ; in pc_block()
|
/third_party/gn/src/base/win/ |
D | scoped_handle.h | 130 const void* pc1, in StartTracking() argument 134 const void* pc1, in StopTracking() argument 150 const void* pc1, 154 const void* pc1,
|
D | scoped_handle.cc | 19 const void* pc1, in StartTracking() argument 25 const void* pc1, in StopTracking() argument
|
/third_party/openssl/test/certs/ |
D | setup.sh | 212 ./mkcert.sh req pc1-key "0.CN = server.example" "1.CN = proxy 1" | \ 213 ./mkcert.sh genpc pc1-key pc1-cert ee-key ee-client \ 216 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \ 221 ./mkcert.sh genpc bad-pc3-key bad-pc3-cert pc1-key pc1-cert \ 225 ./mkcert.sh genpc bad-pc4-key bad-pc4-cert pc1-key pc1-cert \ 229 ./mkcert.sh genpc pc5-key pc5-cert pc1-key pc1-cert \ 233 ./mkcert.sh genpc bad-pc6-key bad-pc6-cert pc1-key pc1-cert \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j]; in deskey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j]; in deskey()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | pipeline_test.cc | 847 Pipeline::ShaderInfo::PushConstant pc1; in TEST_F() local 848 pc1.type = Pipeline::ShaderInfo::PushConstant::PushConstantType::kDimensions; in TEST_F() 849 pc1.offset = 0; in TEST_F() 850 pc1.size = 4; in TEST_F() 851 p.GetShaders()[0].AddPushConstant(std::move(pc1)); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 211 const pc1 = p.then(() => Promise.reject("1"), null); constant 439 const pc1 = p.then(() => Promise.reject("1"), null); constant
|
D | promiseTypeStrictNull.js | 211 const pc1 = p.then(() => Promise.reject("1"), null); constant 434 const pc1 = p.then(() => Promise.reject("1"), null); constant
|
D | promiseTypeStrictNull.symbols | 1003 const pc1 = p.then(() => Promise.reject("1"), null); 1004 >pc1 : Symbol(pc1, Decl(promiseTypeStrictNull.ts, 209, 5))
|
D | promiseType.symbols | 1003 const pc1 = p.then(() => Promise.reject("1"), null); 1004 >pc1 : Symbol(pc1, Decl(promiseType.ts, 209, 5))
|
D | promiseType.types | 1445 const pc1 = p.then(() => Promise.reject("1"), null); 1446 >pc1 : Promise<never>
|
D | promiseTypeStrictNull.types | 1445 const pc1 = p.then(() => Promise.reject("1"), null); 1446 >pc1 : Promise<never>
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseTypeStrictNull.ts | 212 const pc1 = p.then(() => Promise.reject("1"), null); constant
|
D | promiseType.ts | 211 const pc1 = p.then(() => Promise.reject("1"), null); constant
|