/third_party/ltp/include/lapi/ |
H A D | fanotify.h | 145 int val[2]; member 208 # define FSID_VAL_MEMBER(fsid, i) (fsid.val[i])
|
/third_party/node/test/sequential/ |
H A D | test-fs-watch.js | 153 protoSymbols.find((val) => val.toString() === 'Symbol(kFSWatchStart)');
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 45 union sigval val = args->sev->sigev_value; in start() local 53 notify(val); in start()
|
/third_party/nghttp2/src/ |
H A D | comp_helper.c | 28 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 D | mq_notify.c | 29 union sigval val = args->sev->sigev_value; in start() local 46 func(val); in start()
|
/third_party/ninja/src/ |
H A D | eval_env.h | 64 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 D | regexcmp.h | 107 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 D | options.js | 6 const cleanPath = (val) => { 9 nopt.typeDefs.path.validate(data, k, val)
|
/third_party/libinput/tools/ |
H A D | libinput-quirks.c | 89 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 D | tst_net_iface_prefix.c | 102 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 D | bits.cc | 91 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 D | maglev-code-gen-state.h | 83 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 D | fuzz_rand.c | 64 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 D | utils.rs | 80 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 D | pickle2db.py | 136 (key, val) = pickle.load(pfile) 139 db[key] = val
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ContextLostTest.cpp | 147 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 D | Coroutine.hpp | 109 // 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 D | EmulatedIntrinsics.hpp | 29 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 D | fuzz_rand.c | 64 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 D | regexcmp.h | 111 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 D | bit_reader_utils.h | 179 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 D | GPU.cpp | 38 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 D | MCAsmLexer.h | 141 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 D | LLLexer.h | 65 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 D | AMDKernelCodeT.h | 46 // 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)
|