Home
last modified time | relevance | path

Searched refs:exceed (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/iproute2/examples/diffserv/
DREADME45 if !exceed meter1 tag as AF41
47 if !exceed meter2 tag as AF42
49 if !exceed meter 3 tag as AF43
55 if !exceed meter 5 tag as AF43
81 if (!exceed meter1) break;
83 if (!exceed meter2) {
88 if (!exceed meter3) {
94 if (!exceed meter4) tag as BE;
Dregression-testing37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2
53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
63 Metering: Allocated throughput should not exceed CIR1 + CIR2
68 Metering: Allocated throughput should not exceed CIR1
84 The data throughput should not exceed 2*CIR1 + 2*CIR2
86 The data throughput should not exceed 2*CIR1 + 5*CIR2
105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR2
[all …]
/external/libchrome/base/containers/
Dspan_unittest.nc113 …EDING_COUNT_DISALLOWED) // [r"fatal error: static_assert failed \"Count must not exceed Extent\""]
115 // Static first called on a span with static extent must not exceed the size.
122 …EDING_COUNT_DISALLOWED) // [r"fatal error: static_assert failed \"Count must not exceed Extent\""]
124 // Static last called on a span with static extent must not exceed the size.
131 …ING_OFFSET_DISALLOWED) // [r"fatal error: static_assert failed \"Offset must not exceed Extent\""]
133 // Static subspan called on a span with static extent must not exceed the size.
140 …NT_DISALLOWED) // [r"fatal error: static_assert failed \"Count must not exceed Extent - Offset\""]
142 // Static subspan called on a span with static extent must not exceed the size.
/external/ltp/runtest/
Dquickhit279 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
300 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
306 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
316 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
322 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
336 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum
/external/mesa3d/src/amd/addrlib/gfx9/
Dcoord.cpp310 BOOL_32 exceed = FALSE; in exceedRange() local
311 for (UINT_32 i = 0; (i < num_coords) && (exceed == FALSE); i++) in exceedRange()
338 exceed = ((1u << m_coord[i].getord()) <= subject); in exceedRange()
341 return exceed; in exceedRange()
/external/u-boot/arch/x86/cpu/tangier/
DKconfig28 Note this size must not exceed eSRAM's total size.
/external/autotest/client/tests/fs_mark/
Dcontrol11 the number of synchronous (single threaded) operations/sec will exceed the
/external/libchrome/mojo/public/mojom/base/
Dbig_string.mojom13 // string may realistically exceed 64 kB in size. This string is safe to store
Dstring16.mojom21 // string may realistically exceed 64 kB in size. This string is safe to store
/external/nanopb-c/docs/
Dsecurity.rst58 - The *count* fields of arrays will not exceed the array size.
59 - The *size* field of bytes will not exceed the allocated size.
/external/grpc-grpc/third_party/nanopb/docs/
Dsecurity.rst58 - The *count* fields of arrays will not exceed the array size.
59 - The *size* field of bytes will not exceed the allocated size.
/external/libmpeg2/common/arm/
Dideint_cac_a9.s95 @ Pack q0 and q1 into a single register (sum does not exceed 16bits)
122 @ Pack q2 and q3 into a single register (sum does not exceed 16bits)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfastcc_stacksize.ll3 ; Paramater Save Area is not needed if number of parameter does not exceed
74 ; Verify Paramater Save Area is allocated if parameter exceed the number that
/external/iptables/extensions/
Dlibxt_hashlimit.man22 the amount of bytes that can exceed the given rate. This option should be used
75 "hosts that exceed 512kbyte/s, but permit up to 1Megabytes without matching"
/external/iproute2/doc/actions/
Dactions-general113 - It is then metered to make sure it does not exceed its allocated rate of
114 1Kbps. If it doesnt exceed rate, this is where we terminate action execution.
116 - If it does exceed its rate, its "color" changes to a mark of 2 and it is
148 # doesnt exceed that rate, this is where we stop, if it exceeds we
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dmem-ops-sub.ll2 ; Test that we do not exceed #u5 in memops.
Dmem-ops-sub_i16_01.ll2 ; Test that we do not exceed #u5 in memops.
/external/llvm/test/Transforms/LoopUnroll/
Dpartial-unroll-const-bounds.ll3 ; The Loop TripCount is 9. However unroll factors 3 or 9 exceed given threshold.
/external/iproute2/tc/
DREADME.last23 Besides that, it will misbehave, when delays exceed 2 seconds
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dreg-usage.ll10 ; register usage doesn't exceed 16.
46 ; it will not have vector version and the vector register usage will not exceed the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dpartial-unroll-const-bounds.ll7 ; The Loop TripCount is 9. However unroll factors 3 or 9 exceed given threshold.
/external/bcc/tools/
Dmysqld_qslower_example.txt5 exceed a latency (query time) threshold. By default a threshold of 1 ms is
/external/lzma/DOC/
DMethods.txt8 The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes).
/external/u-boot/drivers/clk/at91/
DKconfig46 exceed 83 MHz, else it is to be configured as MCK/2.
/external/fec/
Dsse2bfly27.s125 # largest branch metric is 30, that means we don't want any to exceed 225

12345678910