Home
last modified time | relevance | path

Searched defs:length (Results 3476 - 3500 of 4585) sorted by relevance

1...<<131132133134135136137138139140>>...184

/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp627 int32_t length, member in UChar32Iterator
534 staticTest(UNormalizationMode mode, int options, UnicodeString tests[][3], int length, int outCol) staticTest() argument
557 iterateTest(Normalizer* iter, UnicodeString tests[][3], int length, int outCol) iterateTest() argument
[all...]
/third_party/libinput/include/linux/linux/
H A Dinput.h300 __u16 length; member
/third_party/libfuse/example/
H A Dpassthrough_hp.cc978 sfs_fallocate(fuse_req_t req, fuse_ino_t ino, int mode, off_t offset, off_t length, fuse_file_info *fi) sfs_fallocate() argument
H A Dpassthrough_ll.c916 lo_fallocate(fuse_req_t req, fuse_ino_t ino, int mode, off_t offset, off_t length, struct fuse_file_info *fi) lo_fallocate() argument
/third_party/libinput/include/linux/freebsd/
H A Dinput.h301 uint16_t length; member
/third_party/libdrm/
H A Dxf86drmMode.h130 uint32_t length; member
/third_party/libevdev/include/linux/linux/
H A Dinput.h309 __u16 length; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c65 void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c186 static void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c65 void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c464 mqtt_output_append_buf(struct mqtt_ringbuf_t *rb, const void *data, u16_t length) in mqtt_output_append_buf() argument
473 mqtt_output_append_string(struct mqtt_ringbuf_t *rb, const char *str, u16_t length) in mqtt_output_append_string() argument
672 mqtt_message_received(mqtt_client_t *client, u8_t fixed_hdr_len, u16_t length, u32_t remaining_length) mqtt_message_received() argument
[all...]
/third_party/lwip/src/core/
H A Dpbuf.c224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() argument
327 pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type) pbuf_alloc_reference() argument
363 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, void *payload_mem, u16_t payload_mem_len) pbuf_alloced_custom() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h168 unsigned int length:31; member
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc652 int const length = in ReduceNode() local
H A Doperation-typer.cc1275 Type OperationTyper::CheckBounds(Type index, Type length) { in CheckBounds() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h485 virtual bool RecommitPages(void* address, size_t length, in RecommitPages() argument
558 AllocateSharedPages( size_t length, const void* original_address) AllocateSharedPages() argument
H A Dv8-fast-api-calls.h331 size_t V8_EXPORT length() const { return length_; } in length() function
386 uint32_t length; member
/third_party/node/deps/v8/src/ast/
H A Dast.cc1064 size_t length = strlen(bigint_str); ToBooleanIsTrue() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc895 uint32_t length = WasmArray::cast(*value.to_ref()).length(); Create() local
1089 int length = table->current_length(); AddWasmTableObjectInternalProperties() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc156 double length = array->length().Number(); in GetLengthProperty() local
131 GetRelativeIndex(Isolate* isolate, double length, Handle<Object> index, double init_if_undefined) GetRelativeIndex() argument
171 SetLengthProperty( Isolate* isolate, Handle<JSReceiver> receiver, double length) SetLengthProperty() argument
265 double length; BUILTIN() local
326 double length = raw_length_number->Number(); GenericArrayPush() local
412 double length = raw_length_number->Number(); GenericArrayPop() local
516 GenericArrayShift(Isolate* isolate, Handle<JSReceiver> receiver, double length) GenericArrayShift() argument
592 double length; BUILTIN() local
752 Handle<Object> length = ToArray() local
765 Handle<Object> length = ToJSReceiver() local
843 uint32_t length = static_cast<uint32_t>(array->length().Number()); EstimateElementCount() local
931 uint32_t length = static_cast<uint32_t>(elements.length()); CollectElementIndices() local
948 uint32_t length = static_cast<uint32_t>(elements->length()); CollectElementIndices() local
976 size_t length = Handle<JSTypedArray>::cast(object)->length(); CollectElementIndices() local
1017 uint32_t length = static_cast<uint32_t>(string->length()); CollectElementIndices() local
1047 IterateElementsSlow(Isolate* isolate, Handle<JSReceiver> receiver, uint32_t length, ArrayConcatVisitor* visitor) IterateElementsSlow() argument
1075 uint32_t length = 0; IterateElements() local
1335 uint32_t length = static_cast<uint32_t>(array.length().Number()); Slow_ArrayConcat() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h327 size_t V8_EXPORT length() const { return length_; } in length() function
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc80 int length = value.length(); in AssignDecimalString() local
105 int length = value.length(); in AssignHexString() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h277 int length() const { return register_count_ - 1; } in length() function in v8::internal::NeonListOperand
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc269 Object length = object.unchecked_length(kAcquireLoad); in VisitLeftTrimmableArray() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc587 TNode<IntPtrT> length = SmiUntag(LoadFastJSArrayLength(CAST(receiver))); in EmitGenericElementStore() local

Completed in 38 milliseconds

1...<<131132133134135136137138139140>>...184