HomeSort by relevance Sort by last modified time
    Searched refs:excess (Results 1 - 23 of 23) sorted by null

  /external/boringssl/src/crypto/poly1305/
poly1305_test.cc 29 static void TestSIMD(unsigned excess, const std::vector<uint8_t> &key,
47 // Feed 128 + |excess| bytes to test SIMD mode.
48 if (done + 128 + excess > in.size()) {
51 CRYPTO_poly1305_update(&state, in.data() + done, 128 + excess);
52 done += 128 + excess;
54 // Feed |excess| bytes to ensure SIMD mode can handle short inputs.
55 if (done + excess > in.size()) {
58 CRYPTO_poly1305_update(&state, in.data() + done, excess);
59 done += excess;
68 EXPECT_EQ(Bytes(out), Bytes(mac)) << "SIMD pattern " << excess << " failed."
    [all...]
  /external/python/cpython2/Lib/
sunaudio.py 28 excess = hdr_size - 24
29 if excess < 0:
31 if excess > 0:
32 info = fp.read(excess)
  /external/iproute2/tc/
q_atm.c 43 fprintf(stderr, " [ hdr HEX... ] [ excess ( CLASSID | clp ) ] [ clip ]\n");
54 __u32 excess = 0; local
124 } else if (!strcmp(*argv,"excess")) {
126 if (!strcmp(*argv, "clp")) excess = 0;
127 else if (get_tc_classid(&excess, *argv)) {
172 if (excess) addattr_l(n, 1024, TCA_ATM_EXCESS, &excess, sizeof(excess));
211 __u32 excess; local
213 if (RTA_PAYLOAD(tb[TCA_ATM_EXCESS]) < sizeof(excess))
    [all...]
  /external/tensorflow/tensorflow/core/lib/core/
arena.cc 170 const uint32 excess = adjusted_block_size % adjusted_alignment; local
171 adjusted_block_size += (excess > 0 ? adjusted_alignment - excess : 0);
  /external/libopus/celt/
rate.c 440 opus_int32 excess, bit; local
449 excess = MAX32(bit-cap[j],0);
450 bits[j] = bit-excess;
492 excess = MAX32(0,bit-(C<<BITRES));
493 bits[j] = bit-excess;
501 if(excess > 0)
505 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]);
508 fine_priority[j] = extra_bits >= excess-balance;
509 excess -= extra_bits;
511 balance = excess;
    [all...]
  /external/curl/lib/
transfer.c 586 size_t excess = 0; /* excess bytes read */ local
705 "Excess found in a non pipelined read:"
706 " excess = %zd"
869 excess = (size_t)(k->bytecount + nread - k->maxdownload);
870 if(excess > 0 && !k->ignorebody) {
877 excess, data->state.up.path,
879 read_rewind(conn, excess);
883 "Excess found in a non pipelined read:"
884 " excess = %zu
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 537 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; local
538 if (excess > 0)
539 extra_repeat_overlap = excess / (n_copies * n_repeating);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 560 uint excess; /* number of bytes above pool alignment */ local
645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
646 if (excess != 0) {
648 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 527 uint excess; /* number of bytes above pool alignment */ local
602 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
603 if (excess != 0) {
605 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 560 uint excess; /* number of bytes above pool alignment */ local
645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
646 if (excess != 0) {
648 arenaobj->pool_address += POOL_SIZE - excess;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 552 for (int excess = 0; excess <= 2; excess++)
556 invalidUniformIndices.push_back(numActiveUniforms-1+excess);
561 expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 838 for (int excess = 0; excess <= 2; excess++)
842 invalidUniformIndices.push_back(numActiveUniforms-1+excess);
847 ctx.expectError(excess == 0 ? GL_NO_ERROR : GL_INVALID_VALUE);
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 1182 uint excess; \/* number of bytes above pool alignment *\/ local
    [all...]
  /build/make/tools/
fat16copy.py 678 excess = (grabbed - amount) / self.bytes_per_cluster
681 grabbed_zones[-1][1] - excess)
warn.py     [all...]
  /external/ImageMagick/MagickCore/
enhance.c 321 excess;
324 Compute total number of excess pixels.
329 excess=(ssize_t) histogram[i]-(ssize_t) clip_limit;
330 if (excess > 0)
331 cumulative_excess+=excess;
334 Clip histogram and redistribute excess pixels across all bins.
337 excess=(ssize_t) (clip_limit-step);
343 if ((ssize_t) histogram[i] > excess)
345 cumulative_excess-=histogram[i]-excess;
355 Redistribute remaining excess
316 excess; local
    [all...]
  /external/python/cpython3/Lib/email/
_header_value_parser.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 1574 unsigned excess = 4 * (ARM::R4 - reg); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 25222 sqlite3_int64 excess; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 25222 sqlite3_int64 excess; local
    [all...]

Completed in 9561 milliseconds