Home
last modified time | relevance | path

Searched refs:dataidx (Results 1 – 25 of 84) sorted by relevance

1234

/dports/editors/neovim/neovim-0.6.1/src/nvim/generators/
H A Dgen_unicode_tables.lua182 local dataidx = 1
198 dn = tonumber(dataprops[dataidx][1], 16)
202 dataidx = dataidx + 1
209 local dp = dataprops[dataidx]
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_vmstat.c481 int dataidx = layout[defidx].index; in do_vmstat_rrd() local
483 if ((dataidx >= datacount) || (dataidx == -1)) { in do_vmstat_rrd()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_vmstat.c481 int dataidx = layout[defidx].index; in do_vmstat_rrd() local
483 if ((dataidx >= datacount) || (dataidx == -1)) { in do_vmstat_rrd()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-remotefilelog-repack.t53 $TESTTMP/hgcache/master/packs/b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
61 -r--r--r-- 1074 b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
84 $TESTTMP/hgcache/master/packs/b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
96 $TESTTMP/hgcache/master/packs/b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
103 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
122 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
145 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
154 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.dataidx
232 fb3aa57b22789ebcc45706c352e2d6af099c5816.dataidx
406 $ hg debugdatapack $TESTTMP/hgcache/master/packs/*.dataidx
[all …]
H A Dtest-remotefilelog-repack-fast.t56 $TESTTMP/hgcache/master/packs/b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
64 -r--r--r-- 1074 b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
87 $TESTTMP/hgcache/master/packs/b1e0cfc7f345e408a7825e3081501959488d59ce.dataidx
94 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
113 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
136 $TESTTMP/hgcache/master/packs/78840d69389c7404327f7477e3931c89945c37d1.dataidx
145 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.dataidx
223 fb3aa57b22789ebcc45706c352e2d6af099c5816.dataidx
H A Dtest-remotefilelog-bgprefetch.t112 $TESTTMP/hgcache/master/packs/8ce5ab3745465ab83bba30a7b9c295e0c8404652.dataidx
143 $TESTTMP/hgcache/master/packs/f4d50848e0b465e9bfd2875f213044c06cfd7407.dataidx
193 $TESTTMP/hgcache/master/packs/f4d50848e0b465e9bfd2875f213044c06cfd7407.dataidx
241 $TESTTMP/hgcache/master/packs/f4d50848e0b465e9bfd2875f213044c06cfd7407.dataidx
284 $TESTTMP/hgcache/master/packs/f4d50848e0b465e9bfd2875f213044c06cfd7407.dataidx
323 $TESTTMP/hgcache/master/packs/f4d50848e0b465e9bfd2875f213044c06cfd7407.dataidx
H A Dtest-remotefilelog-gc.t92 $TESTTMP/hgcache/master/packs/320dab99b7e3f60512b97f347689625263d22cf5.dataidx
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymtype.pas150 dataidx : longint;
738 dataidx:=-1;
815 dataidx:=current_module.derefdata.size;
831 if dataidx<0 then
834 current_module.derefdata.seek(dataidx);
950 d.dataidx:=getlongint;
1112 if d.dataidx=-1 then
1115 putlongint(d.dataidx);
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymtype.pas150 dataidx : longint;
738 dataidx:=-1;
815 dataidx:=current_module.derefdata.size;
831 if dataidx<0 then
834 current_module.derefdata.seek(dataidx);
950 d.dataidx:=getlongint;
1112 if d.dataidx=-1 then
1115 putlongint(d.dataidx);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymtype.pas150 dataidx : longint;
738 dataidx:=-1;
815 dataidx:=current_module.derefdata.size;
831 if dataidx<0 then
834 current_module.derefdata.seek(dataidx);
950 d.dataidx:=getlongint;
1112 if d.dataidx=-1 then
1115 putlongint(d.dataidx);
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/keytable/
H A Dbpf_load.c52 int dataidx; member
269 if (sym.st_shndx == bpf_file->dataidx || sym.st_shndx == bpf_file->bssidx) { in parse_relo_and_apply()
278 } else if (sym.st_shndx == bpf_file->dataidx) { in parse_relo_and_apply()
477 bpf_file.dataidx = i; in load_bpf_file()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/keytable/
H A Dbpf_load.c52 int dataidx; member
269 if (sym.st_shndx == bpf_file->dataidx || sym.st_shndx == bpf_file->bssidx) { in parse_relo_and_apply()
278 } else if (sym.st_shndx == bpf_file->dataidx) { in parse_relo_and_apply()
477 bpf_file.dataidx = i; in load_bpf_file()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/keytable/
H A Dbpf_load.c52 int dataidx; member
269 if (sym.st_shndx == bpf_file->dataidx || sym.st_shndx == bpf_file->bssidx) { in parse_relo_and_apply()
278 } else if (sym.st_shndx == bpf_file->dataidx) { in parse_relo_and_apply()
477 bpf_file.dataidx = i; in load_bpf_file()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_vobsub.cpp519 uint32_t pts_flags, hdrlen, dataidx; in extract_one_spu_packet() local
530 dataidx = m_sub_file->getFilePointer() - extraction_start_pos + hdrlen; in extract_one_spu_packet()
531 if (dataidx > idx + len) { in extract_one_spu_packet()
532 …id header length: {0} (total length: {1}, idx: {2}, dataidx: {3})\n"), hdrlen, len, idx, dataidx)); in extract_one_spu_packet()
546 m_sub_file->setFilePointer2(dataidx + extraction_start_pos); in extract_one_spu_packet()
/dports/devel/love/love-11.3/src/libraries/lua53/
H A Dlstrlib.h24 int lua53_str_unpack (lua_State *L, const char *fmt, const char *data, size_t ld, int dataidx, int …
H A Dlstrlib.c539 int lua53_str_unpack (lua_State *L, const char *fmt, const char *data, size_t ld, int dataidx, int … in lua53_str_unpack() argument
549 luaL_argerror(L, dataidx, "data string too short"); in lua53_str_unpack()
552 luaL_checkstack(L, dataidx, "too many results"); in lua53_str_unpack()
578 luaL_argcheck(L, pos + len + size <= ld, dataidx, "data string too short"); in lua53_str_unpack()
/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dbasic.c13510 int dataidx; in check_pubkey_sign() local
13585 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_sign()
13587 if (datas[dataidx].algo && datas[dataidx].algo != algo) in check_pubkey_sign()
13624 int dataidx; in check_pubkey_sign_ecdsa() local
13701 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_sign_ecdsa()
13708 n, dataidx, nbits); in check_pubkey_sign_ecdsa()
13746 int dataidx; in check_pubkey_crypt() local
13858 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_crypt()
13860 if (datas[dataidx].algo && datas[dataidx].algo != algo) in check_pubkey_crypt()
13865 dataidx, algo); in check_pubkey_crypt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dbasic.c13454 int dataidx; in check_pubkey_sign() local
13529 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_sign()
13531 if (datas[dataidx].algo && datas[dataidx].algo != algo) in check_pubkey_sign()
13568 int dataidx; in check_pubkey_sign_ecdsa() local
13645 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_sign_ecdsa()
13652 n, dataidx, nbits); in check_pubkey_sign_ecdsa()
13690 int dataidx; in check_pubkey_crypt() local
13802 for (dataidx = 0; datas[dataidx].data; dataidx++) in check_pubkey_crypt()
13804 if (datas[dataidx].algo && datas[dataidx].algo != algo) in check_pubkey_crypt()
13809 dataidx, algo); in check_pubkey_crypt()
[all …]
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/brokers/
H A Dbbroker.py1129 dataidx = uhorder[3] # 2nd field
1131 dataidx = None # Field not present, use default
1133 if dataidx is None:
1135 elif isinstance(dataidx, integer_types):
1136 d = self.cerebro.datas[dataidx]
1138 d = self.cerebro.datasbyname[dataidx]
/dports/sysutils/ipmitool/ipmitool-1.8.18/lib/
H A Dipmi_sensor.c292 #define PTS(bit, dataidx) { \ in ipmi_sensor_print_fc_threshold() argument
294 rsp->data[(dataidx)], "| ", "%-10.3f", "0x-8x", "%-10s"); \ in ipmi_sensor_print_fc_threshold()
349 #define PTS(bit, dataidx, str) { \ in ipmi_sensor_print_fc_threshold() argument
351 rsp->data[(dataidx)], \ in ipmi_sensor_print_fc_threshold()
/dports/multimedia/subtitleripper/subtitleripper/
H A Dvobsub.c225 unsigned int pts_flags, hdrlen, dataidx; in mpeg_run() local
234 dataidx = mpeg_tell(mpeg) + hdrlen; in mpeg_run()
235 if (dataidx > idx + len) { in mpeg_run()
237 hdrlen, len, idx, dataidx); in mpeg_run()
256 fseek(mpeg->stream, dataidx, SEEK_SET); in mpeg_run()
/dports/editors/vim/vim-8.2.3745/runtime/tools/
H A Dunicode.vim197 let dataidx = 0
221 let dn = ('0x' . s:dataprops[dataidx][0]) + 0
225 let dataidx += 1
232 let dp = s:dataprops[dataidx]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dvobsub.c399 unsigned int pts_flags, hdrlen, dataidx; in mpeg_run() local
408 dataidx = mpeg_tell(mpeg) + hdrlen; in mpeg_run()
409 if (dataidx > idx + len) { in mpeg_run()
411 hdrlen, len, idx, dataidx); in mpeg_run()
428 rar_seek(mpeg->stream, dataidx, SEEK_SET); in mpeg_run()
/dports/multimedia/ogmrip/ogmrip-1.0.1/subrip/
H A Dvobsub.c409 unsigned int pts_flags, hdrlen, dataidx; in mpeg_run() local
418 dataidx = mpeg_tell(mpeg) + hdrlen; in mpeg_run()
419 if (dataidx > idx + len) { in mpeg_run()
421 hdrlen, len, idx, dataidx); in mpeg_run()
438 rar_seek(mpeg->stream, dataidx, SEEK_SET); in mpeg_run()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dvobsub.c399 unsigned int pts_flags, hdrlen, dataidx; in mpeg_run() local
408 dataidx = mpeg_tell(mpeg) + hdrlen; in mpeg_run()
409 if (dataidx > idx + len) { in mpeg_run()
411 hdrlen, len, idx, dataidx); in mpeg_run()
428 rar_seek(mpeg->stream, dataidx, SEEK_SET); in mpeg_run()

1234