/third_party/openssl/crypto/ |
H A D | cpuid.c | 184 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) in CRYPTO_memcmp() 186 size_t i; in CRYPTO_memcmp() 205 size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt) in OPENSSL_instrument_bus() 210 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | BufferD3D.cpp | 109 size_t currentTotalSize = 0; in getStaticVertexBuffer() 124 ASSERT(getSize() < std::numeric_limits<size_t>::max() / 4u); in getStaticVertexBuffer() 125 size_t sizeThreshold = std::max(getSize() * 4u, static_cast<size_t>(0x1000u)); in getStaticVertexBuffer() 163 void BufferD3D::promoteStaticUsage(const gl::Context *context, size_t dataSize) in promoteStaticUsage() 179 size_t offset, in getIndexRange() 180 size_t count, in getIndexRange()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback.h | 35 TransformFeedbackState(size_t maxIndexedBuffers); 38 const OffsetBindingPointer<Buffer> &getIndexedBuffer(size_t idx) const; 91 size_t index, 93 size_t offset, 94 size_t size); 95 const OffsetBindingPointer<Buffer> &getIndexedBuffer(size_t index) const; 96 size_t getIndexedBufferCount() const;
|
H A D | VertexAttribute.h | 56 void setBoundAttribute(size_t index) { mBoundAttributesMask.set(index); } in setBoundAttribute() 58 void resetBoundAttribute(size_t index) { mBoundAttributesMask.reset(index); } in resetBoundAttribute() 101 ANGLE_INLINE size_t ComputeVertexAttributeTypeSize(const VertexAttribute &attrib) in ComputeVertexAttributeTypeSize() 108 size_t ComputeVertexAttributeStride(const VertexAttribute &attrib, const VertexBinding &binding); 113 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | instruction.h | 66 uint32_t word(size_t index) const { return words_[index]; } in word() 72 const spv_parsed_operand_t& operand(size_t idx) const { in operand() 102 T GetOperandAs(size_t index) const { in GetOperandAs() 109 size_t LineNum() const { return line_num_; } in LineNum() 110 void SetLineNum(size_t pos) { line_num_ = pos; } in SetLineNum() 116 size_t line_num_ = 0; 144 typedef std::size_t result_type;
|
/third_party/skia/src/codec/ |
H A D | SkJpegUtility.cpp | 46 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_buffered_input_buffer() 66 size_t bytes = (size_t) numBytes; in sk_skip_buffered_input_data() 69 size_t bytesToSkip = bytes - src->bytes_in_buffer; in sk_skip_buffered_input_data() 106 size_t bytes = static_cast<size_t>(num_bytes); in sk_skip_mem_input_data() 137 bytes_in_buffer = static_cast<size_t>(stream->getLength()); in skjpeg_source_mgr()
|
H A D | SkPngCodec.h | 22 static bool IsPng(const void*, size_t); 29 void setIdatLength(size_t len) { fIdatLength = len; } in setIdatLength() 50 Result onGetPixels(const SkImageInfo&, void*, size_t, const Options&, int*) 74 Result onStartIncrementalDecode(const SkImageInfo& dstInfo, void* pixels, size_t rowBytes, 109 virtual Result decodeAllRows(void* dst, size_t rowBytes, int* rowsDecoded) = 0; 110 virtual void setRange(int firstRow, int lastRow, void* dst, size_t rowBytes) = 0; 116 size_t fIdatLength;
|
/third_party/skia/src/gpu/ |
H A D | GrMemoryPool.cpp | 21 std::unique_ptr<GrMemoryPool> GrMemoryPool::Make(size_t preallocSize, size_t minAllocSize) { in Make() 25 (size_t) SkBlockAllocator::kMaxAllocationSize); in Make() 27 (size_t) SkBlockAllocator::kMaxAllocationSize); in Make() 32 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) in GrMemoryPool() 61 void* GrMemoryPool::allocate(size_t size) { in allocate()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 21 size_t keylen) in aes_gcm_initkey() 63 size_t len, unsigned char *out) in generic_aes_gcm_cipher_update() 68 size_t bulk = 0; in generic_aes_gcm_cipher_update() 71 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update() 97 size_t bulk = 0; in generic_aes_gcm_cipher_update() 100 size_t res = (16 - ctx->gcm.mres) % 16; in generic_aes_gcm_cipher_update() 145 const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits) in ossl_prov_aes_hw_gcm()
|
H A D | cipher_tdes.h | 25 void (*cbc) (const void *, void *, size_t, 73 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, 74 size_t ivbits, uint64_t flags, const PROV_CIPHER_HW *hw); 94 const unsigned char *key, size_t keylen); 98 const unsigned char *in, size_t inl); 100 const unsigned char *in, size_t len);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | instruction.h | 66 uint32_t word(size_t index) const { return words_[index]; } in word() 72 const spv_parsed_operand_t& operand(size_t idx) const { in operand() 102 T GetOperandAs(size_t index) const { in GetOperandAs() 109 size_t LineNum() const { return line_num_; } in LineNum() 110 void SetLineNum(size_t pos) { line_num_ = pos; } in SetLineNum() 116 size_t line_num_ = 0; 144 typedef std::size_t result_type;
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxi.h | 149 static WEBP_INLINE size_t SizeWithPadding(size_t chunk_size) { in SizeWithPadding() 155 static WEBP_INLINE size_t ChunkDiskSize(const WebPChunk* chunk) { in ChunkDiskSize() 156 const size_t data_size = chunk->data_.size; in ChunkDiskSize() 161 size_t ChunkListDiskSize(const WebPChunk* chunk_list); 208 size_t MuxImageDiskSize(const WebPMuxImage* const wpi); 220 uint8_t* MuxEmitRiffHeader(uint8_t* const data, size_t size);
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_writer_utils.h | 33 size_t pos_; 34 size_t max_pos_; 39 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size); 53 const uint8_t* data, size_t size); 66 static WEBP_INLINE size_t VP8BitWriterSize(const VP8BitWriter* const bw) { in VP8BitWriterSize() 103 static WEBP_INLINE size_t VP8LBitWriterNumBytes(const VP8LBitWriter* const bw) { in VP8LBitWriterNumBytes() 108 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size);
|
/third_party/optimized-routines/string/test/ |
H A D | strnlen.c | 26 size_t (*fun) (const char *s, size_t m); 53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test() 57 size_t r; in test() 58 size_t e = maxlen < len ? maxlen : len; in test() 75 size_t mte_len = maxlen < len + 1 ? maxlen : len + 1; in test()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psarrst.c | 59 size_t sizeItem ) in cf2_arrstack_init() 95 size_t numElements ) in cf2_arrstack_setNumElements() 103 size_t newSize = numElements * arrstack->sizeItem; in cf2_arrstack_setNumElements() 140 size_t numElements ) in cf2_arrstack_setCount() 166 FT_LOCAL_DEF( size_t ) in FT_LOCAL_DEF() 187 size_t idx ) in cf2_arrstack_getPointer() 230 size_t offset = arrstack->count * arrstack->sizeItem; in cf2_arrstack_push()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | sequence_lock.h | 33 inline constexpr size_t AlignUp(size_t x, size_t align) { in AlignUp() 80 bool TryRead(void* dst, const std::atomic<uint64_t>* src, size_t size) const { in TryRead() 99 void Write(std::atomic<uint64_t>* dst, const void* src, size_t size) { in Write() 144 size_t size) { in RelaxedCopyFromAtomic() 162 size_t size) { in RelaxedCopyToAtomic()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 26 size_t eap_req_id_text_len; 34 size_t eap_fast_a_id_len; 49 size_t server_id_len; 69 size_t datalen); 71 size_t datalen); 74 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, 100 size_t buflen);
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluObjectWrapper.hpp | 101 ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects = 0); 104 size_t size (void) const { return m_objects.size(); } in size() 106 void resize (size_t newSize); 111 deUint32 get (size_t ndx) const { return m_objects[ndx]; } in get() 112 deUint32 operator[] (size_t ndx) const { return get(ndx); } in operator []() 126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {} in TypedObjectVector() 127 explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type), numObjects) {} in TypedObjectVector()
|
/third_party/zlib/contrib/puff/ |
H A D | pufftest.c | 37 local size_t bythirds(size_t size) in bythirds() 40 size_t m; in bythirds() 51 return m > size ? m : (size_t)(-1); in bythirds() 60 local void *load(const char *name, size_t *len) in load() 62 size_t size; in load() 94 size_t len = 0; in main()
|
/third_party/jerryscript/jerry-core/ext/ |
H A D | ext-utils.h | 11 void* JerryExtAlloc(size_t size); 12 char* JerryExtAllocStr(size_t size); 13 size_t* JerryExtAllocStorageData(size_t size);
|
/third_party/cJSON/ |
H A D | cJSON.c | 90 size_t position; 170 void *(CJSON_CDECL *allocate)(size_t size); 172 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size); 177 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc() 185 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() 202 size_t length = 0; in cJSON_strdup() 308 size_t length; 309 size_t offset; 310 size_t depth; /* How deeply nested (in arrays/objects) is the input at the current offset. */ 331 size_t in parse_number() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 515 ::size_t size_; 534 string(const char * str, ::size_t size) : 570 void resize( ::size_t n ) 584 ::size_t copySize = n; 603 const char& operator[] ( ::size_t pos ) const 608 char& operator[] ( ::size_t pos ) 669 ::size_t size(void) const { return size_; } 672 ::size_t length(void) const { return size(); } 1117 * OpenCL C calls that require arrays of size_t values, whose 1121 class size_t class 1128 size_t() size_t() function in cl::size_t [all...] |
/third_party/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 49 size_t bits; in check_key_attributes_sanity() 128 size_t mac_length = sizeof(mac); in exercise_mac_key() 182 size_t iv_length; in exercise_cipher_key() 187 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() 189 size_t part_length; in exercise_cipher_key() 269 size_t nonce_length; in exercise_aead_key() 274 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() 275 size_t plaintext_length = sizeof(ciphertext); in exercise_aead_key() 360 size_t payload_length = 16; in exercise_signature_key() 362 size_t signature_lengt in exercise_signature_key() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 44 size_t bytes_written() const { return pos_ - start_; } in bytes_written() 46 size_t current_size() const { return end_ - pos_; } in current_size() 57 StdoutStream{} << "wrote: " << static_cast<size_t>(value) in Write() 74 void Skip(size_t size) { pos_ += size; } in Skip() 87 size_t bytes_read() const { return pos_ - start_; } in bytes_read() 89 size_t current_size() const { return end_ - pos_; } in current_size() 101 StdoutStream{} << "read: " << static_cast<size_t>(value) in Read() 108 base::Vector<const T> ReadVector(size_t size) { in ReadVector() 120 void Skip(size_t size) { pos_ += size; } in Skip() 193 constexpr size_t kHeaderSiz [all...] |
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 126 const size_t kShortBuiltinCallsOldSpaceSizeThreshold = size_t{2} * GB; 220 constexpr int kSizetSize = sizeof(size_t); 249 // Just below 4GB, such that {kMaxWasmCodeMemory} fits in a 32-bit size_t. 250 constexpr size_t kMaxWasmCodeMB = 4095; 251 constexpr size_t kMaxWasmCodeMemory = kMaxWasmCodeMB * MB; 260 constexpr size_t kMaximalCodeRangeSize = 512 * MB; 261 constexpr size_t kMinExpectedOSPageSize = 64 * KB; // OS page on PPC Linux 263 constexpr size_t kMaximalCodeRangeSize = 128 * MB; 264 constexpr size_t kMinExpectedOSPageSiz [all...] |