HomeSort by: relevance | last modified time | path
    Searched defs:tvalue (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/emcfanctl/
emcfanctl.c 215 int start_reg = 0xff, end_reg, value, tvalue, instance; local
294 tvalue = find_translated_bits_by_str(apd, __arraycount(apd), argv[2]);
295 if (tvalue < 0) {
299 error = emcfan_rmw_register(fd, EMCFAN_CHIP_CONFIG, 0, apd, __arraycount(apd), tvalue, debug);
348 tvalue = find_translated_bits_by_str_instance(smbus_timeout, __arraycount(smbus_timeout), argv[2], instance);
349 if (tvalue < 0) {
353 error = emcfan_rmw_register(fd, start_reg, 0, smbus_timeout, __arraycount(smbus_timeout), tvalue, debug);
645 tvalue = find_translated_bits_by_hint(fan_minexpectedrpm, __arraycount(fan_minexpectedrpm), value);
646 if (tvalue < 0) {
647 fprintf(stderr,"Error converting human value: %d %d\n",value, tvalue);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-div.c 67 const char *tvalue; local
84 tvalue = "Q*D";
93 printf ("%5s=", tvalue); dumpy (tp, nn+1);
99 tvalue = "N-Q*D";
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 44 char *tname = NULL, *tvalue = NULL; local
53 tvalue = OPENSSL_strndup(value, vallen);
54 if (tvalue == NULL)
65 vtmp->value = tvalue;
76 OPENSSL_free(tvalue);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 44 char *tname = NULL, *tvalue = NULL; local
53 tvalue = OPENSSL_strndup(value, vallen);
54 if (tvalue == NULL)
63 vtmp->value = tvalue;
75 OPENSSL_free(tvalue);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 42 char *tname = NULL, *tvalue = NULL; local
54 tvalue = OPENSSL_strndup(value, vallen);
55 if (tvalue == NULL)
64 vtmp->value = tvalue;
76 OPENSSL_free(tvalue);
  /src/external/gpl3/binutils/dist/gprofng/src/
Table.cc 1547 const Datum *tvalue = &valColumns[ii]; local
1548 int res = d->cmpDatumValue (data_id, tvalue);
1594 const Datum *tvalue = &valColumns[ii]; local
1595 int res = d->cmpDatumValue (data_id, tvalue);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Table.cc 1547 const Datum *tvalue = &valColumns[ii]; local
1548 int res = d->cmpDatumValue (data_id, tvalue);
1594 const Datum *tvalue = &valColumns[ii]; local
1595 int res = d->cmpDatumValue (data_id, tvalue);
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 750 unsigned int tvalue; member in struct:asm_opcode
15441 inst.instruction = opcode->tvalue;
23158 /* NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
23159 field in asm_opcode. 'tvalue' is used at the stage this check happen. */
23389 inst.instruction = opcode->tvalue;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 750 unsigned int tvalue; member in struct:asm_opcode
15444 inst.instruction = opcode->tvalue;
23161 /* NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
23162 field in asm_opcode. 'tvalue' is used at the stage this check happen. */
23392 inst.instruction = opcode->tvalue;

Completed in 75 milliseconds