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

  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c 1283 int8_t *char_1 =(int8_t *)s1; local
    [all...]
phFriNfc_MifULFormat.c 192 int8_t *char_1 =(int8_t *)s1; local
200 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)
202 diff = *char_1 - *char_2;
    [all...]
phFriNfc_FelicaMap.c 3032 int8_t *char_1 =(int8_t *)s1; local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 188 const int32_t char_1 = codePoint << 16; local
189 const int32_t char_2 = char_1 + (dict[origin + 1] << 8);

Completed in 1619 milliseconds