HomeSort by relevance Sort by last modified time
    Searched defs:list_size (Results 1 - 10 of 10) sorted by null

  /external/libusb/tests/
stress.c 60 ssize_t list_size = libusb_get_device_list(ctx, &device_list); local
61 if (list_size < 0 || device_list == NULL) {
64 i, -list_size, device_list);
90 ssize_t list_size = libusb_get_device_list(ctx, &(device_lists[i])); local
91 if (list_size < 0 || device_lists[i] == NULL) {
94 i, -list_size, device_lists[i]);
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
trt_plugin.cc 80 auto list_size = input_dim_list_.size(); local
81 std::memcpy(buffer, &list_size, sizeof(input_dim_list_.size()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 71 int list_size; local
80 list_size = PyList_Size( id_list );
81 for( idx = 0; idx < list_size; idx++ ) {
  /external/python/cpython2/Python/
dynload_beos.c 71 int list_size; local
80 list_size = PyList_Size( id_list );
81 for( idx = 0; idx < list_size; idx++ ) {
  /external/tensorflow/tensorflow/core/kernels/data/
shuffle_dataset_op.cc 288 int64 list_size; variable
291 &list_size));
292 buffer_[index] = std::vector<Tensor>(list_size);
293 for (int k = 0; k < list_size; ++k) {
  /external/tensorflow/tensorflow/c/
c_api.h 708 int64_t list_size; member in struct:TF_AttrMetadata
    [all...]
c_api_test.cc 2033 const size_t list_size = TF_ARRAYSIZE(list); local
2064 const size_t list_size = TF_ARRAYSIZE(list); local
2095 const size_t list_size = TF_ARRAYSIZE(list); local
2126 const size_t list_size = TF_ARRAYSIZE(list); local
2170 const size_t list_size = TF_ARRAYSIZE(list); local
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 1591 int list_size; local
1616 int list_size; local
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 1017 size_t list_size = reply.readUint32(); local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 1758 int compressed_size, i, list_size = meta_blocks * sizeof(long long); local
    [all...]

Completed in 1267 milliseconds