Searched refs:local_offset (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 106 local_offset = offset 113 local_offset += rmeta 115 (local_offset, count - bar_height / 2), duration - rmeta, bar_height, 120 local_offset += duration - rmeta 125 xy=(local_offset + 0.02, count),
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-color-cbdt-table.hh | 219 unsigned int local_offset = cbdt_prime_len - u.header.imageDataOffset; in finish_subtable() local 222 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in finish_subtable() 224 if (!u.format3.add_offset (c, local_offset, size)) in finish_subtable() 246 unsigned int local_offset = cbdt_prime_len - u.header.imageDataOffset; in fill_missing_glyphs() local 252 if (unlikely (!u.format1.add_offset (c, local_offset, size))) in fill_missing_glyphs() 261 if (unlikely (!u.format3.add_offset (c, local_offset, size))) in fill_missing_glyphs() 295 add_offset (hb_serialize_context_t *c, unsigned int local_offset, in add_offset() 301 case 1: return_trace (u.format1.add_offset (c, local_offset, size)); in add_offset() 302 case 3: return_trace (u.format3.add_offset (c, local_offset, size)); in add_offset()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 163 # which should be $block_indent + $hanging_offset + $local_offset or $expr_indent 166 my $local_offset; # current extra indent due to label, switch case/default, or leading closing brace(s) 338 my $stmt_indent = $block_indent + $hanging_offset + $local_offset; 339 # print "DEBUG: expr_indent $expr_indent; stmt_indent $stmt_indent = block_indent $block_indent + hanging_offset $hanging_offset + local_offset $local_offset\n"; 563 $local_offset = 0; 858 $local_offset = -INDENT_LEVEL; 896 $local_offset = $block_indent + $hanging_offset - INDENT_LEVEL; 899 $local_offset -= ($block_indent + $hanging_offset); 900 # in effect $local_offset [all...] |
/third_party/openssl/util/ |
H A D | check-format.pl | 163 # which should be $block_indent + $hanging_offset + $local_offset or $expr_indent 166 my $local_offset; # current extra indent due to label, switch case/default, or leading closing brace(s) 338 my $stmt_indent = $block_indent + $hanging_offset + $local_offset; 339 # print "DEBUG: expr_indent $expr_indent; stmt_indent $stmt_indent = block_indent $block_indent + hanging_offset $hanging_offset + local_offset $local_offset\n"; 563 $local_offset = 0; 858 $local_offset = -INDENT_LEVEL; 896 $local_offset = $block_indent + $hanging_offset - INDENT_LEVEL; 899 $local_offset -= ($block_indent + $hanging_offset); 900 # in effect $local_offset [all...] |
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 1103 SANE_Byte local_offset = *offset; in gt68xx_afe_ccd_adjust_offset_gain() local 1109 local_offset++; in gt68xx_afe_ccd_adjust_offset_gain() 1117 local_offset += values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1122 local_offset += values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1131 local_offset -= values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1136 local_offset -= values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1145 local_offset += values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1150 local_offset += values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1159 local_offset -= values->offset_direction; in gt68xx_afe_ccd_adjust_offset_gain() 1164 local_offset in gt68xx_afe_ccd_adjust_offset_gain() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 371 nir_ssa_def *local_offset = nir_iadd(b, offset, nir_imm_int(b, bit_offset / 8)); in lower_store_ssbo() local 396 store->src[3] = nir_src_for_ssa(local_offset); in lower_store_ssbo() 402 store->src[2] = nir_src_for_ssa(local_offset); in lower_store_ssbo() 572 nir_ssa_def *local_offset = nir_iadd(b, offset, nir_imm_int(b, i / 8)); in lower_32b_offset_store() local 575 nir_ssa_def *index = nir_ushr(b, local_offset, nir_imm_int(b, 2)); in lower_32b_offset_store() 581 lower_masked_store_vec32(b, local_offset, index, vec32, num_bits, op); in lower_32b_offset_store()
|
Completed in 10 milliseconds