/third_party/node/src/tracing/ |
H A D | trace_event.h | 215 trace_event_bind_id.raw_id(), trace_event_flags, ##__VA_ARGS__); \ 233 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \ 268 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \ 336 WithScope(const char* scope, uint64_t raw_id) in WithScope() argument 337 : scope_(scope), raw_id_(raw_id) {} in WithScope() 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 349 : raw_id_(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(raw_id))) {} in DontMangle() 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 | 218 trace_event_bind_id.raw_id(), trace_event_flags, ##__VA_ARGS__); \ 236 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \ 265 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \ 319 WithScope(const char* scope, uint64_t raw_id) in WithScope() argument 320 : scope_(scope), raw_id_(raw_id) {} in WithScope() 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 330 : raw_id_(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(raw_id))) {} in TraceID() 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...] |
/third_party/spirv-tools/tools/dis/ |
H A D | dis.cpp | 71 FLAG_LONG_bool (raw_id, /* default_value= */ false, /* required= */ false); 120 if (!flags::raw_id.value()) in main()
|
/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 180 return static_cast<Runtime::FunctionId>(raw_id); in GetRuntimeIdOperand() 196 uint32_t raw_id = GetUnsignedOperand(operand_index, operand_type); in GetIntrinsicIdOperand() local 198 static_cast<IntrinsicsHelper::IntrinsicId>(raw_id)); in GetIntrinsicIdOperand()
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 1302 __le32 raw_id) in f2fs_write_default_quota() 1339 dqblk.dqb_id = raw_id; in f2fs_write_default_quota() 1377 __le32 raw_id; in f2fs_write_qf_inode() local 1398 raw_id = raw_node->i.i_uid; in f2fs_write_qf_inode() 1400 raw_id = raw_node->i.i_gid; in f2fs_write_qf_inode() 1402 raw_id = raw_node->i.i_projid; in f2fs_write_qf_inode() 1407 if (f2fs_write_default_quota(qtype, data_blk_nor, raw_id)) { in f2fs_write_qf_inode() 1301 f2fs_write_default_quota(int qtype, unsigned int blkaddr, __le32 raw_id) f2fs_write_default_quota() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 5851 fs_reg raw_id = bld.vgrf(BRW_REGISTER_TYPE_UD); 5852 bld.emit(SHADER_OPCODE_READ_SR_REG, raw_id, brw_imm_ud(0)); 5855 bld.AND(raw_id, raw_id, brw_imm_ud(0x3fff)); 5857 bld.SHR(retype(dest, BRW_REGISTER_TYPE_UD), raw_id, brw_imm_ud(9)); 5869 * EU[1:0] = raw_id[5:4] (identified as EUID[1:0]) 5870 * EU[2] = raw_id[8] (identified as SubSlice ID) 5871 * EU[3] = raw_id[7] (identified as EUID[2] or Row ID) 5875 bld.AND(tmp, raw_id, brw_imm_ud(INTEL_MASK(7, 7))); 5877 bld.AND(tmp, raw_id, brw_imm_u [all...] |
/third_party/rust/crates/quote/tests/ |
H A D | test.rs | 520 let id = quote!(r#raw_id); in test_quote_raw_id() 521 assert_eq!(id.to_string(), "r#raw_id"); in test_quote_raw_id()
|