/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | format_to.bench.cpp | 32 Container output; in BM_format_to_string_back_inserter() local 46 Container output(size, CharT('-')); in BM_format_to_string_begin() local 60 auto buffer = std::basic_string<CharT>(size, CharT('-')); in BM_format_to_string_span() local 61 std::span<CharT> output{buffer}; in BM_format_to_string_span() local 73 auto buffer = std::basic_string<CharT>(size, CharT('-')); in BM_format_to_string_pointer() local 74 CharT* output = buffer.data(); in BM_format_to_string_pointer() local
|
H A D | format_to_n.bench.cpp | 32 Container output; in BM_format_to_n_string_back_inserter() local 46 Container output(size, CharT('-')); in BM_format_to_n_string_begin() local 60 auto buffer = std::basic_string<CharT>(size, CharT('-')); in BM_format_to_n_string_span() local 61 std::span<CharT> output{buffer}; in BM_format_to_n_string_span() local 73 auto buffer = std::basic_string<CharT>(size, CharT('-')); in BM_format_to_n_string_pointer() local 74 CharT* output = buffer.data(); in BM_format_to_n_string_pointer() local
|
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | DSAclean.py | 21 output = open(sys.argv[2], 'w') variable 24 buffer = input.readline() variable 28 buffer = input.readline() variable 33 buffer = input.readline() variable
|
H A D | DSAextract.py | 61 buffer = input.readline() variable 72 buffer = input.readline() variable 84 output = open(sys.argv[2], 'w') variable 88 buffer = input.readline() variable 112 buffer = input.readline() variable
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | buffer.h | 13 struct buffer struct 16 struct buffer_data *data; argument 19 struct buffer_data *last; argument 25 buffer. Either the input or output field must be set, but not argument 44 int (*output) PROTO((void *closure, const char *data, int have, member 47 /* Flush any data which may be buffered up after previous calls to argument 70 void (*memory_error) PROTO((struct buffer *)); argument
|
/openbsd-src/sys/arch/macppc/dev/ |
H A D | adb.c | 551 send_adb_cuda(u_char * in, u_char * buffer, void *compRout, void *data, in send_adb_cuda() 794 u_char *buffer; in adb_soft_intr() local 925 adb_op(Ptr buffer, Ptr compRout, Ptr data, short command) in adb_op() 1285 adb_op_sync(Ptr buffer, short command) in adb_op_sync() 1330 adb_op_comprout(caddr_t buffer, caddr_t compdata, int cmd) in adb_op_comprout() 1425 u_char output[ADB_MAX_MSG_LENGTH]; in adb_read_date_time() local 1477 u_char output[ADB_MAX_MSG_LENGTH]; in adb_set_date_time() local 1518 u_char output[ADB_MAX_MSG_LENGTH]; in adb_poweroff() local 1566 u_char output[16]; in adb_cuda_autopoll() local 1585 u_char output[16]; in adb_cuda_fileserver_mode() local [all …]
|
/openbsd-src/gnu/lib/libreadline/ |
H A D | histfile.c | 152 char *input, *buffer, *bufend; local 261 char *buffer, *filename, *bp; local 376 char *output; local 408 char *buffer; local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectRegexCommand.cpp | 34 std::string buffer; in SubstituteVariables() local 35 llvm::raw_string_ostream output(buffer); in SubstituteVariables() local
|
/openbsd-src/usr.bin/signify/ |
H A D | zsig.c | 40 uint8_t *buffer; member 136 uint8_t *buffer; in copy_blocks() local 138 uint8_t output[SHA512_256_DIGEST_STRING_LENGTH]; in copy_blocks() local 245 uint8_t *buffer; in zsign() local
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | Host.cpp | 73 std::vector<wchar_t> buffer(PATH_MAX); in GetExecutableForProcess() local 119 std::vector<wchar_t> buffer(PATH_MAX); in GetModuleFileSpecForHostAddress() local 226 std::string output; in ShellExpandArguments() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBCommandReturnObject.cpp | 88 ConstString output(ref().GetOutputData()); in GetOutput() local 95 ConstString output(ref().GetErrorData()); in GetError() local 294 std::string buffer(string, len); in PutCString() local
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_acpi.c | 120 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atif_call() local 213 struct atif_verify_interface output; in radeon_atif_verify_interface() local 443 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; radeon_atcs_call() local 507 struct atcs_verify_interface output; radeon_atcs_verify_interface() local [all...] |
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 64 static Status ReadAllBytes(Connection &conn, void *buffer, size_t size) { in ReadAllBytes() 243 char buffer[5]; in ReadMessage() local 268 char buffer[1024]; in ReadMessageStream() local 345 Status AdbClient::ReadAllBytes(void *buffer, size_t size) { in ReadAllBytes() 385 std::string *output) { in Shell() 520 std::vector<char> buffer(response_len); in internalStat() local 604 char buffer[kSyncPacketLen]; in ReadSyncHeader() local 617 Status AdbClient::SyncService::PullFileChunk(std::vector<char> &buffer, in PullFileChunk() 646 Status AdbClient::SyncService::ReadAllBytes(void *buffer, size_t size) { in ReadAllBytes()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_acpi.c | 154 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; amdgpu_atif_call() local 240 struct atif_verify_interface output; amdgpu_atif_verify_interface() local 531 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; amdgpu_atcs_call() local 594 struct atcs_verify_interface output; amdgpu_atcs_verify_interface() local 1305 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; amdgpu_atif_pci_probe_handle() local 1340 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; amdgpu_atcs_pci_probe_handle() local [all...] |
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-h8500.c | 876 insert (output, index, exp, reloc, pcrel) in insert() argument 953 char *output = frag_more (opcode->length); local 1242 wordify_scb (buffer, disp_size, inst_size) in wordify_scb() argument 1317 char *buffer = fragP->fr_fix + fragP->fr_literal; local
|
H A D | tc-w65.c | 594 char *output; local 806 unsigned char *buffer = local
|
H A D | tc-mcore.c | 650 char * output; local 912 char * output; local 1847 unsigned char * buffer; local
|
H A D | tc-sh.c | 2078 insert_loop_bounds (char *output, sh_operand_info *operand) in insert_loop_bounds() 2130 char *output = frag_more (2); in build_Mytes() local 2294 char *output; in assemble_ppi() local 3270 unsigned char *buffer = in md_convert_frag() local
|
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 133 struct mod_hdcp_output output = hdcp_work->output; in process_output() local 617 struct bin_attribute *bin_attr, char *buffer, in srm_data_write() 641 struct bin_attribute *bin_attr, char *buffer, in srm_data_read()
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | DriverUtils.cpp | 150 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in createResponseFile() local 319 StringRef output) { in write()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | VSCode.cpp | 204 void VSCode::SendOutput(OutputType o, const llvm::StringRef output) { in SendOutput() 331 char buffer[1024]; in SendFormattedOutput() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1337 StringList &user_input, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() 1364 StringList &user_input, std::string &output) { in GenerateScriptAliasFunction() 1388 StringList &user_input, std::string &output, const void *name_token) { in GenerateTypeSynthClass() 1954 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() 1961 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeSynthClass() 1968 StringList &user_input, std::string &output, in GenerateBreakpointCommandCallbackData() 1998 StringList &user_input, std::string &output) { in GenerateWatchpointCommandCallbackData() 2376 std::string buffer; in GetSyntheticTypeName() local 2394 const char *impl_function, Process *process, std::string &output, in RunScriptFormatKeyword() 2419 const char *impl_function, Thread *thread, std::string &output, in RunScriptFormatKeyword() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mcore.c | 175 char * output; in dump_literals() local 858 char * output; in md_assemble() local 1792 char *buffer; in md_convert_frag() local
|
/openbsd-src/lib/libevent/ |
H A D | event.h | 729 u_char *buffer; member 764 struct evbuffer *output; member
|
/openbsd-src/gnu/usr.bin/perl/amigaos4/ |
H A D | amigaio.c | 115 BPTR output = 0; in Perl_my_popen() local 914 char buffer[1000]; in myexecve() local
|