/external/llvm/utils/testgen/ |
D | mc-bundling-x86-gen.py | 57 base_offset = ntest * 2 * BUNDLE_SIZE 58 inst_orig_offset = base_offset + offset # had it not been padded... 75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen) 80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE 81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_procs.py | 94 base_offset = 0 99 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 104 base_offset += len(func.name) + 3 115 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset)) 117 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 119 base_offset += len(n) + 3
|
/external/fio/ |
D | tickmarks.c | 43 int use_KMG_symbols, int base_offset) in shorten() argument 78 else if (base_offset) in shorten() 79 shorten_idx += base_offset; in shorten() 91 int *power_of_ten, int use_KMG_symbols, int base_offset) in calc_tickmarks() argument 117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset); in calc_tickmarks()
|
D | graph.c | 88 unsigned int base_offset; member 323 g->x_axis_unit_change_callback == NULL, g->base_offset); in graph_draw_x_ticks() 379 g->y_axis_unit_change_callback == NULL, g->base_offset); in graph_draw_y_ticks() 927 void graph_set_base_offset(struct graph *g, unsigned int base_offset) in graph_set_base_offset() argument 929 g->base_offset = base_offset; in graph_set_base_offset()
|
D | graph.h | 93 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
|
/external/mesa3d/src/glsl/ |
D | lower_ubo_reference.cpp | 52 void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, 206 ir_variable *base_offset, in emit_ubo_loads() argument 223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset); in emit_ubo_loads() 239 emit_ubo_loads(element_deref, base_offset, in emit_ubo_loads() 255 emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16); in emit_ubo_loads() 264 ir_rvalue *offset = add(base_offset, in emit_ubo_loads() 287 add(base_offset, in emit_ubo_loads()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidparse.c | 57 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 67 base_offset = FT_STREAM_POS(); in cid_parser_new() 141 ps_len = offset - base_offset; in cid_parser_new() 142 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/external/freetype/src/cff/ |
D | cffload.c | 865 FT_ULong base_offset, in cff_charset_load() argument 881 charset->offset = base_offset + offset; in cff_charset_load() 1065 FT_ULong base_offset, in cff_encoding_load() argument 1103 encoding->offset = base_offset + offset; in cff_encoding_load() 1308 FT_ULong base_offset, in cff_subfont_load() argument 1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) || in cff_subfont_load() 1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 1447 FT_ULong base_offset; in cff_font_load() local 1459 base_offset = FT_STREAM_POS(); in cff_font_load() 1536 base_offset, in cff_font_load() [all …]
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffload.c | 865 FT_ULong base_offset, in cff_charset_load() argument 881 charset->offset = base_offset + offset; in cff_charset_load() 1065 FT_ULong base_offset, in cff_encoding_load() argument 1103 encoding->offset = base_offset + offset; in cff_encoding_load() 1308 FT_ULong base_offset, in cff_subfont_load() argument 1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) || in cff_subfont_load() 1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 1447 FT_ULong base_offset; in cff_font_load() local 1459 base_offset = FT_STREAM_POS(); in cff_font_load() 1536 base_offset, in cff_font_load() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 427 int base_offset); 431 int base_offset); 435 int base_offset);
|
D | brw_vec4_visitor.cpp | 2459 int base_offset) in emit_scratch_read() argument 2461 int reg_offset = base_offset + orig_src.reg_offset; in emit_scratch_read() 2476 int base_offset) in emit_scratch_write() argument 2478 int reg_offset = base_offset + orig_dst.reg_offset; in emit_scratch_write() 2576 int base_offset) in emit_pull_constant_load() argument 2578 int reg_offset = base_offset + orig_src.reg_offset; in emit_pull_constant_load()
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2927 const int64_t base_offset = 1024; in TEST() local 2930 __ Mov(x20, src_base - base_offset); in TEST() 2931 __ Mov(x21, dst_base - base_offset); in TEST() 2932 __ Mov(x18, src_base + base_offset + 24); in TEST() 2933 __ Mov(x19, dst_base + base_offset + 56); in TEST() 2934 __ Ldp(w0, w1, MemOperand(x20, base_offset)); in TEST() 2935 __ Ldp(w2, w3, MemOperand(x20, base_offset + 4)); in TEST() 2936 __ Ldp(x4, x5, MemOperand(x20, base_offset + 8)); in TEST() 2937 __ Ldp(w6, w7, MemOperand(x18, -12 - base_offset)); in TEST() 2938 __ Ldp(x8, x9, MemOperand(x18, -16 - base_offset)); in TEST() [all …]
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3014 int base_offset = instr->base_offset(); in DoShiftI() local 3026 __ lfs(result, MemOperand(scratch0(), base_offset)); in DoShiftI() 3028 __ lfd(result, MemOperand(scratch0(), base_offset)); in DoShiftI() 3034 constant_key, element_size_shift, base_offset); in DoShiftI() 3122 int base_offset = instr->base_offset() + constant_key * kDoubleSize; in DoShiftI() local 3128 if (!is_int16(base_offset)) { in DoShiftI() 3129 __ Add(scratch, elements, base_offset, r0); in DoShiftI() 3130 base_offset = 0; in DoShiftI() 3133 __ lfd(result, MemOperand(elements, base_offset)); in DoShiftI() 3136 if (is_int16(base_offset + Register::kExponentOffset)) { in DoShiftI() [all …]
|
D | lithium-codegen-ppc.h | 120 int base_offset);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 882 unsigned char *base_offset; in vp8_hex_search() local 902 base_offset = (unsigned char *)(base_pre + d->offset); in vp8_hex_search() 903 this_offset = base_offset + (br * (pre_stride)) + bc; in vp8_hex_search() 932 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; in vp8_hex_search() 943 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; in vp8_hex_search() 969 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search() 980 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search() 1011 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search() 1022 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2901 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2910 __ vldr(double_scratch0().low(), scratch0(), base_offset); in DoLoadKeyedExternalArray() 2913 __ vldr(result, scratch0(), base_offset); in DoLoadKeyedExternalArray() 2919 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 2971 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 2977 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 2979 __ add(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 3003 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 3071 int base_offset) { in PrepareKeyedOperand() argument 3073 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2830 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2841 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2844 __ ldc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2850 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 2902 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 2908 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 2910 __ Addu(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 2935 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 3004 int base_offset) { in PrepareKeyedOperand() argument 3006 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 244 int base_offset); 251 int base_offset);
|
D | lithium-arm64.h | 1688 uint32_t base_offset() const { in base_offset() function 1689 return this->hydrogen()->base_offset(); in base_offset() 1695 if (this->base_offset() != 0) { in PrintDataTo() 1696 stream->Add(" + %d]", this->base_offset()); in PrintDataTo() 2390 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } in base_offset() function 2396 if (this->base_offset() != 0) { in PrintDataTo() 2397 stream->Add(" + %d] <-", this->base_offset()); in PrintDataTo()
|
D | lithium-codegen-arm64.cc | 3102 int base_offset) { in PrepareKeyedExternalArrayOperand() argument 3107 return MemOperand(base, key_offset + base_offset); in PrepareKeyedExternalArrayOperand() 3112 return MemOperand(scratch, base_offset); in PrepareKeyedExternalArrayOperand() 3115 if (base_offset == 0) { in PrepareKeyedExternalArrayOperand() 3120 __ Add(scratch, base, base_offset); in PrepareKeyedExternalArrayOperand() 3149 instr->base_offset()); in DoLoadKeyedExternal() 3210 int base_offset) { in PrepareKeyedArrayOperand() argument 3224 return UntagSmiMemOperand(base, base_offset); in PrepareKeyedArrayOperand() 3226 return MemOperand(base, base_offset); in PrepareKeyedArrayOperand() 3236 return UntagSmiMemOperand(base, base_offset); in PrepareKeyedArrayOperand() [all …]
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2971 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2991 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2994 __ ldc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 3000 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 3052 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 3058 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 3060 __ Daddu(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 3093 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 3180 int base_offset) { in PrepareKeyedOperand() argument 3182 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1284 int base_offset = kFirstRegisterOnStack - in ClearRegisters() local 1288 __ Add(base, frame_pointer(), base_offset); in ClearRegisters() 1300 MemOperand(frame_pointer(), base_offset)); in ClearRegisters() 1301 base_offset -= kWRegSize * 2; in ClearRegisters()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 6119 const int64_t base_offset = 1024; in TEST() local 6122 __ Mov(x20, src_base - base_offset); in TEST() 6123 __ Mov(x21, dst_base - base_offset); in TEST() 6124 __ Mov(x18, src_base + base_offset + 24); in TEST() 6125 __ Mov(x19, dst_base + base_offset + 56); in TEST() 6126 __ Ldp(w0, w1, MemOperand(x20, base_offset)); in TEST() 6127 __ Ldp(w2, w3, MemOperand(x20, base_offset + 4)); in TEST() 6128 __ Ldp(x4, x5, MemOperand(x20, base_offset + 8)); in TEST() 6129 __ Ldp(w6, w7, MemOperand(x18, -12 - base_offset)); in TEST() 6130 __ Ldp(x8, x9, MemOperand(x18, -16 - base_offset)); in TEST() [all …]
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 227 uint32_t base_offset);
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 231 uint32_t base_offset);
|