Home
last modified time | relevance | path

Searched refs:lop (Results 1 – 24 of 24) sorted by relevance

/third_party/libfuse/lib/
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.release = clop->release ? cuse_fll_release : NULL; in cuse_lowlevel_new()
168 lop.fsync = clop->fsync ? cuse_fll_fsync : NULL; in cuse_lowlevel_new()
[all …]
/third_party/python/Modules/
D_curses_panel.c116 static list_of_panels *lop; variable
129 new->next = lop; in insert_lop()
130 lop = new; in insert_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/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds_printer.c34 #define X(lop, str) #str, argument
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()
Dpvr_rogue_pds_disasm.h121 #define X(lop, str) lop, argument
229 enum pvr_pds_lop lop; member
Dpvr_rogue_pds_encode.h64 uint32_t lop, in pvr_pds_inst_encode_stflp64() argument
84 encoded |= ((lop & PVR_ROGUE_PDSINST_LOP_MASK) in pvr_pds_inst_encode_stflp64()
117 uint32_t lop, in pvr_pds_inst_encode_stflp32() argument
135 encoded |= ((lop & PVR_ROGUE_PDSINST_LOP_MASK) in pvr_pds_inst_encode_stflp32()
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/mesa3d/src/nouveau/codegen/lib/
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/mesa/main/tests/
Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F() argument
114 EXPECT_TRUE(l lop 0); \ in TEST_F()
/third_party/lwip/test/fuzz/
DREADME5 processes them. It is used together with the 'american fuzzy lop' tool (found
/third_party/mesa3d/src/nouveau/codegen/
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()
1730 emitField(0x29, 2, lop); in emitLOP()
1738 emitField(0x35, 2, lop); in emitLOP()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dbasicauthentication.inc62 Note how we lop off the connection on the first condition (no "GET" request), but return asking for…
/third_party/skia/third_party/externals/icu/source/data/unit/
Dpcm.txt775 dnam{"Kílopáskal-dẹm"}
776 one{"{0} Kílopáskal"}
777 other{"{0} Kílopáskal"}
/third_party/icu/icu4c/source/data/unit/
Dpcm.txt775 dnam{"Kílopáskal-dẹm"}
776 one{"{0} Kílopáskal"}
777 other{"{0} Kílopáskal"}
/third_party/python/Lib/test/
Dtest_decimal.py925 for sym, lop, rop in oplist:
926 setattr(E, lop, lambda self, other: 'str' + lop + str(other))
929 'str' + lop + '10')
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES870 - Add lop fusion.
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES870 - Add lop fusion.
/third_party/spirv-tools/
DCHANGES978 - Add lop fusion.
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md1077 …- An 11-day run of [American fuzzy lop](http://lcamtuf.coredump.cx/afl/) checked 962 million input…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2841 Modules/_curses_panel.c - lop -
/third_party/json/
DREADME.md1599 - [**American fuzzy lop**](https://lcamtuf.coredump.cx/afl/) for fuzz testing
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info709 Note how we lop off the connection on the first condition (no "GET"
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt783 羅布泊 < lop\-nor\-\(nuclear\-testing\-site\-in\-xinjiang\);
23677 羅布泊 > lop\-nor\-\(nuclear\-testing\-site\-in\-xinjiang\);
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt3315 More hands than ours to lop their wanton growth:
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt6002 chantait, sur une mélopée mélancolique, la vieille chanson _gallega_