Home
last modified time | relevance | path

Searched refs:whp (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/tijmp/tijmp-0.7/src/
H A Dwalk_heap.c34 whp->iteration++; in heap_iteration_callback()
52 whp->reference++; in heap_reference_callback()
64 whp->field++; in primitive_field_callback()
76 whp->array++; in array_primitive_value_callback()
87 whp->string++; in string_primitive_value_callback()
92 whp->iteration = 0; in clear_walk_heap_counter()
93 whp->reference = 0; in clear_walk_heap_counter()
94 whp->field = 0; in clear_walk_heap_counter()
95 whp->array = 0; in clear_walk_heap_counter()
96 whp->string = 0; in clear_walk_heap_counter()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/igor/ptn003/
H A DWriteWave.c72 WriteVersion2NumericWave(CP_FILE_REF fr, WaveHeader2* whp, const void* data, const char* waveNote, … in WriteVersion2NumericWave() argument
83 numBytesPerPoint = NumBytesPerPoint(whp->type); in WriteVersion2NumericWave()
85 printf("Invalid wave type (0x%x).\n", whp->type); in WriteVersion2NumericWave()
88 waveDataSize = whp->npnts * numBytesPerPoint; in WriteVersion2NumericWave()
102 cksum = Checksum((short *)whp, cksum, sizeof(struct WaveHeader2)); in WriteVersion2NumericWave()
113 if (err = CPWriteFile(fr, numBytesToWrite, whp, &numBytesWritten)) in WriteVersion2NumericWave()
160 numBytesPerPoint = NumBytesPerPoint(whp->type); in WriteVersion5NumericWave()
162 printf("Invalid wave type (0x%x).\n", whp->type); in WriteVersion5NumericWave()
165 waveDataSize = whp->npnts * numBytesPerPoint; in WriteVersion5NumericWave()
177 cksum = Checksum((short *)whp, cksum, offsetof(WaveHeader5, wData)); in WriteVersion5NumericWave()
[all …]
H A DPackedFileDemo.h3 int WriteVersion2NumericWave(CP_FILE_REF fr, WaveHeader2* whp, const void* data, const char* waveNo…
4 int WriteVersion5NumericWave(CP_FILE_REF fr, WaveHeader5* whp, const void* data, const char* waveNo…
/dports/biology/biosig/biosig-2.3.3/biosig4c++/igor/tn003/
H A DWriteWave.c71 WriteVersion2NumericWave(CP_FILE_REF fr, WaveHeader2* whp, const void* data, const char* waveNote, … in WriteVersion2NumericWave() argument
82 numBytesPerPoint = NumBytesPerPoint(whp->type); in WriteVersion2NumericWave()
84 printf("Invalid wave type (0x%x).\n", whp->type); in WriteVersion2NumericWave()
87 waveDataSize = whp->npnts * numBytesPerPoint; in WriteVersion2NumericWave()
101 cksum = Checksum((short *)whp, cksum, sizeof(struct WaveHeader2)); in WriteVersion2NumericWave()
112 if (err = CPWriteFile(fr, numBytesToWrite, whp, &numBytesWritten)) in WriteVersion2NumericWave()
/dports/sysutils/cdrkit/cdrkit-1.1.11/libusal/
H A Dscsi-linux-pg.c418 struct pg_write_hdr *whp; in do_usal_cmd() local
435 whp = (struct pg_write_hdr *)(dbp - WHSIZE); in do_usal_cmd()
438 whp->magic = PG_MAGIC; in do_usal_cmd()
439 whp->func = PG_COMMAND; in do_usal_cmd()
440 whp->dlen = sp->size; in do_usal_cmd()
441 whp->timeout = sp->timeout; in do_usal_cmd()
445 whp->packet[i] = sp->cdb.cmd_cdb[i]; in do_usal_cmd()
447 whp->packet[i] = 0; in do_usal_cmd()
454 r = write(usalp->fd, (char *)whp, i); in do_usal_cmd()
/dports/sysutils/genisoimage/cdrkit-1.1.11/libusal/
H A Dscsi-linux-pg.c418 struct pg_write_hdr *whp; in do_usal_cmd() local
435 whp = (struct pg_write_hdr *)(dbp - WHSIZE); in do_usal_cmd()
438 whp->magic = PG_MAGIC; in do_usal_cmd()
439 whp->func = PG_COMMAND; in do_usal_cmd()
440 whp->dlen = sp->size; in do_usal_cmd()
441 whp->timeout = sp->timeout; in do_usal_cmd()
445 whp->packet[i] = sp->cdb.cmd_cdb[i]; in do_usal_cmd()
447 whp->packet[i] = 0; in do_usal_cmd()
454 r = write(usalp->fd, (char *)whp, i); in do_usal_cmd()
/dports/converters/mpack/mpack-1.6/
H A Dmacnapp.c433 na_win **winh, ***whp; in NAcloseWindow() local
463 whp = &NAhead; in NAcloseWindow()
466 if (*whp == winh) { in NAcloseWindow()
467 *whp = winp->next; in NAcloseWindow()
469 whp = &(**whp)->next; in NAcloseWindow()
477 whp = &(**whp)->next; in NAcloseWindow()
479 *whp = winp->next; in NAcloseWindow()
482 whp = &NAtask; in NAcloseWindow()
483 while (*whp != (na_win**) NULL && *whp != winh) { in NAcloseWindow()
484 whp = &(**whp)->task; in NAcloseWindow()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/devel/smake/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/devel/schilybase/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/net/rscsi/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/archivers/star/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/sysutils/cdrtools/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/libscg/
H A Dscsi-linux-pg.c446 struct pg_write_hdr *whp; local
463 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
466 whp->magic = PG_MAGIC;
467 whp->func = PG_COMMAND;
468 whp->dlen = sp->size;
469 whp->timeout = sp->timeout;
473 whp->packet[i] = sp->cdb.cmd_cdb[i];
475 whp->packet[i] = 0;
482 r = write(scgp->fd, (char *)whp, i);
/dports/editors/ved/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/devel/sccs/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/sysutils/schilyutils/schily-2021-09-18/libscg/
H A Dscsi-linux-pg.c447 struct pg_write_hdr *whp; local
464 whp = (struct pg_write_hdr *)(dbp - WHSIZE);
467 whp->magic = PG_MAGIC;
468 whp->func = PG_COMMAND;
469 whp->dlen = sp->size;
470 whp->timeout = sp->timeout;
474 whp->packet[i] = sp->cdb.cmd_cdb[i];
476 whp->packet[i] = 0;
483 r = write(scgp->fd, (char *)whp, i);
/dports/math/gap/gap-4.11.0/pkg/fga/lib/
H A DWhitehd.gi106 local n ,g, whp, word, sign, nik;
115 whp:= FGA_WhiteheadParams(w);
118 if g in whp.L or g in whp.R then
121 nik := FGA_NikToPQ( g, whp.gen, p, q );
123 if g in whp.L then
127 if g in whp.R then
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;
/dports/japanese/Wnn7-lib/src/Wnn/etc/
H A Dgethinsi.c186 static unsigned short *whp = wheap; variable
352 *cp = whp;
353 for(;*str != TERMINATE; str++,whp++){
354 if(whp >= wheap + WHEAP_LEN){
358 *whp = *str;
360 *whp++ = TERMINATE;
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dgethinsi.c112 static unsigned short *whp = wheap; variable
276 *cp = whp;
277 for (; *str != TERMINATE; str++, whp++)
279 if (whp >= wheap + WHEAP_LEN)
284 *whp = *str;
286 *whp++ = TERMINATE;

123456