/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | calculate_time_consuming.cpp | 31 CalculateTimeConsuming::CalculateTimeConsuming(const size_t calPasteboardData, const int calPasteboardState) in CalculateTimeConsuming() 46 int CalculateTimeConsuming::CalculateData(size_t calPasteboardData) const in CalculateData() 67 size_t dataSize = calPasteboardData % M_BTYE; in CalculateData()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_key.cpp | 64 size_t pos = data.find(separator); in IsValid() 115 size_t dataLen = data.size(); in CheckCharacter() 116 for (size_t i = 0; i < dataLen; ++i) { in CheckCharacter()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | fixed_queue.h | 34 explicit FixedQueue(const size_t capacity = 20); 82 size_t capacity_ {20}; 88 FixedQueue<T>::FixedQueue(const size_t capacity) : capacity_(capacity) in FixedQueue()
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_descriptor_test.cpp | 127 size_t size = 1256; in HWTEST_F() 132 size_t size_test = 1212; in HWTEST_F() 157 size_t length = 16; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_font.h | 210 int OH_Drawing_FontCountText(OH_Drawing_Font*, const void* text, size_t byteLength, 277 OH_Drawing_ErrorCode OH_Drawing_FontMeasureText(const OH_Drawing_Font* font, const void* text, size_t byteLength, 554 OH_Drawing_ErrorCode OH_Drawing_FontGetTextPath(const OH_Drawing_Font* font, const void* text, size_t byteLength,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | bitmap.h | 78 bool ReadPixels(const ImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, 81 size_t ComputeByteSize() const; 145 bool InstallPixels(const ImageInfo& info, void* pixels, size_t rowBytes,
|
/third_party/elfutils/tests/ |
H A D | get-aranges.c | 58 size_t naranges; in main() 63 for (size_t i = 0; i < ntestaddr; ++i) in main() 97 for (size_t i = 0; i < naranges; ++i) in main()
|
H A D | dwarf-getmacros.c | 62 size_t nfiles; in mac() 70 const char *name = dwarf_filesrc (files, (size_t) w, NULL, NULL); in mac() 98 size_t paramcnt; in mac()
|
H A D | nvidia_extended_linemap_libdw.c | 53 size_t nlb; in main() 61 for (size_t i = 0; i < nlb; ++i) in main() 85 size_t idx; in main()
|
H A D | next_cfi.c | 115 size_t esize; in main() 126 size_t strndx = ehdr.e_shstrndx; in main() 134 char *name = elf_strptr (elf, strndx, (size_t) shdr.sh_name); in main()
|
H A D | next-lines.c | 53 size_t nlb; in main() 61 for (size_t i = 0; i < nlb; ++i) in main() 85 size_t idx; in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_internal.h | 75 size_t content_size; 85 size_t ref_offsets[CBS_MAX_REF_OFFSETS]; 100 size_t priv_data_size;
|
/third_party/curl/tests/libtest/ |
H A D | lib654.c | 44 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback()
|
H A D | lib555.c | 43 static size_t readcallback(char *ptr, in readcallback() 44 size_t size, in readcallback() 45 size_t nmemb, in readcallback()
|
/third_party/elfutils/libelf/ |
H A D | common.h | 40 determine_kind (void *buf, size_t len) in determine_kind() 68 allocate_elf (int fildes, void *map_address, int64_t offset, size_t maxsize, in allocate_elf() 69 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) in allocate_elf()
|
/third_party/eudev/src/shared/ |
H A D | time-util.c | 80 char *format_timespan(char *buf, size_t l, usec_t t, usec_t accuracy) { in format_timespan() 119 size_t n; in format_timespan() 177 n = MIN((size_t) k, l); in format_timespan()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.h | 65 size_t num, unsigned int ccsid); 86 const char *data, size_t datasize, 102 size_t index, unsigned int origin,
|
/third_party/curl/src/ |
H A D | tool_help.c | 80 size_t longopt = 5; in print_category() 81 size_t longdesc = 5; in print_category() 84 size_t len; in print_category()
|
H A D | tool_writeout_json.c | 41 int jsonquoted(const char *in, size_t len, in jsonquoted() 140 size_t a = header->amount; in headerJSON() 141 size_t i = 0; in headerJSON()
|
/third_party/curl/tests/http/clients/ |
H A D | ws-pingpong.c | 45 size_t sent; in ping() 57 size_t rlen; in recv_pong() 86 size_t sent; in websocket_close()
|
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 41 size_t ComputeAsciiEscapedSize(char ch) { in ComputeAsciiEscapedSize() 121 size_t escapes_size = 0; in EscapeJSONStringImpl() 137 static_cast<size_t>(std::numeric_limits<int32_t>::max())); in EscapeJSONStringImpl()
|
/third_party/gn/src/base/strings/ |
H A D | string_number_conversions.h | 88 bool StringToSizeT(std::string_view input, size_t* output); 89 bool StringToSizeT(std::u16string_view input, size_t* output); 98 // std::numeric_limits<size_t>::max() / 2 99 std::string HexEncode(const void* bytes, size_t size);
|
/third_party/glslang/StandAlone/ |
H A D | DirStackFileIncluder.h | 56 size_t inclusionDepth) override 63 size_t /*inclusionDepth*/) override 146 size_t last = path.find_last_of("/\\"); in getDirectory()
|
/third_party/alsa-lib/src/topology/ |
H A D | decoder.c | 21 size_t pos, in tplg_decode_template() 43 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags) in snd_tplg_decode() 47 size_t pos; in snd_tplg_decode()
|
/third_party/backends/backend/ |
H A D | epsonds.h | 57 #define XtOffset(p_type, field) ((size_t)&(((p_type)NULL)->field)) 176 size_t bsz; /* transfer buffer size */ 197 size_t netlen;
|