/third_party/node/deps/openssl/openssl/crypto/ |
H A D | asn1_dsa.c | 39 int ossl_encode_der_length(WPACKET *pkt, size_t cont_len) in ossl_encode_der_length() 69 size_t cont_len; in ossl_encode_der_integer() 109 size_t cont_len; in ossl_encode_der_dsa_sig() 163 return PACKET_get_sub_packet(pkt, subpkt, (size_t)byte); in ossl_decode_der_length() 233 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, in ossl_decode_der_dsa_sig() 234 const unsigned char **ppin, size_t len) in ossl_decode_der_dsa_sig() 236 size_t consumed; in ossl_decode_der_dsa_sig()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_local.h | 20 static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall) in err_clear_data() 39 static ossl_inline void err_set_error(ERR_STATE *es, size_t i, in err_set_error() 48 static ossl_inline void err_set_debug(ERR_STATE *es, size_t i, in err_set_debug() 69 static ossl_inline void err_set_data(ERR_STATE *es, size_t i, in err_set_data() 70 void *data, size_t datasz, int flags) in err_set_data() 79 static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall) in err_clear() 94 char *buf, size_t len);
|
/third_party/pulseaudio/src/pulse/ |
H A D | sample.h | 268 size_t pa_bytes_per_second(const pa_sample_spec *spec) PA_GCC_PURE; 271 size_t pa_frame_size(const pa_sample_spec *spec) PA_GCC_PURE; 274 size_t pa_sample_size(const pa_sample_spec *spec) PA_GCC_PURE; 278 size_t pa_sample_size_of_format(pa_sample_format_t f) PA_GCC_PURE; 289 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE; 326 char* pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec); 336 char* pa_bytes_snprint(char *s, size_t l, unsigned v);
|
/third_party/openssl/crypto/ |
H A D | asn1_dsa.c | 39 int ossl_encode_der_length(WPACKET *pkt, size_t cont_len) in ossl_encode_der_length() 69 size_t cont_len; in ossl_encode_der_integer() 109 size_t cont_len; in ossl_encode_der_dsa_sig() 163 return PACKET_get_sub_packet(pkt, subpkt, (size_t)byte); in ossl_decode_der_length() 233 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, in ossl_decode_der_dsa_sig() 234 const unsigned char **ppin, size_t len) in ossl_decode_der_dsa_sig() 236 size_t consumed; in ossl_decode_der_dsa_sig()
|
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/openssl/crypto/err/ |
H A D | err_local.h | 20 static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall) in err_clear_data() 39 static ossl_inline void err_set_error(ERR_STATE *es, size_t i, in err_set_error() 48 static ossl_inline void err_set_debug(ERR_STATE *es, size_t i, in err_set_debug() 69 static ossl_inline void err_set_data(ERR_STATE *es, size_t i, in err_set_data() 70 void *data, size_t datasz, int flags) in err_set_data() 79 static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall) in err_clear() 94 char *buf, size_t len);
|
/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()
|
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/ |
H A D | data_collect_fuzzer.cpp | 57 bool AcquireDataSubscribeManagerFuzzTest(const uint8_t* data, size_t size) in AcquireDataSubscribeManagerFuzzTest() 62 size_t offset = 0; in AcquireDataSubscribeManagerFuzzTest() 78 bool AcquireDataCallbackProxyFuzzTest(const uint8_t* data, size_t size) in AcquireDataCallbackProxyFuzzTest() 83 size_t offset = 0; in AcquireDataCallbackProxyFuzzTest() 94 bool DataCollectManagerCallbackProxyFuzzTest(const uint8_t* data, size_t size) in DataCollectManagerCallbackProxyFuzzTest() 99 size_t offset = 0; in DataCollectManagerCallbackProxyFuzzTest() 109 bool DataCollectManagerServiceFuzzTest(const uint8_t* data, size_t size) in DataCollectManagerServiceFuzzTest() 114 size_t offset = 0; in DataCollectManagerServiceFuzzTest() 143 bool SecurityEventQueryCallbackProxyFuzzTest(const uint8_t* data, size_t size) in SecurityEventQueryCallbackProxyFuzzTest() 148 size_t offse in SecurityEventQueryCallbackProxyFuzzTest() [all...] |