HomeSort by relevance Sort by last modified time
    Searched refs:asr_uint16_t (Results 1 - 20 of 20) sorted by null

  /external/srec/srec/include/
srec_sizes.h 26 typedef asr_uint16_t costdata; /*done as cost, so always >= 0*/
28 typedef asr_uint16_t miscdata; /*for random small things*/
29 typedef asr_uint16_t labelID; /*16 bits is a bit overkill for this, but 8's not enough*/
30 typedef asr_uint16_t wordID; /*for word index*/
31 typedef asr_uint16_t nodeID; /*for FSM node index*/
32 typedef asr_uint16_t arcID; /*for FSM arc index*/
33 typedef asr_uint16_t frameID; /*for time frame*/
34 typedef asr_uint16_t stokenID; /*for state token storage*/
35 typedef asr_uint16_t ftokenID; /*for FSMnode token storage*/
36 typedef asr_uint16_t wtokenID; /*for word token storage*
    [all...]
srec_arb.h 28 typedef asr_uint16_t phonemeID;
51 asr_uint16_t qtype;
52 asr_uint16_t membership_bits[PSET_BIT_ARRAY_SIZE];
65 asr_uint16_t code;
67 asr_uint16_t num_states;
90 asr_uint16_t image_size;
srec.h 346 asr_uint16_t data[50];
355 asr_uint16_t data[250];
364 asr_uint16_t data[1000];
sample.h 65 typedef asr_uint16_t WORD;
  /external/srec/portable/include/
ptimestamp.h 50 asr_uint16_t msecs;
ptrd.h 437 PORTABLE_API ESR_ReturnCode PtrdThreadGetPriority(PtrdThread *thread, asr_uint16_t* value);
448 PORTABLE_API ESR_ReturnCode PtrdThreadSetPriority(PtrdThread *thread, asr_uint16_t value);
ptypes.h 76 typedef unsigned short asr_uint16_t; typedef
109 typedef unsigned short asr_uint16_t; typedef
plog.h 98 typedef asr_uint16_t LOG_OUTPUT_FORMAT;
  /external/srec/shared/include/
ESR_Session.h 71 ESR_ReturnCode(*getUint16_t)(const LCHAR* name, asr_uint16_t* value);
130 ESR_ReturnCode(*setUint16_t)(const LCHAR* name, asr_uint16_t value);
178 ESR_ReturnCode(*setUint16_tIfEmpty)(const LCHAR* name, asr_uint16_t value);
271 * Convert the specified argument to asr_uint16_t.
352 * @return ESR_INVALID_RESULT_TYPE if the property is not a asr_uint16_t
354 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetUint16_t(const LCHAR* name, asr_uint16_t* value);
422 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetUint16_t(const LCHAR* name, asr_uint16_t value);
470 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetUint16_tIfEmpty(const LCHAR* name, asr_uint16_t value);
576 * ESR_INVALID_ARGUMENT if property cannot be converted to asr_uint16_t
ESR_SessionType.h 77 * @return ESR_INVALID_RESULT_TYPE if the property is not a asr_uint16_t
79 ESR_ReturnCode(*getUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t* value);
154 ESR_ReturnCode(*setUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t value);
213 ESR_ReturnCode(*setUint16_tIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t value);
328 * Convert the specified argument to asr_uint16_t.
333 * ESR_INVALID_ARGUMENT if self is null or property cannot be converted to asr_uint16_t
ESR_SessionTypeImpl.h 81 asr_uint16_t* value);
129 asr_uint16_t value);
165 asr_uint16_t value);
  /external/srec/srec/clib/
srec_arb.c 88 pfread(&(q->qtype), sizeof(asr_uint16_t), 1, fp);
89 pfread(&(q->membership_bits), sizeof(asr_uint16_t), PSET_BIT_ARRAY_SIZE, fp);
208 pfread(&(pd->code), sizeof(asr_uint16_t), 1, fp);
211 pfread(&(pd->num_states), sizeof(asr_uint16_t), 1, fp);
311 pfread(&allotree->image_size, sizeof(asr_uint16_t), 1, fp); /* image_szie */
322 pfread(allotree->phoneme_index, sizeof(asr_uint16_t), NUM_PHONEME_INDICES, fp); /* phoneme_index */
  /external/srec/srec/EventLog/include/
SR_EventLogImpl.h 80 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value);
SR_EventLog.h 161 ESR_ReturnCode(*tokenUint16_t)(struct SR_EventLog_t* self, const LCHAR* token, asr_uint16_t value);
284 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogTokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value);
  /external/srec/shared/src/
ESR_Session.c 69 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetUint16_t(const LCHAR* name, asr_uint16_t* value)
118 ESR_ReturnCode ESR_SessionSetUint16_t(const LCHAR* name, asr_uint16_t value)
154 ESR_ReturnCode ESR_SessionSetUint16_tIfEmpty(const LCHAR* name, asr_uint16_t value)
SessionTypeImpl.c 162 const LCHAR* name, asr_uint16_t* value)
175 *value = *((asr_uint16_t*) pair->value);
361 const LCHAR* name, asr_uint16_t value)
364 asr_uint16_t* clone;
367 clone = MALLOC(sizeof(asr_uint16_t), MTAG);
465 const LCHAR* name, asr_uint16_t value)
1105 CHKLOG(rc, self->setUint16_t(self, key, (asr_uint16_t) size_tValue));
    [all...]
  /external/srec/srec/EventLog/src/
EventLog.c 56 ESR_ReturnCode SR_EventLogTokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value)
EventLogImpl.c 113 CHKLOG(rc, SR_EventLogTokenUint16_t(eventLog, name, *((asr_uint16_t*) newValue)));
404 ESR_ReturnCode SR_EventLog_TokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value)
742 asr_uint16_t asr_uint16_tValue;
  /external/srec/srec/crec/
srec.c 318 static asr_uint16_t best_uint16(asr_uint16_t* p, int n)
320 asr_uint16_t rv = p[0];
    [all...]
srec_context.c     [all...]

Completed in 1095 milliseconds