/src/tests/usr.bin/xlint/lint1/ |
msg_101.c | 8 struct point { struct 15 test(const struct point *ptr, const struct point pt) 22 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */ 24 /* expect+1: error: type 'const struct point' does not have member 'z' [101] */ 28 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to const struct point' [103] */ 30 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */ 34 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */ 36 /* expect+1: error: type 'struct point' does not have member 'z' [101] */
|
msg_313.c | 8 struct point { struct
|
msg_315.c | 8 struct point { struct
|
d_c99_compound_literal_comma.c | 13 struct point { struct 18 struct point 19 point_abs(struct point point) 22 if (point.x >= 0 && point.y >= 0) 23 return (struct point){ point.x, point.y }; 26 if (point.x >= 0 [all...] |
msg_103.c | 8 struct point { struct 13 test(struct point pt, struct point *ptr) 16 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to struct point' [103] */
|
msg_104.c | 8 struct point { struct 14 test(struct point pt, struct point *ptr) 16 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */
|
msg_319.c | 12 struct point { struct 15 } point = (struct point) { variable in typeref:struct:point 20 /* expect-2: error: {}-enclosed or constant initializer of type 'struct point' required [181] */
|
msg_188.c | 8 struct point { struct 13 struct point global = { 23 struct point local = {
|
init_c90.c | 12 struct point { struct 16 struct point point_c90 = { 0, 0 }; 19 struct point point_c99 = { .x = 0, .y = 0 }; 21 struct point points_c90[] = {{ 0, 0 }}; 23 struct point points_c99[] = {[3] = { 0, 0 }}; 26 struct point 29 return (struct point){ 0, 0 };
|
msg_171.c | 36 * 'struct point' and 'pointer to struct point'. 41 struct point { struct in function:pointer_to_compound_literal 45 struct point *p = &(struct point){ 53 struct point p2 = { 54 (int)sizeof(struct point){ 55 (int)sizeof(struct point){ 56 (int)sizeof(struct point){ 57 (int)sizeof(struct point){ [all...] |
d_c99_anon_struct.c | 8 struct point { struct 15 struct point top_left; 16 struct point bottom_right;
|
expr_binary.c | 132 struct point { struct 147 static struct point 150 return (struct point){ 0, 0 }; 177 /* expect+1: warning: incompatible types 'void' and 'struct point' in conditional [126] */ 188 /* expect+1: error: incompatible types '_Bool' and 'struct point' in conditional [126] */ 195 /* expect+1: warning: incompatible types 'struct point' and 'void' in conditional [126] */ 197 /* expect+1: error: incompatible types 'struct point' and '_Bool' in conditional [126] */ 200 /* expect+1: error: incompatible types 'struct point' and 'int' in conditional [126] */ 202 /* expect+1: error: incompatible types 'struct point' and 'double' in conditional [126] */ 204 /* expect+1: error: incompatible types 'struct point' and 'pointer to char' in conditional [126] * [all...] |
/src/tests/usr.bin/indent/ |
lsym_period.c | 22 struct point { struct
|
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
struct_access.c | 14 typedef long (*point_func_t)(struct point_st *point);; 25 long func(struct point_st *point) 27 print_num(point->x); 28 print_num(point->y); 29 print_num(point->z); 30 print_num(point->d); 31 return point->x; 41 struct point_st point = { local in function:struct_access 71 printf("func return %ld\n", func(&point));
|
/src/common/dist/zlib/examples/ |
zran.h | 9 // Access point. 10 typedef struct point { struct 17 // Access point list. 29 // of the list, which is about 32K bytes per access point. The return value is
|
zran.c | 14 Do a binary search over the index for an access point 15 Expose the access point type to enable save and load 27 // An access point can be created at the start of any deflate block, by saving 31 // point in the uncompressed stream. deflate_index_build() decompresses the 34 // new access point. If so, that point is saved in a data structure that grows 38 // the latest access point at or preceding that offset is located in the index. 53 // more memory per access point, and could not be saved to a file due to the 75 // Add an access point to the list. If out of memory, deallocate the existing 107 // Fill in the access point and increment how many we have 342 point_t *point = index->list; local in function:deflate_index_extract [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
wndw.h | 96 void (*point)(struct nv50_wndw *, struct nv50_wndw_atom *); member in struct:nv50_wimm_func
|
atom.h | 230 } point; member in struct:nv50_wndw_atom 247 bool point:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anonf635598f1908
|
/src/games/snake/snake/ |
snake.c | 77 struct point { struct 99 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) 103 static struct point you; 104 static struct point money; 105 static struct point finish; 106 static struct point snake[6]; 118 static void chase(struct point *, struct point *); 251 point(struct point *ps, int x, int y) function in typeref:struct:point * [all...] |
/src/sys/arch/atari/dev/ |
grfabs_reg.h | 36 struct point { struct 40 typedef struct point point_t;
|
/src/sys/arch/amiga/dev/ |
grfabs_reg.h | 36 struct point { struct 40 typedef struct point point_t;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_syncobj.c | 169 u64 point; member in struct:syncobj_wait_entry 215 if (!fence || dma_fence_chain_find_seqno(&fence, wait->point)) { 238 * drm_syncobj_add_point - add new timeline point to the syncobj 239 * @syncobj: sync object to add timeline point do 240 * @chain: chain node to use to add the point 242 * @point: sequence number to use for the point 244 * Add the chain node as new timeline point to the syncobj. 249 uint64_t point) 259 /* You are adding an unorder point to timeline, which could cause payload returned from query_ioctl is 0! * 1596 uint64_t point; local in function:drm_syncobj_query_ioctl [all...] |
/src/sys/dev/scsipi/ |
scsipi_cd.h | 138 uint8_t point; member in struct:scsipi_toc_rawtoc
|
cd.c | 2911 uint8_t track_sessionnr, sessionnr, adr, tno, point; local in function:mmc_gettrackinfo_cdrom 2986 point = rawtoc->point; 2996 if (point == trackinfo->tracknr) { 3000 if (point == trackinfo->tracknr + 1) { 3005 if (point == 0xa2) { 3008 if (point <= 0x63) { 3010 /* last_tracknr = point; */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 56 * the same number of points (NUM_PTS_IN_REGION) and in each region every point 601 struct gamma_point *point; local in function:build_custom_gamma_mapping_coefficients_worker 631 point = &coeff[i].r; 636 point = &coeff[i].g; 641 point = &coeff[i].b; 648 point->coeff = dc_fixpt_div( 656 point->coeff = dc_fixpt_zero; 658 point->coeff = dc_fixpt_from_int(2); 664 point->left_index = index_left; 665 point->right_index = index_right 680 const struct gamma_point *point; local in function:calculate_mapped_value [all...] |