| /src/crypto/external/apache2/openssl/dist/crypto/ |
| asn1_dsa.c | 185 * were consumed. 222 * past the data that was consumed. 228 * Returns the number of bytes of input consumed or 0 if an error occurs. 232 * were consumed. 237 size_t consumed; local 250 consumed = PACKET_data(&pkt) - *ppin; 251 *ppin += consumed; 252 return consumed;
|
| asn1_dsa.c | 185 * were consumed. 222 * past the data that was consumed. 228 * Returns the number of bytes of input consumed or 0 if an error occurs. 232 * were consumed. 237 size_t consumed; local 250 consumed = PACKET_data(&pkt) - *ppin; 251 *ppin += consumed; 252 return consumed;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| asn1_dsa.c | 185 * were consumed. 221 * past the data that was consumed. 227 * Returns the number of bytes of input consumed or 0 if an error occurs. 231 * were consumed. 236 size_t consumed; local 249 consumed = PACKET_data(&pkt) - *ppin; 250 *ppin += consumed; 251 return consumed;
|
| asn1_dsa.c | 185 * were consumed. 221 * past the data that was consumed. 227 * Returns the number of bytes of input consumed or 0 if an error occurs. 231 * were consumed. 236 size_t consumed; local 249 consumed = PACKET_data(&pkt) - *ppin; 250 *ppin += consumed; 251 return consumed;
|
| /src/external/bsd/tre/dist/lib/ |
| regcomp.c | 53 size_t consumed; local 61 consumed = tre_mbrtowc(wcptr, regex, n, &state); 63 switch (consumed) 67 consumed = 1; 81 consumed = n; 84 regex += consumed; 85 n -= consumed;
|
| regcomp.c | 53 size_t consumed; local 61 consumed = tre_mbrtowc(wcptr, regex, n, &state); 63 switch (consumed) 67 consumed = 1; 81 consumed = n; 84 regex += consumed; 85 n -= consumed;
|
| /src/lib/libc/stdio/ |
| open_wmemstream.c | 130 ssize_t consumed, wlen; local 147 consumed = 0; 152 if (consumed == 0) { 163 consumed += len; 166 consumed += charlen; 174 fprintf(stderr, "WMS: write(%p, %zu) = %zd\n", ms, len, consumed); 176 return (consumed);
|
| open_wmemstream.c | 130 ssize_t consumed, wlen; local 147 consumed = 0; 152 if (consumed == 0) { 163 consumed += len; 166 consumed += charlen; 174 fprintf(stderr, "WMS: write(%p, %zu) = %zd\n", ms, len, consumed); 176 return (consumed);
|
| /src/tests/bin/df/ |
| getmntinfo.c | 67 const int *consumed, int consumedcnt) 78 used = total * consumed[j] / 100; 110 static const int consumed[] = { 0, 20, 60, 95, 100 }; local 114 consumed, sizeof(consumed) / sizeof(consumed[0])); 143 static const int consumed[] = { 0, 20, 60, 95, 100 }; local 147 consumed, sizeof(consumed) / sizeof(consumed[0])) [all...] |
| getmntinfo.c | 67 const int *consumed, int consumedcnt) 78 used = total * consumed[j] / 100; 110 static const int consumed[] = { 0, 20, 60, 95, 100 }; local 114 consumed, sizeof(consumed) / sizeof(consumed[0])); 143 static const int consumed[] = { 0, 20, 60, 95, 100 }; local 147 consumed, sizeof(consumed) / sizeof(consumed[0])) [all...] |
| /src/sys/arch/amd64/stand/prekern/ |
| prng.c | 208 size_t consumed; local 213 consumed = RNGDATA_SIZE - rng.nused; 214 memcpy(ptr, &rng.data[rng.nused], consumed); 220 memcpy(ptr + consumed, &rng.data[rng.nused], 221 sz - consumed); 223 rng.nused += (sz - consumed);
|
| prng.c | 208 size_t consumed; local 213 consumed = RNGDATA_SIZE - rng.nused; 214 memcpy(ptr, &rng.data[rng.nused], consumed); 220 memcpy(ptr + consumed, &rng.data[rng.nused], 221 sz - consumed); 223 rng.nused += (sz - consumed);
|
| /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/ |
| slh_wots.c | 36 size_t consumed = 0; local 38 for (consumed = 0; consumed < in_len; consumed++) {
|
| slh_wots.c | 36 size_t consumed = 0; local 38 for (consumed = 0; consumed < in_len; consumed++) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| Consumed.h | 1 //===- Consumed.h -----------------------------------------------*- C++ -*-===// 9 // A intra-procedural analysis for checking consumed properties. This is based, 39 namespace consumed { namespace in namespace:clang 115 /// Warn about use-while-consumed errors. 126 /// Warn about use-while-consumed errors. 167 /// Get the consumed state of a given variable. 170 /// Get the consumed state of a given temporary value. 191 /// Set the consumed state of a given variable. 194 /// Set the consumed state of a given temporary value. 259 /// Check a function's CFG for consumed violations [all...] |
| Consumed.h | 1 //===- Consumed.h -----------------------------------------------*- C++ -*-===// 9 // A intra-procedural analysis for checking consumed properties. This is based, 39 namespace consumed { namespace in namespace:clang 115 /// Warn about use-while-consumed errors. 126 /// Warn about use-while-consumed errors. 167 /// Get the consumed state of a given variable. 170 /// Get the consumed state of a given temporary value. 191 /// Set the consumed state of a given variable. 194 /// Set the consumed state of a given temporary value. 259 /// Check a function's CFG for consumed violations [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-dnssd.h | 54 bool consumed; member in struct:dns_service_event
|
| test-dnssd.h | 54 bool consumed; member in struct:dns_service_event
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-object.cc | 73 int consumed; local 83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1 84 && strlen (offset_p) == (unsigned int) consumed)
|
| lto-object.cc | 73 int consumed; local 83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1 84 && strlen (offset_p) == (unsigned int) consumed)
|
| /src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
| libgomp-gcn.h | 89 unsigned int consumed; member in struct:output
|
| libgomp-gcn.h | 89 unsigned int consumed; member in struct:output
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-object.cc | 73 int consumed; local 83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1 84 && strlen (offset_p) == (unsigned int) consumed)
|
| lto-object.cc | 73 int consumed; local 83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1 84 && strlen (offset_p) == (unsigned int) consumed)
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-pkcs11-helper.c | 156 u_int consumed; local 194 consumed = buf_len - sshbuf_len(iqueue); 195 if (msg_len < consumed) { 196 error("msg_len %d < consumed %d", msg_len, consumed); 199 if (msg_len > consumed) { 200 if ((r = sshbuf_consume(iqueue, msg_len - consumed)) != 0)
|