/third_party/icu/icu4c/source/test/intltest/ |
H A D | tstnorm.cpp | 627 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 D | input.h | 300 __u16 length; member
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 978 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 D | passthrough_ll.c | 916 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 D | input.h | 301 uint16_t length; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 130 uint32_t length; member
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 309 __u16 length; member
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 65 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 D | page-poisoning.c | 186 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 D | tinjpage.c | 65 void *checked_mmap(void *start, size_t length, int prot, int flags, in checked_mmap() argument
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 464 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 D | pbuf.c | 224 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 D | token.h | 168 unsigned int length:31; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis.cc | 652 int const length = in ReduceNode() local
|
H A D | operation-typer.cc | 1275 Type OperationTyper::CheckBounds(Type index, Type length) { in CheckBounds() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 485 virtual bool RecommitPages(void* address, size_t length, in RecommitPages() argument 558 AllocateSharedPages( size_t length, const void* original_address) AllocateSharedPages() argument
|
H A D | v8-fast-api-calls.h | 331 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 D | ast.cc | 1064 size_t length = strlen(bigint_str); ToBooleanIsTrue() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 895 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 D | builtins-array.cc | 156 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 D | v8-fast-api-calls.h | 327 size_t V8_EXPORT length() const { return length_; } in length() function
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 80 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 D | assembler-arm.h | 277 int length() const { return register_count_ - 1; } in length() function in v8::internal::NeonListOperand
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 269 Object length = object.unchecked_length(kAcquireLoad); in VisitLeftTrimmableArray() local [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 587 TNode<IntPtrT> length = SmiUntag(LoadFastJSArrayLength(CAST(receiver))); in EmitGenericElementStore() local
|