HomeSort by: relevance | last modified time | path
    Searched refs:consumed (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /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...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-update-after-remove.c 49 regrec_1->consumed = true;
53 regrec_2->consumed = true;
69 reg->consumed = true;
75 rrcb_1->consumed = true;
80 rrcb_2->consumed = true;
86 regcb->consumed = true;
88 // We should now have consumed all of the events.
99 regrec_1->consumed = true;
103 regrec_2->consumed = true;
119 reg->consumed = true
    [all...]
single-srpl-update.c 44 regrec_1->consumed = true;
48 regrec_2->consumed = true;
64 reg->consumed = true;
70 rrcb_1->consumed = true;
75 rrcb_2->consumed = true;
81 regcb->consumed = true;
83 // We should now have consumed all of the events.
srpl-host-0i-2s.c 48 regrec_1->consumed = true;
52 regrec_2->consumed = true;
66 rrcb_1->consumed = true;
71 rrcb_2->consumed = true;
73 // We should now have consumed all of the events.
87 regrec_1->consumed = true;
91 regrec_2->consumed = true;
105 rrcb_1->consumed = true;
110 rrcb_2->consumed = true;
112 // We should now have consumed all of the events
    [all...]
srpl-lease-time.c 48 regrec_1->consumed = true;
52 regrec_2->consumed = true;
68 reg->consumed = true;
74 rrcb_1->consumed = true;
79 rrcb_2->consumed = true;
85 regcb->consumed = true;
87 // We should now have consumed all of the events.
115 regrec_1->consumed = true;
119 regrec_2->consumed = true;
135 reg->consumed = true
    [all...]
srpl-cycle-through-peers.c 51 regrec_1->consumed = true;
55 regrec_2->consumed = true;
71 reg->consumed = true;
77 rrcb_1->consumed = true;
82 rrcb_2->consumed = true;
88 regcb->consumed = true;
94 remove_rec1->consumed = true;
98 remove_rec2->consumed = true;
102 remove_instance->consumed = true;
104 // We should now have consumed all of the events
    [all...]
srpl-host-2i.c 70 reg->consumed = true;
78 regcb->consumed = true;
93 regrec_1->consumed = true;
97 regrec_2->consumed = true;
112 rrcb_1->consumed = true;
117 rrcb_2->consumed = true;
130 // We should now have consumed all of the events.
srpl-host-2ir.c 46 regrec_1->consumed = true;
50 regrec_2->consumed = true;
68 reg2->consumed = true;
74 rrcb_1->consumed = true;
79 rrcb_2->consumed = true;
85 regcb2->consumed = true;
87 // We should now have consumed all of the events.
  /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;
  /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);
  /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);
  /src/tests/kernel/
h_segv.c 238 goto consumed;
244 goto consumed;
250 consumed:
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 523 //! \param[out] consumed On exit, this points to the number of cipher blocks that were occupied
534 EncoreBootImage::BootCommand * EncoreBootImage::BootCommand::createFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed)
566 command->initFromData(blocks, count, consumed);
694 //! \param[out] consumed On exit, this points to the number of cipher blocks that were occupied
699 void EncoreBootImage::NopCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed)
705 *consumed = 1;
740 //! \param[out] consumed On exit, this points to the number of cipher blocks that were occupied
745 void EncoreBootImage::TagCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed)
757 *consumed = 1;
794 //! \param[out] consumed On exit, this points to the number of cipher blocks that were occupie
1271 unsigned consumed; local
    [all...]
EncoreBootImage.h 329 static BootCommand * createFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
347 //! \param[out] consumed On exit, this points to the number of cipher blocks that were occupied
350 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed)=0;
425 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
453 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
495 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
559 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
607 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
641 virtual void initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-gw.h 43 bool consumed; member in struct:__anon3710
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-dnssd.h 54 bool consumed; member in struct:dns_service_event
  /src/usr.bin/nl/
nl.c 279 int consumed; /* intbuffer measurement */ local
333 consumed = snprintf(intbuffer, intbuffersize, format,
336 intbuffer + max(0, consumed - width), sep);
  /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)
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 1 //===- Consumed.cpp -------------------------------------------------------===//
9 // A intra-procedural analysis for checking consumed properties. This is based,
14 #include "clang/Analysis/Analyses/Consumed.h"
56 using namespace consumed;
131 case CallableWhenAttr::Consumed:
204 case ConsumableAttr::Consumed:
217 case ParamTypestateAttr::Consumed:
230 case ReturnTypestateAttr::Consumed:
242 case SetTypestateAttr::Consumed:
250 case consumed::CS_None
286 namespace consumed { namespace in namespace:clang
457 namespace consumed { namespace in namespace:clang
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
uuid.d 1377 size_t consumed;
1392 consumed += skip();
1395 parserError(consumed, UUIDParsingException.Reason.tooLittle, "Insufficient Input");
1406 parserError(consumed, UUIDParsingException.Reason.invalidChar, "Unexpected '-'");
1410 consumed++;
1414 parserError(consumed, UUIDParsingException.Reason.invalidChar,
1421 consumed += 2;
1426 parserError(consumed, UUIDParsingException.Reason.tooLittle,
1440 parserError(consumed, UUIDParsingException.Reason.tooLittle,
1458 parserError(consumed, UUIDParsingException.Reason.invalidChar
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 653 size_t consumed; /* SHARED - set0 by mtctx, then modified by worker AND read by mtctx */ member in struct:__anon6319
763 job->consumed = chunkSize * chunkNb;
801 job->consumed = job->src.size; /* when job->consumed == job->src.size , compression job is presumed completed */
870 unsigned long long consumed; member in struct:ZSTDMT_CCtx_s
1019 while (mtctx->jobs[jobID].consumed < mtctx->jobs[jobID].src.size) {
1094 * tells how much data has been consumed (input) and produced (output) for current frame.
1101 fps.ingested = mtctx->consumed + mtctx->inBuff.filled;
1102 fps.consumed = mtctx->consumed;
1551 size_t consumed; local
    [all...]
  /src/external/bsd/tcpdump/dist/
print-babel.c 202 /* Return number of octets consumed from the input buffer (not the prefix length
211 int consumed = 0; local
237 consumed = pb - omitted;
249 consumed = pb - omitted;
258 consumed = pb - 8;
266 return 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...]
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 513 unsigned int consumed; member in struct:kernargs::output
524 We print all entries from "consumed" to the next entry without a "written"
527 if "next_output" wraps (becomes smaller than "consumed"). */
534 unsigned int from = __atomic_load_n (&kernargs->output_data.consumed,
574 __atomic_store_n (&kernargs->output_data.consumed, i+1,
715 kernargs->output_data.consumed = 0;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1183 int consumed; local
1186 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1187 && strlen (p) == (unsigned int) consumed)
1463 int consumed; local
1476 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1477 && strlen (p) == (unsigned int) consumed)
1754 int fd, consumed; local
1760 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1761 && strlen (p) == (unsigned int) consumed)

Completed in 69 milliseconds

1 2 3 4