Home
last modified time | relevance | path

Searched refs:idLength (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/spi/
H A DTGAImage.java118 private int idLength; // byte value field in TGAImage.Header
149 idLength = in.readUnsignedByte(); in Header()
166 if (idLength > 0) { in Header()
167 imageIDbuf = new byte[idLength]; in Header()
168 in.read(imageIDbuf, 0, idLength); in Header()
176 public int idLength() { return idLength; } in idLength() method in TGAImage.Header
204 " id length: " + idLength + in toString()
219 public int size() { return 18 + idLength; } in size()
223 buf.put((byte) idLength); in write()
235 if (idLength > 0) { in write()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/
H A Dqndefmessage.cpp162 quint8 idLength; in fromByteArray() local
164 idLength = *(++i); in fromByteArray()
166 idLength = 0; in fromByteArray()
168 int contentLength = typeLength + payloadLength + idLength; in fromByteArray()
174 if ((typeNameFormat == 0x06) && (idLength != 0)) { in fromByteArray()
188 if (idLength > 0) { in fromByteArray()
189 QByteArray id(++i, idLength); in fromByteArray()
191 i += idLength - 1; in fromByteArray()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/spi/
H A DTGAImage.java120 private int idLength; // byte value field in TGAImage.Header
149 idLength = in.readUnsignedByte(); in Header()
166 if (idLength > 0) { in Header()
167 imageIDbuf = new byte[idLength]; in Header()
168 in.read(imageIDbuf, 0, idLength); in Header()
176 public int idLength() { return idLength; } in idLength() method in TGAImage.Header
205 " id length: " + idLength + in toString()
220 public int size() { return 18 + idLength; } in size()
224 buf.put((byte) idLength); in write()
236 if (idLength > 0) { in write()
/dports/math/gap/gap-4.11.0/pkg/OpenMath-11.5.0/gap/
H A Dbinread.g443 idLength := GetObjLength(isLong, stream);
470 idLength := GetObjLength(isLong, stream);
519 idLength := GetObjLength(isLong, stream);
553 idLength := GetObjLength(isLong, stream);
569 idLength := GetObjLength(isLong, stream);
585 idLength := GetObjLength(isLong, stream);
598 idLength := GetObjLength(isLong, stream);
611 idLength := GetObjLength(isLong, stream);
625 idLength := GetObjLength(isLong, stream);
640 idLength := GetObjLength(isLong, stream);
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/
H A DwinExtDLL.c431 view.idLength = 0; in init_winExtDLL()
455 ext_dll_info->dll_name, view.idLength)); in init_winExtDLL()
456 if (view.idLength) { in init_winExtDLL()
463 && snmp_oid_compare_w_n(view.ids, view.idLength, in init_winExtDLL()
473 view.ids, view.idLength); in init_winExtDLL()
485 ext_dll_info->dll_name, view.idLength)); in init_winExtDLL()
490 view.idLength); in init_winExtDLL()
1303 pEnterprise->ids, pEnterprise->idLength); in send_trap()
1409 idLength * sizeof(oid)); in append_windows_varbind()
1802 netsnmp_assert(windows_oid->idLength == 0); in copy_oid_to_new_windows_oid()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/
H A DBatchUpdateTestHelper.java37 int idLength = 0; in prepareBatchUpdateMocks() local
39 idLength = ((SqlParameterSource[])ids).length; in prepareBatchUpdateMocks()
42 idLength = ((Map[])ids).length; in prepareBatchUpdateMocks()
45 idLength = ((List)ids).size(); in prepareBatchUpdateMocks()
48 for (int i = 0; i < idLength; i++) { in prepareBatchUpdateMocks()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs12_rd.c82 if( destPkcs12Info->idLength <= 0 && \ in copyObjectInfo()
83 srcPkcs12Info->idLength > 0 ) in copyObjectInfo()
86 srcPkcs12Info->idLength ); in copyObjectInfo()
87 destPkcs12Info->idLength = srcPkcs12Info->idLength; in copyObjectInfo()
124 IN_LENGTH_KEYID_Z const int idLength, in findObjectEntryLocation() argument
135 assert( ( id == NULL && idLength == 0 ) || \ in findObjectEntryLocation()
136 isReadPtr( id, idLength ) ); in findObjectEntryLocation()
140 REQUIRES( ( id == NULL && idLength == 0 ) || \ in findObjectEntryLocation()
142 idLength > 0 && idLength < MAX_ATTRIBUTE_SIZE ) ); in findObjectEntryLocation()
209 CRYPT_IKEYID_KEYID, id, idLength, in findObjectEntryLocation()
[all …]
H A Ddbx_misc.c222 int idLength = idValueLength, status; in makeKeyID() local
244 if( idLength > CRYPT_MAX_TEXTSIZE * 2 ) in makeKeyID()
247 idLength = CRYPT_MAX_TEXTSIZE * 2; in makeKeyID()
249 if( idLength > keyIdMaxLen ) in makeKeyID()
252 idLength = keyIdMaxLen; in makeKeyID()
254 memcpy( keyID, idValue, idLength ); in makeKeyID()
263 for( i = 0; i < idLength; i++ ) in makeKeyID()
266 *keyIdLen = idLength; in makeKeyID()
285 idLength = DBXKEYID_SIZE; in makeKeyID()
288 ENSURES( idLength >= DBXKEYID_SIZE && idLength <= keyIdMaxLen ); in makeKeyID()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A DTGAReader.cpp31 int8 idLength; member
87 fileHeader.idLength = Shared::PlatformByteOrder::fromCommonEndian(fileHeader.idLength); in read()
97 if(fileHeader.idLength!=0){ in read()
230 fileHeader.idLength = Shared::PlatformByteOrder::fromCommonEndian(fileHeader.idLength); in read()
240 if(fileHeader.idLength!=0){ in read()
/dports/security/kgpg/kgpg-21.12.3/model/
H A Dkeylistproxymodel.h20 Q_PROPERTY(int idLength READ idLength WRITE setIdLength)
58 int idLength() const;
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/priv/
H A Ddll_snmp.c8 static netwib_err netwib_priv_dll_snmpoid_alloc(netwib_int32 idLength, in netwib_priv_dll_snmpoid_alloc() argument
11 ObjId->idLength = idLength; in netwib_priv_dll_snmpoid_alloc()
14 ObjId->ids = (UINT *) GlobalAlloc(GMEM_ZEROINIT, idLength *sizeof(UINT)); in netwib_priv_dll_snmpoid_alloc()
32 ObjId->idLength = 0; in netwib_priv_dll_snmpoid_free()
40 netwib_er(netwib_priv_dll_snmpoid_alloc(SrcObjId->idLength, DstObjId)); in netwib_priv_dll_snmpoid_cpy()
42 SrcObjId->idLength *sizeof(UINT)); in netwib_priv_dll_snmpoid_cpy()
89 for (i = 0; i < ObjId->idLength - 1; i++) { in netwib_priv_dll_snmpoid_display()
92 netwib_er(netwib_fmt_display("%{uint32}", (netwib_uint32)ObjId->ids[ObjId->idLength - 1])); in netwib_priv_dll_snmpoid_display()
528 while (dll_snmpreq.varBindList.list[0].name.idLength < 7 in netwib_priv_dll_snmp_display()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/ImageFormats/
H A DTgaExporter.cs49 public byte idLength; // Image ID Field Length field
66 output.Write (this.idLength); in WriteTo()
99 header.idLength = (byte) (ImageIdField.Length + 1); in Export()
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DIdValuePair.java10 public final int idLength; field in IdValuePair
17 this.idLength = id.length(); in IdValuePair()
/dports/archivers/lib1541img/lib1541img-1.1/src/lib/1541img/
H A Dcbmdosvfs.c24 uint8_t idLength; member
117 *length = self->idLength; in CbmdosVfs_id()
146 self->idLength = length; in CbmdosVfs_setId()
149 petscii_mapUpperGfxToLower(self->id, self->idLength); in CbmdosVfs_setId()
167 petscii_mapUpperGfxToLower(self->id, self->idLength); in CbmdosVfs_mapUpperGfxToLower()
311 memcpy(line+19, self->id, self->idLength); in CbmdosVfs_getDirHeader()
/dports/devel/icu/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/devel/icu-lx/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, in makeTargetName() argument
146 if(idLength<0) { in makeTargetName()
147 idLength=(int32_t)strlen(id); in makeTargetName()
150 targetLength=treeLength+idLength+suffixLength; in makeTargetName()
159 memcpy(target+treeLength, id, idLength); in makeTargetName()
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL in makeTargetName()
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, in checkIDSuffix() argument
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix()

12345678910