Home
last modified time | relevance | path

Searched defs:arg_u64 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsys32.c73 #define arg_u64(name) (((u64)name##_hi << 32) | name##_lo) macro
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsys32.c73 #define arg_u64(name) (((u64)name##_hi << 32) | name##_lo) macro
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc45 AddAllFastCallbackPatch(AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, AnyCType arg_u32, AnyCType arg_i64, AnyCType arg_u64, AnyCType arg_f32, AnyCType arg_f64, AnyCType options) AddAllFastCallbackPatch() argument
60 AddAllFastCallback(Local<Object> receiver, bool should_fallback, int32_t arg_i32, uint32_t arg_u32, int64_t arg_i64, uint64_t arg_u64, float arg_f32, double arg_f64, FastApiCallbackOptions& options) AddAllFastCallback() argument
82 AddAllFastCallbackNoOptionsPatch( AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, AnyCType arg_u32, AnyCType arg_i64, AnyCType arg_u64, AnyCType arg_f32, AnyCType arg_f64) AddAllFastCallbackNoOptionsPatch() argument
94 AddAllFastCallbackNoOptions(Local<Object> receiver, bool should_fallback, int32_t arg_i32, uint32_t arg_u32, int64_t arg_i64, uint64_t arg_u64, float arg_f32, double arg_f64) AddAllFastCallbackNoOptions() argument

Completed in 3 milliseconds