Home
last modified time | relevance | path

Searched defs:forward (Results 101 - 121 of 121) sorted by relevance

12345

/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h179 snd_pcm_sframes_t (*forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */ member
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1147 void scanner_search_strip(Genesys_Device& dev, bool forward, bool black) in scanner_search_strip() argument
3708 bool forward = true; genesys_sheetfed_calibration() local
[all...]
/third_party/python/Lib/
H A Dturtle.py1617 def forward(self, distance): global() member in TNavigator
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h1288 forward:1, member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.c729 cross_eof(struct scsi_tape * STp, int forward) cross_eof() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.c730 cross_eof(struct scsi_tape * STp, int forward) cross_eof() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h1320 forward:1, member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c2357 static const UChar forward[]={ in _testWriteReverse() local
4657 checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src, const char *dest, const char *mode, const char* option, UBiDiLevel level, UBool forward) checkMaps() argument
[all...]
/third_party/node/deps/ada/
H A Dada.h2075 -> decltype(std::forward<F function
3121 std::declval<expected &>(), std::forward<F>(f))) { forward() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected::std
3126 std::declval<expected &&>(), std::forward<F>(f))) { forward() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected::std
3131 std::declval<expected const &>(), std::forward<F>(f))) { forward() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected::std
3138 std::declval<expected const &&>(), std::forward<F>(f))) { forward() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::tl::expected::std
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2286 bool forward = true; in insert() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp3042 bool forward = should_forward(coord); in emit_texture_op() local
4004 bool forward = should_forward(ptr) && forced_temporaries.find(id) == end(forced_temporaries); emit_load() local
4604 bool forward = should_forward(ops[4]); emit_subgroup_op() local
4626 bool forward = should_forward(ops[3]); emit_subgroup_op() local
4635 bool forward = should_forward(ops[3]); emit_subgroup_op() local
4644 bool forward = should_forward(ops[3]); emit_subgroup_op() local
5319 bool forward = forced_temporaries.find(id) == end(forced_temporaries); emit_instruction() local
5505 bool forward = emit_instruction() local
[all...]
H A Dspirv_msl.cpp6734 bool forward = should_forward(op0) && should_forward(op1); in emit_binary_unord_op() local
7894 bool forward = false; in emit_instruction() local
8178 bool forward = should_forward(ops[2]) && should_forward(ops[3]); in emit_instruction() local
8216 bool forward = should_forward(ops[2]) && should_forward(ops[3]); in emit_instruction() local
8327 bool forward = should_forward(a) && should_forward(b); in emit_instruction() local
8340 bool forward = should_forward(a) && should_forward(b); emit_instruction() local
[all...]
/third_party/glfw/src/
H A Dinternal.h446 GLFWbool forward; member
494 GLFWbool forward, debug, noerror; member
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3431 int forward[5 in testBreakBoundPreceding() local
3627 int forward[50]; TestWordBoundary() local
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp14022 size_t forward = 15; in arm_convert_utf16_to_utf8() local
14276 size_t forward = 15; in arm_convert_utf16_to_utf8_with_errors() local
14390 size_t forward = 15; in arm_convert_utf16_to_utf32() local
14448 size_t forward = 15; arm_convert_utf16_to_utf32_with_errors() local
14730 size_t forward = 15; arm_convert_utf32_to_utf8() local
14969 size_t forward = 15; arm_convert_utf32_to_utf8_with_errors() local
15023 size_t forward = 3; arm_convert_utf32_to_utf16() local
15084 size_t forward = 3; arm_convert_utf32_to_utf16_with_errors() local
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c8043 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, bool forward) __bpf_program__iter() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1083 : std::tuple<ChainElements...>( std::forward<std::tuple<ChainElements...>>( rhs ) ) in forward() function in VULKAN_HPP_NAMESPACE::StructureChain::std
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c8521 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, bool forward) __bpf_program__iter() argument
/third_party/libbpf/src/
H A Dlibbpf.c8966 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, bool forward) global() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp671 StructureChain( StructureChain && rhs ) VULKAN_HPP_NOEXCEPT : std::tuple<ChainElements...>( std::forward<std::tuple<ChainElements...>>( rhs ) ) in forward() function in VULKAN_HPP_NAMESPACE::StructureChain::std
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 206 milliseconds

12345