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

1 2

  /src/tests/usr.bin/indent/
lsym_unary_op.c 34 * token. The same applies to '&', but that case is irrelevant in practice
41 int same = + + + + + - - - - - 3; variable
48 int same = + + + + +- - - - -3; variable
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_compilation.py 89 def same(expected): function in function:SplitTest.test_filter_flags
95 same([])
96 same(['-I', '/opt/me/include', '-DNDEBUG', '-ULIMITS'])
97 same(['-O', '-O2'])
98 same(['-m32', '-mmms'])
99 same(['-Wall', '-Wno-unused', '-g', '-funroll-loops'])
  /src/external/mpl/bind/dist/tests/isc/
ascii_test.c 30 const char *same[][2] = { variable
96 for (size_t n = 0; n < ARRAY_SIZE(same); n++) {
97 const char *a = same[n][0];
98 const char *b = same[n][1];
113 for (size_t n = 0; n < ARRAY_SIZE(same); n++) {
114 const uint8_t *a = (void *)same[n][0];
115 const uint8_t *b = (void *)same[n][1];
116 unsigned int len = (unsigned int)strlen(same[n][0]);
128 for (size_t n = 0; n < ARRAY_SIZE(same); n++) {
129 const uint8_t *a = (void *)same[n][0]
    [all...]
ht_test.c 341 unsigned char same[16] = { "test case" }; local
351 result = isc_ht_add(ht, same, 16, (void *)same);
370 result = isc_ht_add(ht, same, 16, (void *)same);
hashmap_test.c 451 test_node_t same = { .key = "isc_hashmap_case" }; local
464 isc_hash32(same.key, strlen(same.key), true),
465 case_match, same.key, &same, NULL);
489 isc_hash32(same.key, strlen(same.key), false),
490 nocase_match, same.key, &same, NULL);
  /src/external/zlib/pigz/dist/zopfli/
hash.h 31 unsigned short* prev; /* Index to index of prev. occurance of same hash. */
39 unsigned short* prev2; /* Index to index of prev. occurance of same hash. */
45 unsigned short* same; /* Amount of repetitions of same byte after this .*/ member in struct:ZopfliHash
lz77.c 290 unsigned short same0 = h->same[pos & ZOPFLI_WINDOW_MASK];
292 unsigned short same1 = h->same[(pos - dist) & ZOPFLI_WINDOW_MASK];
293 unsigned short same = same0 < same1 ? same0 : same1; local
294 if (same > limit) same = limit;
295 scan += same;
296 match += same;
319 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
  /src/external/bsd/openldap/dist/servers/slapd/
phonetic.c 212 #define same(x) ((x) != '\0' && vsvfn[(x) - 'A'] & 2) /* FJLMNR */ macro
300 if (same(*n) || (n == n_start && vowel(*n)))
  /src/external/gpl3/gdb/dist/gdb/
solist.h 141 if they represent the same library.
144 int (*same) (const solib &gdb, const solib &inferior); member in struct:solib_ops
  /src/external/gpl3/gdb.old/dist/gdb/
solist.h 145 if they represent the same library.
148 int (*same) (const solib &gdb, const solib &inferior); member in struct:solib_ops
  /src/external/lgpl3/mpfr/dist/tests/
tget_z.c 107 int ex_inex, same; local
180 same = SAME_SIGN (inex, ex_inex);
183 !same || gt_flags != ex_flags)
193 ex_inex, inex, same ? "OK" : "wrong");
tfms.c 286 int b, i, inex, same, err = 0; local
313 same = i == 15 || (i == 16 && b == 0);
314 if (same ? (inex >= 0) : (inex <= 0))
317 b, i, inex, same ? '<' : '>');
321 if (!same)
  /src/external/mit/xorg/lib/libxcb/files/
xtest.h 91 uint8_t same; member in struct:xcb_test_compare_cursor_reply_t
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocatable.c 221 bool same = false; local
232 same = true;
248 if (!same)
250 /* The last pathname component was the same. opi and cpi now point
416 initially been installed in the same orig_prefix. But we can do
439 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.c 221 bool same = false; local
232 same = true;
248 if (!same)
250 /* The last pathname component was the same. opi and cpi now point
416 initially been installed in the same orig_prefix. But we can do
439 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocatable.c 221 bool same = false; local
232 same = true;
248 if (!same)
250 /* The last pathname component was the same. opi and cpi now point
416 initially been installed in the same orig_prefix. But we can do
439 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
relocatable.c 221 bool same = false; local
232 same = true;
248 if (!same)
250 /* The last pathname component was the same. opi and cpi now point
416 initially been installed in the same orig_prefix. But we can do
439 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.c 221 bool same = false; local
232 same = true;
248 if (!same)
250 /* The last pathname component was the same. opi and cpi now point
416 initially been installed in the same orig_prefix. But we can do
439 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl2/texinfo/dist/intl/
relocatable.c 225 bool same = false; local
236 same = true;
249 if (!same)
251 /* The last pathname component was the same. opi and cpi now point
399 initially been installed in the same orig_prefix. But we can do
422 typically created from the same Makefile variable as orig_prefix came
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range.cc 499 int_range_max same = vr; local
500 if (same != r)
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.c 216 bool same = false; local
227 same = true;
240 if (!same)
242 /* The last pathname component was the same. opi and cpi now point
387 initially been installed in the same orig_prefix. But we can do
410 typically created from the same Makefile variable as orig_prefix came
  /src/games/snake/snake/
snake.c 81 #define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col) macro
413 if (same(&you, &money)) {
428 if (same(&you, &finish)) {
493 if (same(&p, &you))
495 if (same(&p, &money))
497 if (same(&p, &finish))
500 if (same(&p, &snake[i]))
635 if (same(&d, &money))
637 if (same(&d, &finish))
877 if (same(&snake[i], &snake[5])
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface_unix.c 724 int same = 0; local
729 same = 1;
747 same = 1;
750 if (same) {
  /src/crypto/external/bsd/heimdal/dist/kpasswd/
kpasswdd.c 458 int same; local
516 * is no reason to require the KDC's default realm(s) to be the same
520 * should be sent to realm B's master. This same issue is present in
529 same = krb5_principal_compare(context, sprinc, (*ticket)->server);
532 if (!same) {
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 660 int same(node *);
679 int vjustify_node::same(node *nd) function in class:vjustify_node

Completed in 39 milliseconds

1 2