Searched refs:field (Results 151 - 175 of 568) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DProjectMap.py172 f"Project info is required to have a '{e.args[0]}' field")
180 f"Profect info is required to have a '{e.args[0]}' field "
204 for field, default_value in defaults.items():
205 if whole_dict[field] == default_value:
206 del whole_dict[field]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm64 # Create a single field hash
182 Creates any number of field hashes. Arguments must be hash references.
190 A word on terminology: I shall use the term I<field> for a scalar
195 term "field" also has some currency in this sense and doesn't seem
231 hash for each field it wants to use. The reference address of an
233 is unique to each object so this guarantees a place for each field that
259 Perl knows nothing about the data stored in field hashes by a class,
271 tries to access a field of a cloned object its (cloned) data will
305 safety are established for every object and every field that is
308 Finally, I<field hashe
[all...]
/openbsd-current/lib/libform/
H A Dfty_num.c175 | Function : static bool Check_This_Field(FIELD * field,
180 | Return Values : TRUE - field is valid
181 | FALSE - field is invalid
184 Check_This_Field(FIELD *field, const void *argp) argument
190 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
281 set_field_buffer(field, 0, buf);
H A Dfrm_post.c67 if (!(form->field))
/openbsd-current/libexec/getty/
H A Dgettytab.h38 char *field; /* name to lookup in gettytab */ member in struct:gettystrs
44 char *field; /* name to lookup */ member in struct:gettynums
51 char *field; /* name to lookup */ member in struct:gettyflags
/openbsd-current/lib/libcrypto/txt_db/
H A Dtxt_db.c158 fprintf(stderr, "wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
211 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), argument
218 if (field >= db->num_fields) {
240 if (db->index[field] != NULL)
241 lh_OPENSSL_STRING_free(db->index[field]);
242 db->index[field] = idx;
243 db->qual[field] = qual;
H A Dtxt_db.h102 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c75 examines this field better be able to deal. */
78 struct field field; member in struct:field_info::nextfield
148 static struct field *read_args (char **, int, struct objfile *, int *, int *);
459 #define VISIBILITY_PRIVATE '0' /* Stabs character for private field */
461 #define VISIBILITY_PUBLIC '2' /* Stabs character for public field */
867 TYPE_FIELDS (ftype) = (struct field *)
868 TYPE_ALLOC (ftype, nsemi * sizeof (struct field));
1691 = (struct field *) TYPE_ALLOC (func_type,
1692 num_args * sizeof (struct field));
[all...]
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dmerge-request.sh158 check_duplicates=`$BUGZILLA_CMD query --blocked=$release_metabug --field="cf_fixed_by_commits=$rev_string"`
196 --field="cf_fixed_by_commits=$rev_string" \
/openbsd-current/usr.bin/mixerctl/
H A Dmixerctl.c49 struct field *findfield(char *);
52 void prfield(struct field *, char *, int, mixer_ctrl_t *);
53 void rdfield(int, struct field *, char *, int, char *);
58 struct field { struct
76 struct field *
90 prfield(struct field *p, char *sep, int prvalset, mixer_ctrl_t *m)
164 rdfield(int fd, struct field *p, char *q, int quiet, char *sep)
366 struct field *p;
378 warnx("field %s does not exist", *argv);
/openbsd-current/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_fourcc.h877 * 19:12 k Page Kind. This value directly maps to a field in the page
912 * Kind field
914 * Kind field
1539 * relevant for GFX9 and later and if the tile field is *_X/_T.
1558 #define AMD_FMT_MOD_SET(field, value) \
1559 ((__u64)(value) << AMD_FMT_MOD_##field##_SHIFT)
1560 #define AMD_FMT_MOD_GET(field, value) \
1561 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)
1562 #define AMD_FMT_MOD_CLEAR(field) \
[all...]
/openbsd-current/lib/libcrypto/ec/
H A Decp_smpl.c72 * non-trivial representations of field elements if necessary
87 BN_init(&group->field);
97 BN_free(&group->field);
105 if (!bn_copy(&dest->field, &src->field))
132 if (!BN_nnmod(bn, x, &group->field, ctx))
145 if (!BN_nnmod(bn, z, &group->field, ctx))
176 if (!bn_copy(&group->field, p))
178 BN_set_negative(&group->field, 0);
187 if (!BN_mod_add(a_plus_3, a_plus_3, a, &group->field, ct
[all...]
/openbsd-current/sys/sys/
H A Dvideoio.h1084 V4L2_FIELD_TOP = 2, /* top field only */
1085 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
1092 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
1093 first and the top field is
1095 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
1096 first and the bottom field is
1099 #define V4L2_FIELD_HAS_TOP(field) \
1100 ((field) == V4L2_FIELD_TOP ||\
1101 (field) == V4L2_FIELD_INTERLACED ||\
1102 (field)
1475 u_int32_t field; /* enum v4l2_field */ member in struct:v4l2_pix_format
1903 u_int32_t field; member in struct:v4l2_buffer
1995 u_int32_t field; /* enum v4l2_field */ member in struct:v4l2_framebuffer::__anon18
2027 u_int32_t field; /* enum v4l2_field */ member in struct:v4l2_window
2978 u_int32_t field; /* 0: first field, 1: second field */ member in struct:v4l2_sliced_vbi_data
3066 u_int32_t field; member in struct:v4l2_pix_format_mplane
3142 u_int8_t field; member in struct:v4l2_event_vsync
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c56 byte_get_little_endian (unsigned char *field, int size) argument
61 return *field;
64 return ((unsigned int) (field[0]))
65 | (((unsigned int) (field[1])) << 8);
68 return ((unsigned long) (field[0]))
69 | (((unsigned long) (field[1])) << 8)
70 | (((unsigned long) (field[2])) << 16)
71 | (((unsigned long) (field[3])) << 24);
75 return ((dwarf_vma) (field[0]))
76 | (((dwarf_vma) (field[
99 byte_get_big_endian(unsigned char *field, int size) argument
143 byte_get_signed(unsigned char *field, int size) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmi1.C62 GF2NT field; member in class:EC2N
/openbsd-current/regress/sbin/isakmpd/x509/
H A DMakefile39 SRCS= x509test.c conf.c log.c libcrypto.c sysdep.c field.c util.c \
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_dcn30.c49 #define DMUB_SF(reg, field) FD_MASK(reg, field),
53 #define DMUB_SF(reg, field) FD_SHIFT(reg, field),
H A Ddmub_dcn20.h164 #define DMUB_SF(reg, field) uint8_t reg##__##field;
170 #define DMUB_SF(reg, field) uint32_t reg##__##field;
H A Ddmub_dcn31.h165 #define DMUB_SF(reg, field) uint8_t reg##__##field;
171 #define DMUB_SF(reg, field) uint32_t reg##__##field;
H A Ddmub_dcn32.h169 #define DMUB_SF(reg, field) uint8_t reg##__##field;
175 #define DMUB_SF(reg, field) uint32_t reg##__##field;
/openbsd-current/regress/sbin/iked/parser/
H A DMakefile14 CFLAGS+= -Wno-missing-field-initializers
/openbsd-current/usr.bin/audioctl/
H A Daudioctl.c38 struct field { struct
140 print_field(struct field *p, void *addr)
177 parse_field(struct field *f, void *addr, char *p)
196 struct field *f;
/openbsd-current/sbin/wsconsctl/
H A Dmouse.c50 struct field mouse_field_tab[] = {
66 /* Add an alias. This field is valid for all wsmouse devices. */
80 struct field *f;
99 /* Hide the 'mtbuttons' field if the feature is unavailable. */
122 struct field *f;
162 struct field *f;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_vpm.c220 * The "inh_flags" field determines how this function behaves.
241 /* Macro to test if a field should be copied from src to dest */
242 #define test_x509_verify_param_copy(field, def) \
244 ((src->field != def) && (to_default || (dest->field == def))))
246 /* Macro to test and copy a field if necessary */
247 #define x509_verify_param_copy(field, def) \
248 if (test_x509_verify_param_copy(field, def)) \
249 dest->field = src->field
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm75 # to do each struct pwd field that perl can ever under any circumstances
90 warn("$IE $feep is a funny struct pwd field");
113 # a field that Perl never knows how to provide under any circumstances.
128 || $sploder->("$feep is never a valid struct pwd field");
223 similarly named structure field name from the C's passwd structure
257 an exception if you asked about a field that Perl never knows how
263 a field doesn't necessarily mean that it's fully implemented on
266 Interpretation of the C<gecos> field varies between systems, but
269 An C<&> in the gecos field should be replaced by the user's properly
270 capitalized login C<name>. The C<shell> field, i
[all...]

Completed in 189 milliseconds

1234567891011>>