Home
last modified time | relevance | path

Searched defs:hl (Results 76 – 100 of 2745) sorted by relevance

12345678910>>...110

/dports/devel/z88dk/z88dk/examples/rcmx000/
H A Diolib_twinkle3000.c34 push hl ; in wait_rtc() local
53 defb 0dch ; and hl,de ; in wait_rtc() local
56 pop hl ; in wait_rtc() local
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dmanager.c233 HistList *hl; local
248 HistList *hl; local
279 HistList *hl; in SwitchPageModeBackOff() local
309 HistList *hl; in ManageSomeHistList() local
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/xappy/
H A Dhighlight.py110 def makeSample(self, text, query, maxlen=600, hl=None): argument
191 def highlight(self, text, query, hl, strip_tags=False): argument
211 def _hl(self, words, terms, hl): argument
/dports/editors/le/le-1.16.6/src/
H A Dhistory.cc86 void History::operator+=(const HistoryLine& hl) in operator +=()
99 void History::operator-=(const HistoryLine& hl) in operator -=()
128 HistoryLine::HistoryLine(const HistoryLine &hl) in HistoryLine()
134 HistoryLine::HistoryLine(const HistoryLine *hl) in HistoryLine()
155 const HistoryLine& HistoryLine::operator=(const HistoryLine& hl) in operator =()
/dports/devel/z88dk/z88dk/libsrc/target/z88/fcntl/
H A Dlseek.c72 ld hl,7 ;pick up required position in lseek() local
73 add hl,sp in lseek() local
/dports/devel/z88dk/z88dk/libsrc/stdio/
H A Dungetc.c20 pop hl ;ret in ungetc() local
26 ld hl,-1 ;EOF in ungetc() local
H A Dfread.c25 ld hl,(sp + 6) ; nmemb in wrapper() local
31 ld hl,(sp + 10) ;ptr in wrapper() local
129 ex de,hl ; de = buf in wrapper() local
H A Dfclose.c51 push hl ;save flags pointer in fclose() local
53 dec hl ;hl = fp in fclose() local
/dports/devel/z88dk/z88dk/libsrc/target/zx/fcntl/plus3/
H A Dwrite.c35 pop hl ;bytes we wanted to write in write() local
38 sbc hl,de ;gives number written in write() local
/dports/devel/z88dk/z88dk/libsrc/target/zx-common/fcntl/esxdos/
H A Dopen.c10 ld hl,6 ;flags in open() local
11 add hl,sp in open() local
/dports/devel/z88dk/z88dk/libsrc/target/z88/z88/
H A Dopentitled.c29 ld hl,_winban in opentitled() local
34 ld hl,_winapl in opentitled() local
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/modules/
H A Ddshgroup.c152 hostlist_t hl = NULL; in _read_groups() local
191 _delete_all (hostlist_t hl, hostlist_t dl) in _delete_all()
207 hostlist_t hl = NULL; in dshgroup_postop() local
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dgoogledrive.py90 def _download_subtitles_xml(self, video_id, subtitles_id, hl): argument
141 def _get_subtitles(self, video_id, subtitles_id, hl): argument
149 def _get_automatic_captions(self, video_id, subtitles_id, hl): argument
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dgoogledrive.py90 def _download_subtitles_xml(self, video_id, subtitles_id, hl): argument
141 def _get_subtitles(self, video_id, subtitles_id, hl): argument
149 def _get_automatic_captions(self, video_id, subtitles_id, hl): argument
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_scan.c98 struct hosts_list *hl; in build_hosts_list() local
153 struct hosts_list *hl; in EC_THREAD_FUNC() local
301 struct hosts_list *hl, *tmp = NULL; in del_hosts_list() local
732 struct hosts_list *hl; in scan_save_hosts() local
768 struct hosts_list *hl, *h; in add_host() local
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dping.c146 hostlist_t *hl; in ping_dispatch_all() local
271 for (hostlist_t *hl = hostlist_head; hl != NULL; hl = hl->next) { in ping_thread() local
454 hostlist_t *hl; in ping_config() local
588 for (hostlist_t *hl = hostlist_head; hl != NULL; hl = hl->next) { in ping_read() local
600 for (hostlist_t *hl = hostlist_head; hl != NULL; hl = hl->next) /* {{{ */ in ping_read() local
663 hostlist_t *hl; in ping_shutdown() local
/dports/devel/z88dk/z88dk/support/debugger/
H A Ddebugger_test.c38 pop hl ; pointer to string ; in debugger_exchange_str() local
40 push hl ; balance stack in debugger_exchange_str() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dadd_pred.c87 #define HLLH(symbol,hl) _HLLH(HLLH_##hl,symbol) /* {{{ */ in add_pred_altivec() argument
92 #define PACKSU(hl,st,ld) _PACKSU(PACKSU_##hl,st,ld) /* {{{ */ in add_pred_altivec() argument
99 #define PERFORM_ITERATION(hl,ab,iter) /* iter {{{ */ \ in add_pred_altivec() argument
108 #define PREPARE_ITERATION(hl,ab,iter) /* iter {{{ */ \ in add_pred_altivec() argument
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member

12345678910>>...110