Home
last modified time | relevance | path

Searched refs:posptr (Results 1 – 25 of 107) sorted by relevance

12345

/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dunicode_gen.cpp11532 *countptr = 2; *posptr = 686; \
11535 *countptr = 2; *posptr = 688; \
11538 *countptr = 2; *posptr = 690; \
11541 *countptr = 2; *posptr = 692; \
11544 *countptr = 2; *posptr = 694; \
11547 *countptr = 2; *posptr = 696; \
11550 *countptr = 2; *posptr = 698; \
11553 *countptr = 2; *posptr = 700; \
11556 *countptr = 2; *posptr = 702; \
11559 *countptr = 2; *posptr = 704; \
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dunicode_gen.cpp11532 *countptr = 2; *posptr = 686; \
11535 *countptr = 2; *posptr = 688; \
11538 *countptr = 2; *posptr = 690; \
11541 *countptr = 2; *posptr = 692; \
11544 *countptr = 2; *posptr = 694; \
11547 *countptr = 2; *posptr = 696; \
11550 *countptr = 2; *posptr = 698; \
11553 *countptr = 2; *posptr = 700; \
11556 *countptr = 2; *posptr = 702; \
11559 *countptr = 2; *posptr = 704; \
[all …]
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dcgunigen.c11901 *countptr = 2; *posptr = 686; \
11904 *countptr = 2; *posptr = 688; \
11907 *countptr = 2; *posptr = 690; \
11910 *countptr = 2; *posptr = 692; \
11913 *countptr = 2; *posptr = 694; \
11916 *countptr = 2; *posptr = 696; \
11919 *countptr = 2; *posptr = 698; \
11922 *countptr = 2; *posptr = 700; \
11925 *countptr = 2; *posptr = 702; \
11928 *countptr = 2; *posptr = 704; \
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkLineRepresentationTest1.cxx26 double *posptr = nullptr; in vtkLineRepresentationTest1() local
31 if (!posptr) in vtkLineRepresentationTest1()
36 else if (posptr[0] != pos[0] || in vtkLineRepresentationTest1()
37 posptr[1] != pos[1] || in vtkLineRepresentationTest1()
38 posptr[2] != pos[2]) in vtkLineRepresentationTest1()
45 …td::cout << "GetPoint1WorldPosition double * = " << posptr[0] << ", " << posptr[1] << ", " << posp… in vtkLineRepresentationTest1()
101 if (!posptr) in vtkLineRepresentationTest1()
106 else if (posptr[0] != pos[0] || in vtkLineRepresentationTest1()
107 posptr[1] != pos[1] || in vtkLineRepresentationTest1()
108 posptr[2] != pos[2]) in vtkLineRepresentationTest1()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DvtkLineRepresentationTest1.cxx26 double* posptr = nullptr; in vtkLineRepresentationTest1() local
31 if (!posptr) in vtkLineRepresentationTest1()
37 else if (posptr[0] != pos[0] || posptr[1] != pos[1] || posptr[2] != pos[2]) in vtkLineRepresentationTest1()
40 << pos[1] << ", " << pos[2] << " but got " << posptr[0] << ", " << posptr[1] << ", " in vtkLineRepresentationTest1()
41 << posptr[2] << std::endl; in vtkLineRepresentationTest1()
46 std::cout << "GetPoint1WorldPosition double * = " << posptr[0] << ", " << posptr[1] << ", " in vtkLineRepresentationTest1()
47 << posptr[2] << std::endl; in vtkLineRepresentationTest1()
108 if (!posptr) in vtkLineRepresentationTest1()
114 else if (posptr[0] != pos[0] || posptr[1] != pos[1] || posptr[2] != pos[2]) in vtkLineRepresentationTest1()
117 << pos[1] << ", " << pos[2] << " but got " << posptr[0] << ", " << posptr[1] << ", " in vtkLineRepresentationTest1()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkLineRepresentationTest1.cxx26 double *posptr = NULL; in vtkLineRepresentationTest1() local
31 if (!posptr) in vtkLineRepresentationTest1()
36 else if (posptr[0] != pos[0] || in vtkLineRepresentationTest1()
37 posptr[1] != pos[1] || in vtkLineRepresentationTest1()
38 posptr[2] != pos[2]) in vtkLineRepresentationTest1()
45 …td::cout << "GetPoint1WorldPosition double * = " << posptr[0] << ", " << posptr[1] << ", " << posp… in vtkLineRepresentationTest1()
101 if (!posptr) in vtkLineRepresentationTest1()
106 else if (posptr[0] != pos[0] || in vtkLineRepresentationTest1()
107 posptr[1] != pos[1] || in vtkLineRepresentationTest1()
108 posptr[2] != pos[2]) in vtkLineRepresentationTest1()
[all …]
/dports/security/cvechecker/cvechecker-3.9/src/
H A Dswstring.c42 char * posptr = NULL; in substitute_variable() local
65 posptr = strstr(buffer, prevar); in substitute_variable()
66 while(posptr != NULL) { in substitute_variable()
71 tmpptr = strstr(posptr + l_prevar, postvar); in substitute_variable()
78 tmpptr = strstr(posptr + l_prevar, prevar); in substitute_variable()
79 posptr = tmpptr; in substitute_variable()
82 posptr = strstr(buffer, varname); in substitute_variable()
83 while(posptr != NULL) { in substitute_variable()
90 strcat(newbfr, posptr + l_varname); in substitute_variable()
93 tmpptr = strstr(posptr + l_varname, varname); in substitute_variable()
[all …]
/dports/editors/nano/nano-5.9/src/
H A Dhistory.c459 poshiststruct *posptr; in save_poshistory() local
472 for (posptr = position_history; posptr != NULL; posptr = posptr->next) { in save_poshistory()
480 posptr->filename, posptr->linenumber, posptr->columnnumber); in save_poshistory()
536 for (posptr = position_history; posptr != NULL; posptr = posptr->next) { in update_poshistory()
539 posprev = posptr; in update_poshistory()
550 free(posptr); in update_poshistory()
557 theone = posptr; in update_poshistory()
574 posptr = posptr->next; in update_poshistory()
602 while (posptr != NULL && strcmp(posptr->filename, fullpath) != 0) in has_old_position()
603 posptr = posptr->next; in has_old_position()
[all …]
/dports/sysutils/apachetop/apachetop-0.18.4/src/
H A Dhits_circle.cc34 circle_struct *posptr; in insert() local
39 posptr = &tab[pos]; in insert()
41 if (posptr->time == 0) in insert()
48 hm->sub_ref(posptr->host_pos); in insert()
49 um->sub_ref(posptr->url_pos); in insert()
50 rm->sub_ref(posptr->ref_pos); in insert()
56 bytecount -= posptr->bytes; in insert()
59 rc_tmp_old = (int)posptr->retcode/100; in insert()
68 memcpy(posptr, &lb, sizeof(lb)); in insert()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dinterp.cpp37 void setinterpolation(int *posptr) in setinterpolation() argument
46 if (curipos[i] == posptr) in setinterpolation()
50 curipos[numinterpolations] = posptr; in setinterpolation()
51 oldipos[numinterpolations] = *posptr; in setinterpolation()
55 void stopinterpolation(int *posptr) in stopinterpolation() argument
61 if (curipos[i] == posptr) in stopinterpolation()
H A Dinterpsh.cpp38 void short_setinterpolation(short *posptr) in short_setinterpolation() argument
47 if (short_curipos[i] == posptr) in short_setinterpolation()
51 short_curipos[short_numinterpolations] = posptr; in short_setinterpolation()
52 short_oldipos[short_numinterpolations] = *posptr; in short_setinterpolation()
56 void short_stopinterpolation(short *posptr) in short_stopinterpolation() argument
62 if (short_curipos[i] == posptr) in short_stopinterpolation()
H A Dinterpso.cpp62 if (interp->data[i].curipos == posptr) in so_setpointinterpolation()
67 data->curipos = posptr; in so_setpointinterpolation()
68 data->oldipos = *posptr; in so_setpointinterpolation()
69 data->lastipos = *posptr; in so_setpointinterpolation()
70 data->lastoldipos = *posptr; in so_setpointinterpolation()
81 if (interp->data[i].curipos == posptr) in so_setspriteanginterpolation()
86 data->curipos = posptr; in so_setspriteanginterpolation()
87 data->oldipos = *posptr; in so_setspriteanginterpolation()
88 data->lastipos = *posptr; in so_setspriteanginterpolation()
89 data->lastoldipos = *posptr; in so_setspriteanginterpolation()
[all …]
/dports/games/jfsw/jfsw-c434002/src/
H A Dinterp.c38 void setinterpolation(int *posptr) in setinterpolation() argument
47 if (curipos[i] == posptr) in setinterpolation()
51 curipos[numinterpolations] = posptr; in setinterpolation()
52 oldipos[numinterpolations] = *posptr; in setinterpolation()
56 void stopinterpolation(int *posptr) in stopinterpolation() argument
62 if (curipos[i] == posptr) in stopinterpolation()
H A Dinterpsh.c38 void short_setinterpolation(short *posptr) in short_setinterpolation() argument
47 if (short_curipos[i] == posptr) in short_setinterpolation()
51 short_curipos[short_numinterpolations] = posptr; in short_setinterpolation()
52 short_oldipos[short_numinterpolations] = *posptr; in short_setinterpolation()
56 void short_stopinterpolation(short *posptr) in short_stopinterpolation() argument
62 if (short_curipos[i] == posptr) in short_stopinterpolation()
/dports/lang/huc/huc-3.21/src/huc/
H A Dprimary.c290 int posptr = 0; in readqstr() local
297 if (posptr >= LITMAX2) { in readqstr()
305 litq2[posptr++] = (c == '\\') ? spechar(): c; in readqstr()
308 litq2[posptr] = 0; in readqstr()
323 int posptr = 0; in readstr() local
328 if (posptr >= LITMAX2) { in readstr()
333 litq2[posptr++] = (c == '\\') ? spechar(): c; in readstr()
335 litq2[posptr] = 0; in readstr()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_postlist.cc158 read_start_of_first_chunk(const char ** posptr, in read_start_of_first_chunk() argument
174 if (!F_unpack_uint(posptr, end, &did)) in read_start_of_first_chunk()
175 report_read_error(*posptr); in read_start_of_first_chunk()
186 if (!F_unpack_uint(posptr, end, &did_increase)) report_read_error(*posptr); in read_did_increase()
196 if (!F_unpack_uint(posptr, end, wdf_ptr)) report_read_error(*posptr); in read_wdf_and_length()
197 if (!F_unpack_uint(posptr, end, doclength_ptr)) report_read_error(*posptr); in read_wdf_and_length()
202 read_start_of_chunk(const char ** posptr, in read_start_of_chunk() argument
211 report_read_error(*posptr); in read_start_of_chunk()
218 report_read_error(*posptr); in read_start_of_chunk()
623 report_read_error(*posptr); in read_number_of_entries()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_fps.c359 i = &(((sector_t*)posptr)->INTERP_SectorFloor); in R_SetInterpolation()
362 i = &(((sector_t*)posptr)->INTERP_SectorCeiling); in R_SetInterpolation()
365 i = &(((side_t*)posptr)->INTERP_WallPanning); in R_SetInterpolation()
368 i = &(((sector_t*)posptr)->INTERP_FloorPanning); in R_SetInterpolation()
371 i = &(((sector_t*)posptr)->INTERP_CeilingPanning); in R_SetInterpolation()
377 curipos[numinterpolations].address = posptr; in R_SetInterpolation()
397 i = &(((sector_t*)posptr)->INTERP_SectorFloor); in R_StopInterpolation()
400 i = &(((sector_t*)posptr)->INTERP_SectorCeiling); in R_StopInterpolation()
403 i = &(((side_t*)posptr)->INTERP_WallPanning); in R_StopInterpolation()
406 i = &(((sector_t*)posptr)->INTERP_FloorPanning); in R_StopInterpolation()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_postlist.cc191 read_start_of_first_chunk(const char ** posptr, in read_start_of_first_chunk() argument
207 if (!unpack_uint(posptr, end, &did)) in read_start_of_first_chunk()
208 report_read_error(*posptr); in read_start_of_first_chunk()
219 if (!unpack_uint(posptr, end, &did_increase)) report_read_error(*posptr); in read_did_increase()
227 if (!unpack_uint(posptr, end, wdf_ptr)) report_read_error(*posptr); in read_wdf()
232 read_start_of_chunk(const char ** posptr, in read_start_of_chunk() argument
241 if (!unpack_bool(posptr, end, is_last_chunk_ptr)) in read_start_of_chunk()
242 report_read_error(*posptr); in read_start_of_chunk()
248 report_read_error(*posptr); in read_start_of_chunk()
650 report_read_error(*posptr); in read_number_of_entries()
[all …]
/dports/audio/mumble/mumble-1.3.3/plugins/arma2/
H A Darma2.cpp8 procptr_t posptr, frontptr, topptr; variable
38 ok = peekProc(posptr, avatar_pos, 12) && in fetch()
77 posptr = 0; in trylock()
101 posptr = base + 0x18; in trylock()
/dports/audio/murmur/mumble-1.3.3/plugins/arma2/
H A Darma2.cpp8 procptr_t posptr, frontptr, topptr; variable
38 ok = peekProc(posptr, avatar_pos, 12) && in fetch()
77 posptr = 0; in trylock()
101 posptr = base + 0x18; in trylock()
/dports/audio/murmur/mumble-1.3.3/plugins/bfheroes/
H A Dbfheroes.cpp8 procptr_t posptr, faceptr, topptr, stateptr; variable
25 ok = peekProc(posptr, avatar_pos, 12) && in fetch()
49 posptr = faceptr = topptr = 0; in trylock()
57 posptr = peekProcPtr(cache + 0xc0); in trylock()
/dports/audio/mumble/mumble-1.3.3/plugins/bfheroes/
H A Dbfheroes.cpp8 procptr_t posptr, faceptr, topptr, stateptr; variable
25 ok = peekProc(posptr, avatar_pos, 12) && in fetch()
49 posptr = faceptr = topptr = 0; in trylock()
57 posptr = peekProcPtr(cache + 0xc0); in trylock()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_postlist.cc186 read_start_of_first_chunk(const char ** posptr, in read_start_of_first_chunk() argument
202 if (!unpack_uint(posptr, end, &did)) in read_start_of_first_chunk()
203 report_read_error(*posptr); in read_start_of_first_chunk()
214 if (!unpack_uint(posptr, end, &did_increase)) report_read_error(*posptr); in read_did_increase()
222 if (!unpack_uint(posptr, end, wdf_ptr)) report_read_error(*posptr); in read_wdf()
227 read_start_of_chunk(const char ** posptr, in read_start_of_chunk() argument
236 if (!unpack_bool(posptr, end, is_last_chunk_ptr)) in read_start_of_chunk()
237 report_read_error(*posptr); in read_start_of_chunk()
243 report_read_error(*posptr); in read_start_of_chunk()
645 report_read_error(*posptr); in read_number_of_entries()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_postlist.cc191 read_start_of_first_chunk(const char ** posptr, in read_start_of_first_chunk() argument
207 if (!unpack_uint(posptr, end, &did)) in read_start_of_first_chunk()
208 report_read_error(*posptr); in read_start_of_first_chunk()
219 if (!unpack_uint(posptr, end, &did_increase)) report_read_error(*posptr); in read_did_increase()
227 if (!unpack_uint(posptr, end, wdf_ptr)) report_read_error(*posptr); in read_wdf()
232 read_start_of_chunk(const char ** posptr, in read_start_of_chunk() argument
241 if (!unpack_bool(posptr, end, is_last_chunk_ptr)) in read_start_of_chunk()
242 report_read_error(*posptr); in read_start_of_chunk()
248 report_read_error(*posptr); in read_start_of_chunk()
650 report_read_error(*posptr); in read_number_of_entries()
[all …]
/dports/audio/mumble/mumble-1.3.3/plugins/breach/
H A Dbreach.cpp39 procptr_t posptr, frontptr, topptr; variable
57 ok = peekProc(posptr, avatar_pos, 12) && in fetch()
78 posptr = frontptr = topptr = 0; in trylock()
96 posptr = ptr1 + 0x9200; in trylock()

12345