Searched refs:type_check (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dfstyp.c146 type_check(const char *path, FILE *fp) function
229 type_check(path, fp);
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c350 enum { IS_SAME = 0, IS_DIFFERENT = 1 } type_check; member in struct:collect_extra_decoder_data_st
381 (void *)data->ctx, data->type_check, (void *)decoder,
413 switch (data->type_check) {
527 for (data.type_check = IS_SAME;
528 data.type_check <= IS_DIFFERENT;
529 data.type_check++) {
/freebsd-current/sys/dev/sfxge/common/
H A Defx_rx.c561 efx_rx_hash_type_t type_check; local
587 type_check = type & ~EFX_RX_HASH_LEGACY_MASK;
588 if (type_check != 0) {
598 if ((type_check & type_flags[i]) == type_flags[i])
599 type_check &= ~(type_flags[i]);
602 if (type_check != 0) {
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y99 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
1617 type_check(dest->symbol, immed, opcode);
1750 type_check(src->symbol, immed, opcode);
1814 type_check(symbol_t *symbol, expression_t *expression, int opcode)

Completed in 211 milliseconds