Home
last modified time | relevance | path

Searched defs:read (Results 476 - 500 of 1323) sorted by relevance

1...<<11121314151617181920>>...53

/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py146 def read(self, num=4294967296): member in StringStream
[all...]
/third_party/ltp/testcases/cve/
H A Dmeltdown.c253 int ret, read; in find_symbol_in_file() local
317 char read[READ_SIZE] = { 0 }; in run() local
[all...]
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c194 int windows_bind_context(windowsContext *context, windowsDrawable *draw, windowsDrawable *read) in windows_bind_context() argument
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c82 SendMakeCurrentRequest(Display * dpy, GLXContextID gc_id, GLXContextTag gc_tag, GLXDrawable draw, GLXDrawable read, GLXContextTag *out_tag) SendMakeCurrentRequest() argument
151 indirect_bind_context(struct glx_context *gc, struct glx_context *old, GLXDrawable draw, GLXDrawable read) indirect_bind_context() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h48 # define read _read macro
/third_party/node/deps/zlib/
H A Dgzguts.h47 # define read _read macro
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h166 int (*read) (const char *, char *, size_t, off_t, member
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice.h107 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count); member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h197 cookie_read_function_t *read; member
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h26 size_t (*read)(FILE *, unsigned char *, size_t); member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h199 cookie_read_function_t *read; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h197 cookie_read_function_t *read; member
/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.cc37 void sock_state_cb(void *data, int s, int read, int write) { in sock_state_cb() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatareader.cpp47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp201 vec4_instruction *read = emit(VEC4_OPCODE_URB_READ, dst, src_reg(header)); in emit_output_urb_read() local
/third_party/mesa3d/src/intel/tools/
H A Daub_read.c74 parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...) in parse_error() argument
90 handle_trace_header(struct aub_read *read, const uint32_t *p) in handle_trace_header() argument
120 handle_memtrace_version(struct aub_read *read, const uint32_t *p) handle_memtrace_version() argument
145 handle_trace_block(struct aub_read *read, const uint32_t *p) handle_trace_block() argument
189 handle_memtrace_reg_write(struct aub_read *read, const uint32_t *p) handle_memtrace_reg_write() argument
273 do_write(struct aub_read *read, uint32_t address_space, uint64_t addr, const void *data, uint32_t size) do_write() argument
299 handle_memtrace_mem_write(struct aub_read *read, const uint32_t *p) handle_memtrace_mem_write() argument
310 handle_memtrace_mem_write_discont(struct aub_read *read, const uint32_t *p) handle_memtrace_mem_write_discont() argument
331 aub_read_command(struct aub_read *read, const void *data, uint32_t data_len) aub_read_command() argument
[all...]
/third_party/littlefs/scripts/
H A Dtracebd.py236 def read(self): member in Block
386 def read(self, block=None, off=None, size=None): member in Bd
[all...]
/third_party/lz4/examples/
H A DdictionaryRandomAccess.c41 size_t read = fread(i, sizeof(*i), 1, fp); in read_int() local
46 size_t read = fread(array, 1, arrayBytes, fp); in read_bin() local
123 size_t read = read_bin(inpFp, magic, sizeof(magic)); in test_decompress() local
151 const size_t read = read_bin(inpFp, cmpBuf, (size_t)cmpBytes); in test_decompress() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc322 uint32_t read = in ProcessPacket() local
598 uint32_t read = in ProcessQueryPacket() local
622 uint32_t read in ProcessQueryPacket() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc141 size_t read = fread(&chars[i], 1, size - i, file); in GetExtraCode() local
/third_party/node/deps/v8/src/utils/
H A Dutils.cc132 ptrdiff_t read = fread(result.data() + i, 1, size - i, file); in ReadCharsFromFile() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h99 unsigned read; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DRangesTableSchema.java353 public static RangeKey read(List<String> parts) { in read() method in RangesTableSchema
H A DShortcodesTableSchema.java98 private static ShortcodeKey read(List<String> parts) { in read() method in ShortcodesTableSchema.ShortcodeKey
/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs1202 fn read(&mut self, buf: &mut [u8]) -> ::std::io::Result<usize> { in regression_stream_rare_byte_prefilter() functions
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...53