Searched refs:which (Results 226 - 250 of 555) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-gc1.asm56 ! Initialize the first stack frame pointer in %ebp (the contents of which
115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
128 ! is the argument vector pointer, which is at a fixed address off
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_enc.c223 int ssl3_change_cipher_state(SSL *s, int which) argument
251 if (which & SSL3_CC_READ) {
337 if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||
338 (which == SSL3_CHANGE_CIPHER_SERVER_READ)) {
396 if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which & SSL3_CC_WRITE)))
402 int wh = which & SSL3_CC_WRITE ?
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk49 # to chain down into kernel build which won't include this file.
72 # Ensure no bogus CCACHE_PATH leaks in which might avoid the in-tree compiler.
85 # which fails with -Wparentheses-equality, -Wtautological-compare, and
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h135 void bind_thread(int which) override {
141 KMP_CPU_SET(which, mask);
341 void bind_thread(int which) override { __kmp_affinity_bind_thread(which); } variable
532 void bind_thread(int which) override { __kmp_affinity_bind_thread(which); } variable
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql96 /* The size in bytes of the file in which the pristine text is stored.
239 the WC root at which a tree-change operation (delete, add?, copy, move)
330 normal: in the 'BASE' tree this is an ordinary node for which we
332 copied node for which we have full information.
337 revision in which the node does not exist. In the 'WORKING'
342 incomplete: in the 'BASE' tree this is an ordinary node for which
345 etc. In the 'WORKING' tree this is a copied node for which we
385 destination. This invariant must be maintained by operations which
590 The number of integers must be number of index columns + 1, which is
684 /* Select all base nodes which ar
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c3352 * Wants system variables. Figure out which he wants
3798 u_int which; local
3806 which = (noise & 7) % COUNTOF(sent);
3808 while (sent[which])
3809 which = (which + 1) % COUNTOF(sent);
3811 switch (which) {
3844 sent[which] = TRUE;
3867 * containing some number of oldest entries which have since been
3901 * resall= 0x-prefixed hex restrict bits which mus
4257 u_int which; local
4428 u_int which; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c349 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, argument
352 switch (which) {
382 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) argument
388 va_start(ap, which);
390 switch (which) {
945 * is an array type, 'ai' is the index into the array against which we are
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c550 replacearg(arglist *args, u_int which, char *fmt, ...) argument
562 if (which >= args->num)
564 which, args->num);
565 free(args->list[which]);
566 args->list[which] = cp;
/freebsd-11-stable/usr.sbin/ctld/
H A Dlogin.c105 * immediately terminate the connection on which the PDU
455 int which; local
486 which = login_list_prefers(value, "CRC32C", "None");
487 switch (which) {
512 which = login_list_prefers(value, "CRC32C", "None");
513 switch (which) {
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c122 int BN_get_params(int which) argument
124 if (which == 0)
126 else if (which == 1)
128 else if (which == 2)
130 else if (which == 3)
361 * which fails for top== 0
958 * sizes of those arrays is expressed through cl, which is the common length
959 * ( basicall, min(len(a),len(b)) ), and dl, which is the delta between the
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c398 void dotable(nsp, fd, alive, which, side)
400 int fd, alive, which;
421 if (which == 0) {
423 } else if (which == 1) {
441 minlen = nsp->ns_side[which].ns_inuse;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
193 stand-alone strong-est time-stamp time-stamps which-ever white-space
398 % macro which expects an ordinary undelimited TeX argument.
692 % the text is small, which looks bad.
792 % sight. (If the user is using lots of big @group commands, which
945 % @comment ...line which is ignored...
999 % \suppressfirstparagraphindent, which the sectioning commands do.
1055 % which is what @var uses.
1082 % to a command which sets the catcodes (such as @item or @section).
1222 % not active characters. hyperref.dtx (which ha
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c103 show_tsearch(const void *nodep, const VISIT which, const int depth)
107 if (which == postorder || which == leaf) {
348 * which byte-offset begins a given wide-character.
513 * or literal characters which are inserted at the character-offset.
/freebsd-11-stable/lib/libproc/
H A Dproc_sym.c540 proc_iter_symbyaddr(struct proc_handle *p, const char *object, int which, argument
575 if (which == PR_SYMTAB &&
579 } else if (which == PR_DYNSYM &&
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3bus.c57 static int ps3bus_read_ivar(device_t bus, device_t child, int which,
493 ps3bus_read_ivar(device_t bus, device_t child, int which, uintptr_t *result) argument
497 switch (which) {
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c208 switch (uap->which) {
394 switch (uap->which) {
545 switch (uap->which) {
H A Dibcs2_proto.h172 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)]; member in struct:ibcs2_msgsys_args
184 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)]; member in struct:ibcs2_shmsys_args
190 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)]; member in struct:ibcs2_semsys_args
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c502 /* which of the fields are set */
574 asn_subid_t which = value->var.subs[sub-1]; local
619 switch (which) {
654 switch (which) {
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c580 hdacc_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
584 switch (which) {
596 which, result));
/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c292 vga_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
295 return (BUS_READ_IVAR(device_get_parent(dev), dev, which, result));
299 vga_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c956 desc_one_bound (struct value *bounds, int i, int which)
958 return value_struct_elt (&bounds, NULL, bound_name[2 * i + which - 2], NULL,
966 desc_bound_bitpos (struct type *type, int i, int which)
968 return TYPE_FIELD_BITPOS (desc_base_type (type), 2 * i + which - 2);
975 desc_bound_bitsize (struct type *type, int i, int which)
979 if (TYPE_FIELD_BITSIZE (type, 2 * i + which - 2) > 0)
980 return TYPE_FIELD_BITSIZE (type, 2 * i + which - 2);
982 return 8 * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 2 * i + which - 2));
1132 Otherwise, returns a standard GDB array describing ARR (which may
1362 may also be NULL, in which cas
952 desc_one_bound(struct value *bounds, int i, int which) argument
962 desc_bound_bitpos(struct type *type, int i, int which) argument
971 desc_bound_bitsize(struct type *type, int i, int which) argument
1793 ada_array_bound_from_type(struct type * arr_type, int n, int which, struct type ** typep) argument
1857 ada_array_bound(struct value *arr, int n, int which) argument
6209 int which; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk28 # which can be set per dir, per file or we use defaults
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm22 some of which are compiled with GCC, to produce an executable,
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm41 ! crtbegin, with which perhaps it should be merged.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
390 % macro which expects an ordinary undelimited TeX argument.
669 % the text is small, which looks bad.
769 % sight. (If the user is using lots of big @group commands, which
922 % @comment ...line which is ignored...
976 % \suppressfirstparagraphindent, which the sectioning commands do.
1032 % which is what @var uses.
1059 % to a command which sets the catcodes (such as @item or @section).
1223 % text, which migh
[all...]

Completed in 511 milliseconds

1234567891011>>