/third_party/ltp/tools/genload/ |
H A D | stress.c | 775 char name[] = "./stress.XXXXXX"; in hoghdd() local 777 if ((fd = mkstemp(name)) < 0) { in hoghdd() 785 name); in hoghdd() 786 if (unlink(name)) { in hoghdd() 794 name); in hoghdd() 807 name); in hoghdd() 823 name, j); in hoghdd() 827 if (unlink(name)) { in hoghdd()
|
H A D | genload.c | 775 char name[] = "./stress.XXXXXX"; in hoghdd() local 777 if ((fd = mkstemp(name)) < 0) { in hoghdd() 785 name); in hoghdd() 786 if (unlink(name)) { in hoghdd() 794 name); in hoghdd() 807 name); in hoghdd() 823 name, j); in hoghdd() 827 if (unlink(name)) { in hoghdd()
|
/third_party/lz4/programs/ |
H A D | lz4cli.c | 200 DISPLAY( "1 : compress 'filename' fast, using default output name 'filename.lz4'\n"); in usage_longhelp() 244 const char* name = path; in lastNameFromPath() local 245 if (strrchr(name, '/')) name = strrchr(name, '/') + 1; in lastNameFromPath() 246 if (strrchr(name, '\\')) name = strrchr(name, '\\') + 1; /* windows */ in lastNameFromPath() 247 return name; in lastNameFromPath() 347 /* predefined behaviors, based on binary/link name */ in main() [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-starboard.cc | 253 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name, in open() argument 260 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, in create() argument 381 set_name(options.name()); in Thread() 386 static void SetThreadName(const char* name) { SbThreadSetName(name); } in SetThreadName() argument 394 SetThreadName(thread->name()); in ThreadEntry() 401 void Thread::set_name(const char* name) { in set_name() argument 402 strncpy(name_, name, sizeof(name_)); in set_name()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | setup-builtins-internal.cc | 128 const char* name) { in BuildAdaptor() 152 const char* name) { in BuildWithCodeStubAssemblerJS() 160 name, builtin); in BuildWithCodeStubAssemblerJS() 164 ProfileDataFromFile::TryRead(name)); in BuildWithCodeStubAssemblerJS() 172 const char* name) { in BuildWithCodeStubAssemblerCS() 184 CodeKind::BUILTIN, name, builtin); in BuildWithCodeStubAssemblerCS() 188 ProfileDataFromFile::TryRead(name)); in BuildWithCodeStubAssemblerCS() 269 isolate, Builtins::name(builtin), bytecode, operand_scale, builtin, in GenerateBytecodeHandler() 127 BuildAdaptor(Isolate* isolate, Builtin builtin, Address builtin_address, const char* name) BuildAdaptor() argument 150 BuildWithCodeStubAssemblerJS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, int argc, const char* name) BuildWithCodeStubAssemblerJS() argument 169 BuildWithCodeStubAssemblerCS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, CallDescriptors::Key interface_descriptor, const char* name) BuildWithCodeStubAssemblerCS() argument
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.h | 58 void Insert(Address code_address, const char* name, int name_size) { in Insert() argument 61 entry->value = CopyName(name, name_size); in Insert() 91 static char* CopyName(const char* name, int name_size) { in CopyName() argument 94 char c = name[i]; in CopyName() 120 MaybeHandle<SharedFunctionInfo>, const char* name, 122 address_to_name_map_.Insert(code->address(), name, length); 126 void LogRecordedBuffer(const wasm::WasmCode* code, const char* name, 293 void OutputStatistics(const char* name);
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-oracle.h | 23 const Type* parent, std::string name, AbstractTypeFlags flags, in GetAbstractType() 27 new AbstractType(parent, flags, std::move(name), std::move(generated), in GetAbstractType() 56 static ClassType* GetClassType(const Type* parent, const std::string& name, in GetClassType() argument 61 parent, CurrentNamespace(), name, flags, generates, decl, alias)); in GetClassType() 391 const Type* GetBuiltinType(const QualifiedName& name) { in GetBuiltinType() argument 392 return Declarations::LookupGlobalType(name); in GetBuiltinType() 394 const Type* GetBuiltinType(const std::string& name) { in GetBuiltinType() argument 395 return GetBuiltinType(QualifiedName(name)); in GetBuiltinType() 22 GetAbstractType( const Type* parent, std::string name, AbstractTypeFlags flags, std::string generated, const Type* non_constexpr_version, MaybeSpecializationKey specialized_from) GetAbstractType() argument
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | disasm.c | 372 const char *name; member 378 .name = #_name, \ 408 acc0_op.name = "mov"; in print_acc() 412 if (acc0_op.name) in print_acc() 413 fprintf(fp, "%s.a0 ", acc0_op.name); in print_acc() 441 acc1_op.name = "mov"; in print_acc() 445 if (acc1_op.name) in print_acc() 446 fprintf(fp, "%s.a1 ", acc1_op.name); in print_acc()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.c | 67 info->name = counter->name; in crocus_get_monitor_info() 113 crocus_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in crocus_oa_bo_alloc() argument 115 return crocus_bo_alloc(bufmgr, name, size); in crocus_oa_bo_alloc() 242 perf_cfg->queries[group].counters[counter].name; in crocus_monitor_init_metrics() 244 perf_cfg->queries[existing_group].counters[existing_counter].name; in crocus_monitor_init_metrics() 294 info->name = query->name; in crocus_get_monitor_group_info()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 56 static inline void u_print_epi8(const char *name, __m128i r) in u_print_epi8() argument 78 name, in u_print_epi8() 85 static inline void u_print_epi16(const char *name, __m128i r) in u_print_epi16() argument 99 name, in u_print_epi16() 104 static inline void u_print_epi32(const char *name, __m128i r) in u_print_epi32() argument 114 name, in u_print_epi32() 118 static inline void u_print_ps(const char *name, __m128 r) in u_print_ps() argument 128 name, in u_print_ps()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 283 strcpy(gr->name, "cpu"); in hud_cpu_graph_install() 285 sprintf(gr->name, "cpu%u", cpu_index); in hud_cpu_graph_install() 368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install() argument 376 strcpy(gr->name, name); in hud_thread_busy_install() 443 void hud_thread_counter_install(struct hud_pane *pane, const char *name, in hud_thread_counter_install() argument 450 strcpy(gr->name, name); in hud_thread_counter_install()
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 230 char name[80] = { '\0' }; /* should be big enough */ in ecdh_set_ctx_params() local 255 str = name; in ecdh_set_ctx_params() 256 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 259 if (name[0] == '\0') in ecdh_set_ctx_params() 261 else if (strcmp(name, OSSL_KDF_NAME_X963KDF) == 0) in ecdh_set_ctx_params() 271 str = name; in ecdh_set_ctx_params() 272 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 285 pectx->kdf_md = EVP_MD_fetch(pectx->libctx, name, mdprops); in ecdh_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 39 GENERAL_NAME *name); 289 * - Check if the TSA name matches the signer. 290 * - Check if the TSA name is the expected TSA. 427 char name[OSSL_MAX_NAME_SIZE]; in ts_compute_imprint() local 436 OBJ_obj2txt(name, sizeof(name), md_alg_resp->algorithm, 0); in ts_compute_imprint() 439 md = EVP_MD_fetch(NULL, name, NULL); in ts_compute_imprint() 442 md = (EVP_MD *)EVP_get_digestbyname(name); in ts_compute_imprint() 535 * Check if the specified TSA name matches either the subject or one of the 553 * Get the next subject alternative name, althoug in ts_check_signer_name() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 38 static void show_ciphers(const OBJ_NAME *name, void *bio_); 145 /* first check the command name */ in enc_main() 307 /* Get the cipher name, either from progname (if set) or flag. */ in enc_main() 657 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers() argument 662 if (!islower((unsigned char)*name->name)) in show_ciphers() 666 cipher = EVP_get_cipherbyname(name->name); in show_ciphers() 672 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers() [all...] |
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 41 /// Find the file name of the alternate debug info file. 45 /// @param out parameter. Is set to the file name of the alternate 394 std::string name; in locate_alt_ctf_debug_info() local 399 name = (char *) data->d_buf; in locate_alt_ctf_debug_info() 401 if (!name.empty()) in locate_alt_ctf_debug_info() 405 if (!tools_utils::find_file_under_dir(*path, name, file_path)) in locate_alt_ctf_debug_info() 751 /// @param name the name of the symbol we are looking for. 755 reader::function_symbol_is_exported(const string& name) const in function_symbol_is_exported() 757 const elf_symbols& syms = symtab()->lookup_symbol(name); in function_symbol_is_exported() [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 123 name, in eq() 129 name: name2, in eq() 134 name == name2 && inner == inner2 in eq() 141 name, in hash() 146 name.hash(state); in hash() 347 name: _, in eq() 356 name: _, in eq() 388 name: _, in hash()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 123 name, in eq() 129 name: name2, in eq() 134 name == name2 && inner == inner2 in eq() 141 name, in hash() 146 name.hash(state); in hash() 347 name: _, in eq() 356 name: _, in eq() 388 name: _, in hash()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 123 name, in eq() 129 name: name2, in eq() 134 name == name2 && inner == inner2 in eq() 141 name, in hash() 146 name.hash(state); in hash() 347 name: _, in eq() 356 name: _, in eq() 388 name: _, in hash()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | impls.rs | 123 name, in eq() 129 name: name2, in eq() 134 name == name2 && inner == inner2 in eq() 141 name, in hash() 146 name.hash(state); in hash() 347 name: _, in eq() 356 name: _, in eq() 388 name: _, in hash()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | impls.rs | 123 name, in eq() 129 name: name2, in eq() 134 name == name2 && inner == inner2 in eq() 141 name, in hash() 146 name.hash(state); in hash() 347 name: _, in eq() 356 name: _, in eq() 388 name: _, in hash()
|
/third_party/openssl/test/testutil/ |
H A D | format_output.c | 139 void test_output_string(const char *name, const char *m, size_t l) in test_output_string() argument 141 test_fail_string_common("string", NULL, 0, NULL, NULL, NULL, name, in test_output_string() 386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() argument 389 test_printf_stderr("bignum: '%s' = %s\n", name, in test_output_bignum() 400 test_printf_stderr("bignum: '%s' = %s0x%s\n", name, in test_output_bignum() 403 test_fail_bignum_common("bignum", NULL, 0, NULL, NULL, NULL, name, in test_output_bignum() 531 void test_output_memory(const char *name, const unsigned char *m, size_t l) in test_output_memory() argument 533 test_fail_memory_common("memory", NULL, 0, NULL, NULL, NULL, name, in test_output_memory()
|
/third_party/openssl/apps/ |
H A D | enc.c | 38 static void show_ciphers(const OBJ_NAME *name, void *bio_); 145 /* first check the command name */ in enc_main() 307 /* Get the cipher name, either from progname (if set) or flag. */ in enc_main() 654 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers() argument 659 if (!islower((unsigned char)*name->name)) in show_ciphers() 663 cipher = EVP_get_cipherbyname(name->name); in show_ciphers() 669 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 358 const std::string& name, 371 const std::string& name, in GranularityCase() 375 : vkt::TestCase (testCtx, name, description) in GranularityCase() 462 std::string name = de::toLower(getFormatName(format)).substr(10); in createGranularityQueryTests() local 469 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests() 479 multi->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests() 495 random->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests() 503 inRenderPass->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments, true)); in createGranularityQueryTests() 370 GranularityCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass = false) GranularityCase() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferActiveUniformValidation.cpp | 41 /* Buffer size for uniform variable name */ 56 * @param uniformName pointer to literal containing uniform name 70 * @param name Test case's name 75 const char* name, const char* description) in TextureBufferActiveUniformValidation() 76 : TestCaseBase(context, extParams, name, description), m_po_id(0), m_tbo_ids(0), m_tbo_tex_ids(0) in TextureBufferActiveUniformValidation() 86 * @param name uniform name 90 glw::GLuint size, const char* name, in addTextureParam() 93 TextureParameters texParam(size, format, uniformType, name); in addTextureParam() 73 TextureBufferActiveUniformValidation(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferActiveUniformValidation() argument 89 addTextureParam(glw::GLenum uniformType, glw::GLenum format, glw::GLuint size, const char* name, std::vector<TextureParameters>* params) addTextureParam() argument 421 TextureBufferActiveUniformValidationVSFS(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferActiveUniformValidationVSFS() argument 580 TextureBufferActiveUniformValidationCS(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureBufferActiveUniformValidationCS() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderGroupVoteTests.cpp | 55 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader) in ComputeShader() argument 56 : m_name(name), m_shader(shader), m_program(NULL), m_compileOnly(true) in ComputeShader() 60 ShaderGroupVoteTestCaseBase::ComputeShader::ComputeShader(const std::string& name, const std::string& shader, in ComputeShader() argument 62 : m_name(name), m_shader(shader), m_program(NULL), m_desiredColor(desiredColor), m_compileOnly(false) in ComputeShader() 224 * @param name Test name 228 const char* name, const char* description) in ShaderGroupVoteTestCaseBase() 229 : TestCaseBase(context, glcts::ExtParameters(glu::GLSL_VERSION_450, glcts::EXTENSIONTYPE_EXT), name, description) in ShaderGroupVoteTestCaseBase() 322 * @param name Test name 227 ShaderGroupVoteTestCaseBase(deqp::Context& context, ExtParameters& extParam, const char* name, const char* description) ShaderGroupVoteTestCaseBase() argument 325 ShaderGroupVoteFunctionTestCaseBase(deqp::Context& context, ExtParameters& extParam, const char* name, const char* description) ShaderGroupVoteFunctionTestCaseBase() argument [all...] |