/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 104 "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 D | cpuset.h | 58 * 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 D | protocol_lws_minimal_threadpool.c | 186 if (!pvo || !pvo->value) { in callback_minimal() 190 vhd->config = pvo->value; in callback_minimal()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.h | 83 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 D | vc4_packet.h | 131 #define VC4_SET_FIELD(value, field) \ 133 uint32_t fieldval = (value) << field ## _SHIFT; \
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_helpers.h | 154 static inline float asfloat(DWORD value) in asfloat() argument 160 u.w = value; in asfloat()
|
/third_party/node/lib/internal/streams/ |
H A D | compose.js | 214 const { value, done } = await reader.read(); 216 if (!d.push(value)) {
|
/third_party/node/src/ |
H A D | aliased_buffer.h | 34 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 D | node_realm-inl.h | 122 inline void Realm::set_##PropertyName(v8::Local<TypeName> value) { \ 123 PropertyName##_.Reset(isolate(), value); \
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 45 name, value, _ = _winreg.EnumValue(aKey, i) 47 res[name] = value
|
/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharnessextension.js | 42 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 D | exports.any.js | 17 assert_equals(name.value, expected.name); 23 assert_equals(kind.value, expected.kind);
|
/third_party/node/test/parallel/ |
H A D | test-inspector-connect-main-thread.js | 160 const { result: { value } } = 164 assert.strictEqual(value, 100);
|
H A D | test-repl-autocomplete.js | 33 const action = next.value; 209 value: opts.columns,
|
H A D | test-repl-reverse-search.js | 32 const action = next.value; 352 value: opts.columns,
|
H A D | test-whatwg-transformstream.js | 46 assert.strictEqual(result.value, 'hello'); 80 assert.strictEqual(result.value, 'HELLO');
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-allocator.h | 46 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 D | inode.h | 119 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 D | fuzz_frames.cc | 22 nv.value = v; in fuzz_make_nv() 32 free(nv->value); in fuzz_free_nv()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 42 /* 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 D | deflate.c | 114 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 D | rbbistbl.cpp | 222 // 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 D | ulocbuilder.cpp | 74 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 D | index.js | 60 Object.defineProperty(this, styleName, {value: builder}); 69 Object.defineProperty(this, 'visible', {value: builder});
|
/third_party/node/deps/npm/node_modules/aproba/ |
H A D | index.js | 73 function invalidType (num, expectedTypes, value) { 76 if (types[typeCode].check(value)) valueType = types[typeCode].label
|