Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 11 of 11) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c239 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/
Dinput.h73 __s32 fuzz; member
1562 int min, int max, int fuzz, int flat);
1582 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
/external/dnsmasq/src/
Drfc2131.c141 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/
Dsta_info.c307 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/
Dgoldfish_events_device.c79 uint32_t fuzz; member
/external/v8/test/mjsunit/
Dmjsunit.status51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
DSDL_sysjoystick.c720 absinfo.maximum, absinfo.fuzz, absinfo.flat); in EV_ConfigJoystick()
/external/dnsmasq/
DCHANGELOG.archive748 Return DHCP T1 and T2 times, with "fuzz" to desychronise lease
/external/webkit/Tools/
DChangeLog-2009-06-169577 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.
DChangeLog-2010-05-2433279 special-case logic for ChangeLogs to apply them with an increased fuzz factor,
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1421449 Fix for <rdar://problem/5266999> Loading page from MangleMe fuzz
37474 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester