Home
last modified time | relevance | path

Searched refs:intp (Results 126 – 150 of 2295) sorted by last modified time

12345678910>>...92

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_transport.c396 const int *intp MY_ATTRIBUTE((unused)) in x_putlong()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_transport.c396 const int *intp MY_ATTRIBUTE((unused)) in x_putlong()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/examples/
H A Dtransactions-older-broker.c504 int *intp) { in find_next_int() argument
520 *intp = num; in find_next_int()
H A Dtransactions.c492 int *intp) {
508 *intp = num;
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dpdutils.c371 typedef int *intp; typedef
469 *va_arg(args, intp) = dp - dest;
580 *va_arg(args, intp) = count;
/dports/math/mathgl/mathgl-2.5/lang/
H A Dnumpy.i44 %#define npy_intp intp
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/circuits/gates/
H A Dfermionic_simulation.py600 nontrivial_indices = np.array([3, 5, 6], dtype=np.intp)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/json/
H A Ddecode_test.go1707 func intp(x int) *int { func
1734 {intp(1), `null`, nil},
1736 {intpp(intp(1)), `null`, intpp(nil)},
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/
H A Dnilcheck.go32 intp *int var
43 _ = *intp // ERROR "nil check"
47 _ = *intp // ERROR "nil check"
56 intp *int
66 _ = *intp // ERROR "nil check"
70 _ = *intp // ERROR "nil check"
H A Dnilptr2.go27 var intp *int var
49 {"*intp", func() { println(*intp) }},
50 {"&*intp", func() { println(&*intp) }},
H A Dnilptr3.go35 intp *int var
46 _ = *intp // ERROR "generated nil check"
58 _ = *intp // ERROR "removed nil check"
67 intp *int
77 _ = *intp // ERROR "generated nil check"
81 _ = *intp // ERROR "removed.* nil check"
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-7.c9 int **intp; variable
35 *vecint++ = vec_ld(var_int[0], intp[1]); in main()
36 *vecint++ = vec_lde(var_int[0], intp[1]); in main()
37 *vecint++ = vec_ldl(var_int[0], intp[1]); in main()
38 *vecint++ = vec_lvewx(var_int[0], intp[1]); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dassumed_rank_19.f9033 integer(kind=c_int) :: intp(n) variable
35 if(size(intp)/=n) stop 1
36 if(f_ice(intp)/=n) stop 2
H A DPR93963.f90161 integer(kind=c_int), pointer :: intp(:) variable
165 nullify(intp)
166 irnk = rank_p(intp)
168 if (irnk /= rank(intp)) stop 2
174 allocate(intp(siz))
175 irnk = rank_p(intp)
177 if (irnk /= rank(intp)) stop 6
178 irnk = rank_o(intp)
180 if (irnk /= rank(intp)) stop 8
181 deallocate(intp)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline21.C25 int * intp = myArray; variable
29 *intp++ = c.record.b; in use_pair()
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlpc.vim135 … contained id_matrix implode in_edit in_input inherit_list inherits input_to interactive intp
H A Dpike.vim214 syn keyword pikeOperator zero_type intp stringp arrayp mappingp multisetp
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DExecState.h309 ExecState(Interpreter *intp, ExecState *save);
354 GlobalExecState(Interpreter *intp, JSGlobalObject *global);
360 …InterpreterExecState(Interpreter *intp, JSGlobalObject *global, JSObject *thisObject, ProgramNode …
366 …EvalExecState(Interpreter *intp, JSGlobalObject *global, ProgramNode *body, ExecState *callingExec…
374 FunctionExecState(Interpreter *intp, JSObject *thisObject,
H A DJSVariableObject.h195 void setInterpreter(Interpreter *intp) in setInterpreter() argument
197 m_interpreter = intp; in setInterpreter()
H A DExecState.cpp97 ExecState::ExecState(Interpreter *intp, ExecState *save) : in ExecState() argument
98 m_interpreter(intp), in ExecState()
118 assert(m_callingExec == intp->globalExec()); in ExecState()
245 GlobalExecState::GlobalExecState(Interpreter *intp, JSGlobalObject *glob): ExecState(intp, nullptr … in GlobalExecState() argument
253 InterpreterExecState::InterpreterExecState(Interpreter *intp, JSGlobalObject *glob, in InterpreterExecState() argument
255 ExecState(intp, intp->execState()) in InterpreterExecState()
266 EvalExecState::EvalExecState(Interpreter *intp, JSGlobalObject *glob, in EvalExecState() argument
268 ExecState(intp, intp->execState()) in EvalExecState()
289 FunctionExecState::FunctionExecState(Interpreter *intp, JSObject *thisObject, in FunctionExecState() argument
291 FunctionImp *function): ExecState(intp, intp->execState()) in FunctionExecState()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/debugger/
H A Ddebugdocument.cpp21 DebugDocument::DebugDocument(KJS::Interpreter *intp, const QString &url, in DebugDocument() argument
24 m_interpreter = intp; in DebugDocument()
H A Ddebugwindow.cpp324 KJS::Interpreter *intp = KJS::Interpreter::firstInterpreter(); in resetTimeoutsIfNeeded() local
326 intp->restartTimeoutCheck(); in resetTimeoutsIfNeeded()
327 intp = intp->nextInterpreter(); in resetTimeoutsIfNeeded()
328 } while (intp != KJS::Interpreter::firstInterpreter()); in resetTimeoutsIfNeeded()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/draw/
H A D_draw.pyx190 return (np.array(rr, dtype=np.intp),
191 np.array(cc, dtype=np.intp),
245 return np.array(rr, dtype=np.intp), np.array(cc, dtype=np.intp)
337 return (np.array(rr, dtype=np.intp) + r_o,
338 np.array(cc, dtype=np.intp) + c_o)
404 return (np.array(rr, dtype=np.intp) + r_o,
405 np.array(cc, dtype=np.intp) + c_o,
530 return np.array(rr, dtype=np.intp), np.array(cc, dtype=np.intp)
636 return np.array(rr, dtype=np.intp), np.array(cc, dtype=np.intp)
658 return np.array(rr, dtype=np.intp), np.array(cc, dtype=np.intp)
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/rank/
H A Dcore_cy.pyx106 cdef Py_ssize_t [::1] histo = np.zeros(n_bins, dtype=np.intp)
112 cdef Py_ssize_t [::1] se_e_r = np.empty(se_size, dtype=np.intp)
113 cdef Py_ssize_t [::1] se_e_c = np.empty(se_size, dtype=np.intp)
115 cdef Py_ssize_t [::1] se_w_r = np.empty(se_size, dtype=np.intp)
116 cdef Py_ssize_t [::1] se_w_c = np.empty(se_size, dtype=np.intp)
118 cdef Py_ssize_t [::1] se_n_r = np.empty(se_size, dtype=np.intp)
119 cdef Py_ssize_t [::1] se_n_c = np.empty(se_size, dtype=np.intp)
121 cdef Py_ssize_t [::1] se_s_r = np.empty(se_size, dtype=np.intp)
122 cdef Py_ssize_t [::1] se_s_c = np.empty(se_size, dtype=np.intp)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/measure/
H A D_ccomp.pyx12 DTYPE = np.intp

12345678910>>...92