| /third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 2428 Register flags = t1; in Generate_Call() local 2604 Register flags = t3; in Generate_Construct() local [all...] |
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-win32.cc | 868 void* VirtualAllocWrapper(void* address, size_t size, DWORD flags, in VirtualAllocWrapper() argument 877 uint8_t* VirtualAllocWithHint(size_t size, DWORD flags, DWORD protect, in VirtualAllocWithHint() argument 889 AllocateInternal(void* hint, size_t size, size_t alignment, size_t page_size, DWORD flags, DWORD protect) AllocateInternal() argument 941 DWORD flags = (access == OS::MemoryPermission::kNoAccess) Allocate() local 1246 DWORD flags = (access == OS::MemoryPermission::kNoAccess) Allocate() local [all...] |
| /third_party/node/deps/v8/src/builtins/arm/ |
| H A D | builtins-arm.cc | 2439 Register flags = r4; in Generate_Call() local 2564 Register flags = r2; in Generate_Construct() local
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| H A D | builtins-s390.cc | 2701 Register flags = r6; in Generate_Call() local 2832 Register flags = r4; in Generate_Construct() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 1333 FinalizeUnoptimizedCompilation( Isolate* isolate, Handle<Script> script, const UnoptimizedCompileFlags& flags, const UnoptimizedCompileState* compile_state, const FinalizeUnoptimizedCompilationDataList& finalize_unoptimized_compilation_data_list) FinalizeUnoptimizedCompilation() argument 1381 FinalizeUnoptimizedScriptCompilation( Isolate* isolate, Handle<Script> script, const UnoptimizedCompileFlags& flags, const UnoptimizedCompileState* compile_state, const FinalizeUnoptimizedCompilationDataList& finalize_unoptimized_compilation_data_list) FinalizeUnoptimizedScriptCompilation() argument 1921 UnoptimizedCompileFlags flags = CollectSourcePositions() local 2001 UnoptimizedCompileFlags flags = Compile() local 2339 UnoptimizedCompileFlags flags = UnoptimizedCompileFlags::ForToplevelCompile( Compile() local 2809 CompileScriptOnMainThread( const UnoptimizedCompileFlags flags, Handle<String> source, const ScriptDetails& script_details, NativesFlag natives, v8::Extension* extension, Isolate* isolate, IsCompiledScope* is_compiled_scope) Compile() argument 3075 UnoptimizedCompileFlags flags = Compile() local 3193 UnoptimizedCompileFlags flags = UnoptimizedCompileFlags::ForToplevelCompile( Compile() local [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 2398 int flags = Flags(); in ScopeInfoPrint() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 3258 int flags = args.smi_value_at(1); in RUNTIME_FUNCTION() local 3178 FastCloneObjectMap(Isolate* isolate, Handle<Map> source_map, int flags) FastCloneObjectMap() argument 3230 CloneObjectSlowPath(Isolate* isolate, Handle<Object> source, int flags) CloneObjectSlowPath() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 824 uint8_t flags = in StoreLookupSlot() local 870 DefineKeyedOwnPropertyInLiteral( Register object, Register name, DefineKeyedOwnPropertyInLiteralFlags flags, int feedback_slot) DefineKeyedOwnPropertyInLiteral() argument 953 CreateClosure( size_t shared_function_info_entry, int slot, int flags) CreateClosure() argument 1012 CreateRegExpLiteral( const AstRawString* pattern, int literal_index, int flags) CreateRegExpLiteral() argument 1025 CreateArrayLiteral( size_t constant_elements_entry, int literal_index, int flags) CreateArrayLiteral() argument 1036 CreateObjectLiteral( size_t constant_properties_entry, int literal_index, int flags) CreateObjectLiteral() argument 1047 CloneObject(Register source, int flags, int feedback_slot) CloneObject() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | value-serializer.cc | 966 uint32_t flags = in WriteJSArrayBufferView() local 2002 uint32_t flags = 0; ReadJSArrayBufferView() local [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-parser.cc | 39 RegExpBuilder(Zone* zone, RegExpFlags flags) in RegExpBuilder() argument 61 RegExpFlags flags() const { return flags_; } in flags() function in v8::internal::__anon14998::RegExpBuilder 115 RegExpParserState(RegExpParserState* previous_state, SubexpressionType group_type, RegExpLookaround::Type lookaround_type, int disjunction_capture_index, const ZoneVector<base::uc16>* capture_name, RegExpFlags flags, Zone* zone) RegExpParserState() argument 359 RegExpParserImpl( const CharT* input, int input_length, RegExpFlags flags, uintptr_t stack_limit, Zone* zone, const DisallowGarbageCollection& no_gc) RegExpParserImpl() argument 2331 ParseRegExpFromHeapString(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result) ParseRegExpFromHeapString() argument 2353 VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, int input_length, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection& no_gc) VerifyRegExpSyntax() argument 2371 VerifyRegExpSyntax(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection&) VerifyRegExpSyntax() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 2250 lp_build_reduce_filter(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *out) lp_build_reduce_filter() argument 2278 lp_build_reduce_filter_2d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *v10, LLVMValueRef *v11, LLVMValueRef *out) lp_build_reduce_filter_2d() argument 2309 lp_build_reduce_filter_3d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef *v000, LLVMValueRef *v001, LLVMValueRef *v010, LLVMValueRef *v011, LLVMValueRef *v100, LLVMValueRef *v101, LLVMValueRef *v110, LLVMValueRef *v111, LLVMValueRef *out) lp_build_reduce_filter_3d() argument
|
| H A D | lp_bld_arit.c | 1300 lp_build_lerp_simple(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1, unsigned flags) lp_build_lerp_simple() argument 1410 lp_build_lerp(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1, unsigned flags) lp_build_lerp() argument 1471 lp_build_lerp_2d(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef y, LLVMValueRef v00, LLVMValueRef v01, LLVMValueRef v10, LLVMValueRef v11, unsigned flags) lp_build_lerp_2d() argument 1487 lp_build_lerp_3d(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef v000, LLVMValueRef v001, LLVMValueRef v010, LLVMValueRef v011, LLVMValueRef v100, LLVMValueRef v101, LLVMValueRef v110, LLVMValueRef v111, unsigned flags) lp_build_lerp_3d() argument [all...] |
| /third_party/musl/ldso/ |
| H A D | dynlink.c | 643 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() argument 1035 int prot = PROT_READ|PROT_WRITE, flags = MAP_ANONYMOUS|MAP_PRIVATE; in dl_mmap() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_context.h | 788 static inline boolean CTX_DBG_ON(struct r300_context * ctx, unsigned flags) in CTX_DBG_ON() argument 793 static inline void CTX_DBG(struct r300_context * ctx, unsigned flags, in CTX_DBG() argument
|
| /third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
| H A D | x509_vfy.h | 151 int flags; member [all...] |