Searched refs:fuzz (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshglob.c | 239 FT_Int fuzz, in psh_blues_set_zones() argument 331 zone->org_bottom -= fuzz; in psh_blues_set_zones() 342 if ( delta < 2 * fuzz ) in psh_blues_set_zones() 346 zone[0].org_top = top + fuzz; in psh_blues_set_zones() 347 zone[1].org_bottom = bot - fuzz; in psh_blues_set_zones() 355 zone->org_top = top + fuzz; in psh_blues_set_zones()
|
/external/kernel-headers/original/linux/ |
D | input.h | 73 __s32 fuzz; member 1562 int min, int max, int fuzz, int flat); 1582 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
|
/external/dnsmasq/src/ |
D | rfc2131.c | 141 unsigned short fuzz = 0; in dhcp_reply() local 1044 fuzz = rand16(); in dhcp_reply() 1229 while (fuzz > (time/16)) in dhcp_reply() 1230 fuzz = fuzz/2; in dhcp_reply() 1231 option_put(mess, end, OPTION_T1, 4, (time/2) - fuzz); in dhcp_reply() 1232 option_put(mess, end, OPTION_T2, 4, ((time/8)*7) - fuzz); in dhcp_reply()
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 307 int fuzz = os_random() % 20; in ap_handle_timer() local 319 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer() 327 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
|
/external/qemu/hw/ |
D | goldfish_events_device.c | 79 uint32_t fuzz; member
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
D | SDL_sysjoystick.c | 720 absinfo.maximum, absinfo.fuzz, absinfo.flat); in EV_ConfigJoystick()
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 748 Return DHCP T1 and T2 times, with "fuzz" to desychronise lease
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 9577 Added a fuzz factor into the Last-Modified comparison for downloading 10943 apply with --fuzz=3. 12209 a patch of the local changes and applying it with a fuzz level of 3 to the new file.
|
D | ChangeLog-2010-05-24 | 33279 special-case logic for ChangeLogs to apply them with an increased fuzz factor,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 21449 Fix for <rdar://problem/5266999> Loading page from MangleMe fuzz 37474 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester
|