Searched defs:size_arg (Results 1 – 11 of 11) 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 | 100 auto size_arg = func.front().addArgument(size_type); in ModifyFunctionSignature() local 295 auto size_arg = region.addArgument(cutil::GetSizeType(builder)); in HandleWhileRegionOp() local
|
D | stack_ops_decomposition.cc | 131 auto size_arg = func.front().addArgument(size_var_type); 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/autotest/client/tests/aiostress/ |
D | aio-stress.c | 1236 off_t parse_size(char *size_arg, off_t mult) {
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 1261 off_t parse_size(char *size_arg, off_t mult)
|
/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 | 4281 Literal size_arg = LiteralUtil::CreateR0<int32>(3); in TEST_F() local
|