Home
last modified time | relevance | path

Searched defs:raw (Results 76 - 100 of 250) sorted by relevance

12345678910

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp148 get_filtered_validator_version(HMODULE mod, enum dxil_validator_version raw) in get_filtered_validator_version() argument
/third_party/libinput/src/
H A Devdev-wheel.c194 const struct device_float_coords raw = { in wheel_flush_scroll() local
H A Devdev-mt-touchpad-edge-scroll.c425 struct device_coords raw; in tp_edge_scroll_post_events() local
H A Dfilter-touchpad-x230.c130 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 Dsnmp_asn1.c133 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 Dsource-position-table.cc131 auto raw = raw_entries.begin(); in CheckTableEquals() local
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h25 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 Dmember.h65 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 Dpersistent.h29 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 Dmember.h45 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 Dpersistent.h26 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 Dcross-thread-persistent.h25 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 Dbuiltins-string.cc442 Handle<Object> raw; in BUILTIN() local
/third_party/node/deps/v8/src/objects/
H A Dtransitions-inl.h170 MaybeObject raw = GetRawTarget(transition_number); in GetTargetIfExists() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dcontext-serializer.cc137 HeapObject raw = *obj; in SerializeObjectImpl() local
H A Dstartup-serializer.cc149 HeapObject raw = *obj; in SerializeObjectImpl() local
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h125 auto raw = FindOrInsertEntry(key.ptr()); in FindOrInsert() local
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c274 const UInt8* raw = pCFDataGetBytePtr(data); in uv__get_cpu_speed() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdjpgcom.c219 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 Dpnm2png.c189 BOOL raw, alpha_raw = FALSE; in pnm2png() local
/third_party/skia/src/sfnt/
H A DSkOTTable_head.h72 } raw; member
114 } raw; member
/third_party/python/Modules/_io/
H A D_iomodule.c210 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 Dbufferedio.c.h411 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 Dmodargs.c38 pa_hashmap *raw; member
48 char *raw; in add_key_value() local
[all...]
/third_party/rust/crates/clap/src/error/
H A Dmod.rs86 pub fn raw(kind: ErrorKind, message: impl std::fmt::Display) -> Self { in raw() functions

Completed in 16 milliseconds

12345678910