/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 1548 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason, in CollectAllGarbage() argument 1678 void Heap::PreciseCollectAllGarbage(int flags, in PreciseCollectAllGarbage() argument 2564 void Heap::CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags) { in CallGCPrologueCallbacks() argument 2574 CallGCEpilogueCallbacks(GCType gc_type, GCCallbackFlags flags) CallGCEpilogueCallbacks() argument 7253 Address flags = (isolate()->is_short_builtin_calls_enabled() ? 1 : 0) | GcSafeFindCodeForInnerPointer() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 735 int flags = CallSiteInfo::kIsAsync; in AppendAsyncFrame() local 760 int flags = in AppendPromiseCombinatorFrame() local 784 int flags = 0; in AppendJavaScriptFrame() local 797 int flags = CallSiteInfo::kIsWasm; AppendWasmFrame() local 880 AppendFrame(Handle<Object> receiver_or_instance, Handle<Object> function, Handle<HeapObject> code, int offset, int flags, Handle<FixedArray> parameters) AppendFrame() argument [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 2516 uint8_t flags = CreateClosureFlags::Encode( in VisitFunctionLiteral() local 2956 uint8_t flags = CreateClosureFlags::Encode(false, false, false); in VisitNativeFunctionLiteral() local 3025 BuildCreateObjectLiteral(Register literal, uint8_t flags, size_t entry) BuildCreateObjectLiteral() argument 3056 uint8_t flags = CreateObjectLiteralFlags::Encode( VisitObjectLiteral() local 3409 uint8_t flags = CreateArrayLiteralFlags::Encode( BuildCreateArrayLiteral() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 272 const UnoptimizedCompileFlags& flags() const { return flags_; } in flags() function in v8::internal::ParseFunctionFlag::ParserBase 246 ParserBase(Zone* zone, Scanner* scanner, uintptr_t stack_limit, AstValueFactory* ast_value_factory, PendingCompilationErrorHandler* pending_error_handler, RuntimeCallStats* runtime_call_stats, Logger* logger, UnoptimizedCompileFlags flags, bool parsing_on_main_thread) ParserBase() argument 1412 FunctionKindForImpl(SubFunctionKind sub_function_kind, ParseFunctionFlags flags) FunctionKindForImpl() argument 1445 FunctionKindFor(ParseFunctionFlags flags) FunctionKindFor() argument 1449 MethodKindFor(bool is_static, ParseFunctionFlags flags) MethodKindFor() argument 1800 ValidateRegExpLiteral(const AstRawString* pattern, RegExpFlags flags, RegExpError* regexp_error) ValidateRegExpLiteral() argument 1829 base::Optional<RegExpFlags> flags = scanner()->ScanRegExpFlags(); ParseRegExpLiteral() local 4125 ParseFunctionFlags flags = ParseFunctionFlag::kIsNormal; ParseFunctionDeclaration() local 4142 ParseFunctionFlags flags = ParseFunctionFlag::kIsNormal; ParseHoistableDeclaration() local 4151 ParseHoistableDeclaration( int pos, ParseFunctionFlags flags, ZonePtrList<const AstRawString>* names, bool default_export) ParseHoistableDeclaration() argument 4303 ParseFunctionFlags flags = ParseFunctionFlag::kIsAsync; ParseAsyncFunctionDeclaration() local 4869 ParseFunctionFlags flags = ParseFunctionFlag::kIsAsync; ParseAsyncFunctionLiteral() local 6488 CheckClassMethodName(IdentifierT name, ParsePropertyKind type, ParseFunctionFlags flags, bool is_static, bool* has_seen_constructor) CheckClassMethodName() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 163 DWORD flags; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 8441 flags_to_post_sync_op(uint32_t flags) argument 8459 get_post_sync_flags(enum pipe_control_flags flags) argument 8489 crocus_emit_raw_pipe_control(struct crocus_batch *batch, const char *reason, uint32_t flags, struct crocus_bo *bo, uint32_t offset, uint64_t imm) global() argument [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 2458 RenderNavHighlight(const ImRect& bb, ImGuiID id, ImGuiNavHighlightFlags flags) RenderNavHighlight() argument 2722 IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags) IsWindowContentHoverable() argument 2821 IsItemHovered(ImGuiHoveredFlags flags) IsItemHovered() argument 4321 BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) BeginChildEx() argument 4459 SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) SetWindowConditionAllowFlags() argument 4478 CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) CreateNewWindow() argument 4646 GetWindowBgColorIdxFromFlags(ImGuiWindowFlags flags) GetWindowBgColorIdxFromFlags() argument 4700 ImGuiWindowFlags flags = window->Flags; UpdateManualResize() local 4844 UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) UpdateWindowParentAndRootLinks() argument 4866 Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) Begin() argument 5489 Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_override, ImGuiWindowFlags flags) Begin() argument 5945 IsWindowHovered(ImGuiHoveredFlags flags) IsWindowHovered() argument 5986 IsWindowFocused(ImGuiFocusedFlags flags) IsWindowFocused() argument 6691 ImGuiWindowFlags flags = ImGuiWindowFlags_Tooltip|ImGuiWindowFlags_NoInputs|ImGuiWindowFlags_NoTitleBar|ImGuiWindowFlags_NoMove|ImGuiWindowFlags_NoResize|ImGuiWindowFlags_NoSavedSettings|ImGuiWindowFlags_AlwaysAutoResize; BeginTooltipEx() local 6924 BeginPopup(const char* str_id, ImGuiWindowFlags flags) BeginPopup() argument 6938 BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) BeginPopupModal() argument 8321 BeginColumns(const char* str_id, int columns_count, ImGuiColumnsFlags flags) BeginColumns() argument 8458 ImGuiColumnsFlags flags = (border ? 0 : ImGuiColumnsFlags_NoBorder); Columns() local 8490 BeginDragDropSource(ImGuiDragDropFlags flags) BeginDragDropSource() argument 8705 AcceptDragDropPayload(const char* type, ImGuiDragDropFlags flags) AcceptDragDropPayload() argument [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 495 unsigned flags; member 645 uint32_t flags; global() member 1291 long flags; global() member [all...] |
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509v3.h | 96 int flags; member 697 int flags; member 957 int crit, unsigned long flags); variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl.cpp | 3395 namedBufferStorage(BufferID buffer, GLsizeiptr size, const void *data, GLbitfield flags) namedBufferStorage() argument
|