/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_validator.cpp | 148 get_filtered_validator_version(HMODULE mod, enum dxil_validator_version raw) in get_filtered_validator_version() argument
|
/third_party/libinput/src/ |
H A D | evdev-wheel.c | 194 const struct device_float_coords raw = { in wheel_flush_scroll() local
|
H A D | evdev-mt-touchpad-edge-scroll.c | 425 struct device_coords raw; in tp_edge_scroll_post_events() local
|
H A D | filter-touchpad-x230.c | 130 accelerator_filter_x230(struct motion_filter *filter, const struct device_float_coords *raw, void *data, uint64_t time) accelerator_filter_x230() argument
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_asn1.c | 133 snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.cc | 131 auto raw = raw_entries.begin(); in CheckTableEquals() local
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | cross-thread-persistent.h | 25 explicit CrossThreadPersistentBase(const void* raw) : PersistentBase(raw) {} in CrossThreadPersistentBase() argument 117 BasicCrossThreadPersistent( T* raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument 135 BasicCrossThreadPersistent( UnsafeCtorTag, T* raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument 145 BasicCrossThreadPersistent( T& raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
H A D | member.h | 65 BasicMember(T* raw) : MemberBase(raw) { // NOLINT in BasicMember() argument 69 BasicMember(T& raw) : BasicMember(&raw) {} // NOLINT in BasicMember() argument 78 BasicMember(T* raw, AtomicInitializerTag atomic) : MemberBase(raw, atomic) { in BasicMember() argument 82 BasicMember(T& raw, AtomicInitializerTag atomic) in BasicMember() argument
|
H A D | persistent.h | 29 explicit PersistentBase(const void* raw) : raw_(raw) {} in PersistentBase() argument 76 BasicPersistent(T* raw, // NOLINT in BasicPersistent() argument 85 BasicPersistent(T& raw, // NOLINT in BasicPersistent() argument
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | member.h | 45 V8_INLINE explicit MemberBase(RawStorage raw) : raw_(raw) {} in MemberBase() argument 88 V8_INLINE BasicMember(T* raw) : Base(raw) { // NOLINT in BasicMember() argument 92 V8_INLINE BasicMember(T& raw) // NOLINT in BasicMember() argument 103 V8_INLINE BasicMember(T* raw, AtomicInitializerTag atomic) in BasicMember() argument 108 BasicMember(T& raw, AtomicInitializerTag atomic) BasicMember() argument 292 BasicMember(RawStorage raw) BasicMember() argument 370 operator ==( const BasicMember<T, WeaknessTag, WriteBarrierPolicy, CheckingPolicy, StorageType>& member, U* raw) operator ==() argument 391 operator !=( const BasicMember<T, WeaknessTag, WriteBarrierPolicy, CheckingPolicy, StorageType>& member, U* raw) operator !=() argument 401 operator ==( T* raw, const BasicMember<U, WeaknessTag, WriteBarrierPolicy, CheckingPolicy, StorageType>& member) operator ==() argument 410 operator !=( T* raw, const BasicMember<U, WeaknessTag, WriteBarrierPolicy, CheckingPolicy, StorageType>& member) operator !=() argument [all...] |
H A D | persistent.h | 26 explicit PersistentBase(const void* raw) : raw_(raw) {} in PersistentBase() argument 73 BasicPersistent(T* raw, // NOLINT in BasicPersistent() argument 82 BasicPersistent(T& raw, // NOLINT in BasicPersistent() argument
|
H A D | cross-thread-persistent.h | 25 explicit CrossThreadPersistentBase(const void* raw) : PersistentBase(raw) {} in CrossThreadPersistentBase() argument 117 BasicCrossThreadPersistent( T* raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument 135 BasicCrossThreadPersistent( UnsafeCtorTag, T* raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument 145 BasicCrossThreadPersistent( T& raw, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string.cc | 442 Handle<Object> raw; in BUILTIN() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions-inl.h | 170 MaybeObject raw = GetRawTarget(transition_number); in GetTargetIfExists() local [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | context-serializer.cc | 137 HeapObject raw = *obj; in SerializeObjectImpl() local
|
H A D | startup-serializer.cc | 149 HeapObject raw = *obj; in SerializeObjectImpl() local
|
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.h | 125 auto raw = FindOrInsertEntry(key.ptr()); in FindOrInsert() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | darwin.c | 274 const UInt8* raw = pCFDataGetBytePtr(data); in uv__get_cpu_speed() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 219 process_COM(int raw) in process_COM() argument 335 scan_JPEG_header(int verbose, int raw) in scan_JPEG_header() argument 453 int verbose = 0, raw = 0; in main() local [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | pnm2png.c | 189 BOOL raw, alpha_raw = FALSE; in pnm2png() local
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_head.h | 72 } raw; member 114 } raw; member
|
/third_party/python/Modules/_io/ |
H A D | _iomodule.c | 210 PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL, *path_or_fd = NULL; _io_open_impl() local [all...] |
/third_party/python/Modules/_io/clinic/ |
H A D | bufferedio.c.h | 411 PyObject *raw; in _io_BufferedReader___init__() local 465 PyObject *raw; _io_BufferedWriter___init__() local 612 PyObject *raw; _io_BufferedRandom___init__() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | modargs.c | 38 pa_hashmap *raw; member 48 char *raw; in add_key_value() local [all...] |
/third_party/rust/crates/clap/src/error/ |
H A D | mod.rs | 86 pub fn raw(kind: ErrorKind, message: impl std::fmt::Display) -> Self { in raw() functions
|