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

1 2

  /src/usr.bin/make/unit-tests/
depsrc-meta.mk 20 check-results:
27 @${MAKE} -r -f ${MAKEFILE} check-results
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
depsrc-meta.mk 20 check-results:
27 @${MAKE} -r -f ${MAKEFILE} check-results
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
  /src/tests/bin/sh/
t_patterns.sh 157 results() function
225 # CAUTION: Change *any* of this and the expected results from the
534 results
708 results
819 results
t_patterns.sh 157 results() function
225 # CAUTION: Change *any* of this and the expected results from the
534 results
708 results
819 results
t_here.sh 109 results() function
172 results
266 results
298 results
335 results
384 results
448 results
515 results
t_here.sh 109 results() function
172 results
266 results
298 results
335 results
384 results
448 results
515 results
t_expand.sh 658 results() function
732 results
789 results
960 results # results so far anyway...
1045 results
1058 # Note that the expected results for these tests are identical
1097 results
1131 results # FIXED: 'PR bin/52090 expect 7 of 14 subtests to fail'
1144 # Note that the expected results for these tests are identica
    [all...]
t_expand.sh 658 results() function
732 results
789 results
960 results # results so far anyway...
1045 results
1058 # Note that the expected results for these tests are identical
1097 results
1131 results # FIXED: 'PR bin/52090 expect 7 of 14 subtests to fail'
1144 # Note that the expected results for these tests are identica
    [all...]
t_builtins.sh 197 results() function
297 results
811 results
t_builtins.sh 197 results() function
297 results
811 results
  /src/tests/lib/libc/membar/
t_seqlock.c 64 uint64_t results[2]; variable in typeref:typename:uint64_t[2]
134 results[result]++;
178 ATF_REQUIRE(results[0] != 0);
179 ATF_REQUIRE_MSG(results[1] == 0,
181 results[0], results[1]);
t_seqlock.c 64 uint64_t results[2]; variable in typeref:typename:uint64_t[2]
134 results[result]++;
178 ATF_REQUIRE(results[0] != 0);
179 ATF_REQUIRE_MSG(results[1] == 0,
181 results[0], results[1]);
  /src/games/boggle/boggle/
mach.c 123 results(void) function in typeref:typename:void
mach.c 123 results(void) function in typeref:typename:void
  /src/games/phantasia/
misc.c 467 static const char *const results[] =/* description table */ local in function:descrtype
518 strcpy(Databuf, results[type]);
522 return (results[type]);
misc.c 467 static const char *const results[] =/* description table */ local in function:descrtype
518 strcpy(Databuf, results[type]);
522 return (results[type]);
  /src/lib/libskey/
skeysubr.c 111 u_int32_t results[4]; local in function:keycrunch_md4
119 MD4Final((unsigned char *) (void *) results, &md);
123 results[0] ^= results[2];
124 results[1] ^= results[3];
126 (void)memcpy(result, results, SKEY_BINKEY_SIZE);
137 u_int32_t results[4]; local in function:keycrunch_md5
146 MD5Final((unsigned char *) (void *)results, &md);
150 results[0] ^= results[2]
236 u_int32_t results[4]; local in function:f_md4
252 u_int32_t results[4]; local in function:f_md5
    [all...]
skeysubr.c 111 u_int32_t results[4]; local in function:keycrunch_md4
119 MD4Final((unsigned char *) (void *) results, &md);
123 results[0] ^= results[2];
124 results[1] ^= results[3];
126 (void)memcpy(result, results, SKEY_BINKEY_SIZE);
137 u_int32_t results[4]; local in function:keycrunch_md5
146 MD5Final((unsigned char *) (void *)results, &md);
150 results[0] ^= results[2]
236 u_int32_t results[4]; local in function:f_md4
252 u_int32_t results[4]; local in function:f_md5
    [all...]
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 66 } results; member in struct:__anon91e1af1f0108
212 tester_ctx.results.n_rwx += (NBPD_L4 / PAGE_SIZE);
214 tester_ctx.results.n_rwx += (NBPD_L3 / PAGE_SIZE);
216 tester_ctx.results.n_rwx += (NBPD_L2 / PAGE_SIZE);
218 tester_ctx.results.n_rwx += (NBPD_L1 / PAGE_SIZE);
237 tester_ctx.results.n_shstk += (NBPD_L4 / PAGE_SIZE);
239 tester_ctx.results.n_shstk += (NBPD_L3 / PAGE_SIZE);
241 tester_ctx.results.n_shstk += (NBPD_L2 / PAGE_SIZE);
243 tester_ctx.results.n_shstk += (NBPD_L1 / PAGE_SIZE);
269 tester_ctx.results.kernel_map_with_low_ptes |= true
    [all...]
x86_pte_tester.c 66 } results; member in struct:__anon91e1af1f0108
212 tester_ctx.results.n_rwx += (NBPD_L4 / PAGE_SIZE);
214 tester_ctx.results.n_rwx += (NBPD_L3 / PAGE_SIZE);
216 tester_ctx.results.n_rwx += (NBPD_L2 / PAGE_SIZE);
218 tester_ctx.results.n_rwx += (NBPD_L1 / PAGE_SIZE);
237 tester_ctx.results.n_shstk += (NBPD_L4 / PAGE_SIZE);
239 tester_ctx.results.n_shstk += (NBPD_L3 / PAGE_SIZE);
241 tester_ctx.results.n_shstk += (NBPD_L2 / PAGE_SIZE);
243 tester_ctx.results.n_shstk += (NBPD_L1 / PAGE_SIZE);
269 tester_ctx.results.kernel_map_with_low_ptes |= true
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_lookup.c 307 struct ufs_lookup_results *results; local in function:ext2fs_lookup
342 * Produce the auxiliary lookup results into i_crap. Increment
344 * stale results. This should not be done this way. XXX.
346 results = &dp->i_crap;
375 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
376 results->ulr_diroff >= ext2fs_size(dp)) {
378 results->ulr_offset = 0;
381 results->ulr_offset = results->ulr_diroff;
382 if ((entryoffsetinblock = results->ulr_offset & bmask) &
    [all...]
ext2fs_lookup.c 307 struct ufs_lookup_results *results; local in function:ext2fs_lookup
342 * Produce the auxiliary lookup results into i_crap. Increment
344 * stale results. This should not be done this way. XXX.
346 results = &dp->i_crap;
375 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
376 results->ulr_diroff >= ext2fs_size(dp)) {
378 results->ulr_offset = 0;
381 results->ulr_offset = results->ulr_diroff;
382 if ((entryoffsetinblock = results->ulr_offset & bmask) &
    [all...]
  /src/sys/ufs/lfs/
ulfs_lookup.c 154 struct ulfs_lookup_results *results; local in function:ulfs_lookup
194 * Produce the auxiliary lookup results into i_crap. Increment
196 * stale results. This should not be done this way. XXX.
198 results = &dp->i_crap;
265 &results->ulr_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) {
268 (results->ulr_offset & bmask));
271 results->ulr_offset = roundup(dp->i_size, dirblksiz);
280 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
281 results->ulr_diroff >= dp->i_size) {
283 results->ulr_offset = 0
    [all...]
ulfs_lookup.c 154 struct ulfs_lookup_results *results; local in function:ulfs_lookup
194 * Produce the auxiliary lookup results into i_crap. Increment
196 * stale results. This should not be done this way. XXX.
198 results = &dp->i_crap;
265 &results->ulr_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) {
268 (results->ulr_offset & bmask));
271 results->ulr_offset = roundup(dp->i_size, dirblksiz);
280 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
281 results->ulr_diroff >= dp->i_size) {
283 results->ulr_offset = 0
    [all...]
  /src/sys/dev/raidframe/
rf_dag.h 54 struct RF_PropHeader_s { /* structure for propagation of results */
56 RF_PropHeader_t *next; /* linked list for multiple results/params */
98 int numResults; /* number of results produced by *funcPtr */
114 void **results; /* array of results produced by *funcPtr */ member in struct:RF_DagNode_s
121 RF_DagNode_t *next; /* next in terms of propagating results */

Completed in 38 milliseconds

1 2