Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 25 of 73) sorted by relevance

123

/external/iproute2/tc/
Dq_atm.c54 __u32 excess = 0; in atm_parse_class_opt() local
126 if (!strcmp(*argv, "clp")) excess = 0; in atm_parse_class_opt()
127 else if (get_tc_classid(&excess, *argv)) { in atm_parse_class_opt()
172 if (excess) addattr_l(n, 1024, TCA_ATM_EXCESS, &excess, sizeof(excess)); in atm_parse_class_opt()
211 __u32 excess; in atm_print_opt() local
213 if (RTA_PAYLOAD(tb[TCA_ATM_EXCESS]) < sizeof(excess)) in atm_print_opt()
216 excess = rta_getattr_u32(tb[TCA_ATM_EXCESS]); in atm_print_opt()
217 if (!excess) fprintf(f, "excess clp "); in atm_print_opt()
221 print_tc_classid(buf, sizeof(buf), excess); in atm_print_opt()
/external/boringssl/src/crypto/poly1305/
Dpoly1305_test.cc29 static void TestSIMD(unsigned excess, const std::vector<uint8_t> &key, in TestSIMD() argument
48 if (done + 128 + excess > in.size()) { in TestSIMD()
51 CRYPTO_poly1305_update(&state, in.data() + done, 128 + excess); in TestSIMD()
52 done += 128 + excess; in TestSIMD()
55 if (done + excess > in.size()) { in TestSIMD()
58 CRYPTO_poly1305_update(&state, in.data() + done, excess); in TestSIMD()
59 done += excess; in TestSIMD()
68 EXPECT_EQ(Bytes(out), Bytes(mac)) << "SIMD pattern " << excess << " failed."; in TestSIMD()
/external/python/cpython2/Lib/
Dsunaudio.py28 excess = hdr_size - 24
29 if excess < 0:
31 if excess > 0:
32 info = fp.read(excess)
/external/libopus/celt/
Drate.c440 opus_int32 excess, bit; in interp_bits2pulses() local
449 excess = MAX32(bit-cap[j],0); in interp_bits2pulses()
450 bits[j] = bit-excess; in interp_bits2pulses()
492 excess = MAX32(0,bit-(C<<BITRES)); in interp_bits2pulses()
493 bits[j] = bit-excess; in interp_bits2pulses()
501 if(excess > 0) in interp_bits2pulses()
505 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses()
508 fine_priority[j] = extra_bits >= excess-balance; in interp_bits2pulses()
509 excess -= extra_bits; in interp_bits2pulses()
511 balance = excess; in interp_bits2pulses()
/external/tensorflow/tensorflow/core/lib/core/
Darena.cc170 const uint32 excess = adjusted_block_size % adjusted_alignment; in AllocNewBlock() local
171 adjusted_block_size += (excess > 0 ? adjusted_alignment - excess : 0); in AllocNewBlock()
/external/curl/lib/
Dtransfer.c439 size_t excess = 0; /* excess bytes read */ in readwrite_data() local
722 excess = (size_t)(k->bytecount + nread - k->maxdownload); in readwrite_data()
723 if(excess > 0 && !k->ignorebody) { in readwrite_data()
730 excess, data->state.path, in readwrite_data()
732 read_rewind(conn, excess); in readwrite_data()
741 excess, k->size, k->maxdownload, k->bytecount); in readwrite_data()
805 (excess > 0 && !conn->bits.stream_was_rewound)) { in readwrite_data()
808 nread = (ssize_t)excess; in readwrite_data()
/external/clang/test/SemaOpenCL/
Dvector_literals_invalid.cl10 int4 b = (int4)(1,2,3,4,5); // expected-error{{excess elements in vector}}
/external/pdfium/third_party/libtiff/
DREADME.pdfium20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc551 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch() local
552 if (excess > 0) in apply_stch()
553 extra_repeat_overlap = excess / (n_copies * n_repeating); in apply_stch()
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp552 for (int excess = 0; excess <= 2; excess++) in init()
556 invalidUniformIndices.push_back(numActiveUniforms-1+excess); in init()
561 expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in init()
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod81 =item B<--disable-excess-fp-precision>
83 Disable optimizations that may produce excess precision for floating point.
Dlli.pod101 =item B<-disable-excess-fp-precision>
/external/llvm/docs/CommandGuide/
Dllc.rst94 .. option:: --disable-excess-fp-precision
96 Disable optimizations that may produce excess precision for floating point.
Dlli.rst96 .. option:: -disable-excess-fp-precision
/external/python/cpython2/Objects/
Dobmalloc.c560 uint excess; /* number of bytes above pool alignment */ in new_arena() local
645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()
646 if (excess != 0) { in new_arena()
648 arenaobj->pool_address += POOL_SIZE - excess; in new_arena()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp838 for (int excess = 0; excess <= 2; excess++) in get_active_uniformsiv() local
842 invalidUniformIndices.push_back(numActiveUniforms-1+excess); in get_active_uniformsiv()
847 ctx.expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE); in get_active_uniformsiv()
/external/python/cpython3/Objects/
Dobmalloc.c1027 uint excess; /* number of bytes above pool alignment */ in new_arena() local
1106 excess = (uint)(arenaobj->address & POOL_SIZE_MASK); in new_arena()
1107 if (excess != 0) { in new_arena()
1109 arenaobj->pool_address += POOL_SIZE - excess; in new_arena()
/external/python/cpython3/Misc/
DSpecialBuilds.txt117 requesting a larger memory block, the new excess bytes are also filled with
120 is called requesting a smaller memory block, the excess old bytes are also
/external/python/cpython2/Misc/
DSpecialBuilds.txt113 requesting a larger memory block, the new excess bytes are also filled with
116 is called requesting a smaller memory block, the excess old bytes are also
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dparsing_scenarios.story319 Scenario: Parsing excess semicolons on CompilationUnit level should work
331 Scenario: Parsing excess semicolons in an AnnotationTypeDeclaration should work
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog686 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
698 testsuite/libffi.call/many_win32.c: Avoid spurious failure due to excess precision
701 to excess floating-point precision. Instrumenting it with some printf
708 to avoid excess precision, just simplify the floating-point computation
709 to avoid a dependency on potential excess precision.
715 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
718 excess floating-point precision. Instrumenting it with some printf
725 to avoid excess precision, just simplify the floating-point computation
726 to avoid a dependency on potential excess precision.
3995 * testsuite/libffi.call/float2.c: Fix dg-excess-errors.
/external/python/cpython3/Modules/_ctypes/libffi/
DChangeLog686 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
698 testsuite/libffi.call/many_win32.c: Avoid spurious failure due to excess precision
701 to excess floating-point precision. Instrumenting it with some printf
708 to avoid excess precision, just simplify the floating-point computation
709 to avoid a dependency on potential excess precision.
715 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
718 excess floating-point precision. Instrumenting it with some printf
725 to avoid excess precision, just simplify the floating-point computation
726 to avoid a dependency on potential excess precision.
3995 * testsuite/libffi.call/float2.c: Fix dg-excess-errors.
/external/libchrome/
DSConstruct20 # the required order). The split between them is purely to reduce excess
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst524 receiving any excess positional parameters, defaulting to the empty tuple. If
526 receiving any excess keyword arguments, defaulting to a new empty dictionary.
Dexpressions.rst739 containing the excess positional arguments (or an empty tuple if there were no
740 excess positional arguments).
745 dictionary containing the excess keyword arguments (using the keywords as keys
747 there were no excess keyword arguments.

123