Home
last modified time | relevance | path

Searched defs:value (Results 1801 - 1825 of 7787) sorted by relevance

1...<<71727374757677787980>>...312

/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
H A Dfgetxattr01.c49 char *value; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl09.c34 static void check_partition(int part_num, bool value) in check_partition() argument
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H A Dgetitimer01.c21 static struct itimerval *value; variable
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_table.c320 snmp_table_extract_value_from_s32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_s32ref() argument
328 snmp_table_extract_value_from_u32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_u32ref() argument
336 snmp_table_extract_value_from_refconstptr(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_refconstptr() argument
H A Dsnmp_scalar.c194 snmp_scalar_array_get_value(struct snmp_node_instance *instance, void *value) in snmp_scalar_array_get_value() argument
207 snmp_scalar_array_set_test(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_test() argument
220 snmp_scalar_array_set_value(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_value() argument
H A Dsnmp_snmpv2_framework.c43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmpengine_scalars_get_value() argument
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp.h69 void *value; member
/third_party/libfuse/include/
H A Dfuse_opt.h91 int value; member
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Ddefault_logger.h65 LoggerHandler& operator<<(const T& value) { in operator <<() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D2-3.c59 int value = 1; in a_thread_func() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c113 int ret = 0, value; in main() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph.h33 Node* Uint32Constant(uint32_t value) { in Uint32Constant() argument
39 Node* Uint64Constant(uint64_t value) { in Uint64Constant() argument
65 PointerConstant(T* value) PointerConstant() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-regexp.h93 V8_INLINE static RegExp* Cast(Value* value) { in Cast() argument
H A Dv8-typed-array.h36 V8_INLINE static TypedArray* Cast(Value* value) { in Cast() argument
57 V8_INLINE static Uint8Array* Cast(Value* value) { in Cast() argument
79 V8_INLINE static Uint8ClampedArray* Cast(Value* value) { in Cast() argument
100 V8_INLINE static Int8Array* Cast(Value* value) { in Cast() argument
121 Cast(Value* value) Cast() argument
142 Cast(Value* value) Cast() argument
163 Cast(Value* value) Cast() argument
184 Cast(Value* value) Cast() argument
205 Cast(Value* value) Cast() argument
226 Cast(Value* value) Cast() argument
247 Cast(Value* value) Cast() argument
268 Cast(Value* value) Cast() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-typed-array.h36 V8_INLINE static TypedArray* Cast(Value* value) { in Cast() argument
57 V8_INLINE static Uint8Array* Cast(Value* value) { in Cast() argument
79 V8_INLINE static Uint8ClampedArray* Cast(Value* value) { in Cast() argument
100 V8_INLINE static Int8Array* Cast(Value* value) { in Cast() argument
121 Cast(Value* value) Cast() argument
142 Cast(Value* value) Cast() argument
163 Cast(Value* value) Cast() argument
184 Cast(Value* value) Cast() argument
205 Cast(Value* value) Cast() argument
226 Cast(Value* value) Cast() argument
247 Cast(Value* value) Cast() argument
268 Cast(Value* value) Cast() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-data-view-gen.h45 TNode<Uint32T> DataViewDecodeBigIntLength(TNode<BigInt> value) { in DataViewDecodeBigIntLength() argument
50 TNode<Uint32T> DataViewDecodeBigIntSign(TNode<BigInt> value) { in DataViewDecodeBigIntSign() argument
30 StoreWord8(TNode<RawPtrT> data_pointer, TNode<UintPtrT> offset, TNode<Word32T> value) StoreWord8() argument
H A Dbuiltins-bigint.cc25 Handle<Object> value = args.atOrUndefined(isolate, 1); in BUILTIN() local
78 MaybeHandle<BigInt> ThisBigIntValue(Isolate* isolate, Handle<Object> value, in ThisBigIntValue() argument
[all...]
H A Dconstants-table-builder.cc117 Object value = it.key(); in Finalize() local
H A Dbuiltins-bigint-gen.h19 TNode<IntPtrT> ReadBigIntLength(TNode<BigInt> value) { in ReadBigIntLength() argument
25 TNode<Uint32T> ReadBigIntSign(TNode<BigInt> value) { in ReadBigIntSign() argument
/third_party/node/deps/v8/src/base/
H A Datomicops_internals_atomicword_compat.h66 inline void Relaxed_Store(volatile AtomicWord* ptr, AtomicWord value) { in Relaxed_Store() argument
67 Relaxed_Store(reinterpret_cast<volatile Atomic32*>(ptr), value); in Relaxed_Store() local
70 inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) { in Release_Store() argument
H A Dbits.cc15 uint32_t RoundUpToPowerOfTwo32(uint32_t value) { in RoundUpToPowerOfTwo32() argument
31 RoundUpToPowerOfTwo64(uint64_t value) RoundUpToPowerOfTwo64() argument
50 int64_t const value = static_cast<int64_t>(lhs) * static_cast<int64_t>(rhs); SignedMulHigh32() local
[all...]
H A Dvlq.h28 VLQEncodeUnsigned(Function&& process_byte, uint32_t value) { in VLQEncodeUnsigned() argument
48 VLQEncode(Function&& process_byte, int32_t value) VLQEncode() argument
77 value); global() member
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h43 T ReverseBytes(T value, int block_bytes_log2) { in ReverseBytes() argument
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dallocation.h63 uint16_t value = atomic_mutable_bitfield->load(std::memory_order_relaxed); in MarkObjectAsFullyConstructed() local
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dallocation.h63 uint16_t value = atomic_mutable_bitfield->load(std::memory_order_relaxed); in MarkObjectAsFullyConstructed() local
[all...]

Completed in 9 milliseconds

1...<<71727374757677787980>>...312