/test/xts/acts/ai/nncore/opstest/src/ |
H A D | clip_test.cpp | 396 for (size_t i = 0; i < graphArgs.operands.size(); i++) {
in HWTEST_F() 432 for (size_t i = 0; i < graphArgs.operands.size(); i++) {
in HWTEST_F() 467 for (size_t i = 0; i < graphArgs.operands.size(); i++) {
in HWTEST_F()
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeFontTest.cpp | 1828 const size_t byteLength = 3; in HWTEST_F() 1864 const size_t byteLength = 3; in HWTEST_F() 1906 const size_t byteLength = 3; in HWTEST_F()
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
H A D | audio_capture_common_test.cpp | 785 size_t index = 1;
in HWTEST_F() 795 size_t indexAttr = strGetValue.find("attr-frame-count");
in HWTEST_F() 796 size_t indexFlag = strGetValue.rfind(";");
in HWTEST_F()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 114 ssize_t (*read_f)(int fd, void *buffer, size_t n); 115 void *(*mmap_f)(void *start, size_t length, int prot, int flags, int fd, int64_t offset); 116 int (*munmap_f)(void *_start, size_t length);
|
/third_party/ffmpeg/libavformat/ |
H A D | concatdec.c | 121 size_t url_len; in add_file() 143 size_t n = FFMAX(*nb_files_alloc * 2, 16); in add_file() 799 size_t metadata_len; in concat_read_packet()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 794 size_t len = strlen(implicitCounterName); 1064 void addSourceText(const char* text, size_t len) { sourceText.append(text, len); } 1067 void addIncludeText(const char* name, const char* text, size_t len) { includeText[name].assign(text,len); }
|
/third_party/glslang/glslang/Include/ |
H A D | ConstantUnion.h | 903 TConstUnion& operator[](size_t index) { return (*unionArray)[index]; } in operator []() 904 const TConstUnion& operator[](size_t index) const { return (*unionArray)[index]; } in operator []() 923 for (size_t comp = 0; comp < unionArray->size(); ++comp) in dot()
|
/third_party/backends/backend/ |
H A D | dc240.c | 816 size_t len; in sane_init() 1327 src->pub.next_input_byte += (size_t) num_bytes; in jpeg_skip_input_data() 1328 src->pub.bytes_in_buffer -= (size_t) num_bytes; in jpeg_skip_input_data()
|
H A D | hp5400_internal.c | 169 size_t iterCount = 10; in GetSensors() 1291 size_t i; in InitScan2() 1327 size_t i; in InitScan2()
|
H A D | microtek2.h | 932 size_t n_control_bytes; /* for read_control_bits; the */ 1137 size_t n_control_bytes; /* for READ CONTROL BITS */ 1265 static size_t
|
H A D | p5_device.c | 867 read_line (P5_Device * dev, uint8_t * data, size_t length, int ltr, in read_line() 1299 size_t size; in restore_calibration() 1368 size_t size; in save_calibration()
|
H A D | gphoto2.c | 667 size_t len; in sane_init() 1365 src->pub.next_input_byte += (size_t) num_bytes; in jpeg_skip_input_data() 1366 src->pub.bytes_in_buffer -= (size_t) num_bytes; in jpeg_skip_input_data()
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 84 size_t size; 224 size_t size; in scanner_do_scsi_inquiry() 1171 size_t dev_list_size; in build_scsi_dev_list()
|
/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 37 size_t /* O - Length of string */ 40 size_t size) /* I - Size of destination string buffer */ in _strlcpy() 42 size_t srclen; /* Length of source string */ in _strlcpy()
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 148 for (size_t i = 0; i < std::size(kSourceTypeForExt); ++i) { in GetSourceType() 861 size_t basename_offset = FindFilenameOffset(output_name); in AddNativeTarget() 865 size_t ext_offset = FindExtensionOffset(output_basename); in AddNativeTarget()
|
H A D | visual_studio_writer.cc | 857 size_t common_prefix_len = 0; in ResolveSolutionFolders() 858 size_t max_common_length = in ResolveSolutionFolders() 860 size_t i; in ResolveSolutionFolders()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 1204 untyped_actions_[static_cast<size_t>(count - 1)]) 1673 const size_t count = untyped_expectations_.size(); 1678 for (size_t i = 0; i < count; i++) {
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1167 GTEST_API_ size_t GetFileSize(FILE* file); 1904 GTEST_API_ size_t GetThreadCount(); 2196 template <size_t size>
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 94 size_t size = str->len; in fconfig_get_string() 1076 int fconfig_handle_read(struct usb_handle *handle, void *buffer, size_t len) in fconfig_handle_read() 1095 int fconfig_handle_write(struct usb_handle *handle, void *buffer, size_t len) in fconfig_handle_write()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_NOPs.cpp | 562 template <std::size_t N> 578 template <std::size_t N> 591 template <std::size_t N>
|
/third_party/libcoap/src/ |
H A D | coap_subscribe.c | 57 size_t data_len; in coap_persist_observe_add() 180 size_t info_buf_len = oscore_info->length; in coap_persist_observe_add() 181 size_t ret = 0; in coap_persist_observe_add()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-function-object.c | 50 byte_p += ((size_t) bytecode_header_p->size) << JMEM_ALIGNMENT_LOG; in ecma_op_resource_name() 228 size_t function_object_size = sizeof (ecma_extended_object_t); in ecma_op_create_function_object() 447 size_t arrow_function_object_size = sizeof (ecma_arrow_function_t); in ecma_op_create_arrow_function_object()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 869 std::array<size_t, 4> LiveRangeMap::sizes() const 871 std::array<size_t, 4> result; 908 for(size_t j = 0; j < comp.size(); ++j)
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.c | 662 size_t len; in intel_spec_load_filename() 734 size_t filename_len = strlen(path) + 20; in intel_spec_load_from_path() 737 ASSERTED size_t len = snprintf(filename, filename_len, "%s/gen%i.xml", in intel_spec_load_from_path()
|
/third_party/node/src/ |
H A D | node.h | 220 # include <sys/types.h> // size_t, ssize_t 919 size_t len, 926 size_t len); 935 size_t buflen,
|