HomeSort by: relevance | last modified time | path
    Searched defs:SET (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/include/gdb/
signals.h 35 (1) This set of signals represents a widely-accepted attempt to
39 recognized that this set of signals has limitations (such as not
52 #define SET(symbol, constant, name, string) \
55 #undef SET
  /src/external/gpl3/binutils.old/dist/include/gdb/
signals.h 35 (1) This set of signals represents a widely-accepted attempt to
39 recognized that this set of signals has limitations (such as not
52 #define SET(symbol, constant, name, string) \
55 #undef SET
  /src/external/gpl3/gdb/dist/include/gdb/
signals.h 35 (1) This set of signals represents a widely-accepted attempt to
39 recognized that this set of signals has limitations (such as not
52 #define SET(symbol, constant, name, string) \
55 #undef SET
  /src/external/gpl3/gdb.old/dist/include/gdb/
signals.h 35 (1) This set of signals represents a widely-accepted attempt to
39 recognized that this set of signals has limitations (such as not
52 #define SET(symbol, constant, name, string) \
55 #undef SET
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_sections.c 34 #define SET(N, V) \
56 SET(debug_info, 0);
57 SET(debug_abbrev, 0);
58 SET(debug_line, 0);
59 SET(debug_loc, 0);
60 SET(debug_aranges, 0);
61 SET(debug_macinfo, 0);
62 SET(debug_pubnames, 0);
63 SET(debug_str, 0);
64 SET(debug_frame, 0)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
testdb_metadata.sql 4 SET IDENTITY_INSERT ldap_oc_mappings ON
13 SET IDENTITY_INSERT ldap_oc_mappings OFF
16 SET IDENTITY_INSERT ldap_attr_mappings ON
69 SET IDENTITY_INSERT ldap_attr_mappings OFF
73 SET IDENTITY_INSERT ldap_entries ON
92 SET IDENTITY_INSERT ldap_entries OFF
106 SET QUOTED_IDENTIFIER OFF SET ANSI_NULLS ON
112 set @@keyval=(SELECT MAX(id) FROM example.persons)
123 set @@keyval=(SELECT MAX(id) FROM example.institutes
    [all...]
  /src/usr.sbin/lpr/lpd/
ttcompat.c 52 /* Macros to clear/set/test flags. */
53 #define SET(t, f) (t) |= (f)
72 SET(flags, ODDP);
74 SET(flags, EVENP);
76 SET(flags, EVENP|ODDP);
80 SET(flags, PASS8);
82 SET(flags, LITOUT);
89 SET(flags, CBREAK);
91 SET(flags, RAW);
110 SET(iflag, BRKINT|IXON|IMAXBEL)
    [all...]
  /src/external/mit/isl/dist/
isl_test_list_templ.c 8 #undef SET
9 #define SET CAT(isl_,SET_BASE)
13 /* Check that the conversion from SET to list of EL works as expected,
22 SET *set, *set2; local
25 set = FN(SET,read_from_str)(ctx, str);
26 list = FN(FN(SET,get),LIST(EL_BASE))(set);
28 set2 = FN(SET,empty)(FN(SET,get_space)(set))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
context_s.c 71 * Perhaps we could set a flag in the kadm5_server_context to
100 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F
101 SET(c, chpass_principal);
102 SET(c, chpass_principal_with_key);
103 SET(c, create_principal);
104 SET(c, delete_principal);
105 SET(c, destroy);
106 SET(c, flush);
107 SET(c, get_principal);
108 SET(c, get_principals)
    [all...]
init_c.c 65 #define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F
67 SET(c, chpass_principal);
68 SET(c, chpass_principal_with_key);
69 SET(c, create_principal);
70 SET(c, delete_principal);
71 SET(c, destroy);
72 SET(c, flush);
73 SET(c, get_principal);
74 SET(c, get_principals);
75 SET(c, get_privs)
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
signals.cc 50 #define SET(symbol, constant, name, string) { #symbol, name, string },
52 #undef SET
360 equivalent host signal is not available. Set/clear OURSIG_OK
  /src/external/gpl3/gdb.old/dist/gdbsupport/
signals.cc 52 #define SET(symbol, constant, name, string) { #symbol, name, string },
54 #undef SET
362 equivalent host signal is not available. Set/clear OURSIG_OK
  /src/external/gpl3/binutils/dist/gas/config/
obj-ecoff.c 34 /* Set section VMAs and GP values before reloc processing. */
42 /* Set the section VMA values. We force the .sdata and .sbss
125 as_fatal (_("Can't set GP value"));
132 as_fatal (_("Can't set register masks"));
146 char *set; local
155 set = buf;
156 #define SET(ptr, count, type, size) \
161 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
162 set += hdr->count * size; \
165 SET (line, cbLine, unsigned char *, sizeof (unsigned char))
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-ecoff.c 34 /* Set section VMAs and GP values before reloc processing. */
42 /* Set the section VMA values. We force the .sdata and .sbss
125 as_fatal (_("Can't set GP value"));
132 as_fatal (_("Can't set register masks"));
146 char *set; local
155 set = buf;
156 #define SET(ptr, count, type, size) \
161 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
162 set += hdr->count * size; \
165 SET (line, cbLine, unsigned char *, sizeof (unsigned char))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_md5.cc 27 #define SET(n) \
30 SET(n)
58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
MD5.cpp 67 // SET reads 4 input bytes in little-endian byte order and stores them
69 #define SET(n) \
100 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
101 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
102 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
103 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
104 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
105 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
106 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
107 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_md5.cpp 26 #define SET(n) \
29 SET(n)
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
64 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_md5.cpp 26 #define SET(n) \
29 SET(n)
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
64 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /src/libexec/getty/
subr.c 84 np->set = 0;
86 np->set = 1;
92 fp->set = 0;
94 fp->set = 1;
105 printf("cgetflags: %s='%c' set='%c'\n", fp->field,
106 fp->value + '0', fp->set + '0');
122 if (np->set)
125 if (fp->set)
142 if (!np->set)
145 if (!fp->set)
686 struct pollfd set[1]; local
    [all...]
  /src/usr.bin/audio/ctl/
ctl.c 88 #define SET 4
285 p->flags |= SET;
396 if (fields[i].flags & SET) {
411 "(use -w to set a "
451 err(1, "set failed");
459 err(1, "set failed");
  /src/usr.bin/tr/
str.c 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state;
58 int equiv[2]; /* equivalence set */
59 int *set; /* set of characters */ member in struct:str
87 s->set = NULL;
96 if (s->set != NULL && s->set != s->equiv) {
97 free(s->set);
158 case SET:
159 s->lastch = s->set[s->cnt++]
    [all...]
  /src/usr.bin/vndcompress/
common.h 81 #define SET(t, f) ((t) |= (f))
115 * n_blocks = (n_offsets + 1) (extra offset to set last block end)
  /src/external/bsd/mdocml/dist/
compat_fts.c 67 #define SET(opt) (sp->fts_options |= (opt))
142 * finished the node before the root(s); set p->fts_info to FTS_INIT
170 * actually enter the directory until after the preorder visit, set
234 /* Set current node pointer. */
304 * Done; free everything up and set errno to 0 so the user
342 * set and it's a physical walk (so that symbolic links can't be directories),
363 /* Set current node pointer. */
368 * If being called from fts_read, set the fts_info field.
383 * If not changing directories set a pointer so that can just append
427 SET(FTS_STOP)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
frame.h 109 changes the current language to the frame's language if "set
131 The special identifier address is set to indicate a wild card. */
146 address is set to indicate a wild card. */
159 as the special identifier address are set to indicate wild cards. */
569 /* Set the current source and line to the location given by frame
589 get_frame_args_address: A set of high-level debug-info dependant
654 #define SET(name, description) name,
660 #undef SET
738 contents are optimized out or unavailable, set *OPTIMIZEDP, *UNAVAILABLEP
798 'set print address' is off. When 'set print address' is on
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
frame.h 109 changes the current language to the frame's language if "set
131 The special identifier address is set to indicate a wild card. */
146 address is set to indicate a wild card. */
159 as the special identifier address are set to indicate wild cards. */
569 /* Set the current source and line to the location given by frame
589 get_frame_args_address: A set of high-level debug-info dependant
654 #define SET(name, description) name,
660 #undef SET
738 contents are optimized out or unavailable, set *OPTIMIZEDP, *UNAVAILABLEP
798 'set print address' is off. When 'set print address' is on
    [all...]

Completed in 43 milliseconds

1 2 3