Home
last modified time | relevance | path

Searched defs:end (Results 476 – 500 of 103099) sorted by relevance

1...<<11121314151617181920>>...4124

/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/mm/
H A Dproc.c103 unsigned long end, line_size; in cpu_icache_inval_all() local
177 unsigned long line_size, end; in cpu_icache_inval_page() local
197 unsigned long line_size, end; in cpu_dcache_inval_page() local
217 unsigned long line_size, end; in cpu_dcache_wb_page() local
238 unsigned long line_size, end; in cpu_dcache_wbinval_page() local
278 void cpu_icache_inval_range(unsigned long start, unsigned long end) in cpu_icache_inval_range()
303 void cpu_dcache_wb_range(unsigned long start, unsigned long end) in cpu_dcache_wb_range()
352 unsigned long start, unsigned long end, in cpu_cache_wbinval_range_check()
437 #define cpu_l2cache_op(start,end,op) do { } while (0) argument
442 void cpu_dma_wb_range(unsigned long start, unsigned long end) in cpu_dma_wb_range()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/mm/
H A Dproc.c103 unsigned long end, line_size; in cpu_icache_inval_all() local
177 unsigned long line_size, end; in cpu_icache_inval_page() local
197 unsigned long line_size, end; in cpu_dcache_inval_page() local
217 unsigned long line_size, end; in cpu_dcache_wb_page() local
238 unsigned long line_size, end; in cpu_dcache_wbinval_page() local
278 void cpu_icache_inval_range(unsigned long start, unsigned long end) in cpu_icache_inval_range()
303 void cpu_dcache_wb_range(unsigned long start, unsigned long end) in cpu_dcache_wb_range()
352 unsigned long start, unsigned long end, in cpu_cache_wbinval_range_check()
437 #define cpu_l2cache_op(start,end,op) do { } while (0) argument
442 void cpu_dma_wb_range(unsigned long start, unsigned long end) in cpu_dma_wb_range()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/utils/json_spirit/
H A Djson_spirit_reader_template.h160 typename String_type::const_iterator end ) in get_str_()
183 String_type get_str( Iter_type begin, Iter_type end ) in get_str()
240 void new_name( Iter_type begin, Iter_type end ) in new_name()
247 void new_str( Iter_type begin, Iter_type end ) in new_str()
252 void new_true( Iter_type begin, Iter_type end ) in new_true()
259 void new_false( Iter_type begin, Iter_type end ) in new_false()
266 void new_null( Iter_type begin, Iter_type end ) in new_null()
381 static void throw_not_value( Iter_type begin, Iter_type end ) in throw_not_value()
386 static void throw_not_array( Iter_type begin, Iter_type end ) in throw_not_array()
396 static void throw_not_pair( Iter_type begin, Iter_type end ) in throw_not_pair()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/jsonspirit/
H A Djson_spirit_reader_template.h164 typename String_type::const_iterator end ) in get_str_()
187 String_type get_str( Iter_type begin, Iter_type end ) in get_str()
244 void new_name( Iter_type begin, Iter_type end ) in new_name()
251 void new_str( Iter_type begin, Iter_type end ) in new_str()
256 void new_true( Iter_type begin, Iter_type end ) in new_true()
263 void new_false( Iter_type begin, Iter_type end ) in new_false()
270 void new_null( Iter_type begin, Iter_type end ) in new_null()
385 static void throw_not_value( Iter_type begin, Iter_type end ) in throw_not_value()
390 static void throw_not_array( Iter_type begin, Iter_type end ) in throw_not_array()
400 static void throw_not_pair( Iter_type begin, Iter_type end ) in throw_not_pair()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/json_spirit/
H A Djson_spirit_reader_template.h164 typename String_type::const_iterator end ) in get_str_()
187 String_type get_str( Iter_type begin, Iter_type end ) in get_str()
244 void new_name( Iter_type begin, Iter_type end ) in new_name()
251 void new_str( Iter_type begin, Iter_type end ) in new_str()
256 void new_true( Iter_type begin, Iter_type end ) in new_true()
263 void new_false( Iter_type begin, Iter_type end ) in new_false()
270 void new_null( Iter_type begin, Iter_type end ) in new_null()
385 static void throw_not_value( Iter_type begin, Iter_type end ) in throw_not_value()
390 static void throw_not_array( Iter_type begin, Iter_type end ) in throw_not_array()
400 static void throw_not_pair( Iter_type begin, Iter_type end ) in throw_not_pair()
[all …]
/dports/net/erlang-ranch/ranch-1.3.2/
H A Derlang.mk4301 end(), function
4335 end(), function
4360 end(), function
4371 end(), function
4402 end(), function
4431 end(), function
4536 end(), function
/dports/www/erlang-cowboy/cowboy-1.1.2/
H A Derlang.mk4301 end(), function
4335 end(), function
4360 end(), function
4371 end(), function
4402 end(), function
4431 end(), function
4536 end(), function
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjTools.h61 inline bool isEndOfBuffer(char_t it, char_t end) { in isEndOfBuffer()
113 inline char_t skipLine(char_t it, char_t end, unsigned int &uiLine) { in skipLine()
139 inline char_t getName(char_t it, char_t end, std::string &name) { in getName()
176 inline char_t getNameNoSpace(char_t it, char_t end, std::string &name) { in getNameNoSpace()
214 inline char_t CopyNextWord(char_t it, char_t end, char *pBuffer, size_t length) { in CopyNextWord()
237 inline char_t getFloat(char_t it, char_t end, ai_real &value) { in getFloat()
269 bool hasLineEnd(T it, T end) { in hasLineEnd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.access/range.access.end/
H A Dend.pass.cpp35 constexpr const int *end() const { return &x; } in end() function
64 constexpr const int *end() const { return &x; } in end() function
90 constexpr const Empty *end() const { return &x; } in end() function
114 constexpr int *end() { return &x; } in end() function
124 constexpr int *end() const { return &globalBuff[0]; } in end() function
155 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function
169 int end; member
188 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function
195 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function
294 friend T end(NoThrowADLEnd&) noexcept { return T{}; } in end() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.access/range.access.end/
H A Dend.pass.cpp34 constexpr const int *end() const { return &x; } in end() function
63 constexpr const int *end() const { return &x; } in end() function
89 constexpr const Empty *end() const { return &x; } in end() function
113 constexpr int *end() { return &x; } in end() function
123 constexpr int *end() const { return &globalBuff[0]; } in end() function
154 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function
168 int end; member
187 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function
194 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function
293 friend T end(NoThrowADLEnd&) noexcept { return T{}; } in end() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.access/range.access.end/
H A Dend.pass.cpp35 constexpr const int *end() const { return &x; } in end() function
64 constexpr const int *end() const { return &x; } in end() function
90 constexpr const Empty *end() const { return &x; } in end() function
114 constexpr int *end() { return &x; } in end() function
124 constexpr int *end() const { return &globalBuff[0]; } in end() function
155 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function
169 int end; member
188 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function
195 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function
294 friend T end(NoThrowADLEnd&) noexcept { return T{}; } in end() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/ranges/range.access/range.access.end/
H A Dend.pass.cpp35 constexpr const int *end() const { return &x; } in end() function
64 constexpr const int *end() const { return &x; } in end() function
90 constexpr const Empty *end() const { return &x; } in end() function
114 constexpr int *end() { return &x; } in end() function
124 constexpr int *end() const { return &globalBuff[0]; } in end() function
155 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function
169 int end; member
188 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function
195 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function
294 friend T end(NoThrowADLEnd&) noexcept { return T{}; } in end() function
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/microbench/
H A Dutil.c42 counter_diff (const LARGE_INTEGER * start, const LARGE_INTEGER * end) in counter_diff()
55 LARGE_INTEGER start, end; in benchmark_function() local
73 counter_diff (const uint64_t * start, const uint64_t * end) in counter_diff()
85 uint64_t start, end; in benchmark_function() local
104 timespec_diff (const struct timespec * start, const struct timespec * end) in timespec_diff()
121 { struct timespec start, end; in benchmark_function() local
140 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff()
157 { struct timeval start, end; in benchmark_function() local
/dports/audio/flac/flac-1.3.4/microbench/
H A Dutil.c44 counter_diff (const LARGE_INTEGER * start, const LARGE_INTEGER * end) in counter_diff()
57 LARGE_INTEGER start, end; in benchmark_function() local
75 counter_diff (const uint64_t * start, const uint64_t * end) in counter_diff()
87 uint64_t start, end; in benchmark_function() local
106 timespec_diff (const struct timespec * start, const struct timespec * end) in timespec_diff()
123 { struct timespec start, end; in benchmark_function() local
142 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff()
159 { struct timeval start, end; in benchmark_function() local
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/microbench/
H A Dutil.c42 counter_diff (const LARGE_INTEGER * start, const LARGE_INTEGER * end) in counter_diff()
55 LARGE_INTEGER start, end; in benchmark_function() local
73 counter_diff (const uint64_t * start, const uint64_t * end) in counter_diff()
85 uint64_t start, end; in benchmark_function() local
104 timespec_diff (const struct timespec * start, const struct timespec * end) in timespec_diff()
121 { struct timespec start, end; in benchmark_function() local
140 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff()
157 { struct timeval start, end; in benchmark_function() local
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigen2Support/
H A DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigen2Support/
H A DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigen2Support/
H A DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigen2Support/
H A DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Eigen2Support/
H A DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dasn1parse.c55 const unsigned char *end, in mbedtls_asn1_get_len()
113 const unsigned char *end, in mbedtls_asn1_get_tag()
128 const unsigned char *end, in mbedtls_asn1_get_bool()
147 const unsigned char *end, in mbedtls_asn1_get_int()
172 const unsigned char *end, in mbedtls_asn1_get_mpi()
189 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
222 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
242 const unsigned char *end, in mbedtls_asn1_get_sequence_of()
291 const unsigned char *end, in mbedtls_asn1_get_alg()
335 const unsigned char *end, in mbedtls_asn1_get_alg_null()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dasn1parse.c80 const unsigned char *end, in mbedtls_asn1_get_len()
138 const unsigned char *end, in mbedtls_asn1_get_tag()
153 const unsigned char *end, in mbedtls_asn1_get_bool()
172 const unsigned char *end, in mbedtls_asn1_get_int()
197 const unsigned char *end, in mbedtls_asn1_get_mpi()
214 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
247 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
267 const unsigned char *end, in mbedtls_asn1_get_sequence_of()
317 const unsigned char *end, in mbedtls_asn1_get_alg()
361 const unsigned char *end, in mbedtls_asn1_get_alg_null()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dasn1parse.c80 const unsigned char *end, in mbedtls_asn1_get_len()
138 const unsigned char *end, in mbedtls_asn1_get_tag()
153 const unsigned char *end, in mbedtls_asn1_get_bool()
172 const unsigned char *end, in mbedtls_asn1_get_int()
197 const unsigned char *end, in mbedtls_asn1_get_mpi()
214 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
247 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
267 const unsigned char *end, in mbedtls_asn1_get_sequence_of()
317 const unsigned char *end, in mbedtls_asn1_get_alg()
361 const unsigned char *end, in mbedtls_asn1_get_alg_null()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-number.cc33 _parse_number (const char **pp, const char *end, T *pv, in _parse_number()
56 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int()
64 hb_parse_uint (const char **pp, const char *end, unsigned *pv, in hb_parse_uint()
68 [base] (const char *p, char **end) in hb_parse_uint()
69 { return strtoul (p, end, base); }); in hb_parse_uint()
73 hb_parse_double (const char **pp, const char *end, double *pv, bool whole_buffer) in hb_parse_double()
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/regex/
H A DPerl5MatchResult.java152 int begin, end, length; in group() local
177 int begin, end;//, length; in begin() local
197 public int end(int group){ in end() method in Perl5MatchResult
198 int begin, end; //, length; in end() local
220 int begin, end;//, length; in beginOffset() local
243 int begin, end;//, length; in endOffset() local

1...<<11121314151617181920>>...4124