Home
last modified time | relevance | path

Searched defs:zm (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/dports/net/zebra-server/idzebra-2.0.55/util/
H A Dzebramap.c85 struct zebra_map *zm = zms->map_list; in zebra_maps_close() local
143 zebra_map_t zm = zms->last_map; in parse_command() local
356 zebra_map_t zm; in zebra_map_get() local
381 chrmaptab zebra_charmap_get(zebra_map_t zm) in zebra_charmap_get()
449 int zebra_maps_is_complete(zebra_map_t zm) in zebra_maps_is_complete()
456 int zebra_maps_is_positioned(zebra_map_t zm) in zebra_maps_is_positioned()
463 int zebra_maps_is_index(zebra_map_t zm) in zebra_maps_is_index()
477 int zebra_maps_is_sort(zebra_map_t zm) in zebra_maps_is_sort()
628 static int tokenize_simple(zebra_map_t zm, in tokenize_simple()
657 int zebra_map_tokenize_next(zebra_map_t zm, in zebra_map_tokenize_next()
[all …]
/dports/databases/redis6/redis-6.0.16/src/
H A Dzipmap.c97 unsigned char *zm = zmalloc(2); in zipmapNew() local
138 static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, uns… in zipmapLookupRaw()
202 static inline unsigned char *zipmapResize(unsigned char *zm, unsigned int len) { in zipmapResize()
281 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel()
300 unsigned char *zipmapRewind(unsigned char *zm) { in zipmapRewind()
315 unsigned char *zipmapNext(unsigned char *zm, unsigned char **key, unsigned int *klen, unsigned char… in zipmapNext()
334 int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned char **value, unsi… in zipmapGet()
345 int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen) { in zipmapExists()
350 unsigned int zipmapLen(unsigned char *zm) { in zipmapLen()
367 size_t zipmapBlobLen(unsigned char *zm) { in zipmapBlobLen()
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dzipmap.c97 unsigned char *zm = zmalloc(2); in zipmapNew() local
138 static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, uns… in zipmapLookupRaw()
202 static inline unsigned char *zipmapResize(unsigned char *zm, unsigned int len) { in zipmapResize()
281 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel()
300 unsigned char *zipmapRewind(unsigned char *zm) { in zipmapRewind()
315 unsigned char *zipmapNext(unsigned char *zm, unsigned char **key, unsigned int *klen, unsigned char… in zipmapNext()
334 int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned char **value, unsi… in zipmapGet()
345 int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen) { in zipmapExists()
350 unsigned int zipmapLen(unsigned char *zm) { in zipmapLen()
367 size_t zipmapBlobLen(unsigned char *zm) { in zipmapBlobLen()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dzipmap.c97 unsigned char *zm = zmalloc(2); in zipmapNew() local
142 static unsigned char *zipmapLookupRaw(unsigned char *zm, unsigned char *key, unsigned int klen, uns… in zipmapLookupRaw()
206 static inline unsigned char *zipmapResize(unsigned char *zm, unsigned int len) { in zipmapResize()
285 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel()
304 unsigned char *zipmapRewind(unsigned char *zm) { in zipmapRewind()
338 int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned char **value, unsi… in zipmapGet()
349 int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen) { in zipmapExists()
354 unsigned int zipmapLen(unsigned char *zm) { in zipmapLen()
371 size_t zipmapBlobLen(unsigned char *zm) { in zipmapBlobLen()
380 int zipmapValidateIntegrity(unsigned char *zm, size_t size, int deep) { in zipmapValidateIntegrity()
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/support/
H A D__pl_contour.m35 zm = min(min(z)); zM = max(max(z)); variable
49 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
72 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
H A D__pl_meshplotit.m25 zm = __pl.lzm(strm); zM = __pl.lzM(strm); variable
46 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/support/
H A D__pl_draw_legend.m35 xxr= __pl.legend_xpos(strm) + llm * (1-__pl.legend_xpos(strm));
49 plcol0(0); # background color (erase lines behind legend)
72 endfor
H A D__pl_plot3.m39 zm = min(z); zM = max(z); variable
50 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
H A D__pl_meshplotit.m25 zm = __pl.lzm(strm); zM = __pl.lzM(strm); variable
46 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/model_selection/
H A Dplot_grid_search_digits.py39 {"kernel": ["rbf"], "gamma": [1e-3, 1e-4], "C": [1, 10, 100, 1000]},
50 clf.fit(X_train, y_train)
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Dmpbq.cpp22 unsynch_mpz_manager zm; in tst1() local
48 unsynch_mpz_manager zm; in tst2() local
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Dmpbq.cpp22 unsynch_mpz_manager zm; in tst1() local
48 unsynch_mpz_manager zm; in tst2() local
/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Dplot3.m70 zm = min(min(z)); zM = max(max(z)); variable
81 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
H A Dshade.m74 zm = min(min(z)); zM = max(max(z)); variable
95 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
114 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Dplot3.m70 zm = min(min(z)); zM = max(max(z)); variable
81 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
H A Dshade.m74 zm = min(min(z)); zM = max(max(z)); variable
95 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
114 zm = __pl.axis(strm,5); zM = __pl.axis(strm,6); variable
/dports/net/zsync/zsync-0.6.2/libzsync/
H A Dzmap.c172 static int find_compressed_ranges_for(const struct zmap* zm, off_t* zbyterange, in find_compressed_ranges_for()
261 off_t *zmap_to_compressed_ranges(const struct zmap *zm, off_t * byterange, in zmap_to_compressed_ranges()
293 int zmap_search(const struct zmap* zm, long zoffset) { in zmap_search()
335 void configure_zstream_for_zdata(const struct zmap *zm, z_stream * zs, in configure_zstream_for_zdata()
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Dromeg.f2 subroutine romeg(nmaxi,maxdeg,ityp,nzm,zm,rom) argument
9 double precision zm(maxdeg,*) local
H A Dtrbize.f1 subroutine trbize(nmaxi,maxdeg,nzm,nzero,sm,zm,zzr,zzi) argument
9 double precision zm(maxdeg,*), zzr(*), zzi(*) local
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dzoom.m94 zm = get (hfig, "__zoom_mode__"); variable
138 zm = get (hfig, "__zoom_mode__"); variable
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddagetarray.c45 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecGetArray() local
99 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecRestoreArray() local
172 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecGetArrayWrite() local
229 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecRestoreArrayWrite() local
294 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecGetArrayDOF() local
341 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecRestoreArrayDOF() local
410 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecGetArrayRead() local
464 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecRestoreArrayRead() local
525 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecGetArrayDOFRead() local
572 PetscInt xs,ys,zs,xm,ym,zm,gxs,gys,gzs,gxm,gym,gzm,N,dim,dof; in DMDAVecRestoreArrayDOFRead() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_adr.h217 explicit AdrSc64U(const XReg &xn, const ZRegD &zm) : Adr(SC_64VEC), xn_(xn), zm_(zm) {} in AdrSc64U()
245 …explicit AdrSc32U(const XReg &xn, const ZRegS &zm, ExtMod mod) : Adr(SC_32VEC32E), xn_(xn), zm_(zm… in AdrSc32U()
396 inline AdrSc64U ptr(const XReg &xn, const ZRegD &zm) { return AdrSc64U(xn, zm); } in ptr()
398 inline AdrSc64S ptr(const XReg &xn, const ZRegD &zm, ShMod mod, uint32_t sh) { return AdrSc64S(xn, … in ptr()
400 inline AdrSc32U ptr(const XReg &xn, const ZRegS &zm, ExtMod mod) { return AdrSc32U(xn, zm, mod); } in ptr()
402 inline AdrSc32S ptr(const XReg &xn, const ZRegS &zm, ExtMod mod, uint32_t sh) { return AdrSc32S(xn,… in ptr()
404 inline AdrSc32UU ptr(const XReg &xn, const ZRegD &zm, ExtMod mod) { return AdrSc32UU(xn, zm, mod); } in ptr()
406 inline AdrSc32US ptr(const XReg &xn, const ZRegD &zm, ExtMod mod, uint32_t sh) { return AdrSc32US(x… in ptr()
412 inline AdrVec ptr(const ZRegS &zn, const ZRegS &zm, ShMod mod, uint32_t sh) { return AdrVec(zn, zm,… in ptr()
414 inline AdrVec ptr(const ZRegD &zn, const ZRegD &zm, ShMod mod, uint32_t sh) { return AdrVec(zn, zm,… in ptr()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/
H A Dxbyak_aarch64_adr.h217 explicit AdrSc64U(const XReg &xn, const ZRegD &zm) : Adr(SC_64VEC), xn_(xn), zm_(zm) {} in AdrSc64U()
245 …explicit AdrSc32U(const XReg &xn, const ZRegS &zm, ExtMod mod) : Adr(SC_32VEC32E), xn_(xn), zm_(zm… in AdrSc32U()
396 inline AdrSc64U ptr(const XReg &xn, const ZRegD &zm) { return AdrSc64U(xn, zm); } in ptr()
398 inline AdrSc64S ptr(const XReg &xn, const ZRegD &zm, ShMod mod, uint32_t sh) { return AdrSc64S(xn, … in ptr()
400 inline AdrSc32U ptr(const XReg &xn, const ZRegS &zm, ExtMod mod) { return AdrSc32U(xn, zm, mod); } in ptr()
402 inline AdrSc32S ptr(const XReg &xn, const ZRegS &zm, ExtMod mod, uint32_t sh) { return AdrSc32S(xn,… in ptr()
404 inline AdrSc32UU ptr(const XReg &xn, const ZRegD &zm, ExtMod mod) { return AdrSc32UU(xn, zm, mod); } in ptr()
406 inline AdrSc32US ptr(const XReg &xn, const ZRegD &zm, ExtMod mod, uint32_t sh) { return AdrSc32US(x… in ptr()
412 inline AdrVec ptr(const ZRegS &zn, const ZRegS &zm, ShMod mod, uint32_t sh) { return AdrVec(zn, zm,… in ptr()
414 inline AdrVec ptr(const ZRegD &zn, const ZRegD &zm, ShMod mod, uint32_t sh) { return AdrVec(zn, zm,… in ptr()
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dfe90.f30 real zt(maxdynlv),ztr(maxdynlv),zm(maxdynlv) local
31 common /levelsr/ zt,ztr,zm local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dclzones_test.cpp23 zone_manager &zm = zone_manager::get_manager(); in create_tile_zone() local
33 zone_manager &zm = zone_manager::get_manager(); variable

12345678910>>...27