Home
last modified time | relevance | path

Searched refs:arith (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/contrib/gdtoa/
H A Dmakefile37 all: arith.h gd_qnan.h gdtoa.a
39 arith.h: arithchk.c
41 ./a.out >arith.h
44 gd_qnan.h: arith.h qnan.c
87 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd432 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith
470 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith
471 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith
472 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith
473 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith
477 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith
478 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/zfs/
H A DMakefile395 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith
433 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith
434 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith
435 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith
436 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith
440 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith
441 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
/freebsd/bin/sh/
H A Darith.h34 arith_t arith(const char *);
H A Darith_yacc.c324 arith_t arith(const char *s) in arith() function
375 i = arith(p); in letcmd()
/freebsd/contrib/blocklist/port/
H A Dconfigure.ac65 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
72 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
/freebsd/contrib/elftoolchain/libpe/
H A Dos.Linux.mk4 -Wmissing-prototypes -Wpointer-arith -Wreturn-type \
/freebsd/sys/contrib/zstd/
H A D.buckconfig3 …-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith
/freebsd/sys/modules/mlx5fpga_tools/
H A DMakefile17 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd/contrib/libxo/
H A Dwarnings.mk19 -Wpointer-arith
/freebsd/sys/modules/ipoib/
H A DMakefile16 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/mlx4ib/
H A DMakefile29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/mlx5ib/
H A DMakefile32 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd/sys/modules/mlx4/
H A DMakefile36 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/mthca/
H A DMakefile34 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/contrib/elftoolchain/libelf/
H A Dos.Linux.mk23 CFLAGS+= -Wpointer-arith
/freebsd/sys/modules/mlx5en/
H A DMakefile38 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd/sys/modules/bnxt/bnxt_re/
H A DMakefile22 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd/tools/regression/capsicum/syscalls/
H A DMakefile5 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
/freebsd/tools/regression/geom/ConfCmp/
H A DMakefile9 CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
/freebsd/contrib/lua/src/
H A Dlstrlib.c288 static int arith (lua_State *L, int op, const char *mtname) { in arith() function
298 return arith(L, LUA_OPADD, "__add"); in arith_add()
302 return arith(L, LUA_OPSUB, "__sub"); in arith_sub()
306 return arith(L, LUA_OPMUL, "__mul"); in arith_mul()
310 return arith(L, LUA_OPMOD, "__mod"); in arith_mod()
314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow()
318 return arith(L, LUA_OPDIV, "__div"); in arith_div()
322 return arith(L, LUA_OPIDIV, "__idiv"); in arith_idiv()
326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
/freebsd/sys/modules/qlnx/qlnxr/
H A DMakefile86 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/ibcore/
H A DMakefile58 CWARNFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/modules/mlx5/
H A DMakefile69 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd/crypto/openssh/regress/unittests/
H A DMakefile.inc43 CDIAGFLAGS+= -Wpointer-arith

1234