Home
last modified time | relevance | path

Searched defs:pos (Results 76 – 100 of 35131) sorted by relevance

12345678910>>...1406

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gv100.h79 inline void emitABS(int pos, int src) in emitABS()
91 inline void emitNEG(int pos, int src) { in emitNEG()
95 inline void emitNOT(int pos) { in emitNOT()
103 inline void emitSAT(int pos) { in emitSAT()
126 inline void emitRND(int pos) { in emitRND()
130 inline void emitFMZ(int pos, int len) { in emitFMZ()
134 inline void emitPDIV(int pos) { in emitPDIV()
138 inline void emitO(int pos) { in emitO()
142 inline void emitP(int pos) { in emitP()
240 inline void emitGPR(int pos) { in emitGPR()
[all …]
/dports/math/vampire/vampire-4.5.1/Shell/
H A DCParser.cpp58 unsigned CParser::integerTypeSuffix(unsigned pos,LTType& tt) in integerTypeSuffix()
90 unsigned CParser::decimalLiteral(unsigned pos,LTType& tt) in decimalLiteral()
128 unsigned CParser::octalLiteral(unsigned pos,LTType& tt) in octalLiteral()
188 unsigned CParser::hexLiteral(unsigned pos,LTType& tt) in hexLiteral()
208 unsigned CParser::exponent(unsigned pos) in exponent()
320 unsigned CParser::identifier(unsigned pos) in identifier()
386 unsigned CParser::skipToEndOfLine(unsigned pos) in skipToEndOfLine()
410 unsigned CParser::skipToEndOfComment(unsigned pos) in skipToEndOfComment()
471 unsigned pos = 0; in tokenize() local
1015 unsigned CParser::stringConstant(unsigned pos) in stringConstant()
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DTokens.hs169 posLenOfTok (CTokLParen pos ) = pos function
170 posLenOfTok (CTokRParen pos ) = pos function
171 posLenOfTok (CTokLBracket pos ) = pos function
172 posLenOfTok (CTokRBracket pos ) = pos function
173 posLenOfTok (CTokArrow pos ) = pos function
174 posLenOfTok (CTokDot pos ) = pos function
175 posLenOfTok (CTokExclam pos ) = pos function
176 posLenOfTok (CTokTilde pos ) = pos function
177 posLenOfTok (CTokInc pos ) = pos function
178 posLenOfTok (CTokDec pos ) = pos function
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/testsuite/src/
H A DBinder.cpp31 void Binder::bind(std::size_t pos, const Poco::Int8 &val, Direction dir) in bind()
36 void Binder::bind(std::size_t pos, const Poco::UInt8 &val, Direction dir) in bind()
72 void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind()
83 void Binder::bind(std::size_t pos, const bool &val, Direction dir) in bind()
88 void Binder::bind(std::size_t pos, const float &val, Direction dir) in bind()
93 void Binder::bind(std::size_t pos, const double &val, Direction dir) in bind()
98 void Binder::bind(std::size_t pos, const char &val, Direction dir) in bind()
118 void Binder::bind(std::size_t pos, const BLOB& val, Direction dir) in bind()
123 void Binder::bind(std::size_t pos, const CLOB& val, Direction dir) in bind()
128 void Binder::bind(std::size_t pos, const Date& val, Direction dir) in bind()
[all …]
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dbyteorder.h93 #define PVAL(buf,pos) (CVAL(buf,pos)) argument
100 #define SVALS(buf,pos) ((int16_t)SVAL(buf,pos)) argument
101 #define IVALS(buf,pos) ((int32_t)IVAL(buf,pos)) argument
118 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) argument
119 #define RSVALS(buf,pos) SREV(SVALS(buf,pos)) argument
120 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) argument
121 #define RIVALS(buf,pos) IREV(IVALS(buf,pos)) argument
122 #define RBVAL(buf,pos) BREV(BVAL(buf,pos)) argument
123 #define RBVALS(buf,pos) BREV(BVALS(buf,pos)) argument
124 #define RSSVAL(buf,pos,val) SSVAL(buf,pos,SREV(val)) argument
[all …]
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/org/sqlite/
H A DPrepStmt.java117 public int getParameterType(int pos) { return Types.VARCHAR; } in getParameterType()
119 public int getPrecision(int pos) { return 0; } in getPrecision()
120 public int getScale(int pos) { return 0; } in getScale()
121 public int isNullable(int pos) { return parameterNullable; } in isNullable()
122 public boolean isSigned(int pos) { return true; } in isSigned()
137 public void setByte(int pos, byte value) throws SQLException { in setByte()
149 public void setInt(int pos, int value) throws SQLException { in setInt()
155 public void setNull(int pos, int u1) throws SQLException { in setNull()
188 public void setDate(int pos, Date x) throws SQLException { in setDate()
192 public void setTime(int pos, Time x) throws SQLException { in setTime()
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/jsonlab/
H A Dloadjson.m260 pos = pos + 1; variable
290 pos = pos + 1; variable
299 pos = length(inStr) + 1; variable
303 pos = esc(index_esc); variable
308 pos = pos + 1; variable
323 pos = pos + 1; variable
341 pos = pos + 1; variable
361 pos = pos + delta-1; variable
388 pos = pos + 4; variable
394 pos = pos + 5; variable
[all …]
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dsubr.h29 #define CHECK_OPENED_INPUT_PORT(pos, subr) … argument
42 #define CHECK_OPENED_OUTPUT_PORT(pos, subr) … argument
55 #define CHECK_OPENED_TEXTUAL_INPUT_PORT(pos, subr) … argument
72 #define CHECK_OPENED_TEXTUAL_OUTPUT_PORT(pos, subr) … argument
89 #define CHECK_OPENED_BINARY_INPUT_PORT(pos, subr) … argument
106 #define CHECK_OPENED_BINARY_OUTPUT_PORT(pos, subr) … argument
123 #define CHECK_OPENED_PORT(pos, subr) … argument
132 #define CHECK_OPENED_BINARY_PORT(pos, subr) … argument
145 #define CHECK_OUTPUT_PORT(pos, subr) … argument
154 #define CHECK_NON_NEGATIVE_FIXNUM(pos, subr) … argument
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dbyteorder.h120 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
121 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos)) argument
122 #define SCVAL(buf,pos,val) (CVAL(buf,pos) = (val)) argument
131 #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) argument
132 #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) argument
163 #define SMBMACRO(macro,buf,pos,val,len,size) \ argument
166 #define SSMBMACRO(macro,buf,pos,val,len,size) \ argument
190 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) argument
191 #define RSVALS(buf,pos) SREV(SVALS(buf,pos)) argument
192 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) argument
[all …]
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dbyteorder.h120 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
121 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos)) argument
122 #define SCVAL(buf,pos,val) (CVAL(buf,pos) = (val)) argument
131 #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) argument
132 #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) argument
163 #define SMBMACRO(macro,buf,pos,val,len,size) \ argument
166 #define SSMBMACRO(macro,buf,pos,val,len,size) \ argument
190 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) argument
191 #define RSVALS(buf,pos) SREV(SVALS(buf,pos)) argument
192 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) argument
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/parsers/
H A DCValidationRule.php133 private function parseFatal($buffer, &$pos, &$rule) {
149 private function parseString($buffer, &$pos, &$rules) {
197 private function parseRgb($buffer, &$pos, &$rules) {
245 private function parseLE($buffer, &$pos, &$rules) {
274 private function parseJson($buffer, &$pos, &$rules) {
290 private function parseInt32($buffer, &$pos, &$rules) {
306 private function parseIn($buffer, &$pos, &$rules) {
336 private function parseId($buffer, &$pos, &$rules) {
352 private function parseGE($buffer, &$pos, &$rules) {
384 private function parseDB($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/parsers/
H A DCValidationRule.php133 private function parseFatal($buffer, &$pos, &$rule) {
149 private function parseString($buffer, &$pos, &$rules) {
197 private function parseRgb($buffer, &$pos, &$rules) {
245 private function parseLE($buffer, &$pos, &$rules) {
274 private function parseJson($buffer, &$pos, &$rules) {
290 private function parseInt32($buffer, &$pos, &$rules) {
306 private function parseIn($buffer, &$pos, &$rules) {
336 private function parseId($buffer, &$pos, &$rules) {
352 private function parseGE($buffer, &$pos, &$rules) {
384 private function parseDB($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/parsers/
H A DCValidationRule.php133 private function parseFatal($buffer, &$pos, &$rule) {
149 private function parseString($buffer, &$pos, &$rules) {
197 private function parseRgb($buffer, &$pos, &$rules) {
245 private function parseLE($buffer, &$pos, &$rules) {
274 private function parseJson($buffer, &$pos, &$rules) {
290 private function parseInt32($buffer, &$pos, &$rules) {
306 private function parseIn($buffer, &$pos, &$rules) {
336 private function parseId($buffer, &$pos, &$rules) {
352 private function parseGE($buffer, &$pos, &$rules) {
384 private function parseDB($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/parsers/
H A DCValidationRule.php133 private function parseFatal($buffer, &$pos, &$rule) {
149 private function parseString($buffer, &$pos, &$rules) {
197 private function parseRgb($buffer, &$pos, &$rules) {
245 private function parseLE($buffer, &$pos, &$rules) {
274 private function parseJson($buffer, &$pos, &$rules) {
290 private function parseInt32($buffer, &$pos, &$rules) {
306 private function parseIn($buffer, &$pos, &$rules) {
336 private function parseId($buffer, &$pos, &$rules) {
352 private function parseGE($buffer, &$pos, &$rules) {
384 private function parseDB($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/parsers/
H A DCValidationRule.php133 private function parseFatal($buffer, &$pos, &$rule) {
149 private function parseString($buffer, &$pos, &$rules) {
197 private function parseRgb($buffer, &$pos, &$rules) {
245 private function parseLE($buffer, &$pos, &$rules) {
274 private function parseJson($buffer, &$pos, &$rules) {
290 private function parseInt32($buffer, &$pos, &$rules) {
306 private function parseIn($buffer, &$pos, &$rules) {
336 private function parseId($buffer, &$pos, &$rules) {
352 private function parseGE($buffer, &$pos, &$rules) {
384 private function parseDB($buffer, &$pos, &$rules) {
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/private/
H A Dparse_json.m209 pos = pos + 1; variable
239 pos = pos + 1; variable
248 pos = len + 1; variable
252 pos = esc(index_esc); variable
257 pos = pos + 1; variable
272 pos = pos + 1; variable
290 pos = pos + 1; variable
310 pos = pos + delta-1; variable
337 pos = pos + 4; variable
343 pos = pos + 5; variable
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/private/
H A Dparse_json.m209 pos = pos + 1; variable
239 pos = pos + 1; variable
248 pos = len + 1; variable
252 pos = esc(index_esc); variable
257 pos = pos + 1; variable
272 pos = pos + 1; variable
290 pos = pos + 1; variable
310 pos = pos + delta-1; variable
337 pos = pos + 4; variable
343 pos = pos + 5; variable
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/include/Poco/Data/ODBC/
H A DBinder.h409 void bindImplLOB(std::size_t pos, const L& val, Direction dir) in bindImplLOB()
537 void bindImplContainerString(std::size_t pos, const C& val, Direction dir) in bindImplContainerString()
671 void bindImplContainerLOB(std::size_t pos, const C& val, Direction dir) in bindImplContainerLOB()
741 void bindImplContainerDate(std::size_t pos, const C& val, Direction dir) in bindImplContainerDate()
790 void bindImplContainerTime(std::size_t pos, const C& val, Direction dir) in bindImplContainerTime()
887 void bindImplNullContainer(std::size_t pos, const C& val, Direction dir) in bindImplNullContainer()
1211 inline void Binder::bind(std::size_t pos, const long& val, Direction dir) in bind()
1290 inline void Binder::bind(std::size_t pos, const bool& val, Direction dir) in bind()
1314 inline void Binder::bind(std::size_t pos, const char& val, Direction dir) in bind()
1373 inline void Binder::bind(std::size_t pos, const BLOB& val, Direction dir) in bind()
[all …]
/dports/security/olm/olm-3.2.6/src/
H A Dpickle.cpp19 std::uint8_t * pos, in pickle()
29 std::uint8_t const * pos, std::uint8_t const * end, in unpickle()
39 std::uint8_t * pos, in pickle()
47 std::uint8_t const * pos, std::uint8_t const * end, in unpickle()
56 std::uint8_t * pos, in pickle_bytes()
81 std::uint8_t * pos, in pickle()
110 std::uint8_t * pos, in pickle()
154 std::uint8_t * pos, in _olm_pickle_ed25519_public_key()
182 std::uint8_t * pos, in _olm_pickle_ed25519_key_pair()
221 uint8_t const * pos, uint8_t const * end, in _olm_unpickle_uint32()
[all …]
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dbyteorder.h34 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
35 #define UVAL(buf,pos) ((uint32)CVAL(buf,pos)) argument
45 #define IVALu(buf,pos) IVAL(buf,pos) argument
46 #define SIVALu(buf,pos,val) SIVAL(buf,pos,val) argument
57 #define SIVAL(buf,pos,val) IVAL(buf,pos)=((uint32)(val)) argument
59 #define IVALu(buf,pos) IVAL(buf,pos) argument
60 #define SIVALu(buf,pos,val) SIVAL(buf,pos,val) argument
65 IVALu(const uchar *buf, int pos) in IVALu()
76 SIVALu(uchar *buf, int pos, uint32 val) in SIVALu()
87 IVAL(const char *buf, int pos) in IVAL()
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/classes/parsers/
H A DCValidationRule.php131 private function parseFatal($buffer, &$pos, &$rule) {
147 private function parseString($buffer, &$pos, &$rules) {
211 private function parseLE($buffer, &$pos, &$rules) {
240 private function parseJson($buffer, &$pos, &$rules) {
256 private function parseInt32($buffer, &$pos, &$rules) {
272 private function parseIn($buffer, &$pos, &$rules) {
302 private function parseId($buffer, &$pos, &$rules) {
318 private function parseGE($buffer, &$pos, &$rules) {
350 private function parseDB($buffer, &$pos, &$rules) {
389 private function parseArray($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/parsers/
H A DCValidationRule.php131 private function parseFatal($buffer, &$pos, &$rule) {
147 private function parseString($buffer, &$pos, &$rules) {
211 private function parseLE($buffer, &$pos, &$rules) {
240 private function parseJson($buffer, &$pos, &$rules) {
256 private function parseInt32($buffer, &$pos, &$rules) {
272 private function parseIn($buffer, &$pos, &$rules) {
302 private function parseId($buffer, &$pos, &$rules) {
318 private function parseGE($buffer, &$pos, &$rules) {
350 private function parseDB($buffer, &$pos, &$rules) {
389 private function parseArray($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/parsers/
H A DCValidationRule.php131 private function parseFatal($buffer, &$pos, &$rule) {
147 private function parseString($buffer, &$pos, &$rules) {
211 private function parseLE($buffer, &$pos, &$rules) {
240 private function parseJson($buffer, &$pos, &$rules) {
256 private function parseInt32($buffer, &$pos, &$rules) {
272 private function parseIn($buffer, &$pos, &$rules) {
302 private function parseId($buffer, &$pos, &$rules) {
318 private function parseGE($buffer, &$pos, &$rules) {
350 private function parseDB($buffer, &$pos, &$rules) {
389 private function parseArray($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/parsers/
H A DCValidationRule.php131 private function parseFatal($buffer, &$pos, &$rule) {
147 private function parseString($buffer, &$pos, &$rules) {
211 private function parseLE($buffer, &$pos, &$rules) {
240 private function parseJson($buffer, &$pos, &$rules) {
256 private function parseInt32($buffer, &$pos, &$rules) {
272 private function parseIn($buffer, &$pos, &$rules) {
302 private function parseId($buffer, &$pos, &$rules) {
318 private function parseGE($buffer, &$pos, &$rules) {
350 private function parseDB($buffer, &$pos, &$rules) {
389 private function parseArray($buffer, &$pos, &$rules) {
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/parsers/
H A DCValidationRule.php131 private function parseFatal($buffer, &$pos, &$rule) {
147 private function parseString($buffer, &$pos, &$rules) {
211 private function parseLE($buffer, &$pos, &$rules) {
240 private function parseJson($buffer, &$pos, &$rules) {
256 private function parseInt32($buffer, &$pos, &$rules) {
272 private function parseIn($buffer, &$pos, &$rules) {
302 private function parseId($buffer, &$pos, &$rules) {
318 private function parseGE($buffer, &$pos, &$rules) {
350 private function parseDB($buffer, &$pos, &$rules) {
389 private function parseArray($buffer, &$pos, &$rules) {
[all …]

12345678910>>...1406