/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | trampoline.S | 39 ldr r0, [pc, #-4092] 42 ldr pc, [pc, #-4092] 52 ldr r0, [pc, #-4092] 55 ldr pc, [pc, #-4092] 65 ldr r0, [pc, #-4092] 68 ldr pc, [pc, #-4092] 78 ldr r0, [pc, #-4092] 81 ldr pc, [pc, #-4092] 91 ldr r0, [pc, #-4092] 94 ldr pc, [pc, #-4092] [all …]
|
/external/libffi/src/arm/ |
D | trampoline.S | 39 ldr r0, [pc, #-4092] 42 ldr pc, [pc, #-4092] 52 ldr r0, [pc, #-4092] 55 ldr pc, [pc, #-4092] 65 ldr r0, [pc, #-4092] 68 ldr pc, [pc, #-4092] 78 ldr r0, [pc, #-4092] 81 ldr pc, [pc, #-4092] 91 ldr r0, [pc, #-4092] 94 ldr pc, [pc, #-4092] [all …]
|
/external/vixl/test/aarch32/ |
D | test-assembler-cond-rd-pc-operand-imm8-t32.cc | 95 {{{al, r7, pc, 19}, false, al, "al r7 pc 19", "al_r7_pc_19"}, 96 {{al, r6, pc, 78}, false, al, "al r6 pc 78", "al_r6_pc_78"}, 97 {{al, r7, pc, 92}, false, al, "al r7 pc 92", "al_r7_pc_92"}, 98 {{al, r7, pc, 195}, false, al, "al r7 pc 195", "al_r7_pc_195"}, 99 {{al, r4, pc, 17}, false, al, "al r4 pc 17", "al_r4_pc_17"}, 100 {{al, r6, pc, 150}, false, al, "al r6 pc 150", "al_r6_pc_150"}, 101 {{al, r4, pc, 166}, false, al, "al r4 pc 166", "al_r4_pc_166"}, 102 {{al, r1, pc, 63}, false, al, "al r1 pc 63", "al_r1_pc_63"}, 103 {{al, r3, pc, 15}, false, al, "al r3 pc 15", "al_r3_pc_15"}, 104 {{al, r6, pc, 49}, false, al, "al r6 pc 49", "al_r6_pc_49"}, [all …]
|
D | test-assembler-cond-rd-pc-operand-imm12-t32.cc | 98 {{{al, r11, pc, 2982}, false, al, "al r11 pc 2982", "al_r11_pc_2982"}, 99 {{al, r7, pc, 893}, false, al, "al r7 pc 893", "al_r7_pc_893"}, 100 {{al, r12, pc, 3583}, false, al, "al r12 pc 3583", "al_r12_pc_3583"}, 101 {{al, r8, pc, 1348}, false, al, "al r8 pc 1348", "al_r8_pc_1348"}, 102 {{al, r13, pc, 1892}, false, al, "al r13 pc 1892", "al_r13_pc_1892"}, 103 {{al, r9, pc, 2052}, false, al, "al r9 pc 2052", "al_r9_pc_2052"}, 104 {{al, r2, pc, 2345}, false, al, "al r2 pc 2345", "al_r2_pc_2345"}, 105 {{al, r6, pc, 1009}, false, al, "al r6 pc 1009", "al_r6_pc_1009"}, 106 {{al, r12, pc, 2689}, false, al, "al r12 pc 2689", "al_r12_pc_2689"}, 107 {{al, r5, pc, 2999}, false, al, "al r5 pc 2999", "al_r5_pc_2999"}, [all …]
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | proxy.cc | 143 static void unrefpc(proxy_call* pc, const char* reason) { in unrefpc() argument 144 if (gpr_unref(&pc->refs)) { in unrefpc() 145 grpc_call_unref(pc->c2p); in unrefpc() 146 grpc_call_unref(pc->p2s); in unrefpc() 147 grpc_metadata_array_destroy(&pc->c2p_initial_metadata); in unrefpc() 148 grpc_metadata_array_destroy(&pc->p2s_initial_metadata); in unrefpc() 149 grpc_metadata_array_destroy(&pc->p2s_trailing_metadata); in unrefpc() 150 grpc_slice_unref(pc->p2s_status_details); in unrefpc() 151 gpr_free(pc); in unrefpc() 155 static void refpc(proxy_call* pc, const char* reason) { gpr_ref(&pc->refs); } in refpc() argument [all …]
|
/external/mesa3d/src/glx/ |
D | packrender.h | 58 GLubyte *pc, *pixelHeaderPC; \ 63 pc = gc->pc; \ 77 if (pc + (size) > gc->bufEnd) { \ 78 pc = __glXFlushRenderBuffer(gc, pc); \ 84 pc = __glXFlushRenderBuffer(gc, pc); \ 89 if (pc + (size) > gc->bufEnd) { \ 90 pc = __glXFlushRenderBuffer(gc, pc); \ 94 pc += __GLX_RENDER_HDR_SIZE; \ 95 pixelHeaderPC = pc; \ 96 pc += __GLX_PIXEL_HDR_SIZE [all …]
|
/external/libpcap/ |
D | bpf_filter.c | 119 bpf_filter_with_aux_data(const struct bpf_insn *pc, const u_char *p, in bpf_filter_with_aux_data() argument 126 if (pc == 0) in bpf_filter_with_aux_data() 133 --pc; in bpf_filter_with_aux_data() 135 ++pc; in bpf_filter_with_aux_data() 136 switch (pc->code) { in bpf_filter_with_aux_data() 141 return (u_int)pc->k; in bpf_filter_with_aux_data() 147 k = pc->k; in bpf_filter_with_aux_data() 155 k = pc->k; in bpf_filter_with_aux_data() 163 switch (pc->k) { in bpf_filter_with_aux_data() 179 k = pc->k; in bpf_filter_with_aux_data() [all …]
|
/external/vixl/test/ |
D | test-pool-manager.cc | 284 void PoolManager<int32_t>::DumpCurrentState(int32_t pc) const { in DumpCurrentState() 287 IF_VERBOSE(printf("Current pc = 0x%x (%d)\n", pc, pc)); in DumpCurrentState() 341 int32_t pc, in CreateReference() argument 350 min_offset + pc, in CreateReference() 351 max_offset + pc, in CreateReference() 354 return new ForwardReference<int32_t>(pc, in CreateReference() 356 min_offset + pc, in CreateReference() 357 max_offset + pc, in CreateReference() 377 int32_t pc = 0; in TEST() local 379 IF_VERBOSE(printf("PC = 0x%x (%d)\n", pc, pc)); in TEST() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() argument 51 FdSync *s = (FdSync*)user_alloc(thr, pc, sizeof(FdSync), kDefaultAlignment, in allocsync() 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() argument 69 user_free(thr, pc, s, false); in unref() 74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() argument 82 void *p = user_alloc(thr, pc, size, kDefaultAlignment, false); in fddesc() 88 user_free(thr, pc, p, false); in fddesc() 94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() argument 96 FdDesc *d = fddesc(thr, pc, fd); in init() 100 unref(thr, pc, d->sync); in init() [all …]
|
D | tsan_rtl_mutex.cc | 26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r); 30 uptr pc; member 32 Callback(ThreadState *thr, uptr pc) in Callback() 34 , pc(pc) { in Callback() 39 u32 Unwind() override { return CurrentStackId(thr, pc); } in Unwind() 43 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit() argument 44 Callback cb(thr, pc); in DDMutexInit() 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse() argument 59 ObtainCurrentStack(thr, pc, &trace); in ReportMutexMisuse() 65 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, in MutexCreate() argument [all …]
|
/external/v8/src/diagnostics/ |
D | unwinder.cc | 30 bool PCIsInCodeRange(const v8::MemoryRange& code_range, void* pc) { in PCIsInCodeRange() argument 31 return pc >= code_range.start && in PCIsInCodeRange() 32 pc < CalculateEnd(code_range.start, code_range.length_in_bytes); in PCIsInCodeRange() 38 void* pc) { in PCIsInCodePages() argument 44 MemoryRange fake_range{pc, 1}; in PCIsInCodePages() 50 DCHECK_IMPLIES(it != code_pages + code_pages_length, pc < it->start); in PCIsInCodePages() 53 return it->start <= pc && pc < CalculateEnd(it->start, it->length_in_bytes); in PCIsInCodePages() 56 bool IsInJSEntryRange(const JSEntryStubs& entry_stubs, void* pc) { in IsInJSEntryRange() argument 57 return PCIsInCodeRange(entry_stubs.js_entry_stub.code, pc) || in IsInJSEntryRange() 58 PCIsInCodeRange(entry_stubs.js_construct_entry_stub.code, pc) || in IsInJSEntryRange() [all …]
|
/external/libxkbcommon/xkbcommon/test/data/rules/ |
D | evdev | 125 $pcmodels = pc(%m) 126 $pcgeometries = pc(%m) 149 * = pc(pc104) 152 * ben basic = pc+in(ben) 153 * ben probhat = pc+in(ben_probhat) 154 * dev basic = pc+in(deva) 155 * dvorak $dvoraklayouts = pc+%v(dvorak) 156 * dvorak basic = pc+us(dvorak) 157 * dvorak pl_basic = pc+pl(dvorak) 158 * dvorak pl = pc+pl(dvorak_quotes) [all …]
|
D | evdev-xkbcommon | 146 $pcmodels = pc(%m) 147 $pcgeometries = pc(%m) 161 * = pc(pc104) 164 * ben basic = pc+in(ben) 165 * ben probhat = pc+in(ben_probhat) 166 * dev basic = pc+in(deva) 167 * dvorak $dvoraklayouts = pc+%v(dvorak) 168 * dvorak basic = pc+us(dvorak) 169 * dvorak pl_basic = pc+pl(dvorak) 170 * dvorak pl = pc+pl(dvorak_quotes) [all …]
|
D | base | 185 $pcmodels = pc(%m) 186 $pcgeometries = pc(%m) 209 * = pc(pc104) 212 * ben basic = pc+in(ben) 213 * ben probhat = pc+in(ben_probhat) 214 * dev basic = pc+in(deva) 215 * dvorak $dvoraklayouts = pc+%v(dvorak) 216 * dvorak basic = pc+us(dvorak) 217 * dvorak pl_basic = pc+pl(dvorak) 218 * dvorak pl = pc+pl(dvorak_quotes) [all …]
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 44 VP8_COMMON *const pc = &pbi->common; in vp8cx_init_de_quantizer() local 47 pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->y1dc_delta_q); in vp8cx_init_de_quantizer() 48 pc->Y2dequant[Q][0] = (short)vp8_dc2quant(Q, pc->y2dc_delta_q); in vp8cx_init_de_quantizer() 49 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q); in vp8cx_init_de_quantizer() 51 pc->Y1dequant[Q][1] = (short)vp8_ac_yquant(Q); in vp8cx_init_de_quantizer() 52 pc->Y2dequant[Q][1] = (short)vp8_ac2quant(Q, pc->y2ac_delta_q); in vp8cx_init_de_quantizer() 53 pc->UVdequant[Q][1] = (short)vp8_ac_uv_quant(Q, pc->uvac_delta_q); in vp8cx_init_de_quantizer() 61 VP8_COMMON *const pc = &pbi->common; in vp8_mb_init_dequantizer() local 71 QIndex = pc->base_qindex + in vp8_mb_init_dequantizer() 78 QIndex = pc->base_qindex; in vp8_mb_init_dequantizer() [all …]
|
/external/u-boot/lib/ |
D | slre.c | 121 int i, j, ch, op, pc; in slre_dump() local 123 for (pc = 0; pc < r->code_size; pc++) { in slre_dump() 125 op = r->code[pc]; in slre_dump() 126 (void) fprintf(fp, "%3d %s ", pc, opcodes[op].name); in slre_dump() 131 (void) fprintf(fp, "%d ", r->code[pc + 1]); in slre_dump() 132 pc++; in slre_dump() 136 pc + r->code[pc + 1] - i); in slre_dump() 137 pc++; in slre_dump() 141 r->code[pc + 1], r->code[pc + 2]); in slre_dump() 142 pc += 2; in slre_dump() [all …]
|
/external/libcups/cups/ |
D | ppd-cache.c | 56 _ppd_cache_t *pc, /* I - PPD cache info */ in _cupsConvertOptions() argument 89 …if (pc->password && (password = cupsGetOption("job-password", num_options, options)) != NULL && ip… in _cupsConvertOptions() 121 if (pc->account_id) in _cupsConvertOptions() 130 if (pc->accounting_user_id) in _cupsConvertOptions() 139 …(mandatory = (const char *)cupsArrayFirst(pc->mandatory); mandatory; mandatory = (const char *)cup… in _cupsConvertOptions() 202 media_source = _ppdCacheGetSource(pc, cupsGetOption("InputSlot", num_options, options)); in _cupsConvertOptions() 203 media_type = _ppdCacheGetType(pc, cupsGetOption("MediaType", num_options, options)); in _cupsConvertOptions() 204 size = _ppdCacheGetSize(pc, keyword); in _cupsConvertOptions() 247 keyword = _ppdCacheGetBin(pc, choice->choice); in _cupsConvertOptions() 291 else if (pc->sides_option && (choice = ppdFindMarkedChoice(ppd, pc->sides_option)) != NULL) in _cupsConvertOptions() [all …]
|
/external/fastrpc/src/ |
D | std_path.c | 103 char* pc; in std_cleanpath() local 111 pc = pszStart; in std_cleanpath() 113 while ((char*)0 != (pc = std_strstr(pc, "/."))) { in std_cleanpath() 116 if ('/' == pc[2] || '\0' == pc[2]) { in std_cleanpath() 118 pcDelFrom = pc; in std_cleanpath() 119 pc += 2; in std_cleanpath() 120 } else if ('.' == pc[2] && ('/' == pc[3] || '\0' == pc[3])) { in std_cleanpath() 122 pcDelFrom = std_memrchrbegin(pszStart, '/', pc - pszStart); in std_cleanpath() 123 pc += 3; in std_cleanpath() 125 pc += 2; in std_cleanpath() [all …]
|
/external/v8/src/codegen/arm/ |
D | assembler-arm-inl.h | 179 Address pc) const { in relative_code_target_object_handle_at() argument 180 Instruction* branch = Instruction::At(pc); in relative_code_target_object_handle_at() 222 Address pc, Address target, RelocInfo::Mode mode) { in deserialization_set_target_internal_reference_at() argument 223 Memory<Address>(pc) = target; in deserialization_set_target_internal_reference_at() 226 bool Assembler::is_constant_pool_load(Address pc) { in is_constant_pool_load() argument 227 return IsLdrPcImmediateOffset(Memory<int32_t>(pc)); in is_constant_pool_load() 230 Address Assembler::constant_pool_entry_address(Address pc, in constant_pool_entry_address() argument 232 DCHECK(Assembler::IsLdrPcImmediateOffset(Memory<int32_t>(pc))); in constant_pool_entry_address() 233 Instr instr = Memory<int32_t>(pc); in constant_pool_entry_address() 234 return pc + GetLdrRegisterImmediateOffset(instr) + Instruction::kPcLoadDelta; in constant_pool_entry_address() [all …]
|
/external/v8/src/execution/arm64/ |
D | pointer-authentication-arm64.h | 27 uint64_t pc = reinterpret_cast<uint64_t>(*pc_address); in AuthenticatePC() local 29 pc = Simulator::AuthPAC(pc, sp, Simulator::kPACKeyIB, in AuthenticatePC() 38 : [pc] "+r"(pc) in AuthenticatePC() 42 return pc; in AuthenticatePC() 46 V8_INLINE Address PointerAuthentication::StripPAC(Address pc) { in StripPAC() argument 48 return Simulator::StripPAC(pc, Simulator::kInstructionPointer); in StripPAC() 56 : [pc] "+r"(pc) in StripPAC() 59 return pc; in StripPAC() 100 V8_INLINE Address PointerAuthentication::SignAndCheckPC(Address pc, in SignAndCheckPC() argument 103 pc = Simulator::AddPAC(pc, sp, Simulator::kPACKeyIB, in SignAndCheckPC() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | lsl-zero-errors.s | 9 lsl pc, r0, #0 10 lsl r0, pc, #0 11 lsl pc, pc, #0 12 lsls pc, r0, #0 13 lsls r0, pc, #0 14 lsls pc, pc, #0 49 mov pc, r0, lsl #0 50 mov r0, pc, lsl #0 51 mov pc, pc, lsl #0 52 movs pc, r0, lsl #0 [all …]
|
D | thumb-mov.s | 13 movs pc, r0 14 movs r0, pc 15 movs pc, pc 26 mov.w pc, r0 27 mov.w r0, pc 28 mov.w pc, pc 39 movs.w pc, r0 40 movs.w r0, pc 41 movs.w pc, pc 92 mov pc, r0 [all …]
|
/external/v8/src/wasm/ |
D | decoder.h | 54 Decoder(const byte* start, const byte* pc, const byte* end, 56 : start_(start), pc_(pc), end_(end), buffer_offset_(buffer_offset) { in start_() 57 DCHECK_LE(start, pc); in start_() 58 DCHECK_LE(pc, end); in start_() 64 bool validate_size(const byte* pc, uint32_t length, const char* msg) { in validate_size() argument 65 DCHECK_LE(start_, pc); in validate_size() 66 if (V8_UNLIKELY(pc > end_ || length > static_cast<uint32_t>(end_ - pc))) { in validate_size() 67 error(pc, msg); in validate_size() 75 uint8_t read_u8(const byte* pc, const char* msg = "expected 1 byte") { 76 return read_little_endian<uint8_t, validate>(pc, msg); [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_pipe_control.c | 462 brw_batch_emit(brw, GENX(PIPE_CONTROL), pc) { in genX() 464 pc.FlushLLC = 0; in genX() 467 pc.LRIPostSyncOperation = NoLRIOperation; in genX() 468 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE; in genX() 469 pc.DCFlushEnable = flags & PIPE_CONTROL_DATA_CACHE_FLUSH; in genX() 472 pc.StoreDataIndex = 0; in genX() 473 pc.CommandStreamerStallEnable = flags & PIPE_CONTROL_CS_STALL; in genX() 474 pc.GlobalSnapshotCountReset = in genX() 476 pc.TLBInvalidate = flags & PIPE_CONTROL_TLB_INVALIDATE; in genX() 477 pc.GenericMediaStateClear = flags & PIPE_CONTROL_MEDIA_STATE_CLEAR; in genX() [all …]
|
/external/v8/src/regexp/ |
D | regexp-interpreter.cc | 74 void MaybeTraceInterpreter(const byte* code_base, const byte* pc, in MaybeTraceInterpreter() argument 84 PrintF(format, pc - code_base, stack_depth, current_position, current_char, in MaybeTraceInterpreter() 87 RegExpBytecodeDisassembleSingle(code_base, pc); in MaybeTraceInterpreter() 92 int32_t Load32Aligned(const byte* pc) { in Load32Aligned() argument 93 DCHECK_EQ(0, reinterpret_cast<intptr_t>(pc) & 3); in Load32Aligned() 94 return *reinterpret_cast<const int32_t*>(pc); in Load32Aligned() 98 uint32_t Load16Aligned(const byte* pc) { in Load16Aligned() argument 99 DCHECK_EQ(0, reinterpret_cast<intptr_t>(pc) & 1); in Load16Aligned() 100 return *reinterpret_cast<const uint16_t*>(pc); in Load16Aligned() 103 int32_t Load16AlignedSigned(const byte* pc) { in Load16AlignedSigned() argument [all …]
|