Searched refs:read (Results 1 - 25 of 1644) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/docsExamples/
H A Drw.d38 syscall::read:entry,
H A Drtime.d40 syscall::read:entry
45 syscall::read:return
48 printf("%d/%d spent %d nsecs in read(2)\n", pid,
H A Drwtime.d38 syscall::read:entry,
45 syscall::read:return,
H A Dtrussrw.d40 syscall::read:entry,
47 syscall::read:return,
H A Dksyms.d43 syscall::read:entry
46 printf("read %u bytes to user address %x\n", arg2, arg1);
50 syscall::read:return
H A Dtruss.d45 syscall::read:entry
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberize.h38 void clobberizeForAllocation(ReadFunctor& read, WriteFunctor& write) argument
40 read(GCState);
41 read(BarrierState);
47 void clobberize(Graph& graph, Node* node, ReadFunctor& read, WriteFunctor& write) argument
63 // - Some nodes lie, and claim that they do not read the JSCell_structureID, JSCell_typeInfoFlags, etc.
67 // - It's implicitly understood that OSR exits read the world. This is why we
69 // read set does not reflect things that would be read if we exited.
70 // Instead, the read set reflects what the node will have to read i
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/begin/
H A Derr.D_PDESC_ZERO.begin.d40 BEGIN::read:entry
/macosx-10.10.1/objc4-646/runtime/
H A Dobjcrt.c9 #pragma section(".objc_module_info$A",long,read,write)
12 #pragma section(".objc_module_info$C",long,read,write)
16 #pragma section(".objc_protocol$A",long,read,write)
19 #pragma section(".objc_protocol$C",long,read,write)
23 #pragma section(".objc_image_info$A",long,read,write)
26 #pragma section(".objc_image_info$C",long,read,write)
30 #pragma section(".objc_message_refs$A",long,read,write)
33 #pragma section(".objc_message_refs$C",long,read,write)
37 #pragma section(".objc_class_refs$A",long,read,write)
40 #pragma section(".objc_class_refs$C",long,read,writ
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dpoll_posix.h5 #define usbi_read read
/macosx-10.10.1/ruby-106/ruby/template/
H A Dknown_errors.inc.tmpl7 % error_names = ARGF.read.split(/\s+/)
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_read.c92 DCETHREAD_SYSCALL(ssize_t, read(fd, buf, count));
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dguess.d34 system("read guess");
38 syscall::read:entry
45 syscall::read:return
54 syscall::read:return
69 syscall::read:return
76 syscall::read:return
83 system("/usr/bin/read name");
86 syscall::read:return
94 system("read line");
98 syscall::read
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Extra/
H A Dguess.d34 system("read guess");
38 syscall::read:entry
45 syscall::read:return
54 syscall::read:return
69 syscall::read:return
76 syscall::read:return
83 system("/usr/bin/read name");
86 syscall::read:return
94 system("read line");
98 syscall::read
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DdataCmd.py11 data = open('ex1.wav', 'rb').read()
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLStackMaps.cpp48 integer = context.view->read<int64_t>(context.offset, true);
60 functionOffset = context.view->read<uint32_t>(context.offset, true);
61 size = context.view->read<uint32_t>(context.offset, true);
65 functionOffset = context.view->read<uint64_t>(context.offset, true);
66 size = context.view->read<uint64_t>(context.offset, true);
78 kind = static_cast<Kind>(context.view->read<uint8_t>(context.offset, true));
79 size = context.view->read<uint8_t>(context.offset, true);
80 dwarfReg = DWARFRegister(context.view->read<uint16_t>(context.offset, true));
81 this->offset = context.view->read<int32_t>(context.offset, true);
102 dwarfReg = DWARFRegister(context.view->read<uint16_
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrio.c30 * to read more then 64K on a 16 bit machine.
40 png_error(png_ptr, "Call to NULL read function");
93 png_size_t read, remaining, err; local
98 read = MIN(NEAR_BUF_SIZE, remaining);
99 err = fread(buf, 1, read, io_ptr);
100 png_memcpy(data, buf, read); /* copy far buffer to near buffer */
101 if (err != read)
105 data += read;
106 remaining -= read;
111 png_error(png_ptr, "read Erro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/common/
H A Dsockbuf.c45 set_buffer_size(int fd, int read) argument
49 int optname = read ? SO_RCVBUF : SO_SNDBUF;
/macosx-10.10.1/dtrace-147/test/tst/common/dtraceUtil/
H A Dman.CoalesceTrace.d54 syscall::read:
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDPersistentState.h10 * http://www.opensource.apple.com/apsl/ and read it before using this
35 + (id)read:(NSURL *)path error:(NSError **)error;
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dproc_child.c16 bytes = (int)read(STDIN_FILENO, buf, 256);
/macosx-10.10.1/file-46/file/python/
H A Dexample.py9 buffer = f.read(4096)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dreadlink.c50 if (read(fd, buf, sizeof(FAKELINK_MAGIC)) == sizeof(FAKELINK_MAGIC) && !strcmp(buf, FAKELINK_MAGIC) && (n = read(fd, buf, siz)) > 0 && !buf[n - 1])
/macosx-10.10.1/python-89/2.6/fix/
H A Dbyte2utf16.py12 out.write(input.read())
H A Dutf162byte.py12 out.write(input.read())

Completed in 160 milliseconds

1234567891011>>