Home
last modified time | relevance | path

Searched +defs:z +defs:ld +defs:n (Results 1 – 25 of 454) sorted by last modified time

12345678910>>...19

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmhdr.h156 #define PRINT(s,n) _vmmessage(__FILE__,__LINE__, (s), (n)) argument
161 #define COUNT(n) ((n) += 1) argument
163 #define INITMEMORY(m,z) ((m) ? (memset((m), 'i', (z) > 2*MEM_ALIGN ? 2*MEM_ALIGN : (z)), 0) : 0 ) argument
172 #define COUNT(n) argument
175 #define INITMEMORY(m,z) argument
176 #define SETBUSYMEM(m,z) argument
177 #define CHKBUSYMEM(m,z) argument
178 #define SETFREEMEM(m,z) argument
179 #define CHKFREEMEM(m,z) argument
227 _ast_fltmax_t ld, *ldp; member
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h1060 int z = len[i], y; in compute_codewords() local
1232 int ld = ilog(n) - 1; // ilog is off-by-one from normal definitions in compute_bitreverse() local
1315 static int getn(vorb *z, uint8 *data, int n) in getn()
1334 static void skip(vorb *z, int n) in skip()
1543 uint32 z; in get_bits() local
1580 int z; in prep_huffman() local
1718 int z = -1; in codebook_decode_start() local
2349 int n; member
2609 int ld; in inverse_mdct() local
5174 int z = f->channels; in stb_vorbis_get_samples_short_interleaved() local
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c733 int buffer_append(char** buffer, const char* str, size_t n, size_t* bufferlen, size_t *len) in buffer_append()
3920 void cache_model_sprites(s_model* m, int ld){ in cache_model_sprites()
5364 #define tempoff(x, y, z) \ in load_cached_model() argument
11552 int checkhole(float x, float z) in checkhole()
11627 int checkwall(float x, float z) in checkwall()
12426 float x, z, gx, gz; in check_link_move() local
13103 int i, z, wall = 0, wall2; in display_ents() local
15394 float x, z, oxdir, ozdir; in common_trymove() local
16017 float x[4], z[4]; in adjustdirection() local
16091 float x, z, r; in checkpathblocked() local
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c812 int buffer_append(char **buffer, const char *str, size_t n, size_t *bufferlen, size_t *len) in buffer_append()
5091 void cache_model_sprites(s_model *m, int ld) in cache_model_sprites()
7844 #define tempoff(x, y, z) \ in load_cached_model() argument
15803 int checkhole(float x, float z) in checkhole()
17069 float x, z, gx, gz; in check_link_move() local
17763 float x, z; in check_move() local
17966 int i, z, wall = 0, wall2; in display_ents() local
21025 float x, z, oxdir, ozdir; in common_trymove() local
21892 float x[4], z[4]; in adjustdirection() local
22003 float x, z, r; in checkpathblocked() local
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Doutline.cpp56 inline bool between(int x,int y,int z) { in between()
320 …ect(const Vector2d & p0,const Vector2d & d0,const Vector2d & p1,const Vector2d & d1,Vector2d & n) { in line_line_intersect()
339 Vector2d n; in find_circle() local
651 int n=prom_mod(p0.i1,p1.i1,pol1.size()); in average() local
655 int n=prom_mod(p0.i0,p1.i0,pol0.size()); in average() local
771 linedist ld(p,d,this); in intersect_line() local
863 real n=dot(v0,v1.rot90()); in cmp_angles() local
1004 linedist ld(p,p0-p,this); in closest_inside() local
1023 linedistP ld(p,p0-p,this); in closest_inside() local
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c936 int buffer_append(char **buffer, const char *str, size_t n, size_t *bufferlen, size_t *len) in buffer_append()
5479 void cache_model_sprites(s_model *m, int ld) in cache_model_sprites()
9497 #define tempoff(x, y, z) \ in load_cached_model() argument
14476 float x, z; in generate_basemap() local
20653 float z = ent->position.z; in check_edge() local
20983 float x, z, gx, gz; in check_link_move() local
22072 float x, z; in check_move() local
26638 float x, z, oxdir, ozdir; in common_trymove() local
27568 float x[4], z[4]; in adjustdirection() local
27679 float x, z, r; in checkpathblocked() local
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c883 int buffer_append(char **buffer, const char *str, size_t n, size_t *bufferlen, size_t *len) in buffer_append()
5520 void cache_model_sprites(s_model *m, int ld) in cache_model_sprites()
9129 #define tempoff(x, y, z) \ in load_cached_model() argument
13900 float x, z; in generate_basemap() local
19930 float x, z, gx, gz; in check_link_move() local
20680 float x, z; in check_move() local
20882 int i, z, wall = 0, wall2; in display_ents() local
24201 float x, z, oxdir, ozdir; in common_trymove() local
25118 float x[4], z[4]; in adjustdirection() local
25229 float x, z, r; in checkpathblocked() local
[all …]
/dports/games/cake/cake_src/cake/zip/
H A DUnzip.cpp298 int n) // number of entries in exp_load_tree()
418 UINT n, // number of codes in inf_build_tree()
433 z; // entries in current table in inf_build_tree() local
634 n, d; // length and distance in inf_codes() local
757 n, // nbr of lengths to get in inf_dynamic() local
1170 *ld; // last entry in extract_shrunk() local
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dbuild.c538 ldiv_t ld; in editinput() local
2765 ldiv_t ld; in overheadeditor() local
6047 int j, k, n, danum, oldnum; in getnumber16() local
6087 int j, k, n, danum, oldnum; in getnumber256() local
6350 short z, zz, startwall, endwall, fillcnt; in fillsector() local
7023 int z=0, nSector, nNextSector; in GetWallZPeg() local
7051 int n; in AlignWalls() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Drdopt.c732 const double ld = (sse - dist) * 1. / residue_cost; in inter_mode_data_push() local
778 static INLINE int write_uniform_cost(int n, int v) { in write_uniform_cost()
1393 const int16_t z = diff[(i - 1) * stride + j]; in get_horver_correlation() local
1556 int16_t x, y, z; in get_horver_correlation_full() local
2116 int n = 0; in av1_count_colors() local
2137 int n = 0; in av1_count_colors_highbd() local
3521 int n; in choose_tx_size_type_from_rd() local
3808 int *centroids, int n, uint16_t *color_cache, in palette_rd_y()
3881 int colors, n; in rd_pick_palette_intra_sby() local
5884 int r, c, n, i, j; in rd_pick_palette_intra_sbuv() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ctypes/libffi/testsuite/libffi.closures/
H A Dhuge_struct.c28 int8_t n; member
40 int8_t z; member
241 long double ld = 11; in main() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1157 for (unsigned int n = 0; n < nOut; ++n) { in scanSource() local
1250 const unsigned n = immd.count++; in scanImmediate() local
2040 Instruction *ld; in fetchSrc() local
2365 unsigned int n = tgt.getDim(); in handleTEX() local
2473 Value *z = mkOp1v(OP_RDSV, TYPE_U32, getScratch(), mkSysVal(SV_LAYER, 0)); in handleFBFETCH() local
2691 Instruction *ld = mkLoad(TYPE_U32, dst0[c], sym, off); in handleLOAD() local
2717 TexInstruction *ld = in handleLOAD() local
H A Dnv50_ir_lowering_nv50.cpp181 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one); in expandIntegerMUL() local
1480 Instruction *ld = in handleSharedATOM() local
1758 Value *z = loadSuInfo16(slot, NV50_SU_INFO_OFFSET_Z); in processSurfaceCoords() local
H A Dnv50_ir_lowering_nvc0.cpp53 Instruction *ld = i->getSrc(s)->getInsn(); in handleDIV() local
611 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
633 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
658 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
1119 int n, c; in handleTEX() local
1473 Instruction *ld = in handleSharedATOMNVE4() local
1568 Instruction *ld = in handleSharedATOM() local
2006 Value *y, *z; in processSurfaceCoordsNVE4() local
2433 Value *z = loadSuInfo32(ind, slot, NVC0_SU_INFO_UNK1C, su->tex.bindless); in processSurfaceCoordsNVC0() local
2939 Instruction *ld; in handleRDSV() local
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Drdopt.c732 const double ld = (sse - dist) * 1. / residue_cost; in inter_mode_data_push() local
778 static INLINE int write_uniform_cost(int n, int v) { in write_uniform_cost()
1393 const int16_t z = diff[(i - 1) * stride + j]; in get_horver_correlation() local
1556 int16_t x, y, z; in get_horver_correlation_full() local
2116 int n = 0; in av1_count_colors() local
2137 int n = 0; in av1_count_colors_highbd() local
3521 int n; in choose_tx_size_type_from_rd() local
3808 int *centroids, int n, uint16_t *color_cache, in palette_rd_y()
3881 int colors, n; in rd_pick_palette_intra_sby() local
5884 int r, c, n, i, j; in rd_pick_palette_intra_sbuv() local
/dports/www/firefox/firefox-99.0/js/src/ctypes/libffi/testsuite/libffi.closures/
H A Dhuge_struct.c28 int8_t n; member
40 int8_t z; member
241 long double ld = 11; in main() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Drdopt.c732 const double ld = (sse - dist) * 1. / residue_cost; in inter_mode_data_push() local
778 static INLINE int write_uniform_cost(int n, int v) { in write_uniform_cost()
1393 const int16_t z = diff[(i - 1) * stride + j]; in get_horver_correlation() local
1556 int16_t x, y, z; in get_horver_correlation_full() local
2116 int n = 0; in av1_count_colors() local
2137 int n = 0; in av1_count_colors_highbd() local
3521 int n; in choose_tx_size_type_from_rd() local
3808 int *centroids, int n, uint16_t *color_cache, in palette_rd_y()
3881 int colors, n; in rd_pick_palette_intra_sby() local
5884 int r, c, n, i, j; in rd_pick_palette_intra_sbuv() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/testsuite/libffi.closures/
H A Dhuge_struct.c28 int8_t n; member
40 int8_t z; member
241 long double ld = 11; in main() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1157 for (unsigned int n = 0; n < nOut; ++n) { in scanSource() local
1250 const unsigned n = immd.count++; in scanImmediate() local
2040 Instruction *ld; in fetchSrc() local
2365 unsigned int n = tgt.getDim(); in handleTEX() local
2473 Value *z = mkOp1v(OP_RDSV, TYPE_U32, getScratch(), mkSysVal(SV_LAYER, 0)); in handleFBFETCH() local
2691 Instruction *ld = mkLoad(TYPE_U32, dst0[c], sym, off); in handleLOAD() local
2717 TexInstruction *ld = in handleLOAD() local
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1157 for (unsigned int n = 0; n < nOut; ++n) { in scanSource() local
1250 const unsigned n = immd.count++; in scanImmediate() local
2040 Instruction *ld; in fetchSrc() local
2365 unsigned int n = tgt.getDim(); in handleTEX() local
2473 Value *z = mkOp1v(OP_RDSV, TYPE_U32, getScratch(), mkSysVal(SV_LAYER, 0)); in handleFBFETCH() local
2691 Instruction *ld = mkLoad(TYPE_U32, dst0[c], sym, off); in handleLOAD() local
2717 TexInstruction *ld = in handleLOAD() local
H A Dnv50_ir_lowering_nvc0.cpp53 Instruction *ld = i->getSrc(s)->getInsn(); in handleDIV() local
611 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
633 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
658 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
1119 int n, c; in handleTEX() local
1473 Instruction *ld = in handleSharedATOMNVE4() local
1568 Instruction *ld = in handleSharedATOM() local
2006 Value *y, *z; in processSurfaceCoordsNVE4() local
2433 Value *z = loadSuInfo32(ind, slot, NVC0_SU_INFO_UNK1C, su->tex.bindless); in processSurfaceCoordsNVC0() local
2939 Instruction *ld; in handleRDSV() local
H A Dnv50_ir_lowering_nv50.cpp181 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one); in expandIntegerMUL() local
1480 Instruction *ld = in handleSharedATOM() local
1758 Value *z = loadSuInfo16(slot, NV50_SU_INFO_OFFSET_Z); in processSurfaceCoords() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp53 Instruction *ld = i->getSrc(s)->getInsn(); in handleDIV() local
611 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
633 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
658 Graph::Node *n = reinterpret_cast<Graph::Node *>(bi->get()); in insertTextureBarriers() local
1119 int n, c; in handleTEX() local
1473 Instruction *ld = in handleSharedATOMNVE4() local
1568 Instruction *ld = in handleSharedATOM() local
2006 Value *y, *z; in processSurfaceCoordsNVE4() local
2433 Value *z = loadSuInfo32(ind, slot, NVC0_SU_INFO_UNK1C, su->tex.bindless); in processSurfaceCoordsNVC0() local
2939 Instruction *ld; in handleRDSV() local
H A Dnv50_ir_from_tgsi.cpp1157 for (unsigned int n = 0; n < nOut; ++n) { in scanSource() local
1250 const unsigned n = immd.count++; in scanImmediate() local
2040 Instruction *ld; in fetchSrc() local
2365 unsigned int n = tgt.getDim(); in handleTEX() local
2473 Value *z = mkOp1v(OP_RDSV, TYPE_U32, getScratch(), mkSysVal(SV_LAYER, 0)); in handleFBFETCH() local
2691 Instruction *ld = mkLoad(TYPE_U32, dst0[c], sym, off); in handleLOAD() local
2717 TexInstruction *ld = in handleLOAD() local
H A Dnv50_ir_lowering_nv50.cpp181 Instruction *n = bld->mkOp2(OP_ADD, fTy, NULL, rr[1], one); in expandIntegerMUL() local
1480 Instruction *ld = in handleSharedATOM() local
1758 Value *z = loadSuInfo16(slot, NV50_SU_INFO_OFFSET_Z); in processSurfaceCoords() local

12345678910>>...19