HomeSort by relevance Sort by last modified time
    Searched defs:bias (Results 26 - 48 of 48) sorted by null

12

  /external/elfutils/libdwfl/
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...]
libdwflP.h 139 GElf_Addr bias; /* Actual load address - p_vaddr. */ member in struct:dwfl_file
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 184 public static final float bias(final float b, final float x) { method in class:ShaderUtils
189 return x < 0.5 ? ShaderUtils.bias(1 - g, 2 * x) / 2 : 1 - ShaderUtils.bias(1 - g, 2 - 2 * x) / 2;
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 111 int bias = 0; local
116 bias = 1;
121 bias = -1;
127 return result ? result : bias;
    [all...]
  /external/webp/src/enc/
quant.c 147 const int bias = kBiasMatrices[type][j]; local
149 m->bias_[j] = BIAS(bias);
151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
401 // If a coefficient was quantized to a value Q (using a neutral bias),
470 const int B = BIAS(0x00); // neutral bias
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
154 int bias = tz.getOffset(System.currentTimeMillis()); local
155 assertEquals(0, bias);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
154 int bias = tz.getOffset(System.currentTimeMillis()); local
155 assertEquals(0, bias);
    [all...]
  /external/elfutils/src/
unstrip.c 751 const size_t nent, const GElf_Addr bias,
776 s->value = sym->st_value + bias;
881 find_alloc_section (const GElf_Shdr *shdr, GElf_Addr bias, const char *name,
884 const GElf_Addr addr = shdr->sh_addr + bias;
926 Elf_Data *main_shstrtab, GElf_Addr bias,
1031 sec->shdr.sh_addr += bias;
1857 GElf_Addr bias = 0; local
1979 GElf_Addr bias; local
2074 GElf_Addr bias; local
2097 GElf_Addr bias; local
2160 GElf_Addr bias; local
    [all...]
readelf.c 5508 const unsigned int bias = item->format == 'b'; local
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 162 * The field range check bias for each UDateFormatField.
163 * The bias is added to the minimum and maximum values
166 * but the parsed month numbers start at 1, so the bias is 1.
2624 int32_t bias = gFieldRangeBias[patternCharIndex]; local
3161 int32_t bias = gFieldRangeBias[patternCharIndex]; local
    [all...]
  /external/libmtp/src/
ptp.c 3549 double bias; member in struct:__anon8321
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 141 static Dwarf *dwfl_init_offline_dwarf(int fd, Dwfl **dwflp, Dwarf_Addr *bias)
157 dbg = dwfl_module_getdwarf(mod, bias);
200 Dwarf_Addr *bias)
215 dbg = dwfl_addrdwarf(*dwflp, addr, bias);
228 Dwarf_Addr *bias)
243 return dwfl_init_offline_dwarf(fd, dwflp, bias);
1522 Dwarf_Addr bias; \/* Currently ignored *\/ local
1789 Dwarf_Addr _addr, baseaddr, bias = 0; local
2001 Dwarf_Addr bias; \/* Currently ignored *\/ local
    [all...]
  /external/mesa3d/src/glsl/
ir.h 1149 ir_txb, /**< Texture look-up with LOD bias */
1169 * (txb (sampler) (coordinate) (0 0 0) (1) ( ) (bias))
1236 ir_rvalue *bias; /**< Floating point LOD bias */ member in union:ir_texture::__anon9714
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 280 ex->Iex.GetI.bias)));
400 st->Ist.PutI.bias,
2568 Int bias; member in struct:__anon13573::__anon13575::__anon13582
3344 Int bias = st->Ist.WrTmp.data->Iex.GetI.bias; local
    [all...]
guest_ppc_toIR.c 7371 UInt bias = sp? 127 : 1023; local
7480 UInt bias = sp? 127 : 1023; local
    [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...]
readpdb.c 76 'virtual.c' in the Wine sources, looks a lot like a text bias
80 macros which give the bias to use in each of the four cases. Be
1238 Addr bias = BIAS_FOR_SYMBOLS; local
1562 Addr bias = BIAS_FOR_LINETAB; local
1724 Addr bias = BIAS_FOR_LINETAB2; local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 789 int bias = -1 * getLong(timeZoneBytes, MSFT_TIME_ZONE_BIAS_OFFSET) * MINUTES; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1408 Int bias; \/* Constant offset part of index into array *\/ member in struct:_IRExpr::__anon13617::__anon13620
1992 Int bias; \/* Constant offset part of index into array *\/ member in struct:_IRStmt::__anon13637::__anon13642
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1854 milliseconds

12