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

  /hardware/bsp/intel/peripheral/libupm/src/adxl335/
jsupm_adxl335.i 5 %pointer_functions(int, intPointer);
pyupm_adxl335.i 5 %pointer_functions(int, intPointer);
  /external/icu/icu4c/source/samples/udata/
reader.c 82 uint16_t *intPointer = NULL;
109 intPointer = (uint16_t *)dataMemory;
111 printf("Read value %d from data file\n", *intPointer);
113 string = (char *) (intPointer+1);

Completed in 85 milliseconds