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

1 2 3 4 5

  /src/crypto/external/bsd/openssl/dist/util/
mkerr.pl 32 sub phase subroutine
184 &phase("Reading state");
257 &phase("Scanning source");
289 &phase("Writing files");
650 &phase("Ending");
  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 29 sub phase subroutine
177 &phase("Reading state");
256 &phase("Scanning headers");
363 &phase("Scanning source");
417 &phase("Writing files");
689 &phase("Ending");
  /src/crypto/external/apache2/openssl/dist/util/
mkerr.pl 32 sub phase subroutine
185 &phase("Reading state");
258 &phase("Scanning source");
290 &phase("Writing files");
655 &phase("Ending");
  /src/sys/arch/hpcsh/hpcsh/
debug.c 46 int phase; member in struct:intr_state_rgb16
73 intr_state_rgb16->cnt = 0, intr_state_rgb16->phase ^= 1;
78 intr_state_rgb16->phase ? ~color : color;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_pm.c 56 }, **phase; local
82 for (phase = phases; *phase; phase++) {
85 while ((obj = first_mm_object(*phase))) {
102 list_splice_tail(&keep, *phase);
i915_gem_shrinker.c 125 }, *phase; local
171 for (phase = phases; phase->list; phase++) {
176 if ((shrink & phase->bit) == 0)
190 (obj = list_first_entry_or_null(phase->list,
230 list_splice_tail(&still_in_list, phase->list);
  /src/external/gpl3/gcc/dist/gcc/
genversion.cc 26 phase (the latter may be an empty string). */
36 char phase = 0; local
45 /* For releases the development phase is an empty string, for
49 On the trunk the development phase is "experimental". */
50 phase = DEVPHASE[0];
51 if (phase == '\0'
53 phase = '*';
58 v[3] = phase;
  /src/external/gpl3/gcc.old/dist/gcc/
genversion.cc 26 phase (the latter may be an empty string). */
36 char phase = 0; local
45 /* For releases the development phase is an empty string, for
49 On the trunk the development phase is "experimental". */
50 phase = DEVPHASE[0];
51 if (phase == '\0'
53 phase = '*';
58 v[3] = phase;
  /src/sys/arch/arm/sunxi/
sunxi_ccu_phase.c 61 struct sunxi_ccu_phase *phase = &clk->u.phase; local
77 val = CCU_READ(sc, phase->reg);
78 delay = __SHIFTOUT(val, phase->mask);
87 struct sunxi_ccu_phase *phase = &clk->u.phase; local
109 val = CCU_READ(sc, phase->reg);
110 val &= ~phase->mask;
111 val |= __SHIFTIN(delay, phase->mask);
112 CCU_WRITE(sc, phase->reg, val)
121 struct sunxi_ccu_phase *phase = &clk->u.phase; local
    [all...]
  /src/sys/dev/rcons/
raster_text.c 93 int phase; local
143 phase = 0;
209 rop, charrast, phase, 0 ) < 0 )
216 rop, charrast, phase, 0 ) < 0 )
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dccg.c 58 int modulo, phase; local
60 // phase / modulo = dpp pipe clk / dpp global clk
62 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
64 if (phase > 0xff) {
66 phase = 0xff;
70 DPPCLK0_DTO_PHASE, phase,
  /src/external/bsd/jemalloc.old/dist/test/unit/
tsd.c 140 atomic_u32_t phase; member in struct:__anon68
146 /* PHASE 0 */
157 atomic_store_u32(&data->phase, 1, ATOMIC_SEQ_CST);
159 /* PHASE 2 */
160 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 2) {
164 atomic_store_u32(&data->phase, 3, ATOMIC_SEQ_CST);
166 /* PHASE 4 */
167 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 4) {
171 atomic_store_u32(&data->phase, 5, ATOMIC_SEQ_CST);
173 /* PHASE 6 *
    [all...]
  /src/sbin/ifconfig/
af_atalk.c 74 struct pinteger phase = PINTEGER_INITIALIZER1(&phase, "phase", variable in typeref:struct:pinteger
75 1, 2, 10, NULL, "phase", &command_root.pb_parser);
81 {.k_word = "phase", .k_nextparser = &phase.pi_parser}
151 (void)prop_dictionary_get_uint8(env, "phase", &nr.nr_phase);
  /src/tests/dev/audio/
h_pad.c 113 } phase; local
171 phase = PRE;
191 if (phase == PRE) {
198 phase = BODY;
200 } else if (phase == BODY) {
213 phase = POST;
216 } else if (phase == POST) {
  /src/crypto/external/apache2/openssl/dist/crypto/
self_test_core.c 23 const char *phase; member in struct:ossl_self_test_st
81 (char *)st->phase, 0);
99 ret->phase = "";
116 st->phase = OSSL_SELF_TEST_PHASE_START;
131 st->phase = (ret == 1 ? OSSL_SELF_TEST_PHASE_PASS : OSSL_SELF_TEST_PHASE_FAIL);
135 st->phase = OSSL_SELF_TEST_PHASE_NONE;
152 st->phase = OSSL_SELF_TEST_PHASE_CORRUPT;
  /src/crypto/external/bsd/openssl/dist/crypto/
self_test_core.c 24 const char *phase; member in struct:ossl_self_test_st
90 (char *)st->phase, 0);
110 ret->phase = "";
127 st->phase = OSSL_SELF_TEST_PHASE_START;
142 st->phase =
147 st->phase = OSSL_SELF_TEST_PHASE_NONE;
164 st->phase = OSSL_SELF_TEST_PHASE_CORRUPT;
  /src/external/bsd/ntp/dist/libparse/
clk_meinberg.c 227 unsigned short phase; /* current input phase */ member in struct:msg_buf
612 if ( msg_buf->phase == MBG_NONE )
620 msg_buf->phase = MBG_HEADER; /* receiving header */
627 msg_buf->phase = MBG_STRING; /* prepare to receive ASCII ETX delimited message */
645 if ((msg_buf->phase == MBG_STRING) &&
653 msg_buf->phase = MBG_NONE; /* buffer overflow - discard */
660 switch (msg_buf->phase)
669 parseprintf(DD_PARSE, ("gps_input: %s complete\n", (msg_buf->phase == MBG_DATA) ? "data" : "header"));
676 msg_buf->phase = MBG_NONE
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
info.h 44 uint16_t phase; /* The compiler phase that produced this info */ member in struct:info_header
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
  /src/external/gpl3/binutils.old/dist/gprofng/src/
info.h 44 uint16_t phase; /* The compiler phase that produced this info */ member in struct:info_header
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
  /src/external/bsd/jemalloc/dist/test/unit/
tsd.c 194 atomic_u32_t phase; member in struct:__anon105
200 /* PHASE 0 */
211 atomic_store_u32(&data->phase, 1, ATOMIC_SEQ_CST);
213 /* PHASE 2 */
214 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 2) {
218 atomic_store_u32(&data->phase, 3, ATOMIC_SEQ_CST);
220 /* PHASE 4 */
221 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 4) {
225 atomic_store_u32(&data->phase, 5, ATOMIC_SEQ_CST);
227 /* PHASE 6 *
    [all...]
  /src/sys/arch/hp300/stand/common/
scsi.c 210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait)
216 hd->scsi_pctl = phase;
271 uint8_t phase, ints; local
280 * Wait for a phase change (or error) then let the device
284 phase = CMD_PHASE;
287 switch (phase) {
290 if (ixfer_start(hd, clen, phase, wait))
293 phase = xferphase;
300 if (ixfer_start(hd, len, phase, wait) ||
303 phase = STATUS_PHASE
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_syncmap.c 552 unsigned long count, phase, i; local
565 phase = jiffies + HZ/100 + 1;
574 } while (!time_after(jiffies, phase));
577 phase = 0;
601 phase++;
603 pr_debug("Completed %lu passes, each of %lu contexts\n", phase, count);
  /src/crypto/external/apache2/openssl/dist/test/
pairwise_fail_test.c 52 const char *type = NULL, *phase = NULL; local
57 phase = (const char *)p->data;
58 if (strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0) {
  /src/crypto/external/bsd/openssl/dist/test/
provider_status_test.c 53 const char *phase = NULL, *type = NULL, *desc = NULL; local
63 phase = (const char *)p->data;
75 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0)
77 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0
78 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0)
79 BIO_printf(bio_out, "%s\n", phase);
82 * error is returned during the corrupt phase.
84 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0)
  /src/external/bsd/openldap/dist/libraries/libldap/
ldap_sync.c 141 ldap_sync_refresh_t phase; local
150 phase = ls->ls_refreshPhase;
216 phase = state;
230 ? ls->ls_search_entry( ls, res, &entryUUID, phase )
437 ldap_sync_refresh_t phase; local
613 phase = LDAP_SYNC_CAPI_DELETES_IDSET;
616 phase = LDAP_SYNC_CAPI_PRESENTS_IDSET;
621 ls->ls_intermediate( ls, res, syncUUIDs, phase );
756 /* initial content/content update phase */

Completed in 25 milliseconds

1 2 3 4 5