Home
last modified time | relevance | path

Searched refs:value (Results 12826 - 12850 of 23098) sorted by relevance

1...<<511512513514515516517518519520>>...924

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c104 "interrupted")->value; in callback_minimal_pmd_bulk()
107 "options")->value; in callback_minimal_pmd_bulk()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuset.h58 * cpuset_set_iopt(cp, optname, val) - Set integer value optname of cpuset cp
59 * cpuset_set_sopt(cp, optname, val) - [optional] Set string value optname
67 * cpuset_get_iopt(cp, optname) - Return integer value of option optname in cp
68 * cpuset_get_sopt(cp, optname) - [optional] Return string value of optname
193 int cpuset_set_iopt(struct cpuset *cp, const char *optionname, int value);
195 const char *value);
287 * failing errno value for that operation, and the other entry fields
288 * might not be valid. If an entry has the value "CPUSET_FTS_CPUSET" for its
289 * "info" field, then the err field will have the value "0", and the
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c186 if (!pvo || !pvo->value) { in callback_minimal()
190 vhd->config = pvo->value; in callback_minimal()
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h83 char value[128]; member
140 uint64_t value; member
217 /** Guess when a value is a float and print it as such */
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_packet.h131 #define VC4_SET_FIELD(value, field) \
133 uint32_t fieldval = (value) << field ## _SHIFT; \
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.h154 static inline float asfloat(DWORD value) in asfloat() argument
160 u.w = value; in asfloat()
/third_party/node/lib/internal/streams/
H A Dcompose.js214 const { value, done } = await reader.read();
216 if (!d.push(value)) {
/third_party/node/src/
H A Daliased_buffer.h34 static_assert(std::is_scalar<NativeT>::value);
138 * Set position index to given value.
140 inline void SetValue(const size_t index, NativeT value);
143 * Get value at position index
H A Dnode_realm-inl.h122 inline void Realm::set_##PropertyName(v8::Local<TypeName> value) { \
123 PropertyName##_.Reset(isolate(), value); \
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py45 name, value, _ = _winreg.EnumValue(aKey, i)
47 res[name] = value
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharnessextension.js42 function test_noless_than(value, greater_than, msg, properties)
44 wp_test(function () { assert_true(value >= greater_than, msg); }, msg, properties);
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
H A Dexports.any.js17 assert_equals(name.value, expected.name);
23 assert_equals(kind.value, expected.kind);
/third_party/node/test/parallel/
H A Dtest-inspector-connect-main-thread.js160 const { result: { value } } =
164 assert.strictEqual(value, 100);
H A Dtest-repl-autocomplete.js33 const action = next.value;
209 value: opts.columns,
H A Dtest-repl-reverse-search.js32 const action = next.value;
352 value: opts.columns,
H A Dtest-whatwg-transformstream.js46 assert.strictEqual(result.value, 'hello');
80 assert.strictEqual(result.value, 'HELLO');
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h46 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator()
54 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dinode.h119 u32 attr_list_size; /* Length of attribute list value in bytes. */
120 u8 *attr_list; /* Attribute list value itself. */
138 * correct, however value in index itself maybe wrong (windows itself
216 extern int ntfs_inode_get_times(ntfs_inode *ni, char *value, size_t size);
218 extern int ntfs_inode_set_times(ntfs_inode *ni, const char *value,
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc22 nv.value = v; in fuzz_make_nv()
32 free(nv->value); in fuzz_free_nv()
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h42 /* The maximum length of one name/value pair. This is the sum of the
43 length of name and value. This is not specified by the spec. We
49 encoder only uses the memory up to this value. */
125 /* The buffer containing header field value. NULL-termination is
127 nghttp2_rcbuf *value; member
128 /* nghttp2_token value for name. It could be -1 if we have no token
136 /* The header field name/value pair */
146 /* The hash value for header name (nv.name). */
153 nghttp2_rcbuf value; member
201 is the sum of length of name/value i
[all...]
/third_party/nghttp2/examples/
H A Ddeflate.c114 fwrite(nva[i].value, 1, nva[i].valuelen, stdout); in deflate()
191 fwrite(nv.value, 1, nv.valuelen, stderr); in inflate_header_block()
/third_party/node/deps/icu-small/source/common/
H A Drbbistbl.cpp222 // Note: the key UnicodeString is destructed by virtue of being in the object by value. in ~RBBISymbolTableEntry()
242 RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer; in rbbiSymtablePrint()
255 RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer; in rbbiSymtablePrint()
H A Dulocbuilder.cpp74 void ulocbld_setExtension(ULocaleBuilder* builder, char key, const char* value, int32_t length) { in ulocbld_setExtension() argument
76 INTERNAL(builder)->setExtension(key, STRING_PIECE(value, length)); in ulocbld_setExtension()
/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js60 Object.defineProperty(this, styleName, {value: builder});
69 Object.defineProperty(this, 'visible', {value: builder});
/third_party/node/deps/npm/node_modules/aproba/
H A Dindex.js73 function invalidType (num, expectedTypes, value) {
76 if (types[typeCode].check(value)) valueType = types[typeCode].label

Completed in 22 milliseconds

1...<<511512513514515516517518519520>>...924