/third_party/libfuse/lib/ |
D | cuse_lowlevel.c | 152 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.c | 116 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/ |
D | pvr_pds_printer.c | 34 #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()
|
D | pvr_rogue_pds_disasm.h | 121 #define X(lop, str) lop, argument 229 enum pvr_pds_lop lop; member
|
D | pvr_rogue_pds_encode.h | 64 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()
|
D | pvr_pds_disasm.c | 434 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/ |
D | gm107.asm | 16 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/ |
D | mesa_formats.cpp | 108 #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/ |
D | README | 5 processes them. It is used together with the 'american fuzzy lop' tool (found
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 1698 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/ |
D | basicauthentication.inc | 62 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/ |
D | pcm.txt | 775 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/ |
D | pcm.txt | 775 dnam{"Kílopáskal-dẹm"} 776 one{"{0} Kílopáskal"} 777 other{"{0} Kílopáskal"}
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 925 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/ |
D | CHANGES | 870 - Add lop fusion.
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 870 - Add lop fusion.
|
/third_party/spirv-tools/ |
D | CHANGES | 978 - Add lop fusion.
|
/third_party/json/doc/mkdocs/docs/home/ |
D | releases.md | 1077 …- An 11-day run of [American fuzzy lop](http://lcamtuf.coredump.cx/afl/) checked 962 million input…
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2841 Modules/_curses_panel.c - lop -
|
/third_party/json/ |
D | README.md | 1599 - [**American fuzzy lop**](https://lcamtuf.coredump.cx/afl/) for fuzz testing
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 709 Note how we lop off the connection on the first condition (no "GET"
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 783 羅布泊 < lop\-nor\-\(nuclear\-testing\-site\-in\-xinjiang\); 23677 羅布泊 > lop\-nor\-\(nuclear\-testing\-site\-in\-xinjiang\);
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | plrabn12.txt | 3315 More hands than ours to lop their wanton growth:
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | les-mis-utf8.txt | 6002 chantait, sur une mélopée mélancolique, la vieille chanson _gallega_
|