Searched defs:size_arg (Results 1 – 9 of 9) sorted by relevance
| /external/oss-fuzz/projects/spdlog/fuzz/ |
| D | backtrace_fuzzer.cc | 35 const uint16_t size_arg = stream.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local
|
| D | log_fuzzer.cc | 36 const unsigned long size_arg = stream.ConsumeIntegral<unsigned long>(); in LLVMFuzzerTestOneInput() local
|
| D | format_fuzzer.cc | 54 const unsigned long size_arg = stream.ConsumeIntegral<unsigned long>(); in LLVMFuzzerTestOneInput() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | tensor_list_ops_decomposition.cc | 85 auto size_arg = func.front().addArgument(size_type, loc); in ModifyFunctionSignature() local 281 auto size_arg = in HandleWhileRegionOp() local
|
| D | stack_ops_decomposition.cc | 103 auto size_arg = func.front().addArgument(size_var_type, func.getLoc()); in ModifyFunctionSignature() local
|
| /external/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) in ButtonEx() 586 bool ImGui::Button(const char* label, const ImVec2& size_arg) in Button() 604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) in InvisibleButton() 1025 void ImGui::ProgressBar(float fraction, const ImVec2& size_arg, const char* overlay) in ProgressBar() 3129 bool ImGui::InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiIn… in InputTextEx() 5021 …i::Selectable(const char* label, bool selected, ImGuiSelectableFlags flags, const ImVec2& size_arg) in Selectable() 5112 …Selectable(const char* label, bool* p_selected, ImGuiSelectableFlags flags, const ImVec2& size_arg) in Selectable() 5133 bool ImGui::ListBoxHeader(const char* label, const ImVec2& size_arg) in ListBoxHeader()
|
| D | imgui.cpp | 4321 static bool ImGui::BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, … in BeginChildEx() 4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild() 4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flag… in BeginChild()
|
| /external/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.cc | 208 void MacroAssembler::EnsureEmitPoolsFor(size_t size_arg) { in EnsureEmitPoolsFor()
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_evaluator_test.cc | 4379 Literal size_arg = LiteralUtil::CreateR0<int32_t>(3); in TEST_F() local
|