Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/arch/m68k/fpsp040/
Dslogn.S335 blt LOGNEG | ...LOG OF NEGATIVE ARGUMENT IS INVALID
344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
345 |-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F).
347 |--LOG(1+U) CAN BE VERY EFFICIENT.
356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
387 |--LOG(1+U) IS APPROXIMATED BY
407 addal #16,%a0 | ...ADDRESS OF LOG(F)
413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6))
415 faddx %fp1,%fp0 | ...FP0 IS LOG(F) + LOG(1+U)
428 |--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL
[all …]
Dstwotox.S330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2_usb.c227 LOG("Will now stop the streaming: streaming = %d, present=%d\n", in cpia2_usb_complete()
272 LOG("cpia2 data error: [%d] len=%d, status = %d\n", in cpia2_usb_complete()
287 LOG("checksum mismatch: [%d] len=%d, calculated = %x, checksum = %x\n", in cpia2_usb_complete()
613 LOG("Control message failed, err val = %d\n", err); in cpia2_usb_transfer_cmd()
614 LOG("Message: request = 0x%0X, start = 0x%0X\n", in cpia2_usb_transfer_cmd()
616 LOG("Message: count = %d, register[0] = 0x%0X\n", in cpia2_usb_transfer_cmd()
621 LOG("Unexpected first byte of direction: %d\n", in cpia2_usb_transfer_cmd()
627 LOG("Unexpected error: %d\n", err); in cpia2_usb_transfer_cmd()
822 LOG("CPiA2 USB camera found\n"); in cpia2_usb_probe()
844 LOG(" CPiA Version: %d.%02d (%d.%d)\n", in cpia2_usb_probe()
[all …]
Dcpia2_v4l.c756 LOG("Bad APPn Params n=%d len=%d\n", in cpia2_s_jpegcomp()
770 LOG("Bad COM_len=%d\n", parms->COM_len); in cpia2_s_jpegcomp()
1204 LOG("buffer_size too small, setting to %d\n", buffer_size); in check_parameters()
1208 LOG("buffer_size ridiculously large, setting to %d\n", in check_parameters()
1217 LOG("num_buffers too small, setting to %d\n", num_buffers); in check_parameters()
1220 LOG("num_buffers too large, setting to %d\n", num_buffers); in check_parameters()
1225 LOG("alternate specified is invalid, using %d\n", alternate); in check_parameters()
1230 LOG("Flicker mode specified is invalid, using %d\n", in check_parameters()
1248 LOG("%s v%s\n", in cpia2_init()
Dcpia2.h475 #define LOG(fmt, args...) ALOG(KERN_INFO, fmt, ## args) macro
480 #define LOG(fmt,args...) ALOG(KERN_INFO "cpia2: "fmt,##args) macro
Dcpia2_core.c411 LOG("DoCommand received invalid command\n"); in cpia2_do_command()
561 LOG("%s: invalid request mode\n",__func__); in cpia2_send_command()
980 LOG("%s: Invalid sensor flag value 0x%0X\n",__func__, in set_default_user_mode()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddebuglib.h136 DBG_DECL(LOG)
190 #define DBG_LOG(args) DBG_TEST(LOG, args)
Dpc_maint.h49 #define LOG 1 macro
Ddebuglib.c46 DBG_FUNC(LOG)
Ddiva.c633 req->req = LOG; in diva_card_read_xlog()
/linux-4.4.14/net/bridge/netfilter/
DKconfig217 This option enables the nflog watcher, which allows to LOG
219 either the old LOG target, the old ULOG target or nfnetlink_log
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
DREADME.FPE125 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
/linux-4.4.14/Documentation/networking/
Dudplite.txt258 There is packet match support for UDP-Lite as well as support for the LOG target.
264 iptables -A INPUT -p udplite -j LOG
/linux-4.4.14/net/netfilter/
DKconfig32 tristate "Netfilter LOG over NFNETLINK interface"
777 tristate "LOG target support"
783 This option adds a `LOG' target, which allows you to create rules in
820 This option enables the NFLOG target, which allows to LOG
1217 matched: mainly useful in combination with the LOG target ("LOG
1310 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
/linux-4.4.14/tools/testing/ktest/
Dktest.pl1685 open(LOG, ">>$opt{LOG_FILE}") or
1697 print LOG if ($dolog);
1705 close(LOG) if ($dolog);
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn144 keyword LOG. All other lines are output from the driver.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S8229 blt.w LOGNEG # LOG OF NEGATIVE ARGUMENT IS INVALID
8241 #--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
8242 #-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F).
8244 #--LOG(1+U) CAN BE VERY EFFICIENT.
8253 lea LOGTBL(%pc),%a0 # BASE ADDRESS OF 1/F AND LOG(F)
8284 #--LOG(1+U) IS APPROXIMATED BY
8304 add.l &16,%a0 # ADDRESS OF LOG(F)
8310 fadd.x (%a0),%fp1 # LOG(F)+U*V*(A2+V*(A4+V*A6))
8312 fadd.x %fp1,%fp0 # FP0 IS LOG(F) + LOG(1+U)
8460 ble.w LP1NEG0 # LOG OF ZERO OR -VE
[all …]
Dfpsp.S8318 #--ENTRY POINT FOR LOG(X) FOR X FINITE, NON-ZERO, NOT NAN'S
8438 #--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL
8480 #--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID
8486 #--ENTRY POINT FOR LOG(X) FOR DENORMALIZED INPUT
8546 #--ENTRY POINT FOR LOG(1+X) FOR X FINITE, NON-ZERO, NOT NAN'S
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1510 RECEIVE / LOG TXT A1 ( replace