HomeSort by relevance Sort by last modified time
    Searched defs:f01 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Fuzzer/test/
CallerCalleeTest.cpp 21 void f01() { t[(unsigned)'b'] = f12;} function
49 f01();
52 t[(unsigned)'a'] = f01;
  /external/deqp/framework/delibs/deimage/
deImage.c 136 int f01 = (xFactor * (256-yFactor)) >> 8; local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));
  /external/rmi4utils/rmidevice/
rmidevice.cpp 81 RMIFunction f01; local
85 if (GetFunction(f01, 1)) {
86 queryAddr = f01.GetQueryBase();
155 fprintf(stderr, "Failed to read F01 Query43.%02d: %s\n", i, strerror(errno));
215 RMIFunction f01; local
218 if (!GetFunction(f01, 1))
222 rc = Write(f01.GetCommandBase(), &deviceReset, 1);
311 RMIFunction f01; local
312 if (GetFunction(f01, 0x01)) {
316 rc = Read(f01.GetDataBase(), &status, 1)
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 7143 float32_t f00, f01, f10, f11; local
    [all...]

Completed in 350 milliseconds