Home
last modified time | relevance | path

Searched refs:ReadLength (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/WhiskeylakeOpenBoardPkg/Library/PeiI2cAccessLib/
H A DPeiI2cAccessLib.c15 IN UINT8 ReadLength, in I2cWriteRead() argument
21 UINT8 ReadsNeeded = ReadLength; in I2cWriteRead()
24 if ((WriteLength == 0 && ReadLength == 0) || in I2cWriteRead()
26 (ReadLength != 0 && ReadBuffer == NULL) ) { in I2cWriteRead()
75 } else if (WriteLength==1 && ReadLength != 0) { in I2cWriteRead()
79 } else if (WriteLength==1 && ReadLength == 0) { in I2cWriteRead()
83 } else if (ReadLength > 1) { in I2cWriteRead()
85 ReadLength--; in I2cWriteRead()
86 } else if (ReadLength == 1) { in I2cWriteRead()
88 ReadLength--; in I2cWriteRead()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/CometlakeOpenBoardPkg/Library/PeiI2cAccessLib/
H A DPeiI2cAccessLib.c15 IN UINT8 ReadLength, in I2cWriteRead() argument
21 UINT8 ReadsNeeded = ReadLength; in I2cWriteRead()
24 if ((WriteLength == 0 && ReadLength == 0) || in I2cWriteRead()
26 (ReadLength != 0 && ReadBuffer == NULL) ) { in I2cWriteRead()
75 } else if (WriteLength==1 && ReadLength != 0) { in I2cWriteRead()
79 } else if (WriteLength==1 && ReadLength == 0) { in I2cWriteRead()
83 } else if (ReadLength > 1) { in I2cWriteRead()
85 ReadLength--; in I2cWriteRead()
86 } else if (ReadLength == 1) { in I2cWriteRead()
88 ReadLength--; in I2cWriteRead()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/
H A DPeiI2cAccessLib.c16 IN UINT8 ReadLength, in I2cWriteRead() argument
22 UINT8 ReadsNeeded = ReadLength; in I2cWriteRead()
25 if ((WriteLength == 0 && ReadLength == 0) || in I2cWriteRead()
27 (ReadLength != 0 && ReadBuffer == NULL) ) { in I2cWriteRead()
76 } else if (WriteLength==1 && ReadLength != 0) { in I2cWriteRead()
80 } else if (WriteLength==1 && ReadLength == 0) { in I2cWriteRead()
84 } else if (ReadLength > 1) { in I2cWriteRead()
86 ReadLength--; in I2cWriteRead()
87 } else if (ReadLength == 1) { in I2cWriteRead()
89 ReadLength--; in I2cWriteRead()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go167 length, rem, ok := ReadLength(d)
220 length, rem, ok := ReadLength(d)
252 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
282 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
310 length, rem, ok := ReadLength(d)
337 length, rem, ok := ReadLength(d)
362 length, rem, ok := ReadLength(d)
H A Dbsoncore.go285 length, rem, ok := ReadLength(src)
299 length, rem, ok = ReadLength(rem)
487 length, rem, ok := ReadLength(src)
619 length, _, ok = ReadLength(src)
621 length, _, ok = ReadLength(src)
626 length, _, ok = ReadLength(src)
635 length, _, ok = ReadLength(src)
694 func ReadLength(src []byte) (int32, []byte, bool) { return readi32(src) } func
774 l, rem, ok := ReadLength(src)
788 l, _, ok := ReadLength(src)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go167 length, rem, ok := ReadLength(d)
220 length, rem, ok := ReadLength(d)
252 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
282 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
310 length, rem, ok := ReadLength(d)
337 length, rem, ok := ReadLength(d)
362 length, rem, ok := ReadLength(d)
H A Dbsoncore.go285 length, rem, ok := ReadLength(src)
299 length, rem, ok = ReadLength(rem)
487 length, rem, ok := ReadLength(src)
619 length, _, ok = ReadLength(src)
621 length, _, ok = ReadLength(src)
626 length, _, ok = ReadLength(src)
635 length, _, ok = ReadLength(src)
694 func ReadLength(src []byte) (int32, []byte, bool) { return readi32(src) } func
774 l, rem, ok := ReadLength(src)
788 l, _, ok := ReadLength(src)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go167 length, rem, ok := ReadLength(d)
220 length, rem, ok := ReadLength(d)
252 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
282 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
310 length, rem, ok := ReadLength(d)
337 length, rem, ok := ReadLength(d)
362 length, rem, ok := ReadLength(d)
H A Dbsoncore.go285 length, rem, ok := ReadLength(src)
299 length, rem, ok = ReadLength(rem)
487 length, rem, ok := ReadLength(src)
619 length, _, ok = ReadLength(src)
621 length, _, ok = ReadLength(src)
626 length, _, ok = ReadLength(src)
635 length, _, ok = ReadLength(src)
694 func ReadLength(src []byte) (int32, []byte, bool) { return readi32(src) } func
774 l, rem, ok := ReadLength(src)
788 l, _, ok := ReadLength(src)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go170 length, rem, ok := ReadLength(d)
224 length, rem, ok := ReadLength(d)
256 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
286 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
314 length, rem, ok := ReadLength(d)
341 length, rem, ok := ReadLength(d)
366 length, rem, ok := ReadLength(d)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go170 length, rem, ok := ReadLength(d)
223 length, rem, ok := ReadLength(d)
255 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
285 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
313 length, rem, ok := ReadLength(d)
340 length, rem, ok := ReadLength(d)
365 length, rem, ok := ReadLength(d)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go170 length, rem, ok := ReadLength(d)
224 length, rem, ok := ReadLength(d)
256 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
286 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
314 length, rem, ok := ReadLength(d)
341 length, rem, ok := ReadLength(d)
366 length, rem, ok := ReadLength(d)
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go170 length, rem, ok := ReadLength(d)
223 length, rem, ok := ReadLength(d)
255 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
285 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
313 length, rem, ok := ReadLength(d)
340 length, rem, ok := ReadLength(d)
365 length, rem, ok := ReadLength(d)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go175 length, rem, ok := ReadLength(d)
233 length, rem, ok := ReadLength(b)
265 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
295 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
323 length, rem, ok := ReadLength(d)
354 length, rem, ok := ReadLength(b)
379 length, rem, ok := ReadLength(d)
H A Darray.go58 length, rem, _ := ReadLength(a) // We know we have enough bytes to read the length
91 length, rem, _ := ReadLength(a) // We know we have enough bytes to read the length
125 length, rem, ok := ReadLength(a)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go175 length, rem, ok := ReadLength(d)
233 length, rem, ok := ReadLength(b)
265 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
295 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
323 length, rem, ok := ReadLength(d)
354 length, rem, ok := ReadLength(b)
379 length, rem, ok := ReadLength(d)
H A Darray.go58 length, rem, _ := ReadLength(a) // We know we have enough bytes to read the length
91 length, rem, _ := ReadLength(a) // We know we have enough bytes to read the length
125 length, rem, ok := ReadLength(a)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go175 length, rem, ok := ReadLength(d)
233 length, rem, ok := ReadLength(b)
265 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
295 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
323 length, rem, ok := ReadLength(d)
354 length, rem, ok := ReadLength(b)
379 length, rem, ok := ReadLength(d)
/dports/www/gitea/gitea-1.16.5/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go175 length, rem, ok := ReadLength(d)
234 length, rem, ok := ReadLength(b)
266 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
296 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
324 length, rem, ok := ReadLength(d)
355 length, rem, ok := ReadLength(b)
380 length, rem, ok := ReadLength(d)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go175 length, rem, ok := ReadLength(d)
234 length, rem, ok := ReadLength(b)
266 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
296 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
324 length, rem, ok := ReadLength(d)
355 length, rem, ok := ReadLength(b)
380 length, rem, ok := ReadLength(d)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Ddocument.go170 length, rem, ok := ReadLength(d)
223 length, rem, ok := ReadLength(d)
255 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
285 length, rem, _ := ReadLength(d) // We know we have enough bytes to read the length
313 length, rem, ok := ReadLength(d)
340 length, rem, ok := ReadLength(d)
365 length, rem, ok := ReadLength(d)
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/QuarkPlatformPkg/Library/PlatformSecureLib/
H A DPlatformSecureLib.c33 UINTN ReadLength; in CheckResetButtonState() local
64 ReadLength = 1; in CheckResetButtonState()
69 &ReadLength, in CheckResetButtonState()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/QuarkPlatformPkg/Library/PlatformHelperLib/
H A DPlatformHelperLib.c242 UINTN ReadLength; in Pcal9555GetPortRegBit() local
273 ReadLength = 1; in Pcal9555GetPortRegBit()
278 &ReadLength, in Pcal9555GetPortRegBit()
298 UINTN ReadLength; in Pcal9555SetPortRegBit() local
329 ReadLength = 1; in Pcal9555SetPortRegBit()
334 &ReadLength, in Pcal9555SetPortRegBit()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
H A DI2cLib.c642 IN UINTN ReadLength
652 if (WriteLength > I2C_FIFO_SIZE || ReadLength > I2C_FIFO_SIZE) {
687 for (Index = 0; Index < ReadLength; Index++) {
691 if (Index == (ReadLength-1)) {
710 while ((Data != ReadLength) && (PollCount < MAX_T_POLL_COUNT)) {
738 for (Index = 0; Index < ReadLength; Index++) {
970 IN UINTN *ReadLength,
979 if (Buffer == NULL || WriteLength == NULL || ReadLength == NULL) {
992 Status = ReadMultipleByte (I2CAddress, Buffer, (*WriteLength), (*ReadLength));
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/
H A DNameValuePair.cs79 int name_length = ReadLength (data.ToReadOnlyList (), ref index); in NameValuePair()
80 int value_length = ReadLength (data.ToReadOnlyList (), ref index); in NameValuePair()
112 int name_length = ReadLength(data, ref index); in NameValuePair()
113 int value_length = ReadLength(data, ref index); in NameValuePair()
288 static int ReadLength (IReadOnlyList<byte> data, ref int index) in ReadLength() method

1234567891011