Searched refs:mask_lo (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | bpf.c | 97 unsigned int mask_lo = (unsigned int)(mask & 0xFFFFFFFF); in bpf_comp_jset32() local 98 set_bpf_jump(filter, BPF_JMP + BPF_JSET + BPF_K, mask_lo, jt, jf); in bpf_comp_jset32() 110 unsigned int mask_lo = (unsigned int)(mask & 0xFFFFFFFF); in bpf_comp_jset64() local 118 curr_block += bpf_comp_jset32(curr_block, mask_lo, jt, jf); in bpf_comp_jset64()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | mtrr.h | 72 __u32 mask_lo; member
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 928 Packet2ul mask_lo = vec_cmpeq(select_lo, reinterpret_cast<Packet2ul>(p2l_ONE)); 931 result.v4f[1] = vec_sel(elsePacket.v4f[1], thenPacket.v4f[1], mask_lo);
|