HomeSort by: relevance | last modified time | path
    Searched defs:abs (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/arch/i386/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $ */
34 * from: @(#)abs.s 5.2 (Berkeley) 12/17/90
39 RCSID("$NetBSD: abs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $")
42 ENTRY(abs) function
48 END(abs)
  /src/lib/libc/arch/sparc64/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.2 2003/08/07 16:42:28 agc Exp $ */
35 * from: Header: abs.s,v 1.1 91/07/06 18:01:57 torek Exp
41 .asciz "@(#)abs.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: abs.S,v 1.2 2003/08/07 16:42:28 agc Exp $")
47 /* abs - int absolute value */
50 ENTRY(abs) function
  /src/lib/libc/arch/x86_64/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $ */
34 * from: @(#)abs.s 5.2 (Berkeley) 12/17/90
39 RCSID("$NetBSD: abs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $")
42 ENTRY(abs) function
48 END(abs)
  /src/lib/libc/stdlib/
abs.c 1 /* $NetBSD: abs.c,v 1.8 2012/06/08 11:15:26 abs Exp $ */
35 static char sccsid[] = "@(#)abs.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: abs.c,v 1.8 2012/06/08 11:15:26 abs Exp $");
44 abs(int j) function in typeref:typename:int
Lint_abs.c 12 abs(int j) function in typeref:typename:int
  /src/lib/libc/arch/m68k/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.8 2013/07/16 21:48:32 matt Exp $ */
40 RCSID("from: @(#)abs.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: abs.S,v 1.8 2013/07/16 21:48:32 matt Exp $")
51 /* abs - int absolute value */
53 ENTRY(abs) function
59 END(abs)
  /src/lib/libc/time/
tzselect.ksh 274 function abs(x) { function
322 return abs(long1 - long2) * min(cos(lat1), cos(lat2))
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 54 #define abs(_a) __builtin_abs(_a) macro
  /src/usr.sbin/timed/timed/
globals.h 170 # define abs(x) (x>=0 ? x : -(x)) macro
  /src/usr.sbin/wsmoused/
selection.c 230 const struct wsmouse_calibcoords *abs = &Selmouse.sm_mouse->m_calib; local in function:selection_wsmouse_event
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
274 / (abs->maxx - abs->minx + 1);
282 = ((evt.value - abs->miny) * (Selmouse.sm_max_y + 1))
283 / (abs->maxy - abs->miny + 1);
  /src/sys/arch/arm/acpi/
acpipchb.c 220 struct acpipchb_bus_space * const abs = t; local in function:acpipchb_bus_space_map
226 if ((abs->flags & PCI_FLAGS_IO_OKAY) != 0) {
231 for (i = 0; i < abs->nrange; i++) {
232 struct acpipchb_bus_range * const range = &abs->range[i];
234 return abs->map(t, bpa + range->offset, size,
248 struct acpipchb_bus_space *abs; local in function:acpipchb_setup_ranges_cb
260 abs = &sc->sc_pciio_bst;
265 abs = &sc->sc_pcimem_bst;
273 if (abs->nrange == ACPIPCHB_MAX_RANGES) {
279 range = &abs->range[abs->nrange]
    [all...]
  /src/sys/lib/libkern/
libkern.h 64 LIBKERN_INLINE int abs(int) __unused;
127 abs(int j) function in typeref:typename:LIBKERN_INLINE int
  /src/usr.sbin/inetd/
parse.c 1169 char *abs; member in struct:file_list
1193 new_file.abs = realpath(CONFIG, NULL);
1201 free(new_file.abs);
1325 if (strcmp(cur->abs, abs_path) == 0) {
1327 /* TODO relative or abs path for logging error? */
  /src/usr.bin/make/
test-variants.mk 167 TESTS+= abs
168 ENV.abs= USE_ABSOLUTE_TESTNAMES="yes"
  /src/distrib/amiga/miniroot/
install.md 
  /src/distrib/sparc/
install.md 
  /src/sys/dev/ic/
bwivar.h 799 #define abs(a) __builtin_abs(a) macro

Completed in 23 milliseconds