Home
last modified time | relevance | path

Searched refs:simple (Results 76 - 100 of 270) sorted by relevance

1234567891011

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/kernel/linux/linux-5.10/drivers/reset/
H A Dreset-socfpga.c14 #include <linux/reset/reset-simple.h>
74 * model are handled by the simple reset driver directly.
H A Dreset-sunxi.c17 #include <linux/reset/reset-simple.h>
70 * model are handled by the simple reset driver directly.
/kernel/linux/linux-6.6/drivers/reset/
H A Dreset-socfpga.c14 #include <linux/reset/reset-simple.h>
81 * model are handled by the simple reset driver directly.
H A Dreset-sunxi.c17 #include <linux/reset/reset-simple.h>
70 * model are handled by the simple reset driver directly.
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A DMakefile52 obj-$(CONFIG_USB_DWC3_OF_SIMPLE) += dwc3-of-simple.o
/third_party/icu/icu4c/source/i18n/
H A Dnumber_notation.cpp64 Notation Notation::simple() { in simple() function in Notation
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_microprops.h88 SimpleMicroProps simple; member
H A Dnumber_notation.cpp64 Notation Notation::simple() { in simple() function in Notation
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dsoft-inject.sh51 simple*)
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm21 OpenSSL::Test::Simple - a few very simple test functions
/third_party/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm21 OpenSSL::Test::Simple - a few very simple test functions
/third_party/pulseaudio/src/tests/
H A Dpacat-simple.c28 #include <pulse/simple.h>
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_notation.cpp64 Notation Notation::simple() { in simple() function in Notation
/third_party/pulseaudio/ohosbuild/
H A Dohos_paconfig.sh24 rm -rf libpulse-mainloop-glib.pc libpulse-simple.pc libpulse.pc libtool stamp-h1
/third_party/skia/include/android/
H A DSkAnimatedImage.h165 bool simple() const { return fMatrix.isIdentity() && !fPostProcess in simple() function in SkAnimatedImage
172 * scaling, orientation-correction or cropping.) If simple(), this is the final output.
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_single_store_elim_test.cpp1308 %7 = OpString "simple.hlsl" in TEST_F()
1415 %7 = OpString "simple.hlsl" in TEST_F()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp337 if (this->simple()) { in onDraw()
371 if (this->simple()) return this->getCurrentFrameSimple(); in getCurrentFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_single_store_elim_test.cpp1308 %7 = OpString "simple.hlsl" in TEST_F()
1415 %7 = OpString "simple.hlsl" in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dlocal_single_store_elim_test.cpp1308 %7 = OpString "simple.hlsl" in TEST_F()
1415 %7 = OpString "simple.hlsl" in TEST_F()
/third_party/python/Lib/test/
H A Dtest_pprint.py228 for simple in (0, 0, 0+0j, 0.0, "", b"", bytearray(),
246 native = repr(simple)
247 self.assertEqual(pprint.pformat(simple), native)
248 self.assertEqual(pprint.pformat(simple, width=1, indent=0)
250 self.assertEqual(pprint.pformat(simple, underscore_numbers=True), native)
251 self.assertEqual(pprint.saferepr(simple), native)
/third_party/vk-gl-cts/modules/egl/
H A DteglMakeCurrentPerfTests.cpp554 // Add simple test group in init()
556 TestCaseGroup* simple = new TestCaseGroup(m_eglTestCtx, "simple", "Simple eglMakeCurrent performance tests using single context and surface"); in init() local
577 simple->addChild(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str())); in init()
581 addChild(simple); in init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm2711-dvp.c8 #include <linux/reset/reset-simple.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c158 struct struct_simple simple; member

Completed in 15 milliseconds

1234567891011