Searched defs:raw_id (Results 1 - 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-iterator.cc | 179 uint32_t raw_id = GetUnsignedOperand(operand_index, operand_type); in GetRuntimeIdOperand() local 196 uint32_t raw_id = GetUnsignedOperand(operand_index, operand_type); in GetIntrinsicIdOperand() local
|
| /third_party/f2fs-tools/mkfs/ |
| H A D | f2fs_format.c | 1377 __le32 raw_id; in f2fs_write_qf_inode() local 1301 f2fs_write_default_quota(int qtype, unsigned int blkaddr, __le32 raw_id) f2fs_write_default_quota() argument
|
| /third_party/node/src/tracing/ |
| H A D | trace_event.h | 336 WithScope(const char* scope, uint64_t raw_id) in WithScope() argument 338 uint64_t raw_id() const { return raw_id_; } in raw_id() function in node::tracing::TraceID::WithScope 348 explicit DontMangle(const void* raw_id) in DontMangle() argument 350 explicit DontMangle(uint64_t raw_id) : raw_id_(raw_id) {} in DontMangle() argument 351 DontMangle(unsigned int raw_id) DontMangle() argument 352 DontMangle(uint16_t raw_id) DontMangle() argument 353 DontMangle(unsigned char raw_id) DontMangle() argument 354 DontMangle(int64_t raw_id) DontMangle() argument 356 DontMangle(int raw_id) DontMangle() argument 357 DontMangle(int16_t raw_id) DontMangle() argument 359 DontMangle(signed char raw_id) DontMangle() argument 364 uint64_t raw_id() const { return raw_id_; } raw_id() function in node::tracing::TraceID::DontMangle 373 ForceMangle(uint64_t raw_id) ForceMangle() argument 374 ForceMangle(unsigned int raw_id) ForceMangle() argument 375 ForceMangle(uint16_t raw_id) ForceMangle() argument 376 ForceMangle(unsigned char raw_id) ForceMangle() argument 377 ForceMangle(int64_t raw_id) ForceMangle() argument 379 ForceMangle(int raw_id) ForceMangle() argument 380 ForceMangle(int16_t raw_id) ForceMangle() argument 382 ForceMangle(signed char raw_id) ForceMangle() argument 384 uint64_t raw_id() const { return raw_id_; } raw_id() function in node::tracing::TraceID::ForceMangle 390 TraceID(const void* raw_id, unsigned int* flags) TraceID() argument 394 TraceID(ForceMangle raw_id, unsigned int* flags) TraceID() argument 399 TraceID(uint64_t raw_id, unsigned int* flags) TraceID() argument 402 TraceID(unsigned int raw_id, unsigned int* flags) TraceID() argument 405 TraceID(uint16_t raw_id, unsigned int* flags) TraceID() argument 408 TraceID(unsigned char raw_id, unsigned int* flags) TraceID() argument 411 TraceID(int64_t raw_id, unsigned int* flags) TraceID() argument 415 TraceID(int raw_id, unsigned int* flags) TraceID() argument 419 TraceID(int16_t raw_id, unsigned int* flags) TraceID() argument 423 TraceID(signed char raw_id, unsigned int* flags) TraceID() argument 430 uint64_t raw_id() const { return raw_id_; } raw_id() function in node::tracing::TraceID [all...] |
| /third_party/node/deps/v8/src/tracing/ |
| H A D | trace-event.h | 319 WithScope(const char* scope, uint64_t raw_id) in WithScope() argument 321 uint64_t raw_id() const { return raw_id_; } in raw_id() function in v8::internal::tracing::TraceID::WithScope 329 TraceID(const void* raw_id, unsigned int* flags) in TraceID() argument 331 TraceID(uint64_t raw_id, unsigned int* flags) : raw_id_(raw_id) { in TraceID() argument 334 TraceID(unsigned int raw_id, unsigned int* flags) TraceID() argument 337 TraceID(uint16_t raw_id, unsigned int* flags) TraceID() argument 340 TraceID(unsigned char raw_id, unsigned int* flags) TraceID() argument 343 TraceID(int64_t raw_id, unsigned int* flags) TraceID() argument 347 TraceID(int raw_id, unsigned int* flags) TraceID() argument 351 TraceID(int16_t raw_id, unsigned int* flags) TraceID() argument 355 TraceID(signed char raw_id, unsigned int* flags) TraceID() argument 362 uint64_t raw_id() const { return raw_id_; } raw_id() function in v8::internal::tracing::TraceID [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
| H A D | i2c-core-base.c | 2232 union i2c_smbus_data raw_id;
in i2c_get_device_id() local
|
Completed in 9 milliseconds