Home
last modified time | relevance | path

Searched refs:value (Results 18301 - 18325 of 24686) sorted by relevance

1...<<731732733734735736737738739740>>...988

/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h699 uint64_t (*query_value)(struct radeon_winsys *ws, enum radeon_value_id value);
715 static inline void radeon_emit(struct radeon_cmdbuf *cs, uint32_t value) in radeon_emit() argument
717 cs->current.buf[cs->current.cdw++] = value; in radeon_emit()
/third_party/mesa3d/src/glx/
H A Dglxclient.h411 * Stored value for \c glXQueryContext attribute \c GLX_RENDER_TYPE.
418 * True core GL version supported by the server. This is the raw value
491 unsigned int *value);
494 const char **value);
806 int attribute, unsigned int *value);
/third_party/node/lib/internal/crypto/
H A Dkeys.js115 value: handle,
147 value: 'KeyObject',
702 value: 'CryptoKey',
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py402 value = output[name]
409 bucket.add_data_point(name, i, value["count"], value["duration"] / 1000.0)
/third_party/node/test/common/
H A Dinspector-helper.js285 for (const value of params.args) {
286 if (value.value !== values[i++])
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c19 extern int je_mallopt(int param, int value);
473 int mallopt(int param, int value) in mallopt() argument
476 return je_mallopt(param, value); in mallopt()
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c162 static inline void __diagnose_count(const char *fn, const char *identifier, size_t value) in __diagnose_count() argument
164 if (__DIAGNOSE_PREDICT_FALSE(value > LONG_MAX)) { in __diagnose_count()
165 __fortify_error("%s: %s %zu > SSIZE_MAX\n", fn, identifier, value); in __diagnose_count()
/third_party/musl/src/fortify/linux/
H A Dfortify.c173 static inline void __diagnose_count(const char *fn, const char *identifier, size_t value) in __diagnose_count() argument
175 if (__DIAGNOSE_PREDICT_FALSE(value > LONG_MAX)) { in __diagnose_count()
176 __fortify_error("%s: %s %zu > SSIZE_MAX\n", fn, identifier, value); in __diagnose_count()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c17 extern int je_mallopt(int param, int value);
466 int mallopt(int param, int value) in mallopt() argument
469 return je_mallopt(param, value); in mallopt()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp95 static int32_t binarySearch(const uint16_t *array, int32_t len, uint16_t value) in binarySearch() argument
101 if(array[mid] == value) { in binarySearch()
105 if(array[mid] < value){ in binarySearch()
262 // Illegal second byte value. in nextChar()
326 // In EUC-JP, total char size is 2 bytes, only one byte of actual char value. in nextChar()
327 // In EUC-TW, total char size is 4 bytes, three bytes contribute to char value. in nextChar()
340 // Three byte total char size, two bytes of actual char value. in nextChar()
H A Ddatefmt.cpp696 void DateFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
700 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) { in setContext()
701 fCapitalizationContext = value; in setContext()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dtags.py61 # Set[Tag]. Pre-computing the value here produces significant speedups for
115 value: Union[int, str, None] = sysconfig.get_config_var(name)
116 if value is None and warn:
120 return value
391 generate platform tags for. Both parameters default to the appropriate value
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h46 align(size_t value, unsigned alignment) in align() argument
49 return ((value + (alignment - 1)) / alignment) * alignment; in align()
195 memcpy(&spec.value, &val, sizeof(val)); in specialize()
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c22 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js206 // split on name:value
207 const [name, value] = part.split(':')
216 res.gitRange = decodeURIComponent(value)
223 res.gitSubdir = `/${value}`
/third_party/libevdev/libevdev/
H A Dlibevdev-uinput.c469 int value) in libevdev_uinput_write_event()
476 .value = value in libevdev_uinput_write_event()
466 libevdev_uinput_write_event(const struct libevdev_uinput *uinput_dev, unsigned int type, unsigned int code, int value) libevdev_uinput_write_event() argument
/third_party/libdrm/
H A Dxf86drmMode.h402 uint64_t value);
430 uint64_t value);
445 uint64_t value);
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c395 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 Dpth_str03.c80 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 Dpth_str01.c61 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 Dtest-uinput.c383 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 Dv8-profiler.h608 * 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 Dtime.h124 // 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 Dcpu.cc178 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 Dv8-profiler.h605 * 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...]

Completed in 35 milliseconds

1...<<731732733734735736737738739740>>...988