/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info-inl.h | 66 void PreparseData::copy_in(int index, const byte* buffer, int length) { in copy_in() argument 70 memcpy(reinterpret_cast<void*>(dst_addr), buffer, length); in copy_in() local
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.cc | 430 base::uc32 Scanner::ScanOctalEscape(base::uc32 c, int length) { in ScanOctalEscape() argument 839 int length = source_pos() - start_pos - (kind != DECIMAL ? 2 : 0); in ScanNumber() local 1047 int length = vector.length(); CurrentLiteralAsCString() local [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-ast.h | 344 int length() const { return data_.length(); } in length() function in v8::internal::final
|
H A D | regexp-bytecode-peephole.cc | 22 int length; member 263 GetArgumentValue(const byte* bytecode, int offset, int length) GetArgumentValue() argument 619 OptimizeBytecode(const byte* bytecode, int length) OptimizeBytecode() argument 919 CopyRangeToOutput(const byte* orig_bytecode, int start, int length) CopyRangeToOutput() argument 1013 OptimizeBytecode( Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode, int length, const ZoneUnorderedMap<int, int>& jump_edges) OptimizeBytecode() argument [all...] |
H A D | regexp-interpreter.cc | 46 size_t length = len * base::kUC16Size; in BackRefMatchesNoCase() local 320 bool IndexIsInBounds(int index, int length) { in IndexIsInBounds() argument [all...] |
H A D | regexp.cc | 162 int length = std::min(kMaxLookaheadForBoyerMoore, pattern->length()); in HasFewDifferentCharacters() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 127 const int length = left->length() + right->length(); in RUNTIME_FUNCTION() local 936 int length = FixedArrayLenFromSize(space_remaining); FillUpOneNewSpacePage() local [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.cc | 637 uint32_t length = end_offset - start_offset; ExtractData() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) lp_build_sample_wrap_nearest_int() argument 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) lp_build_sample_wrap_linear_int() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_code.h | 191 unsigned int length; /**< total # of texture instructions used */ member 196 unsigned int length; /**< total # of ALU instructions used */ member 263 int length; member
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pvkfmt.c | 159 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header() argument 282 static void *do_b2i_key(const unsigned char **in, unsigned int length, in do_b2i_key() argument 313 ossl_b2i(const unsigned char **in, unsigned int length, int *ispub) ossl_b2i() argument 325 unsigned int bitlen, magic, length; ossl_b2i_bio() local 501 b2i_PrivateKey(const unsigned char **in, long length) b2i_PrivateKey() argument 508 b2i_PublicKey(const unsigned char **in, long length) b2i_PublicKey() argument 748 ossl_do_PVK_header(const unsigned char **in, unsigned int length, int skip_magic, unsigned int *psaltlen, unsigned int *pkeylen) ossl_do_PVK_header() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 518 int length; in create_digest() local
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_dgram.c | 118 int length; member
|
/third_party/libcoap/src/ |
H A D | coap_oscore.c | 283 size_t length; coap_oscore_new_pdu_encrypted() local 913 size_t length; coap_oscore_decrypt_pdu() local 1029 size_t length = cose->kid_context.length; coap_oscore_decrypt_pdu() local [all...] |
/third_party/libabigail/include/ |
H A D | abg-diff-utils.h | 703 length() const in length() function in abigail::diff_utils::edit_script [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_dfa_match.c | 672 int length = 1 + LINK_SIZE + in internal_dfa_match() local 3297 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) pcre2_dfa_match() argument [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_code.h | 480 write_location_entry_start(uint8_t *ptr, int code, int length) in write_location_entry_start() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblock.c | 216 pa_memblock *pa_memblock_new(pa_mempool *p, size_t length) { in pa_memblock_new() argument 229 memblock_new_appended(pa_mempool *p, size_t length) memblock_new_appended() argument 326 pa_memblock_new_pool(pa_mempool *p, size_t length) pa_memblock_new_pool() argument 386 pa_memblock_new_fixed(pa_mempool *p, void *d, size_t length, bool read_only) pa_memblock_new_fixed() argument 413 pa_memblock_new_user( pa_mempool *p, void *d, size_t length, pa_free_cb_t free_cb, void *free_cb_data, bool read_only) pa_memblock_new_user() argument [all...] |
H A D | source-output.c | 754 size_t length; in pa_source_output_push() local 876 size_t length; pa_source_output_process_rewind() local [all...] |
H A D | protocol-esound.c | 279 connection_write_prepare(connection *c, size_t length) connection_write_prepare() argument 291 connection_write(connection *c, const void *data, size_t length) connection_write() argument 335 esd_proto_connect(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_connect() argument 380 esd_proto_stream_play(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_stream_play() argument 469 esd_proto_stream_record(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_stream_record() argument 563 esd_proto_get_latency(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_get_latency() argument 584 esd_proto_server_info(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_server_info() argument 610 esd_proto_all_info(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_all_info() argument 758 esd_proto_stream_pan(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_stream_pan() argument 794 esd_proto_sample_pan(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_sample_pan() argument 833 esd_proto_sample_cache(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_sample_cache() argument 885 esd_proto_sample_get_id(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_sample_get_id() argument 908 esd_proto_sample_free_or_play(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_sample_free_or_play() argument 942 esd_proto_standby_or_resume(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_standby_or_resume() argument 967 esd_proto_standby_mode(connection *c, esd_proto_t request, const void *data, size_t length) esd_proto_standby_mode() argument 1369 sink_input_pop_cb(pa_sink_input *i, size_t length, pa_memchunk *chunk) sink_input_pop_cb() argument [all...] |
/third_party/openssl/apps/ |
H A D | ts.c | 518 int length; in create_digest() local
|
/third_party/openssl/crypto/bio/ |
H A D | bss_dgram.c | 118 int length; member
|
/third_party/openssl/crypto/pem/ |
H A D | pvkfmt.c | 159 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header() argument 282 static void *do_b2i_key(const unsigned char **in, unsigned int length, in do_b2i_key() argument 313 ossl_b2i(const unsigned char **in, unsigned int length, int *ispub) ossl_b2i() argument 325 unsigned int bitlen, magic, length; ossl_b2i_bio() local 501 b2i_PrivateKey(const unsigned char **in, long length) b2i_PrivateKey() argument 508 b2i_PublicKey(const unsigned char **in, long length) b2i_PublicKey() argument 748 ossl_do_PVK_header(const unsigned char **in, unsigned int length, int skip_magic, unsigned int *psaltlen, unsigned int *pkeylen) ossl_do_PVK_header() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 260 void fillWithRandomData (de::Random& rnd, void* location, VkDeviceSize length) in fillWithRandomData() argument 277 void fillWithRandomData24In32 (de::Random& rnd, void* location, VkDeviceSize length) in fillWithRandomData24In32() argument 329 void fillWithRandomFloatingPoint (de::Random& rnd, void* location, VkDeviceSize length) in fillWithRandomFloatingPoint() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 382 const int length = static_cast<int>(std::distance(begin, end)); in elemsStr() local
|