Home
last modified time | relevance | path

Searched refs:LOG2 (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/usr.bin/rsync/
H A Dsocket.c87 LOG2("trying: %s, %s", src->ip, host); in inet_connect()
170 LOG2("resolving: %s", host); in inet_resolve()
232 LOG2("hostname resolved: %s: %s", host, src[i].ip); in inet_resolve()
353 LOG2("connected: %s, %s", src[i].ip, f->host); in rsync_connect()
401 LOG2("requesting module: %s, %s", f->module, f->host); in rsync_socket()
491 LOG2("read multiplexing enabled"); in rsync_socket()
493 LOG2("socket detected client version %d, server version %d, seed %d", in rsync_socket()
498 LOG2("client starting receiver: %s", f->host); in rsync_socket()
H A Dclient.c70 LOG2("client detected client version %d, server version %d, seed %d", in rsync_client()
81 LOG2("client starting sender: %s", in rsync_client()
89 LOG2("client starting receiver: %s", in rsync_client()
H A Dserver.c98 LOG2("server detected client version %d, server version %d, seed %d", in rsync_server()
102 LOG2("server starting sender"); in rsync_server()
128 LOG2("server starting receiver"); in rsync_server()
H A Dreceiver.c261 LOG2("%s: receiver destination", root); in rsync_receiver()
321 LOG2("%s: ready for phase 1 data", root); in rsync_receiver()
396 LOG2("%s: receiver ready for phase 2 data", root); in rsync_receiver()
448 LOG2("receiver finished updating"); in rsync_receiver()
H A Dflist.c268 LOG2("sending file metadata list: %zu", flsz); in flist_send()
399 LOG2("sending uid list: %zu", uidsz); in flist_send()
407 LOG2("sending gid list: %zu", gidsz); in flist_send()
747 LOG2("received uid list: %zu", uidsz); in flist_recv()
755 LOG2("received gid list: %zu", gidsz); in flist_recv()
760 LOG2("received file metadata list: %zu", flsz); in flist_recv()
1031 LOG2("recursively generated %zu filenames", *sz); in flist_gen_dirs()
1108 LOG2("non-recursively generated %zu filenames", flsz); in flist_gen_files()
1241 LOG2("delete from %zu directories", cargvs); in flist_gen_dels()
H A Dextern.h281 #define LOG2(_fmt, ...) \ macro
H A Dsender.c674 LOG2("sender finished updating"); in rsync_sender()
H A Dmain.c611 LOG2("exec[%d] = %s", i, args[i]); in main()
H A Duploader.c1106 LOG2("fixing up directory times and permissions"); in rsync_uploader_tail()
/openbsd-src/gnu/gcc/gcc/
H A Dconvert.c167 CASE_MATHFN (LOG2) in convert_to_real()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp890 case LOG2: in Fold()
929 case LOG2 : Result = "!logtwo"; break; in getAsString()
H A DTGParser.cpp978 Code = UnOpInit::LOG2; in ParseOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enumerator