Home
last modified time | relevance | path

Searched refs:val (Results 2901 - 2925 of 6049) sorted by relevance

1...<<111112113114115116117118119120>>...242

/third_party/ltp/include/lapi/
H A Dfanotify.h145 int val[2]; member
208 # define FSID_VAL_MEMBER(fsid, i) (fsid.val[i])
/third_party/node/test/sequential/
H A Dtest-fs-watch.js153 protoSymbols.find((val) => val.toString() === 'Symbol(kFSWatchStart)');
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c45 union sigval val = args->sev->sigev_value; in start() local
53 notify(val); in start()
/third_party/nghttp2/src/
H A Dcomp_helper.c28 static void dump_val(json_t *jent, const char *key, uint8_t *val, size_t len) { in dump_val() argument
29 json_object_set_new(jent, key, json_pack("s#", val, len)); in dump_val()
/third_party/musl/src/mq/
H A Dmq_notify.c29 union sigval val = args->sev->sigev_value; in start() local
46 func(val); in start()
/third_party/ninja/src/
H A Deval_env.h64 void AddBinding(const std::string& key, const EvalString& val);
93 void AddBinding(const std::string& key, const std::string& val);
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.h107 void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled pattern.
108 int32_t buildOp(int32_t type, int32_t val); // Construct a new pcode instruction.
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js6 const cleanPath = (val) => {
9 nopt.typeDefs.path.validate(data, k, val)
/third_party/libinput/tools/
H A Dlibinput-quirks.c89 simple_printf(void *userdata, const char *val) in simple_printf() argument
91 printf("%s\n", val); in simple_printf()
/third_party/ltp/testcases/lib/
H A Dtst_net_iface_prefix.c102 static void print_ivar(const char *name, unsigned int val) in print_ivar() argument
104 printf("export %s=%d\n", name, val); in print_ivar()
/third_party/node/deps/v8/src/base/
H A Dbits.cc91 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32() argument
94 *val = static_cast<int32_t>(result); in SignedMulOverflow32()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-gen-state.h83 void set_found_unsupported_code_paths(bool val) { in set_found_unsupported_code_paths() argument
84 found_unsupported_code_paths_ = val; in set_found_unsupported_code_paths()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dfuzz_rand.c64 unsigned char val = 1; in fuzz_rand_generate() local
68 out[i] = val++; in fuzz_rand_generate()
/third_party/rust/crates/clap/tests/builder/
H A Dutils.rs80 arg!(--multvals <val> "Tests multiple values, not mult occs") in complex_app()
82 arg!(--multvalsmo <val> ... "Tests multiple values, and mult occs") in complex_app()
/third_party/python/Tools/scripts/
H A Dpickle2db.py136 (key, val) = pickle.load(pfile)
139 db[key] = val
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DContextLostTest.cpp147 GLint val = 0; in TEST_P() local
148 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &val); // Should not crash. in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp109 // int val = 0;
110 // s->await(val);
111 // printf("Fibonacci(%d): %d", i, val);
204 // Suspends execution of the coroutine and yields val to the caller.
205 // Execution of the coroutine will resume after val is retrieved.
207 inline void Yield(const T &val) in Yield() argument
209 Nucleus::yield(ValueOf(val)); in Yield()
H A DEmulatedIntrinsics.hpp29 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment);
30 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment);
/third_party/openssl/fuzz/
H A Dfuzz_rand.c64 unsigned char val = 1; in fuzz_rand_generate() local
68 out[i] = val++; in fuzz_rand_generate()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.h111 void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled pattern.
112 int32_t buildOp(int32_t type, int32_t val); // Construct a new pcode instruction.
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_utils.h179 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos() argument
180 br->bit_pos_ = val; in VP8LSetBitPos()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp38 if (auto* val = std::getenv(varName)) { in GetEnvVar()
39 return val; in GetEnvVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h141 void setSkipSpace(bool val) { SkipSpace = val; } in setSkipSpace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.h65 void setIgnoreColonInIdentifiers(bool val) { in setIgnoreColonInIdentifiers() argument
66 IgnoreColonInIdentifiers = val; in setIgnoreColonInIdentifiers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h46 // Sets val bits for specified mask in specified dst packed instance.
47 #define AMD_HSA_BITS_SET(dst, mask, val) \
49 dst |= (((val) << mask ## _SHIFT) & mask)

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...242