Home
last modified time | relevance | path

Searched refs:local_ptr (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/math/blocksolve95/BlockSolve95/src/
H A DBSx_color.c36 int *local_ptr; in BSx_color() local
65 MY_MALLOC(local_ptr,(int *),sizeof(int)*num_cols,1); in BSx_color()
109 local_ptr[i] = p2; in BSx_color()
119 for (j=0; j<local_ptr[i]; j++) { in BSx_color()
157 if (local_ptr[i] == 0) { in BSx_color()
250 if (search_ptr[l_vtx] == local_ptr[l_vtx]) { in BSx_color()
326 for (j=0; j<local_ptr[i]; j++) { in BSx_color()
331 else if (p2 >= local_ptr[i]) { in BSx_color()
347 p2 = local_ptr[i]; in BSx_color()
349 if (p1 >= local_ptr[i]) { in BSx_color()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c208 char *local_ptr; in erts_sys_ddll_error() local
214 local_ptr = TlsGetValue(tls_index); in erts_sys_ddll_error()
215 if (local_ptr == NULL) { in erts_sys_ddll_error()
216 local_ptr = erts_alloc(ERTS_ALC_T_DDLL_ERRCODES, MAX_ERROR); in erts_sys_ddll_error()
217 TlsSetValue(tls_index,local_ptr); in erts_sys_ddll_error()
224 local_ptr, in erts_sys_ddll_error()
228 char *ptr = local_ptr + strlen(local_ptr) - 1; in erts_sys_ddll_error()
229 while (ptr >= local_ptr && (*ptr == '\r' || *ptr == '\n')) { in erts_sys_ddll_error()
233 return local_ptr; in erts_sys_ddll_error()
/dports/science/libecpint/libecpint-1.0.7/include/libecpint/
H A Dgshell.hpp43 bool local_ptr; ///< true if the centerVec is a reference to localCenter, false otherwise member
78 local_ptr = other.local_ptr; in GaussianShell()
79 if (local_ptr) { in GaussianShell()
122 result.local_ptr = local_ptr; in copy()
123 if (local_ptr) { in copy()
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dslave_thread.cpp221 char *local_ptr = nullptr; in send_data_block() local
234 local_ptr[0] = data_header; in send_data_block()
242 size = data->read(local_ptr + 1, min); in send_data_block()
245 local_ptr[0] = data_header_completed; in send_data_block()
252 output_data->feed_cancel_get_block(local_ptr); in send_data_block()
256 output_data->feed(local_ptr, size + 1); in send_data_block()
263 char *local_ptr = nullptr; in treat_input_data() local
276 input_data->fetch(local_ptr, local_num); in treat_input_data()
279 data->write(local_ptr+1, local_num - 1); in treat_input_data()
283 input_data->fetch_recycle(local_ptr); in treat_input_data()
[all …]
/dports/net/p5-Net-Connection-Sort/Net-Connection-Sort-0.0.1/t/
H A Dptr_l.t92 if ( !defined( $sorted[0]->local_ptr ) ){
97 ok( $sorted[1]->local_ptr =~ 'a.foo', 'sort order 1') or die ('The ptr for 1 is not a.foo ');
98 ok( $sorted[2]->local_ptr =~ 'b.foo', 'sort order 2') or die ('The ptr for 2 is not b.foo');
99 ok( $sorted[3]->local_ptr =~ 'c.foo', 'sort order 2') or die ('The ptr for 3 is not c.foo');
/dports/science/libecpint/libecpint-1.0.7/doc/sphinx/source/api/
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_new_include_libecpint_gshell.hpp.rst50 bool local_ptr;
70 local_ptr = other.local_ptr;
71 if (local_ptr) {
96 result.local_ptr = local_ptr;
97 if (local_ptr) {
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_include_libecpint_gshell.hpp.rst50 bool local_ptr;
70 local_ptr = other.local_ptr;
71 if (local_ptr) {
96 result.local_ptr = local_ptr;
97 if (local_ptr) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dreturn-ptr-range.cpp19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
22 local_ptr = arr + x; in test_element_index_lifetime_with_local_ptr()
26 …return local_ptr; // expected-warning{{Returned pointer value points outside the original object (… in test_element_index_lifetime_with_local_ptr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenOpenCL/
H A Dnumbered-address-space.cl16 void test_generic_as_to_builtin_parameter_explicit_cast(__local int *local_ptr, float src) {
17 generic int* generic_ptr = local_ptr;
23 void test_generic_as_to_builtin_parameter_implicit_cast(__local int *local_ptr, float src) {
24 volatile float result = __builtin_amdgcn_ds_fmaxf(local_ptr, src, 0, 0, false);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenOpenCL/
H A Dnumbered-address-space.cl16 void test_generic_as_to_builtin_parameter_explicit_cast(__local int *local_ptr, float src) {
17 generic int* generic_ptr = local_ptr;
23 void test_generic_as_to_builtin_parameter_implicit_cast(__local int *local_ptr, float src) {
24 volatile float result = __builtin_amdgcn_ds_fmaxf(local_ptr, src, 0, 0, false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenOpenCL/
H A Dnumbered-address-space.cl16 void test_generic_as_to_builtin_parameter_explicit_cast(__local int *local_ptr, float src) {
17 generic int* generic_ptr = local_ptr;
23 void test_generic_as_to_builtin_parameter_implicit_cast(__local int *local_ptr, float src) {
24 volatile float result = __builtin_amdgcn_ds_fmaxf(local_ptr, src, 0, 0, false);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenOpenCL/
H A Dnumbered-address-space.cl16 void test_generic_as_to_builtin_parameter_explicit_cast(__local int *local_ptr, float src) {
17 generic int* generic_ptr = local_ptr;
23 void test_generic_as_to_builtin_parameter_implicit_cast(__local int *local_ptr, float src) {
24 volatile float result = __builtin_amdgcn_ds_fmaxf(local_ptr, src, 0, 0, false);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenOpenCL/
H A Dnumbered-address-space.cl16 void test_generic_as_to_builtin_parameter_explicit_cast(__local int *local_ptr, float src) {
17 generic int* generic_ptr = local_ptr;
23 void test_generic_as_to_builtin_parameter_implicit_cast(__local int *local_ptr, float src) {
24 volatile float result = __builtin_amdgcn_ds_fmaxf(local_ptr, src, 0, 0, false);

1234567891011