Home
last modified time | relevance | path

Searched defs:FD (Results 201 – 225 of 6527) sorted by relevance

12345678910>>...262

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
141 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
160 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/
H A DreportClass.php247 protected function getResult($FD) {
274 protected function getSuite($FD,$line) {
378 public function parseLicenseResults($FD) {
420 public function parseLicenseTotals($FD) {
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
141 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
160 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/lang/python310/Python-3.10.1/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/lang/python38/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/lang/python39/Python-3.9.9/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dfileobject.h28 #define _PyIsSelectable_fd(FD) (1) argument
30 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceUndefinedFunction.cpp66 bool ReplaceUndefFuncCollectionVisitor::VisitFunctionDecl(FunctionDecl *FD) in VisitFunctionDecl()
75 bool ReplaceUndefFuncRewriteVisitor::VisitFunctionDecl(FunctionDecl *FD) in VisitFunctionDecl()
87 FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr() local
148 void ReplaceUndefinedFunction::handleOneFunctionDecl(const FunctionDecl *FD) in handleOneFunctionDecl()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/poll/
H A Dsplice_linux.go30 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
80 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
112 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
114 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
114 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
114 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/poll/
H A Dsplice_linux.go29 func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
79 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
111 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {

12345678910>>...262