Home
last modified time | relevance | path

Searched refs:lop (Results 1 - 11 of 11) sorted by relevance

/third_party/libfuse/lib/
H A Dcuse_lowlevel.c152 struct fuse_lowlevel_ops lop; in cuse_lowlevel_new() local
160 memset(&lop, 0, sizeof(lop)); in cuse_lowlevel_new()
161 lop.init = clop->init; in cuse_lowlevel_new()
162 lop.destroy = clop->destroy; in cuse_lowlevel_new()
163 lop.open = clop->open ? cuse_fll_open : NULL; in cuse_lowlevel_new()
164 lop.read = clop->read ? cuse_fll_read : NULL; in cuse_lowlevel_new()
165 lop.write = clop->write ? cuse_fll_write : NULL; in cuse_lowlevel_new()
166 lop.flush = clop->flush ? cuse_fll_flush : NULL; in cuse_lowlevel_new()
167 lop in cuse_lowlevel_new()
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_printer.c34 #define X(lop, str) #str,
131 if (instruction->lop == LOP_NONE) { in pvr_pds_disassemble_instruction_sftlp32()
141 } else if (instruction->lop == LOP_NOT) { in pvr_pds_disassemble_instruction_sftlp32()
159 LOP[instruction->lop], in pvr_pds_disassemble_instruction_sftlp32()
238 if (instruction->lop == LOP_NONE) { in pvr_pds_disassemble_instruction_sftlp64()
248 } else if (instruction->lop == LOP_NOT) { in pvr_pds_disassemble_instruction_sftlp64()
266 LOP[instruction->lop], in pvr_pds_disassemble_instruction_sftlp64()
H A Dpvr_rogue_pds_disasm.h121 #define X(lop, str) lop,
229 enum pvr_pds_lop lop; member
H A Dpvr_rogue_pds_encode.h64 uint32_t lop, in pvr_pds_inst_encode_stflp64()
84 encoded |= ((lop & PVR_ROGUE_PDSINST_LOP_MASK) in pvr_pds_inst_encode_stflp64()
117 uint32_t lop, in pvr_pds_inst_encode_stflp32()
135 encoded |= ((lop & PVR_ROGUE_PDSINST_LOP_MASK) in pvr_pds_inst_encode_stflp32()
63 pvr_pds_inst_encode_stflp64(uint32_t cc, uint32_t lop, uint32_t im, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_pds_inst_encode_stflp64() argument
115 pvr_pds_inst_encode_stflp32(uint32_t im, uint32_t cc, uint32_t lop, uint32_t src0, uint32_t src1, uint32_t src2, uint32_t dst) pvr_pds_inst_encode_stflp32() argument
H A Dpvr_pds_disasm.c434 ins->lop = (instruction >> PVR_ROGUE_PDSINST_SFTLP32_LOP_SHIFT) & in pvr_pds_disassemble_instruction_sftlp32()
496 ins->lop = (instruction >> PVR_ROGUE_PDSINST_SFTLP64_LOP_SHIFT) & in pvr_pds_disassemble_instruction_sftlp64()
/third_party/python/Modules/
H A D_curses_panel.c107 /* We keep a linked list of PyCursesPanelObjects, lop. A list should
116 static list_of_panels *lop; variable
118 /* Insert a new panel object into lop */
129 new->next = lop; in insert_lop()
130 lop = new; in insert_lop()
134 /* Remove the panel object from lop */
140 temp = lop; in remove_lop()
142 lop = temp->next; in remove_lop()
165 for (temp = lop; temp->po->pan != pan; temp = temp->next) in find_po()
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h238 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument
260 *lop = tbl[n2].lo + t * (q + r1); in __k_expl()
271 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument
276 __k_expl(x, hip, lop, &k); in k_hexpl()
279 *lop *= twopkm1; in k_hexpl()
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F()
114 EXPECT_TRUE(l lop 0); \ in TEST_F()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm16 lop xor 1 $r2 $r2 0x1f
65 lop xor 1 $r2 $r2 0x1f
295 lop or 1 $r2 $r0 $r2
304 lop and 1 $r2 $r2 $r6
311 lop or 1 $r1 $r1 $r5
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp1698 int lop = 0; in emitLOP() local
1701 case OP_AND: lop = 0; break; in emitLOP()
1702 case OP_OR : lop = 1; break; in emitLOP()
1703 case OP_XOR: lop = 2; break; in emitLOP()
1705 assert(!"invalid lop"); in emitLOP()
1730 emitField(0x29, 2, lop); in emitLOP()
1738 emitField(0x35, 2, lop); in emitLOP()
1747 /* special-case of emitLOP(): lop pass_b dst 0 ~src */
/third_party/python/Lib/test/
H A Dtest_decimal.py915 for sym, lop, rop in oplist:
916 setattr(E, lop, lambda self, other: 'str' + lop + str(other))
919 'str' + lop + '10')

Completed in 17 milliseconds