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

  /hardware/ti/wlan/wl1271/Test/
debug.h 49 TI_STATUS debugFunction (TStadHandlesList *pStadHandles, TI_UINT32 functionNumber, void *hParam);
debug.c 133 * Decode from the debug functionNumber the relevant module and call its debug
135 * The functionNumber parameter is composed as follows:
136 * Module Number = functionNumber / 100
137 * Specific Functionc = functionNumber % 100
141 * \param functionNumber - The module and function numbers composed in a decimal number
146 TI_STATUS debugFunction(TStadHandlesList *pStadHandles, TI_UINT32 functionNumber, void *pParam)
150 moduleNumber = functionNumber / 100;
165 utilsDebugFunction (pStadHandles, functionNumber % 100, pParam);
169 if( functionNumber < 350)
170 rxTxDebugFunction(pStadHandles->hTxCtrl, functionNumber % 100, pParam)
    [all...]
  /external/llvm/runtime/libprofile/
PathProfiling.c 116 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) {
121 header.fnNumber = functionNumber;
153 static uint32_t* getPathCounter(uint32_t functionNumber,
159 if( ft[functionNumber-1].array == 0)
160 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1);
162 hashTable = (pathHashTable_t*)((ftEntry_t*)ft)[functionNumber-1].array;
183 void llvm_increment_path_count (uint32_t functionNumber, uint32_t pathNumber) {
184 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
190 void llvm_decrement_path_count (uint32_t functionNumber, uint32_t pathNumber) {
191 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 143 milliseconds