/third_party/libdrm/ |
H A D | xf86drmMode.h | 402 uint64_t value); 430 uint64_t value); 445 uint64_t value);
|
/third_party/libexif/libexif/canon/ |
H A D | exif-mnote-data-canon.c | 395 char value[8]; in exif_mnote_data_canon_identify() local 402 return !strcmp (exif_entry_get_value (em, value, sizeof (value)), "Canon"); in exif_mnote_data_canon_identify()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 80 void testexit(int value) in testexit() argument 82 if (value == 0) in testexit() 87 exit(value); in testexit() 170 * Since b ** 0 == 1, and it's hard to compute that kind of value in num_nodes() 420 /* Add all childrens indexes to your index value */ in doit()
|
H A D | pth_str01.c | 61 void testexit(int value) in testexit() argument 63 if (value == 0) in testexit() 68 exit(value); in testexit() 151 * Since b ** 0 == 1, and it's hard to compute that kind of value in num_nodes()
|
/third_party/libevdev/test/ |
H A D | test-uinput.c | 383 libevdev_uinput_write_event(uidev, events[i].type, events[i].code, events[i].value); in START_TEST() 391 ck_assert_int_eq(events[i].value, events_read[i].value); in START_TEST()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 608 * closures), string value, or an empty string (for compiled code). 835 * graph->V8Node(value). 891 * the next. This value is used only if GetNativeObject returns nullptr. 900 * Returns a node corresponding to the given V8 value. Ownership is not 903 virtual Node* V8Node(const v8::Local<v8::Value>& value) = 0; 966 * Returns SnapshotObjectId for a heap object referenced by |value| if 969 SnapshotObjectId GetObjectId(Local<Value> value); 972 * Returns SnapshotObjectId for a native object referenced by |value| if it 975 SnapshotObjectId GetObjectId(NativeObject value); 1097 * into it. The return value o [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.h | 124 // point value, the "regular" versions return a rounded-down value. 214 static inline TimeDelta FromDouble(double value); 227 TimeDelta TimeDelta::FromDouble(double value) { in FromDouble() argument 228 return TimeDelta(saturated_cast<int64_t>(value)); in FromDouble() 245 // Provides value storage and comparison/math operations common to all time 254 // by kMicrosecondsPerSecond, then the QPC value should not exceed 263 // interpreted as a "null" value. 344 // Converts an integer value representing TimeClass to a class. This is used 345 // when deserializing a |TimeClass| structure, using a value know [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | cpu.cc | 178 uint32_t value; 182 if (n == 0 || (entry.tag == 0 && entry.value == 0)) { 186 result = entry.value; 768 // Copy the value here to support older versions as well. in CPU()
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 605 * closures), string value, or an empty string (for compiled code). 832 * graph->V8Node(value). 888 * Returns a node corresponding to the given V8 value. Ownership is not 891 virtual Node* V8Node(const v8::Local<v8::Value>& value) = 0; 952 * Returns SnapshotObjectId for a heap object referenced by |value| if 955 SnapshotObjectId GetObjectId(Local<Value> value); 958 * Returns SnapshotObjectId for a native object referenced by |value| if it 961 SnapshotObjectId GetObjectId(NativeObject value); 1026 * into it. The return value of the function is the last seen heap object Id. 1099 * Default value o [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 96 // Since we pass by value: 182 return code_kind.has_value() && TiersUpToMaglev(code_kind.value()); in TiersUpToMaglev() 330 DCHECK_EQ(code_kind, function.GetActiveTier().value()); in ShouldOptimize() 442 const CodeKind code_kind = function_obj.GetActiveTier().value(); in OnInterruptTick()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | marking-state.h | 254 // ensures that any newly set value after this point is kept alive and does in RegisterWeakReferenceIfNeeded() 310 void BasicMarkingState::ProcessEphemeron(const void* key, const void* value, in ProcessEphemeron() argument 318 // because the write barrier for WeakMember ensures that any newly set value in ProcessEphemeron() 333 // If value_desc.base_object_payload is nullptr, the value is not GCed and in ProcessEphemeron() 335 value_desc.callback(&visitor, value); in ProcessEphemeron() 338 discovered_ephemeron_pairs_worklist_.Push({key, value, value_desc}); in ProcessEphemeron()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.h | 225 void OnPromiseReject(Handle<Object> promise, Handle<Object> value); 378 void set_return_value(Object value) { thread_local_.return_value_ = value; } in set_return_value() argument 621 // value to the previous state. This is not merged with DebugScope because
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 15 #include "src/wasm/wasm-value.h" 379 bool StoreValue(const T& value, uint8_t* buffer, uint32_t buffer_size, in StoreValue() argument 381 *size = sizeof(value); in StoreValue() 383 memcpy(buffer, &value, *size); in StoreValue()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer.cc | 319 Handle<Object> value = desc->value(); in DefineOwnProperty() local 323 DefineOwnPropertyIgnoreAttributes(&it, value, desc->ToAttributes()), in DefineOwnProperty()
|
H A D | debug-objects.cc | 30 void DebugInfo::SetDebugExecutionMode(ExecutionMode value) { in SetDebugExecutionMode() argument 31 set_flags(value == kSideEffects in SetDebugExecutionMode() 421 int limit = Smi::cast(error_stack->limit_or_stack_frame_infos()).value(); in EnsureStackFrameInfos()
|
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 123 // Returns the type that should be used for this field's value within code 229 // Emits a function to get the value of a field, or the value from an indexed 234 // and the fetched value. If the field contains tagged data, then these 238 // i::Tagged_t value{}; 241 // reinterpret_cast<uint8_t*>(&value), 242 // sizeof(value)); 243 // return {validity, EnsureDecompressed(value, address_)}; 250 // i::Tagged_t value{}; 252 // GetObjectsAddress() + offset * sizeof(value), 396 std::string value = indexed_field_slice + ".value"; GenerateGetPropsChunkForField() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | lower.c | 65 constant[index++] = c->value; in gpir_lower_const() 262 /* dummy_f/m are auxiliary nodes for value reg alloc: in gpir_lower_node_may_consume_two_slots() 270 * We may also not use dummy_f/m, but alloc two value reg for in gpir_lower_node_may_consume_two_slots() 275 * for the alloc 2 value method. in gpir_lower_node_may_consume_two_slots() 402 c->value.f = 1.0f; in gpir_lower_not() 425 c->value.f = 1.0f; in gpir_lower_branch_uncond()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_screen.c | 508 switch (param.value) { in lima_screen_query_info() 511 screen->gpu_type = param.value; in lima_screen_query_info() 522 screen->num_pp = param.value; in lima_screen_query_info()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_datasource.cc | 228 auto value = counter.get_value(driver); in add_samples() local 229 if (auto d_value = std::get_if<double>(&value)) { in add_samples() 231 } else if (auto i_value = std::get_if<int64_t>(&value)) { in add_samples() 234 PPS_LOG_ERROR("Failed to get value for counter %s", counter.name.c_str()); in add_samples()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 84 * The value can be a: 85 * - immediate value (i.e. derived from a IMM register) 99 float value; /* for TGSI_FILE_IMMEDIATE */ member 467 LLVMValueRef value, 685 LLVMValueRef value);
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 249 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value); 250 int x509_ctrl_string(X509 *x, const char *value); 251 int x509_req_ctrl_string(X509_REQ *x, const char *value);
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_name.c | 48 ASN1_SIMPLE(X509_NAME_ENTRY, value, ASN1_PRINTABLE) 347 if (!asn1_string_canon(tmpentry->value, entry->value)) in x509_name_canon()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 198 return X509_find_by_subject(certs, id->value.byName); in STACK_OF() 203 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in STACK_OF() 205 keyhash = id->value.byKey->data; in STACK_OF() 382 * Just find the signer's certificate and verify it against a given trust value.
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 162 const void *value; in proplist_to_arg() local 166 pa_assert_se(pa_proplist_get(p, key, &value, &nbytes) == 0); in proplist_to_arg() 168 pa_hexstr((const uint8_t*) value, nbytes, c, nbytes*2+1); in proplist_to_arg()
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-module.c | 134 const char *value = NULL; in append_modargs_variant() local 145 pa_assert_se(value = pa_modargs_get_value(ma, key, NULL)); in append_modargs_variant() 150 pa_assert_se(dbus_message_iter_append_basic(&dict_entry_iter, DBUS_TYPE_STRING, &value)); in append_modargs_variant()
|