/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 69 size_t i; in hwaddr_parse() 197 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() 199 size_t i; in hexstr2bin() 215 void bin2hexstr(const unsigned char* bin, size_t bin_len, char* hexstr, size_t hexstr_len) in bin2hexstr() 217 size_t hexstr_index = 0; in bin2hexstr() 218 for (size_t i = 0; i < bin_len; i++) { in bin2hexstr() 230 int hwaddr_mask_txt(char *buf, size_t len, const u8 *addr, const u8 *mask) in hwaddr_mask_txt() 232 size_t i; in hwaddr_mask_txt() 263 void inc_byte_array(u8 *counter, size_t le [all...] |
/third_party/opencl-headers/CL/ |
H A D | cl_ext.h | 127 size_t src_offset, 128 size_t dst_offset, 129 size_t size, 141 const size_t* src_origin, 142 const size_t* dst_origin, 143 const size_t* region, 144 size_t src_row_pitch, 145 size_t src_slice_pitch, 146 size_t dst_row_pitch, 147 size_t dst_slice_pitc [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.h | 51 size_t offset; 53 size_t committed_size; 59 size_t min_buffer_size; 66 size_t total_committed_size; 69 size_t current_buffer_size; 115 size_t min_size); 144 static inline size_t 150 size_t len = enc->total_committed_size; in vn_cs_encoder_get_len() 159 vn_cs_encoder_reserve_internal(struct vn_cs_encoder *enc, size_t size); 165 vn_cs_encoder_reserve(struct vn_cs_encoder *enc, size_t siz [all...] |
/third_party/lz4/ossfuzz/ |
H A D | round_trip_frame_uncompressed_fuzzer.c | 19 size_t dstCapacity, size_t readSize) { in decompress() 20 size_t ret = 1; in decompress() 28 size_t dstSize = dstCapacity; in decompress() 29 size_t srcSize = (const char *) srcEnd - (const char *) srcPtr; in decompress() 43 static void compress_round_trip(const uint8_t *data, size_t size, in compress_round_trip() 48 size_t const uncompressedOffsetSeed = FUZZ_dataProducer_retrieve32(producer); in compress_round_trip() 49 size_t const uncompressedEndOffsetSeed = FUZZ_dataProducer_retrieve32(producer); in compress_round_trip() 52 size_t const uncompressedOffset = FUZZ_getRange_from_uint32(uncompressedOffsetSeed, 0, size); in compress_round_trip() 53 size_t cons in compress_round_trip() [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ctr128.c | 16 typedef size_t size_t_aX __attribute((__aligned__(1))); 18 typedef size_t size_t_aX; 42 size_t *data, c, d, n; in ctr128_inc_aligned() 45 if (IS_LITTLE_ENDIAN || ((size_t)counter % sizeof(size_t)) != 0) { in ctr128_inc_aligned() 50 data = (size_t *)counter; in ctr128_inc_aligned() 52 n = 16 / sizeof(size_t); in ctr128_inc_aligned() 57 c = ((d - c) & ~d) >> (sizeof(size_t) * 8 - 1); in ctr128_inc_aligned() 74 size_t len, const void *key, in CRYPTO_ctr128_encrypt() 80 size_t in CRYPTO_ctr128_encrypt() [all...] |
/third_party/openssl/crypto/modes/ |
H A D | ctr128.c | 16 typedef size_t size_t_aX __attribute((__aligned__(1))); 18 typedef size_t size_t_aX; 42 size_t *data, c, d, n; in ctr128_inc_aligned() 45 if (IS_LITTLE_ENDIAN || ((size_t)counter % sizeof(size_t)) != 0) { in ctr128_inc_aligned() 50 data = (size_t *)counter; in ctr128_inc_aligned() 52 n = 16 / sizeof(size_t); in ctr128_inc_aligned() 57 c = ((d - c) & ~d) >> (sizeof(size_t) * 8 - 1); in ctr128_inc_aligned() 74 size_t len, const void *key, in CRYPTO_ctr128_encrypt() 80 size_t in CRYPTO_ctr128_encrypt() [all...] |
/third_party/skia/src/core/ |
H A D | SkScalerCache.h | 30 SkGlyphDigest(size_t i, const SkGlyph& glyph) in SkGlyphDigest() 62 std::tuple<SkGlyph*, size_t> mergeGlyphAndImage( 66 std::tuple<const SkPath*, size_t> mergePath( 82 std::tuple<SkSpan<const SkGlyph*>, size_t> metrics( 85 std::tuple<SkSpan<const SkGlyph*>, size_t> preparePaths( 88 std::tuple<SkSpan<const SkGlyph*>, size_t> prepareImages( 91 size_t prepareForDrawingMasksCPU(SkDrawableGlyphBuffer* drawables) SK_EXCLUDES(fMu); 98 size_t prepareForMaskDrawing( 101 size_t prepareForSDFTDrawing( 104 size_t prepareForPathDrawin [all...] |
H A D | SkOpts.h | 30 extern void (*blit_mask_d32_a8)(SkPMColor*, size_t, const SkAlpha*, size_t, SkColor, int, int); 53 extern void (*rect_memset16)(uint16_t[], uint16_t, int, size_t, int); 54 extern void (*rect_memset32)(uint32_t[], uint32_t, int, size_t, int); 55 extern void (*rect_memset64)(uint64_t[], uint64_t, int, size_t, int); 59 static inline uint32_t hash(const void* data, size_t bytes, uint32_t seed=0) { in hash() 76 extern void (*start_pipeline_highp)(size_t,size_t,size_t,size_t, voi [all...] |
/third_party/musl/src/time/ |
H A D | __map_file.c | 8 static const size_t index_offset_offset = 12; 9 static const size_t data_offset_offset = 16; 10 static const size_t per_index_size = 48; 12 const char unsigned *__map_file(const char *pathname, size_t *size) in __map_file() 33 static size_t convert_byte_to_size_t(const unsigned char *map) in convert_byte_to_size_t() 35 /* Parse 4 continue bytes to size_t. 0, 1, 2, 3 is the index of bytes, 24, 16, 8 is the offset of byte in size_t*/ in convert_byte_to_size_t() 36 return ((size_t)map[0] << 24) + ((size_t)map[1] << 16) + ((size_t)ma in convert_byte_to_size_t() [all...] |
/third_party/node/deps/v8/src/heap/base/ |
H A D | active-system-pages.cc | 15 size_t ActiveSystemPages::Init(size_t header_size, size_t page_size_bits, in Init() 16 size_t user_page_size) { in Init() 18 size_t page_size = 1 << page_size_bits; in Init() 26 size_t ActiveSystemPages::Add(uintptr_t start, uintptr_t end, in Add() 27 size_t page_size_bits) { in Add() 28 const size_t page_size = 1 << page_size_bits; in Add() 51 size_t ActiveSystemPages::Reduce(ActiveSystemPages updated_value) { in Reduce() 58 size_t ActiveSystemPage [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | sm2.h | 31 const size_t id_len, 40 const size_t id_len, 41 const uint8_t *msg, size_t msg_len); 47 const size_t id_len, 48 const uint8_t *msg, size_t msg_len); 68 size_t msg_len, size_t *ct_size); 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, 71 size_t *pt_size); 75 const uint8_t *msg, size_t msg_le [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | BufferVk.cpp | 30 constexpr size_t kBufferSizeGranularity = 4; 34 constexpr size_t kConvertedArrayBufferInitialSize = 1024 * 8; 108 size_t GetPreferredDynamicBufferInitialSize(RendererVk *renderer, in GetPreferredDynamicBufferInitialSize() 109 size_t dataSize, in GetPreferredDynamicBufferInitialSize() 111 size_t *alignmentOut) in GetPreferredDynamicBufferInitialSize() 124 *alignmentOut = std::max({static_cast<size_t>(limitsVk.minUniformBufferOffsetAlignment), in GetPreferredDynamicBufferInitialSize() 125 static_cast<size_t>(limitsVk.minStorageBufferOffsetAlignment), in GetPreferredDynamicBufferInitialSize() 126 static_cast<size_t>(limitsVk.minTexelBufferOffsetAlignment), in GetPreferredDynamicBufferInitialSize() 138 constexpr size_t kDynamicBufferMaxSize = 4 * 1024; in GetPreferredDynamicBufferInitialSize() 139 const size_t alignedSiz in GetPreferredDynamicBufferInitialSize() [all...] |
/third_party/openssl/include/crypto/ |
H A D | sm2.h | 31 const size_t id_len, 40 const size_t id_len, 41 const uint8_t *msg, size_t msg_len); 47 const size_t id_len, 48 const uint8_t *msg, size_t msg_len); 68 size_t msg_len, size_t *ct_size); 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, 71 size_t *pt_size); 75 const uint8_t *msg, size_t msg_le [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 272 virtual size_t GetMaxConcurrency(size_t worker_count) const = 0; 418 virtual size_t AllocatePageSize() = 0; 424 virtual size_t CommitPageSize() = 0; 460 virtual void* AllocatePages(void* address, size_t length, size_t alignment, 466 virtual bool FreePages(void* address, size_t length) = 0; 471 virtual bool ReleasePages(void* address, size_t length, 472 size_t new_length) = 0; 477 virtual bool SetPermissions(void* address, size_t lengt [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerInterface.h | 15 // extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size); 33 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size); 45 size_t LLVMFuzzerCustomMutator(uint8_t *Data, size_t Size, size_t MaxSize, 52 size_t LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1, 53 const uint8_t *Data2, size_t Size2, 54 uint8_t *Out, size_t MaxOutSize, 61 size_t LLVMFuzzerMutat [all...] |
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.h | 28 typedef void (*printf_backtrace_t)(uintptr_t*, size_t, printf_t);
29 typedef size_t (*segv_backtrace_t)(uintptr_t*, size_t, void*);
30 typedef size_t (*backtrace_t)(size_t*, size_t);
47 size_t fp;
48 size_t lr;
51 size_t libc_gwp_asan_unwind_fast(size_t *frame_bu [all...] |
/third_party/musl/src/gwp_asan/linux/ |
H A D | gwp_asan.h | 28 typedef void (*printf_backtrace_t)(uintptr_t*, size_t, printf_t);
29 typedef size_t (*segv_backtrace_t)(uintptr_t*, size_t, void*);
30 typedef size_t (*backtrace_t)(size_t*, size_t);
47 size_t fp;
48 size_t lr;
51 size_t libc_gwp_asan_unwind_fast(size_t *frame_bu [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Input.h | 25 Input(size_t count, const char *const string[], const int length[]); 27 size_t count() const { return mCount; } in count() 28 const char *string(size_t index) const { return mString[index]; } in string() 29 size_t length(size_t index) const { return mLength[index]; } in length() 31 size_t read(char *buf, size_t maxSize, int *lineNo); 35 size_t sIndex; // String index; 36 size_t cIndex; // Char index. 48 size_t mCoun [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Input.h | 31 Input(size_t count, const char *const string[], const int length[]); 33 size_t count() const { return mCount; } in count() 34 const char *string(size_t index) const { return mString[index]; } in string() 35 size_t length(size_t index) const { return mLength[index]; } in length() 37 size_t read(char *buf, size_t maxSize, int *lineNo); 41 size_t sIndex; // String index; 42 size_t cIndex; // Char index. 54 size_t mCoun [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_statistics.h | 33 size_t flat = 0; // #flats 34 size_t flat_64 = 0; // #flats up to 64 bytes 35 size_t flat_128 = 0; // #flats up to 128 bytes 36 size_t flat_256 = 0; // #flats up to 256 bytes 37 size_t flat_512 = 0; // #flats up to 512 bytes 38 size_t flat_1k = 0; // #flats up to 1K bytes 39 size_t external = 0; // #external reps 40 size_t substring = 0; // #substring reps 41 size_t concat = 0; // #concat reps 42 size_t rin [all...] |
/third_party/skia/include/core/ |
H A D | SkGraphics.h | 34 static size_t GetFontCacheLimit(); 43 static size_t SetFontCacheLimit(size_t bytes); 48 static size_t GetFontCacheUsed(); 79 static size_t GetResourceCacheTotalBytesUsed(); 86 static size_t GetResourceCacheTotalByteLimit(); 87 static size_t SetResourceCacheTotalByteLimit(size_t newLimit); 103 static size_t GetResourceCacheSingleAllocationByteLimit(); 104 static size_t SetResourceCacheSingleAllocationByteLimi [all...] |
/third_party/curl/include/curl/ |
H A D | typecheck-gcc.h | 552 typedef size_t (*_curl_read_callback1)(char *, size_t, size_t, void *); 553 typedef size_t (*_curl_read_callback2)(char *, size_t, size_t, const void *); 554 typedef size_t (*_curl_read_callback3)(char *, size_t, size_t, FILE *); 555 typedef size_t (*_curl_read_callback [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 43 constexpr size_t kMaxRenderableTextWidgets = 32; 44 constexpr size_t kMaxRenderableGraphWidgets = 32; 45 constexpr size_t kMaxTextLength = 256; 46 constexpr size_t kMaxGraphDataSize = 256; 48 constexpr angle::PackedEnumMap<WidgetInternalType, size_t> kWidgetInternalTypeMaxWidgets = { 53 constexpr angle::PackedEnumMap<WidgetInternalType, size_t> kWidgetInternalTypeWidgetOffsets = { 128 void GetGraphValueWidth(const int32_t srcCoords[4], size_t valueCount, uint32_t *dstValueWidth) 141 for (size_t i = 0; i < src.length() && i < kMaxTextLength; ++i) 148 void GetGraphValues(const std::vector<size_t> srcValues, 149 size_t startInde [all...] |
/third_party/mbedtls/library/ |
H A D | pkcs12.c | 77 const unsigned char *pwd, size_t pwdlen, in pkcs12_pbe_derive_key_iv() 78 unsigned char *key, size_t keylen, in pkcs12_pbe_derive_key_iv() 79 unsigned char *iv, size_t ivlen) in pkcs12_pbe_derive_key_iv() 83 size_t i; in pkcs12_pbe_derive_key_iv() 125 const unsigned char *pwd, size_t pwdlen, 126 const unsigned char *data, size_t len, 127 unsigned char *output, size_t output_size, 128 size_t *output_len); 134 const unsigned char *pwd, size_t pwdlen, in mbedtls_pkcs12_pbe() 135 const unsigned char *data, size_t le in mbedtls_pkcs12_pbe() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | memory-allocator.h | 83 size_t NumberOfCommittedChunks(); 85 size_t CommittedBufferedMemory(); 175 Address addr, size_t size); 179 size_t max_capacity); 191 size_t object_size, 204 size_t Size() const { return size_; } in Size() 207 size_t SizeExecutable() const { return size_executable_; } in SizeExecutable() 210 size_t Available() const { in Available() 211 const size_t size = Size(); in Available() 227 size_t bytes_to_fre [all...] |