Home
last modified time | relevance | path

Searched defs:size_arg (Results 1 – 11 of 11) sorted by relevance

/external/oss-fuzz/projects/spdlog/fuzz/
Dbacktrace_fuzzer.cc35 const uint16_t size_arg = stream.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local
Dlog_fuzzer.cc36 const unsigned long size_arg = stream.ConsumeIntegral<unsigned long>(); in LLVMFuzzerTestOneInput() local
Dformat_fuzzer.cc54 const unsigned long size_arg = stream.ConsumeIntegral<unsigned long>(); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_list_ops_decomposition.cc100 auto size_arg = func.front().addArgument(size_type); in ModifyFunctionSignature() local
295 auto size_arg = region.addArgument(cutil::GetSizeType(builder)); in HandleWhileRegionOp() local
Dstack_ops_decomposition.cc131 auto size_arg = func.front().addArgument(size_var_type); in ModifyFunctionSignature() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp544 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()
Dimgui.cpp4321 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/autotest/client/tests/aiostress/
Daio-stress.c1236 off_t parse_size(char *size_arg, off_t mult) {
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1261 off_t parse_size(char *size_arg, off_t mult)
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc208 void MacroAssembler::EnsureEmitPoolsFor(size_t size_arg) { in EnsureEmitPoolsFor()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc4281 Literal size_arg = LiteralUtil::CreateR0<int32>(3); in TEST_F() local