HomeSort by relevance Sort by last modified time
    Searched refs:b_size (Results 1 - 25 of 49) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/
util.cc 38 bool EqualArrayAndTfLiteIntArray(const TfLiteIntArray* a, const int b_size,
41 if (a->size != b_size) return false;
util.h 49 // The caller must guarantee that 'b' has at least 'b_size' elements.
50 bool EqualArrayAndTfLiteIntArray(const TfLiteIntArray* a, const int b_size,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; local
198 b_size = 8;
204 b_size = 16;
287 rec_y += b_size;
299 rec_y = rec + width * b_size;
308 k = b_size;
384 rec_y += b_size;
388 rec_y += ((b_size - 1) * width);
399 offset = width * b_size - b_size;
    [all...]
  /external/tensorflow/tensorflow/lite/c/
c_api_internal.c 34 int TfLiteIntArrayEqualsArray(TfLiteIntArray* a, int b_size, int b_data[]) {
35 if (a == NULL) return (b_size == 0);
36 if (a->size != b_size) return 0;
c_api_internal.h 95 int TfLiteIntArrayEqualsArray(TfLiteIntArray* a, int b_size, int b_data[]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 11 Py_ssize_t b_size; member in struct:__anon5472
32 *size = self->b_size;
87 if (self->b_size == Py_END_OF_BUFFER)
90 *size = self->b_size;
122 b->b_size = size;
141 if (b->b_size != Py_END_OF_BUFFER) {
142 Py_ssize_t base_size = b->b_size - offset;
222 b->b_size = size;
295 self->b_size,
302 self->b_size,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 11 Py_ssize_t b_size; member in struct:__anon5817
32 *size = self->b_size;
87 if (self->b_size == Py_END_OF_BUFFER)
90 *size = self->b_size;
122 b->b_size = size;
141 if (b->b_size != Py_END_OF_BUFFER) {
142 Py_ssize_t base_size = b->b_size - offset;
222 b->b_size = size;
295 self->b_size,
302 self->b_size,
    [all...]
  /external/python/cpython2/Objects/
bufferobject.c 11 Py_ssize_t b_size; member in struct:__anon36821
32 *size = self->b_size;
87 if (self->b_size == Py_END_OF_BUFFER)
90 *size = self->b_size;
122 b->b_size = size;
141 if (b->b_size != Py_END_OF_BUFFER) {
142 Py_ssize_t base_size = b->b_size - offset;
222 b->b_size = size;
295 self->b_size,
302 self->b_size,
    [all...]
  /external/libvpx/libvpx/test/
predict_test.cc 112 const int b_size = (b_stride * b_height) + b_width; local
113 const uint8_t *b_end = b + b_size;
144 for (int pixel = static_cast<int>(b - a + b_size); pixel < a_size;
  /external/vixl/src/
pool-manager-impl.h 354 int b_size = b.label_base_->GetPoolObjectSizeInBytes(); local
355 if (a_size != b_size) return (a_size < b_size);
  /external/e2fsprogs/e2fsck/
jfs_user.h 49 int b_size; member in struct:buffer_head
recovery.c 384 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size);
396 obh->b_size);
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 89 Py_ssize_t b_size; /* size of memory block in bytes */ member in struct:tagCDataObject
119 Py_ssize_t b_size; /* size of memory block in bytes */ member in struct:__anon36575
_ctypes.c 464 parg->size = self->b_size;
    [all...]
callproc.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 49 Py_ssize_t b_size; /* size of memory block in bytes */ member in struct:tagCDataObject
79 Py_ssize_t b_size; /* size of memory block in bytes */ member in struct:__anon37194
_ctypes.c 421 parg->size = self->b_size;
    [all...]
callproc.c     [all...]
  /external/curl/lib/
ftplistparser.c 369 parser->file_data->info.b_size = FTP_BUFFER_ALLOCSIZE;
378 if(finfo->b_used >= finfo->b_size - 1) {
381 finfo->b_size + FTP_BUFFER_ALLOCSIZE);
383 finfo->b_size += FTP_BUFFER_ALLOCSIZE;
  /external/libnetfilter_conntrack/src/conntrack/
build.c 443 unsigned int b_size = b->words * sizeof(b->bits[0]); local
449 b_size);
453 if (b_size == (b->words * sizeof(b->bits[0])))
458 b_size);
  /external/e2fsprogs/debugfs/
recovery.c 384 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size);
396 obh->b_size);
  /external/tensorflow/tensorflow/compiler/xla/service/
triangular_solve_expander.cc 374 int64 b_size = b_shape.dimensions(i);
375 if (a_size != b_size) {
  /external/tensorflow/tensorflow/core/framework/
attr_value_util.cc 236 } else if (attr_value.list().b_size() > 0) {
237 for (int i = 0; i < attr_value.list().b_size(); ++i) {
  /external/epid-sdk/epid/common/math/src/
finitefield.c 1104 int b_size = 0; local
1111 sts = ippsGetSize_BN(b[i]->ipp_bn, &b_size);
1115 b_size *= (sizeof(Ipp32u) * CHAR_BIT);
1116 if (b_size > exp_bit_size) {
1117 exp_bit_size = b_size;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]

Completed in 1014 milliseconds

1 2