Home
last modified time | relevance | path

Searched defs:label (Results 776 - 800 of 1003) sorted by relevance

1...<<3132333435363738394041

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp301 void ImGui::LabelText(const char* label, const char* fmt, ...) in LabelText() argument
310 void ImGui::LabelTextV(const char* label, const char* fmt, va_list args) in LabelTextV() argument
332 RenderText(ImVec2(value_bb.Max.x + style.ItemInnerSpacing.x, value_bb.Min.y + style.FramePadding.y), label); in LabelTextV() local
544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) in ButtonEx() argument
586 Button(const char* label, const ImVec2& size_arg) Button() argument
592 SmallButton(const char* label) SmallButton() argument
906 Checkbox(const char* label, bool* v) Checkbox() argument
944 RenderText(ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y), label); Checkbox() local
950 CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) CheckboxFlags() argument
965 RadioButton(const char* label, bool active) RadioButton() argument
1011 RenderText(ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y), label); RadioButton() local
1016 RadioButton(const char* label, int* v, int v_button) RadioButton() argument
1280 BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) BeginCombo() argument
1323 RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); BeginCombo() local
1418 Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int popup_max_height_in_items) Combo() argument
1459 Combo(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items) Combo() argument
1466 Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int height_in_items) Combo() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c1835 const struct brw_label *label = in write_label() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c339 unsigned label[32], l = 0; in nine_ff_build_vs() local
[all...]
/third_party/musl/src/network/
H A Dlookup_name.c362 unsigned char prec, label; member
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c1168 pandecode_shader(mali_ptr addr, const char *label, unsigned gpu_id) in pandecode_shader() argument
1211 pandecode_resource_tables(mali_ptr addr, const char *label) in pandecode_resource_tables() argument
/third_party/lwip/src/apps/mdns/
H A Dmdns.c316 mdns_domain_add_label(struct mdns_domain *domain, const char *label, u8_t len) in mdns_domain_add_label() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc32 Label* label() { return &label_; } in label() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h687 void Bind(CodeAssemblerParameterizedLabel<T...>* label, TNode<T>*... phis) { in Bind() argument
711 void Goto(CodeAssemblerParameterizedLabel<T...>* label, Args... args) { in Goto() argument
[all...]
H A Draw-machine-assembler.cc535 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() argument
789 BasicBlock* RawMachineAssembler::Use(RawMachineLabel* label) { in Use() argument
794 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) { in EnsureBlock() argument
801 void RawMachineAssembler::Bind(RawMachineLabel* label) { in Bind() argument
810 Bind(RawMachineLabel* label, AssemblerDebugInfo info) Bind() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h845 int Assembler::LinkAndGetInstructionOffsetTo(Label* label) { in LinkAndGetInstructionOffsetTo() argument
H A Dmacro-assembler-arm64-inl.h287 void TurboAssembler::B(Label* label) { in B() argument
293 void TurboAssembler::B(Condition cond, Label* label) { in B() argument
312 void TurboAssembler::Bind(Label* label, BranchTargetIdentifier id) { in Bind() argument
333 void TurboAssembler::BindExceptionHandler(Label* label) { in BindExceptionHandler() argument
343 void TurboAssembler::BindJumpTarget(Label* label) { in BindJumpTarget() argument
363 BindJumpOrCallTarget(Label* label) BindJumpOrCallTarget() argument
371 Bl(Label* label) Bl() argument
1358 CompareAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareAndBranch() argument
1373 CompareTaggedAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareTaggedAndBranch() argument
1383 TestAndBranchIfAnySet(const Register& reg, const uint64_t bit_pattern, Label* label) TestAndBranchIfAnySet() argument
1396 TestAndBranchIfAllClear(const Register& reg, const uint64_t bit_pattern, Label* label) TestAndBranchIfAllClear() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1412 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1417 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc276 void AsmJsParser::Begin(AsmJsScanner::token_t label) { in Begin() argument
281 void AsmJsParser::Loop(AsmJsScanner::token_t label) { in Loop() argument
293 void AsmJsParser::BareBegin(BlockKind kind, AsmJsScanner::token_t label) { in BareBegin() argument
305 int AsmJsParser::FindContinueLabelDepth(AsmJsScanner::token_t label) { in FindContinueLabelDepth() argument
320 FindBreakLabelDepth(AsmJsScanner::token_t label) FindBreakLabelDepth() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc778 Label* label; in TF_BUILTIN() member
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1349 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1354 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h1302 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1193 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1198 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc219 void RegExpMacroAssemblerARM64::Bind(Label* label) { in Bind() argument
223 void RegExpMacroAssemblerARM64::BindJumpTarget(Label* label) { in BindJumpTarget() argument
1244 void RegExpMacroAssemblerARM64::PushBacktrack(Label* label) { in PushBacktrack() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h349 void set_loop_label(Label* label) { loop_label_ = label; } in set_loop_label() argument
384 Label* label() { return &label_; } in label() function in v8::internal::GreedyLoopState
H A Dregexp-nodes.h230 Label* label() { return &label_; } in label() function in v8::internal::RegExpNode
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc192 void RegExpMacroAssemblerS390::Bind(Label* label) { __ bind(label); } in Bind() argument
1109 void RegExpMacroAssemblerS390::PushBacktrack(Label* label) { in PushBacktrack() argument
/third_party/node/deps/v8/src/torque/
H A Dast.h789 Identifier* label; member
823 Identifier* label; member
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c440 void x86_jmp( struct x86_function *p, int label) in x86_jmp() argument
/third_party/openssl/test/
H A Dendecode_test.c499 static void dump_der(const char *label, const void *data, size_t data_len) in dump_der() argument
504 static void dump_pem(const char *label, const void *data, size_t data_len) in dump_pem() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c244 struct sljit_label *label; in sljit_generate_code() local
1940 struct sljit_label *label; sljit_emit_label() local
[all...]

Completed in 51 milliseconds

1...<<3132333435363738394041