Home
last modified time | relevance | path

Searched refs:lis (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_drawings.s78 lis $5,0xFF ;; $5 <- 0x00FF00FF
98 lis $5,0xFF ;; $5 <- 0x00FF00FF
189 lis r12,0xCFFC
224 lis r7,0x0F01
273 lis r12,0xCFFC
308 lis r7,0x0F01
347 lis r12,0x00FF
Dppc_zoom_ultimate.s64 lis r12,0xFF label
195 lis r12,0xFF label
216 lis r17,0x0F01 label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument
108 LIS = lis; in clear()
172 SlotIndexes *indexes, LiveIntervals *lis,
DRegAllocBase.cpp58 LiveIntervals &lis, in init() argument
63 LIS = &lis; in init()
DSplitKit.h63 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum);
168 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
445 SplitEditor(SplitAnalysis &sa, AliasAnalysis &aa, LiveIntervals &lis,
DRegAllocBase.h81 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
DInterferenceCache.cpp57 LiveIntervals *lis, in init() argument
64 Entries[i].clear(mf, indexes, lis); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h60 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
64 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF()
DLiveRangeEdit.h139 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
142 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis), in Parent()
/third_party/flatbuffers/grpc/examples/go/greeter/server/
Dmain.go67 lis, err := net.Listen("tcp", fmt.Sprintf("localhost:%d", 3000))
74 if err := grpcServer.Serve(lis); err != nil {
/third_party/ltp/testcases/kernel/connectors/pec/
Dcn_pec.sh82 pec_listener -p $gen_pid -c $LISTENER_ID >lis.log &
145 cat lis.log
/third_party/flatbuffers/grpc/tests/
Dgo_test.go75 lis, err := net.Listen("tcp", addr)
83 if err := ser.Serve(lis); err != nil {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt72 lis r2, ha16(.CPI_X_0)
74 lis r2, ha16(.CPI_X_1)
77 lis r2, ha16(.CPI_X_2)
79 lis r2, ha16(.CPI_X_3)
85 off of the register to avoid the lis's. This is even more important in PIC
98 lis r2, ha16(LCPI1_0)
100 lis r2, ha16(LCPI1_1)
101 lis r3, ha16(LCPI1_2)
193 lis r2, ha16(_a)
202 lis r2, ha16(_a+3)
[all …]
/third_party/curl/packages/vms/
Dclean_gnv_curl.com75 $ file = "lcl_root:[.lib]*.lis"
78 $ file = "lcl_root:[.src]*.lis"
151 $ file = "lcl_root:[...]*.lis"
/third_party/gstreamer/gstplugins_bad/po/
Dfur.po28 msgstr "Impussibil lei lis informazions dal titul pal DVD."
121 msgstr "No si è rivâts a stabilî lis proprietâts pal canâl '%s'"
144 #~ msgstr "No si è rivâts a interogâ lis funzionalitâts di sndio"
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dyav.txt16 fa{"nupɛ́lisɛ"}
Dtk.txt95 en{"iňlis dili"}
96 en_GB{"iňlis dili (Beýik Britaniýa)"}
97 en_US{"iňlis dili (Amerika)"}
399 en_US{"iňlis dili (ABŞ)"}
Dewo.txt34 pl{"ǹkɔ́bɔ fólis"}
/third_party/icu/icu4c/source/data/lang/
Dyav.txt17 fa{"nupɛ́lisɛ"}
Dewo.txt35 pl{"ǹkɔ́bɔ fólis"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dyav.txt17 fa{"nupɛ́lisɛ"}
Dewo.txt35 pl{"ǹkɔ́bɔ fólis"}
/third_party/libffi/src/powerpc/
Dasm.h68 lis %r11,0b@ha; \
/third_party/ffmpeg/libavcodec/ppc/
Dasm.S89 lis \rd, \sym@ha
/third_party/weston/compositor/
Dmain.c1383 struct wl_listener *lis; in wet_head_tracker_from_head() local
1385 lis = weston_head_get_destroy_listener(head, handle_head_destroy); in wet_head_tracker_from_head()
1386 if (!lis) in wet_head_tracker_from_head()
1389 return container_of(lis, struct wet_head_tracker, in wet_head_tracker_from_head()
1897 struct wl_listener *lis; in wet_output_from_weston_output() local
1899 lis = weston_output_get_destroy_listener(base, in wet_output_from_weston_output()
1901 if (!lis) in wet_output_from_weston_output()
1904 return container_of(lis, struct wet_output, output_destroy_listener); in wet_output_from_weston_output()

12345