HomeSort by relevance Sort by last modified time
    Searched refs:bias (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/elfutils/libdwfl/
derelocate.c 136 newref->start = shdr->sh_addr + mod->main.bias;
241 assert (mod->main.bias == 0);
242 assert (mod->debug.bias == 0);
302 Dwarf_Addr bias; local
303 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
382 Dwarf_Addr *bias)
408 *bias = mod->main.bias;
dwfl_module_getsym.c 102 /* Apply the bias to the symbol value. */
103 sym->st_value += mod->symfile->bias;
dwfl_module_getdwarf.c 57 When we return success, FILE->elf and FILE->bias are set up. */
94 file->bias = 0;
104 file->bias = ((mod->low_addr & -ph->p_align)
113 if (mod->e_type == ET_EXEC && file->bias != 0)
120 When we return success, MOD->main.elf and MOD->main.bias are set up. */
672 mod->debug.bias = mod->main.bias;
732 *loadbase = mod->main.bias;
743 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias)
761 *bias = mod->debug.bias
    [all...]
dwfl_segment_report_module.c 262 /* Collect the bias between START and the containing PT_LOAD's p_vaddr. */
263 GElf_Addr bias = 0; local
357 because we don't yet know the bias for its p_vaddr. */
395 bias = start - vaddr;
441 module_start += bias;
442 module_end += bias;
444 dyn_vaddr += bias;
530 dynstr_vaddr += bias;
607 final_read (offset, vaddr + bias, filesz);
642 mod->main.bias = bias
    [all...]
link_map.c 211 Dwarf_Addr bias;
212 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
221 vaddr - mod->main.bias, minread, mod->main.elf);
512 /* Calculate the bias applied to the PIE's p_vaddr values. */
513 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
518 if (at_entry != 0 && at_entry != ehdr.e_entry + bias)
523 if (bias != mod->main.bias)
525 mod->low_addr -= mod->main.bias;
526 mod->high_addr -= mod->main.bias;
    [all...]
dwfl_module_build_id.c 124 phdr->p_vaddr + mod->main.bias);
135 ? shdr->sh_addr + mod->main.bias : NO_VADDR);
dwfl_module_getsrc_file.c 63 Dwarf_Addr bias; local
64 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
segment.c 273 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias,
292 GElf_Addr start = segment_start (dwfl, bias + phdr->p_vaddr);
293 GElf_Addr end = segment_end (dwfl, bias + phdr->p_vaddr + phdr->p_memsz);
317 dwfl->lookup_tail_offset = end - bias - phdr->p_vaddr + phdr->p_offset;
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.idl 45 readonly attribute SVGAnimatedNumber bias;
SVGFEConvolveMatrixElement.h 62 DECLARE_ANIMATED_NUMBER(Bias, bias)
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 47 if ($bits==64) { $bias=2047; $frame=192; }
48 else { $bias=0; $frame=112; }
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
205 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+4`],%l
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 55 if ($bits==64) { $bias=2047; $frame=192; }
56 else { $bias=0; $frame=128; }
100 add %sp,$bias,%o7 ! real top of stack
106 sub %o7,$bias,%sp ! alloca
114 add %sp,$bias+$frame,$tp
174 add %sp,$bias+$frame,$tp
304 add %sp,$bias+$frame,$tp
377 ld [%sp+$bias+$frame],$tmp0 ! tp[0]
378 ld [%sp+$bias+$frame+4],$tmp1 ! tp[1]
379 ld [%sp+$bias+$frame+8],$tpj ! tp[2
    [all...]
  /external/mesa3d/src/glsl/
loop_controls.cpp 122 const int bias[] = { -1, 0, 1 }; local
125 for (unsigned i = 0; i < Elements(bias); i++) {
127 ? new(mem_ctx) ir_constant(iter_value + bias[i])
128 : new(mem_ctx) ir_constant(float(iter_value + bias[i]));
144 iter_value += bias[i];
ir_rvalue_visitor.cpp 61 handle_rvalue(&ir->lod_info.bias);
  /build/tools/zipalign/
ZipAlign.cpp 51 int bias = 0; local
76 long newOffset = pEntry->getFileOffset() + bias;
81 // bias, (long) pEntry->getUncompressedLen(), padding);
87 bias += padding;
  /external/jpeg/
jcsample.c 204 * A note about the "bias" calculations: when rounding fractional values to
206 * If we did that, we'd introduce a noticeable bias towards larger values.
219 register int bias; local
231 bias = 0; /* bias = 0,1,0,1,... for successive samples */
234 + bias) >> 1);
235 bias ^= 1; /* 0=>1, 1=>0 */
256 register int bias; local
270 bias = 1; /* bias = 1,2,1,2,... for successive samples *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcsample.c 204 * A note about the "bias" calculations: when rounding fractional values to
206 * If we did that, we'd introduce a noticeable bias towards larger values.
219 register int bias; local
231 bias = 0; /* bias = 0,1,0,1,... for successive samples */
234 + bias) >> 1);
235 bias ^= 1; /* 0=>1, 1=>0 */
256 register int bias; local
270 bias = 1; /* bias = 1,2,1,2,... for successive samples *
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 236 *sym_avma_out = sym_svma; /* we will bias this shortly */
258 /* Work out the svma and bias for each section as it will appear in
288 /* Now bias sym_avma_out accordingly by figuring out exactly which
289 section the symbol is from and bias accordingly. Screws up if
482 OK for fn_descr[0], but surely we need to use the data bias
483 and not the text bias for fn_descr[1] ? Oh Well.
1279 struct { Addr svma_base; Addr svma_limit; PtrdiffT bias; } member in struct:__anon13786
    [all...]
  /external/skia/samplecode/
SampleColorFilter.cpp 33 int bias = 0; local
35 bias = -1;
37 bias = 1;
39 return trunc + bias;
  /hardware/invensense/mlsdk/mllite/
compass.c 358 * @brief Sets the compass bias.
359 * @param bias
360 * Compass bias, length 3. Scale is micro Tesla's * 2^16.
364 inv_error_t inv_set_compass_bias(long *bias)
370 inv_obj.compass_bias[0] = bias[0];
371 inv_obj.compass_bias[1] = bias[1];
372 inv_obj.compass_bias[2] = bias[2];
374 // Find Bias in units of the raw data scaled by 2^16 in chip mounting frame
376 (long)(bias[0] * (1LL << 30) / inv_obj.compass_sens) +
379 (long)(bias[1] * (1LL << 30) / inv_obj.compass_sens)
    [all...]
  /external/skia/src/core/
SkFloat.cpp 71 int bias = 8 - SkCLZ(value); local
72 SkASSERT(bias > 0 && bias < 8);
73 value >>= bias; local
74 shift += bias;
  /hardware/invensense/mlsdk/mlutils/
mputest.c 246 * bias level threshold, the maximun acceptable no motion bias
288 * output pointer to store the initial bias calculation provided
468 /* 2nd, check bias from X and Y PLL clock source */
477 MPL_LOGI("bias : %+13.3f %+13.3f %+13.3f (LSB)\n",
488 MPL_LOGI("%s-Gyro bias (%.0f) exceeded threshold "
559 * output pointer to store the initial bias calculation provided
744 /* 2nd, check bias from X and Y PLL clock source */
753 MPL_LOGI("bias : %+13.3f %+13.3f %+13.3f (LSB)\n",
825 * and calculate the necessary bias correction
    [all...]
  /external/icu4c/common/
wintz.c 35 int32_t bias; member in struct:__anon6882
243 tziKey.bias = apiTZI.Bias;
265 Using the bias and the rules suffices, so overwrite
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 150 // This function sets the kernel bias. NOTE: in most use cases, bias should
152 void SetKernelBias(double bias) {
153 kernel_bias_ = bias;
212 // Kernel gain and bias are typically multiplicative and additive factors to
  /external/elfutils/tests/
dwflmodtest.c 188 Dwarf *dw, Dwarf_Addr bias,
192 name, base, dw == NULL ? "no" : "DWARF", bias, dwfl_errmsg (-1));
203 struct info info = { dwarf_offdie (dw, off + cuhl, &die_mem), bias };

Completed in 445 milliseconds

12 3 4 5