/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 2029 skvm::Uniform addr; 2042 return gather(pixelFormat, children[i].addr, index);
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3924 int64_t addr = in target_address_at() local 3930 addr = (addr << 16) >> 16; in target_address_at() 3931 return static_cast<Address>(addr); in target_address_at()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 3094 Address addr; in ProcessRelocInfo() local 3098 addr = rinfo->constant_pool_entry_address(); in ProcessRelocInfo() 3109 addr = rinfo->pc(); in ProcessRelocInfo() 3124 const uintptr_t offset = addr - source_chunk->address(); in ProcessRelocInfo()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 1522 const union tgsi_exec_channel *addr = &mach->Addrs[reg->Indirect.Index].xyzw[reg->Indirect.Swizzle]; in get_index_registers() local 1524 index->i[i] += addr->u[i]; in get_index_registers() 1564 const union tgsi_exec_channel *addr = &mach->Addrs[reg->DimIndirect.Index].xyzw[reg->DimIndirect.Swizzle]; in get_index_registers() local 1566 index2D->i[i] += addr->u[i]; in get_index_registers()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3216 pub addr: __IncompleteArrayField<in6_addr>, 3223 pub addr: in6_addr, 3230 pub addr: in6_addr, 4515 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3285 pub addr: __IncompleteArrayField<in6_addr>, 3292 pub addr: in6_addr, 3299 pub addr: in6_addr, 4585 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3238 pub addr: __IncompleteArrayField<in6_addr>, 3245 pub addr: in6_addr, 3252 pub addr: in6_addr, 4543 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3349 pub addr: __IncompleteArrayField<in6_addr>, 3356 pub addr: in6_addr, 3363 pub addr: in6_addr, 4649 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3184 pub addr: __IncompleteArrayField<in6_addr>, 3191 pub addr: in6_addr, 3198 pub addr: in6_addr, 4457 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3449 pub addr: __IncompleteArrayField<in6_addr>, 3456 pub addr: in6_addr, 3463 pub addr: in6_addr, 4735 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3153 pub addr: __IncompleteArrayField<in6_addr>, 3160 pub addr: in6_addr, 3167 pub addr: in6_addr, 4431 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3425 pub addr: __IncompleteArrayField<in6_addr>, 3432 pub addr: in6_addr, 3439 pub addr: in6_addr, 4705 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 3131 pub addr: __IncompleteArrayField<in6_addr>, 3138 pub addr: in6_addr, 3145 pub addr: in6_addr, 4400 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 3214 pub addr: __IncompleteArrayField<in6_addr>, 3221 pub addr: in6_addr, 3228 pub addr: in6_addr, 4488 pub addr: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 3142 pub addr: __IncompleteArrayField<in6_addr>, 3149 pub addr: in6_addr, 3156 pub addr: in6_addr, 4409 pub addr: __u64,
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 583 unsigned long long addr; member 4517 pr_warn("prog '%s': bad subprog addr relo against '%s' at offset %zu+%d\n", 6421 insn[0].imm = (__u32)ext->ksym.addr; 6422 insn[1].imm = ext->ksym.addr >> 32; 6718 * for subprog addr relocation, the relo->sym_off + insn->imm is 6730 pr_warn("prog '%s': missing subprog addr relo for insn #%zu\n", 8018 if (ext->is_set && ext->ksym.addr != sym_addr) { 8020 sym_name, ext->ksym.addr, sym_addr); 8025 ext->ksym.addr = sym_addr; 13606 *var_skel->addr [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_build_ast.c | 13173 cil_ipaddr_init(&nodecon->addr); in test_cil_fill_ipaddr() 13175 int rc = cil_fill_ipaddr(test_tree->root->cl_head->cl_head->next->cl_head, nodecon->addr); in test_cil_fill_ipaddr() 13196 cil_ipaddr_init(&nodecon->addr); in test_cil_fill_ipaddr_addrnodenull_neg() 13198 int rc = cil_fill_ipaddr(NULL, nodecon->addr); in test_cil_fill_ipaddr_addrnodenull_neg() 13219 nodecon->addr = NULL; in test_cil_fill_ipaddr_addrnull_neg() 13221 int rc = cil_fill_ipaddr(test_tree->root->cl_head->cl_head->next->cl_head, nodecon->addr); in test_cil_fill_ipaddr_addrnull_neg() 13242 cil_ipaddr_init(&nodecon->addr); in test_cil_fill_ipaddr_addrinparens_neg() 13244 int rc = cil_fill_ipaddr(test_tree->root->cl_head->cl_head->next->cl_head, nodecon->addr); in test_cil_fill_ipaddr_addrinparens_neg() 13265 cil_ipaddr_init(&nodecon->addr); in test_cil_fill_ipaddr_extra_neg() 13267 int rc = cil_fill_ipaddr(test_tree->root->cl_head->cl_head->next->cl_head, nodecon->addr); in test_cil_fill_ipaddr_extra_neg() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_receive.c | 1494 &(connect->addr), gapSignatureDataObj, arrayPtr, AttGapSignatureConfirmationResult, sigedWriteBuffPtr); in AttSignedWriteCommand()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 1014 xdpi = ydpi = atof(value.addr); in getSystemContentScale()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 126 void *addr; /* base address of channel samples */ member
|
H A D | pcm_hw.c | 596 info->addr = 0; in snd_pcm_hw_channel_info()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 740 struct ir3_instruction *addr);
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 1102 args.addr = (uintptr_t)pointer; in radeon_winsys_bo_from_ptr()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 2247 OpName %output_addr "output.addr" in TEST_F()
|